What is an AWS Role?
Who can assume a role?
What do you attach to a group to assign priviliges to that group?
A policy.
How are Roles and Users similar in IAM? How are they different?
Both are assigned policies to grant access to resources but where Roles are temporary and assumable, Users are permanent.
What is AWS STS
Security Token Service - Allows for creation of temporary users and access privileges
When you create a policy.. what can you assign it to?
Does it make sense to attach a Policy to an EC2 instance?
NO!!!! You attach policies to Roles, and attach Roles to Instances
What are these in IAM? What is an example of each?
What do each of these managed IAM policies grant?
How can you create and grant temporary token-based access to AWS resources?
AWS STS (Stimple Token Service)