AWS Certified Solutions Architect – Professional — Question 487

A company runs an application on AWS. An AWS Lambda function uses credentials to authenticate to an Amazon RDS for MySQL DB instance. A security risk assessment identified that these credentials are not frequently rotated. Also, encryption at rest is not enabled for the DB instance. The security team requires that both of these issues be resolved.
Which strategy should a solutions architect recommend to remediate these security risks?

Answer options

Correct answer: A

Explanation

AWS Secrets Manager natively supports automatic credential rotation for Amazon RDS, resolving the credential rotation risk. For an existing unencrypted Amazon RDS DB instance, encryption at rest cannot be enabled directly; the standard remediation is to take a snapshot, copy it with encryption enabled, and restore a new DB instance from that encrypted snapshot. Other options are incorrect because you cannot directly enable encryption on an existing instance, nor can you create an encrypted read replica of an unencrypted RDS instance.