We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding AWS_ACCESS_KEY_ID and AWS_SECRET_KEY reveals my personal access keys to everyone else in the organisation that have access to beanstalk.
Instead the instance should the access key and secret provided by the role that is assigned to the instance:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html
This is automatically used by the Java libraries and therefore also by for instance amazonica.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Adding AWS_ACCESS_KEY_ID and AWS_SECRET_KEY reveals my personal access keys to everyone else in the organisation that have access to beanstalk.
Instead the instance should the access key and secret provided by the role that is assigned to the instance:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html
This is automatically used by the Java libraries and therefore also by for instance amazonica.
The text was updated successfully, but these errors were encountered: