ec2-check-reserved-instances icon indicating copy to clipboard operation
ec2-check-reserved-instances copied to clipboard

EC2 Check Reserved Instances - Compare instance reservations with running instances

Results 9 ec2-check-reserved-instances issues
Sort by recently updated
recently updated
newest added

Boto uses the environmental variables `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` if no arguments are given to `boto.connect_ec2`. It's probably a good idea to skip the check for `AWSAccessKeyId` and `AWSSecretKey` and let...

Use 'aws' cli saved settings by default (~/.aws/config); stop hard coding regions (boto provides them); fix indentation; merge other useful pull requests.

Got this in my shell, not sure if it means anything: ![screen shot 2016-01-04 at 9 54 05 am](https://cloud.githubusercontent.com/assets/4400404/12082178/1f9a3260-b2c9-11e5-9b74-00c1ba8269b6.png)

There are two commits here. One for renaming the aws credential environment variables to something more common (at least in my experience) and another for when no instances are found...

How come VPC instances are not supported? It seems that VPC instances have the `instance.placement` and `instance.instance_type` properties that are required. That should be enough unless I'm missing a trick....

VPC is actually supported. I juse removed the if EC2 FAQ http://aws.amazon.com/ec2/faqs/ states the following: Q: What happens when I modify the Availability Zone or network Platform of a Reserved...

Great little utility you have here! We just started looking into reserved instances in our AWS usage, and since we have a bunch of instances in regions other than us-east-1...