You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of requiring an explicit access key and secret key, add support for IAM instance profiles via the EC2 metadata service to allow dynamically getting temporary credentials as needed.
Instead of requiring an explicit access key and secret key, add support for IAM instance profiles via the EC2 metadata service to allow dynamically getting temporary credentials as needed.
http://aws.amazon.com/about-aws/whats-new/2012/06/11/Announcing-IAM-Roles-for-EC2-instances/
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#instance-metadata-security-credentials
Examples of other PHP projects implementing this:
The text was updated successfully, but these errors were encountered: