
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.