A startup has just created its first AWS account and wants to secure the account root user. Which of the following actions represent AWS security best practices for protecting the account root user? (Select TWO.)
- Enable multi-factor authentication (MFA) for the root user.Cevap
- Avoid using the root user for daily administrative tasks.Cevap
- CShare the root user password with all system administrators.
- DGenerate access keys for the root user to run programmatic scripts.
- EUse the root user credentials to integrate third-party applications.
Cevap
Enabling multi-factor authentication (MFA) for the root user and avoiding using the root user for daily administrative tasks.
Securing the AWS account root user requires enabling multi-factor authentication (MFA) to prevent unauthorized access and using IAM users or roles for daily administration rather than using the root user directly.
Adım Adım Çözüm
Anahtar Kavram
Root user security best practices, including enabling MFA and delegating administrative tasks to IAM users or roles.