aws-ec2-ebs-automatic-snapshot-bash
aws-ec2-ebs-automatic-snapshot-bash copied to clipboard
Why not use iam machine roles instead of placing credentials on box?
That's what I've been doing with your script for a while. Pull request forthcoming.
See PR https://github.com/CaseyLabs/aws-ec2-ebs-automatic-snapshot-bash/pull/24
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.