aws-ec2-ebs-automatic-snapshot-bash icon indicating copy to clipboard operation
aws-ec2-ebs-automatic-snapshot-bash copied to clipboard

Why not use iam machine roles instead of placing credentials on box?

Open jsnshrmn opened this issue 8 years ago • 2 comments

That's what I've been doing with your script for a while. Pull request forthcoming.

jsnshrmn avatar Mar 20 '17 16:03 jsnshrmn

See PR https://github.com/CaseyLabs/aws-ec2-ebs-automatic-snapshot-bash/pull/24

jsnshrmn avatar Mar 20 '17 16:03 jsnshrmn

The script already does this doesn't it? It uses the AWS CLI which will make use of the IAM role on the EC2 instance if one is assigned and no other AWS credentials are specified. Your PR appears to be totally redundant.

markbaird avatar Jul 14 '17 18:07 markbaird