A university research laboratory is setting up an AWS account. The administrator needs to grant ten student researchers read-only access to a specific Amazon S3 bucket. Which of the following approaches represent AWS Identity and Access Management (IAM) best practices for this scenario? (Select two.)
- Create an individual IAM user for each student researcher.Cevap
- Create an IAM group, attach the required permission policy to the group, and add the student users to it.Cevap
- CCreate a single IAM user account and share its credentials among all ten student researchers.
- DShare the AWS account root user's programmatic access keys with the student researchers.
- ESubmit an AWS Support request to have AWS engineers configure access directly for the students' personal external identities.
Cevap
The correct practices are to create an individual IAM user for each student researcher, and to manage their permissions collectively by creating an IAM group, attaching the permission policy to that group, and adding the users to the group.
Creating individual IAM users and organizing them into an IAM group to apply policies is the AWS-recommended approach. This pattern ensures clear auditing of actions while minimizing management overhead by applying policy controls at the group level.
Adım Adım Çözüm
Anahtar Kavram
AWS IAM best practices emphasize using individual identities (IAM users) and grouping them (IAM groups) to simplify policy management, while strictly avoiding the use of shared accounts or the root user for daily activities.
Tahmini Süre:1m 0s