List of Public SSM Parameters for AWS Storage Gateway
List of Public SSM Parameters for Red Hat Linux
List of Public SSM Parameters for AWS Global Infrastructure
List of Public SSM Parameters for AWS EKS
List of Public SSM Parameters for AWS ECS
List of Public SSM Parameters for AWS DataSync
List of Public SSM Parameters for AWS Cloud9
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