Which of the following AWS Identity and Access Management (IAM) components is specifically designed to provide temporary security credentials for AWS services or federated users?
- IAM roleAnswer
- BIAM user
- CIAM group
- DAWS Account Root User
Answer
IAM role
The correct answer is the option specifying an IAM role. An IAM role is an identity that you can create in your account that has specific permissions. It is not associated with a specific user or group, and when assumed, AWS Security Token Service (STS) dynamically generates temporary security credentials that expire after a set duration.
Step-by-Step Solution
Key Concept
Temporary security credentials via IAM Roles
Estimated Time:45s