epheph / ec2-check-reserved-instances

EC2 Check Reserved Instances - Compare instance reservations with running instances
40 stars 57 forks source link

AWS credentials #3

Open fredrik opened 10 years ago

fredrik commented 10 years ago

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 boto use the standard environmental variables.

tonygaetani commented 8 years ago

@fredrik https://github.com/epheph/ec2-check-reserved-instances/pull/7