Skip to content

REST API for searching price of AWS EC2 instance

Notifications You must be signed in to change notification settings

enswers/aws-ec2-price

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-ec2-price

REST API for searching price of AWS EC2 instance

Installation

go get -u github.com/odg0318/aws-ec2-price

This package requires some dependancies:

Run

aws-ec2-price --port=[PORT]

Default port is 8080.

Run with Docker

docker run -p 8080:8080 -d guri/aws-ec2-price

APIs

  • GET /ec2/regions/:region/instance_types/:instance_type

About

REST API for searching price of AWS EC2 instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.2%
  • Makefile 2.8%