How do I configure a load balancer in an Elastic Beanstalk environment to use an SSL certificate?

1 minute read
0

I want to configure a load balancer in an AWS Elastic Beanstalk environment to use HTTPS so that I can use an SSL certificate.

Resolution

If you don't already have an AWS Certificate Manager (ACM) certificate, then request a public certificate. If you already have a certificate, then import the certificate into ACM.

Attach the certificate to the load balancer that your Elastic Beanstalk environment uses. For instructions, see by Configuring your Elastic Beanstalk environment's load balancer to terminate HTTPS.

For more information about the types of load balancers that are used in Elastic Beanstalk environments, see Load Balancer for your AWS Elastic Beanstalk environment.

Related information

Configuring HTTPS for your Elastic Beanstalk environment

AWS OFFICIAL
AWS OFFICIALUpdated 4 months ago