Medium1 markMultiple Choice
Domain 1.3: Data SecuritySecrets ManagerRDSSecurity

AWS SAA-C03 · Question 08 · Domain 1.3: Data Security

An application needs to connect to an Amazon RDS database. The database credentials must be encrypted, stored securely, and automatically rotated every 30 days. Which TWO actions should the solutions architect take? (Select TWO.)

Answer options:

A.

Store the credentials in AWS Systems Manager Parameter Store.

B.

Store the credentials in AWS Secrets Manager.

C.

Configure a Lambda function to handle the rotation logic.

D.

Use AWS KMS to automatically rotate the database password.

E.

Store the credentials in an encrypted Amazon S3 bucket.

How to approach this question

Identify the service that supports automatic credential rotation and the compute service it uses to perform the rotation.

Full Answer

Store the credentials in AWS Secrets Manager., Configure a Lambda function to handle the rotation logic.
AWS Secrets Manager enables you to replace hardcoded credentials with an API call. It natively supports automatic rotation of credentials for RDS databases using AWS Lambda functions.

Common mistakes

Choosing Parameter Store, which can store secrets but cannot automatically rotate them.

Practice the full AWS SAA-C03 Practice Exam 5

65 questions · hints · full answers · grading

More questions from this exam