A solutions architect is configuring security for a new AWS account. The account will host an application that connects to an Amazon RDS database. The solutions architect needs to provide access to the AWS Management Console for a team of database administrators who already authenticate using the corporate Active Directory. Additionally, the architect needs to store the database credentials securely. Which TWO actions should the solutions architect take? (Select TWO.)
- Configure identity federation using AWS IAM Identity Center to grant the database administrators access to the AWS Management Console.Cevap
- Store the database credentials in AWS Secrets Manager and configure automatic credential rotation.Cevap
- CCreate individual IAM users with long-term credentials in the AWS account for each database administrator.
- DUse the AWS account root user credentials to perform daily database administrative tasks.
- EStore the database credentials as plaintext String parameters in Systems Manager Parameter Store.
Cevap
The database administrators should access the AWS Management Console using identity federation with AWS IAM Identity Center, and the database credentials should be stored in AWS Secrets Manager with automatic rotation enabled.
The correct actions are to configure identity federation using AWS IAM Identity Center and to store database credentials in AWS Secrets Manager with automatic rotation. Integrating AWS IAM Identity Center with the corporate Active Directory allows users to authenticate using their existing credentials and avoids the need to manage individual IAM users with long-term security keys. AWS Secrets Manager is the designated service to securely store, manage, and automatically rotate database credentials.
Adım Adım Çözüm
Anahtar Kavram
AWS Identity and Access Management (IAM) best practices mandate using identity federation instead of long-term credentials for existing directory users, avoiding the use of root user accounts for daily tasks, and securing sensitive database credentials using dedicated secrets management services with automatic rotation.