A startup's systems administrator needs to perform a set of tasks: launching a new Amazon EC2 instance, configuring an IAM group for developers, modifying the contact information of the AWS account, and closing an unused AWS account. According to AWS security principles, which of these tasks must be performed by logging in as the AWS account root user?
- Modifying the primary account contact information and closing the unused AWS accountAnswer
- BLaunching the new Amazon EC2 instance and configuring the developer IAM group
- CDelegating the account closure to an Amazon EC2 instance profile role by attaching an IAM policy with permanent API access keys
- DRequesting AWS Support to close the account and configure the developer IAM group
Answer
Modifying the primary account contact information and closing the unused AWS account
The correct option correctly identifies that modifying primary account contact information and closing an AWS account are among the few restricted tasks that require logging in as the AWS account root user. AWS recommends protecting the root user credentials and using them only for these specific actions.
Step-by-Step Solution
Key Concept
AWS Root User vs IAM administrative users and roles
Estimated Time:1m 0s