AWS — Hidden secrets of IAM Role
Feb 25, 2017 · 1 min read
IAM Role:
- Role defines a set of Permissions
- Role cannot be associated with User or Group
- Roles must be assumed by a “Trusted Entity”
- Attach a Role with any EC2 instance
- Helps in, not storing or using AWS Credentials in your Code
- Automatic Credential Rotation in your EC2 instance by AWS
