Gives a quick price check for an instance type Provides hourly rate in USD for Linux EC2 instances
- curl
Prints help
price_check -h
Specifies region for which you would like the price
Default: us-east-1
price_check -r us-west-1 r4.large
$ price_check t2.medium
0.0464
To install, simply add the price_check
bash script to your PATH.
I personally like to do this via a ~/bin
directory, but you are free to do it however you wish.
Powered By: https://github.com/Bjorn248/graphql_aws_pricing_api