How to get the price of EBS Snapshots using Boto3 and Python
The code below gets the price of an EBS Snapshots given the AWS Region using Python and Boto3. Output
How to get the Region Name for AWS Price List API using Python and Boto3
When using the AWS Price List API, one of the most used attribute is the location attribute. This attribute is used to filter the region of your target resource. Unfortunately, the location attribute is not in the region code that we use when programming in Python and Boto3, like us-east-1. Instead, it is descriptive like…