Open fredrik opened 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.
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
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.
AWSAccessKeyId
AWSSecretKey
@fredrik https://github.com/epheph/ec2-check-reserved-instances/pull/7
Boto uses the environmental variables
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
if no arguments are given toboto.connect_ec2
.It's probably a good idea to skip the check for
AWSAccessKeyId
andAWSSecretKey
and let boto use the standard environmental variables.