
Answer-first summary for fast verification
Answer: Enable SSL/TLS termination on the ELB.
To ensure the confidentiality and integrity of data in transit, SSL/TLS termination should be enabled on the ELB. This allows the ELB to decrypt incoming traffic and encrypt outgoing traffic, ensuring that the data is protected during transit. Encryption at rest (A) is not applicable to ELB, as it does not store data. A VPN gateway (C) provides secure connectivity but does not encrypt the data itself. While enabling encryption in transit (D) is important, SSL/TLS termination on the ELB is the most effective method for ensuring the confidentiality and integrity of data in transit.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company is using Amazon Elastic Load Balancer (ELB) to distribute traffic to multiple EC2 instances. To ensure the confidentiality and integrity of data in transit, which of the following steps should you take?
A
Enable encryption at rest for the ELB.
B
Enable SSL/TLS termination on the ELB.
C
Use a VPN gateway to connect to the ELB.
D
Enable encryption in transit using SSL/TLS for all connections to the ELB.