AWS Certified Database – Specialty — Question 106

A company uses Amazon Aurora for secure financial transactions. The data must always be encrypted at rest and in transit to meet compliance requirements.
Which combination of actions should a database specialist take to meet these requirements? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Option B is correct as it directly secures the in-transit data using SSL/TLS, which is essential for protecting sensitive data during transmission. Option D is also correct because it involves encrypting the snapshot, ensuring data at rest is protected. The other options either focus on modifying the DB cluster without guaranteeing encryption at both states or incorrectly suggest securing in-transit connections using only AWS KMS, which does not provide the necessary encryption level.