A startup needs to grant a new database administrator access to manage Amazon RDS databases. Which of the following actions aligns with AWS security best practices for identity management?
- Create a dedicated IAM user for the database administrator and attach an identity-based policy containing only the permissions required for Amazon RDS management.Answer
- BProvide the database administrator with the login credentials of the AWS account root user so they can access all database management features directly.
- CConfigure a single shared IAM user account with administrative permissions for the entire database administration team to simplify credential management.
- DCreate an IAM role for the database administrator's permanent daily console access rather than creating an individual IAM user.
Answer
Create a dedicated IAM user for the database administrator and attach an identity-based policy containing only the permissions required for Amazon RDS management.
The correct option outlines the standard AWS identity best practice: creating a distinct, individual IAM user for each person requiring access and attaching an identity-based policy restricted to only the resources they need (least privilege).
Step-by-Step Solution
Key Concept
AWS identity management best practices including the use of individual IAM users and the principle of least privilege.
Estimated Time:45s