Bird
0
0

Which AWS load balancer listener configuration correctly enables SSL/TLS termination?

easy📝 Configuration Q12 of 15
AWS - Elastic Load Balancing
Which AWS load balancer listener configuration correctly enables SSL/TLS termination?
AListener protocol HTTP on port 80 with SSL certificate attached
BListener protocol TCP on port 443 without SSL certificate
CListener protocol HTTPS on port 443 with SSL certificate attached
DListener protocol HTTPS on port 80 without SSL certificate
Step-by-Step Solution
Solution:
  1. Step 1: Identify correct protocol and port for SSL termination

    HTTPS protocol on port 443 is standard for SSL/TLS termination.
  2. Step 2: Confirm SSL certificate attachment

    SSL certificate must be attached to the HTTPS listener to enable termination.
  3. Final Answer:

    Listener protocol HTTPS on port 443 with SSL certificate attached -> Option C
  4. Quick Check:

    HTTPS + port 443 + cert = SSL termination [OK]
Quick Trick: SSL termination needs HTTPS listener on port 443 with cert [OK]
Common Mistakes:
  • Using HTTP protocol with SSL certificate
  • Using wrong port for HTTPS
  • Not attaching SSL certificate to listener

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes