Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

keboola/aws-reservations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

aws-reservations

Pair AWS EC2 instances with reservations.

Installation

➜  sandbox  git clone git@github.com:keboola/aws-reservations.git
➜  sandbox  cd aws-reservations 
➜  aws-reservations git:(master) curl -sS https://getcomposer.org/installer | php
➜  aws-reservations git:(master) php composer.phar install

Usage

Please at first provide AWS credentials http://docs.aws.amazon.com/aws-sdk-php/guide/latest/credentials.html#environment-credentials

➜  aws-reservations git:(master) php index.php instances
+------------+------------+-------+----------+---------+------+
| Zone       | Instance   | Total | Reserved | Reserve | Sell |
+------------+------------+-------+----------+---------+------+
| us-east-1d | c3.large   | 2     | 1        | 1       | 0    |
| us-east-1e | t2.micro   | 2     | 0        | 2       | 0    |
+------------+------------+-------+----------+---------+------+

About

Pair AWS EC2 instances with reservations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages