A cloud administrator needs to grant the same read-only permissions to ten new security analysts. Which AWS Identity and Access Management (IAM) feature should the administrator use to manage and apply these permissions to all ten analysts at once?
- IAM User GroupsAnswer
- BIAM Roles
- CAWS Account Root User credentials
- DAWS Shared Responsibility policies
Answer
IAM User Groups
IAM User Groups allow administrators to specify permissions for a collection of users. This makes it easy to manage permissions for multiple users at once, ensuring consistency and adhering to AWS best practices.
Step-by-Step Solution
Key Concept
IAM User Groups are collections of IAM users that allow administrators to specify and manage permissions for multiple users easily.