Bird
0
0

Which listener configuration on an AWS Application Load Balancer correctly supports SSL/TLS termination?

easy📝 Syntax Q3 of 15
AWS - Elastic Load Balancing
Which listener configuration on an AWS Application Load Balancer correctly supports SSL/TLS termination?
AProtocol: HTTP, Port: 80, with SSL certificate attached
BProtocol: HTTPS, Port: 443, with a valid SSL certificate attached
CProtocol: TCP, Port: 443, without SSL certificate
DProtocol: HTTPS, Port: 80, with SSL certificate attached
Step-by-Step Solution
Solution:
  1. Step 1: Identify correct protocol and port

    HTTPS on port 443 is the standard for SSL/TLS termination.
  2. Step 2: SSL certificate requirement

    An SSL certificate must be attached to the HTTPS listener to terminate SSL.
  3. Final Answer:

    Protocol: HTTPS, Port: 443, with a valid SSL certificate attached -> Option B
  4. Quick Check:

    HTTPS + 443 + cert = SSL termination [OK]
Quick Trick: HTTPS listener on port 443 with cert enables SSL termination [OK]
Common Mistakes:
  • Using HTTP protocol with SSL certificate
  • Assigning SSL cert to TCP listener
  • Using HTTPS on port 80

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes