Use app×
QUIZARD
QUIZARD
JEE MAIN 2026 Crash Course
NEET 2026 Crash Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
+1 vote
64 views
in Information Technology by (178k points)
Explain the concept of SSL termination and how it is handled by AWS Load Balancer.

Please log in or register to answer this question.

1 Answer

+1 vote
by (178k points)

SSL termination is the process of decrypting SSL-encrypted traffic at the load balancer before forwarding the unencrypted traffic to the targets. This offloads the decryption work from the application servers.

To configure SSL termination in ALB:

  1. Create an SSL certificate using AWS Certificate Manager (ACM) or import a certificate.
  2. Create an HTTPS listener:
    aws elbv2 create-listener --load-balancer-arn arn:aws:elasticloadbalancing:region:account-id:loadbalancer/app/my-alb/12345 --protocol HTTPS --port 443 --certificates CertificateArn=arn:aws:acm:region:account-id:certificate/12345 --default-actions Type=forward,TargetGroupArn=arn:aws:elasticloadbalancing:region:account-id:targetgroup/my-targets/12345 

Related questions

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...