Skip to content

Bjorn248/ec2-price-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Gives a quick price check for an instance type

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages