How to Setup SSL for AWS Elastic Beanstack environments

Date: 15-02-2021

Step 01: Open the AWS console and select the Elastic beanstalk on services.  Select your environment.

Step 02: Click Configuration option on left side and choose Modify in the load balancer section. You can see here ELB is using which type of load balancer.

If you are using Classic Load Balancer, Please follow the below steps.
1.    Click on Add Listener.
2.    For Port, enter the incoming traffic port (typically 443).
3.    For Protocol, choose HTTPS.
4.    For Instance Port, enter 80.
5.    For Instance Protocol, choose HTTP.
6.    For SSL certificate, choose your certificate.
7.    Click Add, and then choose Apply.

If you are using Application Load Balancer, Please follow the below steps.
1.    Click on Add Listener.
2.    For Port, enter the incoming traffic port (typically 443).
3.    For Protocol, choose HTTPS.
4.    For SSL certificate, choose your certificate.
5.    Click Add, and then choose Apply.

If you are using Network Load Balancer, Please follow the below steps.
1.    Click on Add Listener.
2.    For Port, enter the incoming traffic port (typically 443).
3.    Choose Add, and then choose Apply.

Step 03: Finally, check with the Website URL on browser.

Leave a Reply