Amazon FSx AWS Price List API all Attribute Names and Values
Below is a reference for all attribute names and attribute values in AWS Price List API for Amazon FSx. Note: All the list below are in alphabetical order. Service Code: AmazonFSx Python Code to get Attribute Names for AmazonFSx using Boto3
Amazon ECS AWS Price List API all Attribute Names and Values
Below is a reference for all attribute names and attribute values in AWS Price List API for Amazon EC2 Container Service (ECS). Note: All the list below are in alphabetical order. Service Code: AmazonECS Python Code to get Attribute Names for AmazonECS using Boto3
Amazon EC2 AWS Price List API all Attribute Names and Values
Below is a reference for all attribute names and attribute values in AWS Price List API for Amazon Elastic Compute Cloud (EC2). Note: All the list below are in alphabetical order. Service Code: AmazonEC2 Python Code to get Attribute Names for AmazonEC2 using Boto3
Amazon Athena AWS Price List API all Attribute Names and Values
Below is a reference for all attribute names and attribute values in AWS Pricing API for Amazon Athena. Note: All the list below are in alphabetical order. Service Code: AmazonAthena Python Code to get Attribute Names for AmazonAthena using Boto3
Amazon EFS AWS Price List API all Attribute Names and Values
Below is a reference for all attribute names and attribute values in AWS Price List API for Amazon Elastic File System (EFS). Note: All the list below are in alphabetical order. Service Code: AmazonEFS Python Code to get Attribute Names for AmazonEFS using Boto3
Amazon EKS AWS Price List API all Attribute Names and Values
Below is a reference for all attribute names and attribute values in AWS Price List API for Amazon Elastic Container Service for Kubernetes (EKS). Note: All the list below are in alphabetical order. Service Code: AmazonEKS Python Code to get Attribute Names for AmazonEKS using Boto3
DynamoDB AWS Price List API all Attribute Names and Values
Below is a reference for all attribute names and attribute values in AWS Price List API for Amazon DynamoDB. Note: All the list below are in alphabetical order. Service Code: AmazonDynamoDB Python Code to get Attribute Names for AmazonDynamoDB using Boto3
Amazon CloudFront AWS Price List API all Attribute Names and Values
Below is a reference for all attribute names and attribute values in AWS Price List API for Amazon CloudFront. Note: All the list below are in alphabetical order. Service Code: AmazonCloudFront Python Code to get Attribute Names for AmazonCloudFront using Boto3
Amazon ECR AWS Price List API all Attribute Names and Values
Below is a reference for all attribute names and attribute values in AWS Price List API for Amazon EC2 Container Registry (ECR). Note: All the list below are in alphabetical order. Service Code: AmazonECR Python Code to get Attribute Names for AmazonECR using Boto3
Listing AWS Regions using boto3 Python
If you want to programmatically retrieve the AWS regions one of the best ways to do this is via Python boto3 package. In boto3, specifically the EC2 client, there is a function named describe_regions. This will retrieve the regions that are in AWS. See different uses of the describe_regions function below. Basic code for retrieving…