An organization is setting up access controls for a new application developer who needs to manage Amazon S3 buckets and Amazon EC2 instances. Which of the following is the AWS-recommended method to configure this access?
- Create an individual IAM user for the developer and attach policy permissions that grant only the required access.Cevap
- BProvide the developer with the AWS account root user login credentials to simplify administrative management.
- CCreate an IAM role for the developer and configure it with a permanent password for direct console login.
- DRequest AWS Support to create and maintain the developer's credentials under the AWS Shared Responsibility Model.
Cevap
Create an individual IAM user for the developer and attach policy permissions that grant only the required access.
Creating a dedicated IAM user and applying the principle of least privilege ensures that the developer has a unique identity and only the permissions required to do their job, which aligns with AWS security best practices.
Adım Adım Çözüm
Anahtar Kavram
Best practices for AWS Identity and Access Management (IAM), including using IAM users for human operators, practicing least privilege, and avoiding root user usage.
Tahmini Süre:45s