How to get the price of AWS Load Balancers using Boto3 and Python
Below is a Python Script that gets the price of AWS Elastic Load Balancers (ELB). This can retrieve prices for Classic, Application, Network and Gateway Load Balancers. It can also get the price of load balancers in AWS Outposts. See the different examples of how to use this Python code below. Output
How to get the On-Demand price of EC2 Instances using Python and Boto3
The Python code below gets the on-demand price (in USD) of the EC2 instance type t2.micro in the Asia Pacific (Mumbai) region with Linux operating system. Note: There are more examples below where we get the hourly price of different on-demand EC2 Instances like other operating system or EC2 Instances that are running on Dedicated…
How to get the price of EBS Snapshots using Boto3 and Python
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…
What regions will the AWS Price List API work?
Amazon Transcribe AWS Price List API all Attribute Names and Values
Amazon Translate AWS Price List API all Attribute Names and Values
AWS VMware Cloud Price List API all Attribute Names and Values
AWS Snowball Extra Days Price List API all Attribute Names and Values
AWS OpsWorks Price List API all Attribute Names and Values