A company needs to configure administrative access for a systems administrator to manage AWS resources daily. According to AWS security best practices, which approach should the company use to grant this access?
- AUse the AWS account root user credentials for daily administrative tasks to simplify management.
- BCreate individual IAM users with long-term credentials for each user in the external corporate directory.
- Create an IAM user with the required administrative permissions and require Multi-Factor Authentication (MFA).Answer
- DStore the administrative credentials in Systems Manager Parameter Store as a plaintext parameter for script access.
Answer
Create an IAM user with the required administrative permissions and require Multi-Factor Authentication (MFA).
The correct approach is to create a dedicated IAM user with the necessary administrative permissions and enforce Multi-Factor Authentication (MFA). AWS strongly recommends not using the root user for daily tasks, utilizing IAM roles/users with least privilege, and protecting privileged accounts with MFA.
Step-by-Step Solution
Key Concept
AWS Identity and Access Management (IAM) Best Practices
Estimated Time:1m 0s