This article describes how to create a IAM role and enable access for the Paigo Account.
- An AWS account
- Access to manage and create IAM roles
// Just run npm i @aws-sdk/client-pricing --save-dev | |
// I tested the below commands with Node Version: 14.19.2 on PopOS Linux | |
const { | |
PricingClient, | |
DescribeServicesCommand, | |
GetAttributeValuesCommand, | |
GetProductsCommand, | |
} = require('@aws-sdk/client-pricing'); | |
const { promises } = require('fs'); |