A company needs to grant a newly hired customer support team read-only access to specific Amazon S3 buckets. Which of the following identity and access management (IAM) practices should the administrator use to configure this access? (Select TWO.)
- Create an IAM group and add the individual customer support IAM users to it.Answer
- Attach the S3 read-only IAM policy directly to the IAM group.Answer
- CProvide the AWS account root user login credentials to the customer support team.
- DCreate a single IAM role and configure it to use permanent, long-term access keys for all team members.
- ESubmit a technical support case to AWS Support to configure S3 permissions on the customer's behalf.
Answer
Create an IAM group to manage the customer support users collectively, and attach the Amazon S3 read-only IAM policy directly to that group.
The correct practices involve creating an IAM group to manage the customer support team collectively and attaching the S3 read-only IAM policy directly to that group. This aligns with the AWS best practice of using groups to manage permissions for multiple users with similar access needs, ensuring administrative overhead is reduced and permissions are inherited consistently.
Step-by-Step Solution
Key Concept
AWS IAM permissions management using IAM groups and policies to control access to resources.