An enterprise wants to simplify permission management for its finance department. Currently, the IT team manually attaches permissions to each new financial analyst's AWS account, which has led to inconsistent access rights and administrative overhead. Which of the following is the AWS-recommended method to resolve this issue?
- ACreate a shared IAM role with the necessary permissions and distribute the role's credentials to the financial analysts for daily login.
- Create an IAM group for the finance department, attach the necessary permissions policy to the group, and add the financial analysts to this group.Cevap
- CUse the AWS account root user to perform daily administrative tasks for the finance department and share the credentials.
- DDelegate individual analyst permission management to AWS under the AWS Shared Responsibility Model.
Cevap
Create an IAM group for the finance department, attach the necessary permissions policy to the group, and add the financial analysts to this group.
Creating an IAM group and attaching the required policy to it allows the administrator to manage permissions for all group members at once. New users automatically inherit the group's permissions when added, eliminating administrative overhead and ensuring consistency.
Adım Adım Çözüm
Anahtar Kavram
Managing user permissions collectively using IAM Groups