An administrator has created a new AWS account to host a student portal. To align with AWS security best practices, which action should the administrator perform first regarding the AWS account root user?
- ACreate a single shared IAM user with administrative privileges and share its password among all students.
- Enable multi-factor authentication (MFA) for the root user and create individual IAM users with administrative permissions for daily tasks.Cevap
- CGenerate an access key ID and secret access key for the root user to integrate with the portal's deployment scripts.
- DConfigure AWS Support to automatically rotate the root user password every 30 days.
Cevap
Enable multi-factor authentication (MFA) for the root user and create individual IAM users with administrative permissions for daily tasks.
Enabling multi-factor authentication (MFA) for the root user secures the most privileged identity in the AWS account. Daily administrative tasks should be performed by IAM users with appropriate permissions rather than the root user, following the principle of least privilege.
Adım Adım Çözüm
Anahtar Kavram
AWS account root user security best practices dictate that the root user should not be used for daily tasks, must be protected by MFA, and daily administration should be delegated to individual IAM users.
Tahmini Süre:1m 0s