AWS

What are Roles?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

AWS docs: "An IAM role is an IAM identity that you can create in your account that has specific permissions...it is an AWS identity with permission policies that determine what the identity can and cannot do in AWS." For example, you can make use of a role which allows EC2 service to access s3 buckets (read and write).