Amazon FSx AWS Price List API all Attribute Names and Values
Amazon ECS AWS Price List API all Attribute Names and Values
Amazon EC2 AWS Price List API all Attribute Names and Values
Amazon Athena AWS Price List API all Attribute Names and Values
Amazon EFS AWS Price List API all Attribute Names and Values
Amazon EKS AWS Price List API all Attribute Names and Values
DynamoDB AWS Price List API all Attribute Names and Values
Amazon CloudFront AWS Price List API all Attribute Names and Values
Amazon ECR AWS Price List API all Attribute Names and Values
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…