Skip to content

Get the latest EC2 price via a command line.

Notifications You must be signed in to change notification settings

nodesocket/ec2-price

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version

ec2-price

Retrieve the latest EC2 prices via command line.

Installation

npm install ec2-price -g

Usage

Output all prices in all regions.

$ ec2-price

You can specify a region.

$ ec2-price --region us-east-1

You can specify a particular type across all regions.

$ ec-price --type c4.2xlarge

You can specify a region and a particular type.

$ ec2-price --region us-west-1 --type c4.2xlarge

About

Get the latest EC2 price via a command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%