Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 704 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 704 Bytes

ec2-price-check

Gives a quick price check for an instance type Provides hourly rate in USD for Linux EC2 instances

Dependencies

  • curl

Arguments

help (-h|--help)

Prints help

price_check -h

region (-r|--region)

Specifies region for which you would like the price
Default: us-east-1

price_check -r us-west-1 r4.large

Example

$ price_check t2.medium
0.0464

Installation

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