
Answer-first summary for fast verification
Answer: Enable encryption at rest and in transit using the RDS encryption feature and SSL/TLS.
To ensure the confidentiality and integrity of data in transit, both encryption at rest and in transit should be implemented. While encryption at rest (A) protects data when it is stored, it does not protect data during transit. A VPN gateway (C) provides secure connectivity but does not encrypt the data itself. The correct approach (D) is to enable encryption at rest using the RDS encryption feature and to enable encryption in transit using SSL/TLS. This provides comprehensive protection for data both when it is stored and when it is being transmitted.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is using Amazon RDS for its database needs. To ensure the confidentiality and integrity of data in transit, which of the following encryption mechanisms should you implement?
A
Enable encryption at rest using the RDS encryption feature.
B
Enable encryption in transit using SSL/TLS.
C
Use a VPN gateway to connect to the RDS instance.
D
Enable encryption at rest and in transit using the RDS encryption feature and SSL/TLS.
No comments yet.