AWS Certified SysOps Administrator – Associate — Question 181

A SysOps administrator is helping a development team deploy an application to AWS. The AWS CloudFormation template includes an Amazon Linux EC2 instance, an Amazon Aurora DB cluster, and a hardcoded database password that must be rotated every 90 days.

What is the MOST secure way to manage the database password?

Answer options

Correct answer: A

Explanation

The most secure method to manage the database password is by using the AWS::SecretsManager::Secret resource with the GenerateSecretString property, as it allows for automated password generation and a defined rotation schedule, enhancing security. The other options, while they provide some level of security, do not offer automated rotation or the same level of security features provided by AWS Secrets Manager.