AWS Certified Database – Specialty — Question 261

A healthcare company is running an application on Amazon EC2 in a public subnet and using Amazon DocumentDB (with MongoDB compatibility) as the storage layer. An audit reveals that the traffic between the application and Amazon DocumentDB is not encrypted and that the DocumentDB cluster is not encrypted at rest. A database specialist must correct these issues and ensure that the data in transit and the data at rest are encrypted.

Which actions should the database specialist take to meet these requirements? (Choose two.)

Answer options

Correct answer: B

Explanation

Option B is correct because downloading the SSL .pem public key and ensuring the application uses it is essential for encrypting data in transit. Options A and D do not address the encryption requirements, while options C and E focus on data at rest but don't handle the necessary encryption for data in transit.