
Answer-first summary for fast verification
Answer: Configure ELB to use HTTPS with TLS 1.2 and enforce the use of AWS Certificate Manager (ACM) certificates.
Option B ensures that all traffic is encrypted using the latest TLS version and verified using trusted certificates from AWS Certificate Manager, thereby maintaining data integrity and confidentiality.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company is deploying a new application that requires secure communication between its components. The application will use AWS Elastic Load Balancer (ELB) to distribute traffic. Which configuration should be implemented to ensure data integrity and confidentiality in transit?
A
Configure ELB to use HTTP only.
B
Configure ELB to use HTTPS with TLS 1.2 and enforce the use of AWS Certificate Manager (ACM) certificates.
C
Configure ELB to use HTTPS with TLS 1.0 and use self-signed certificates.
D
Configure ELB to use HTTPS but allow HTTP connections for internal traffic.
No comments yet.