AWS HTTPS
To enable HTTPS for your applications on AWS, you generally use the AWS Certificate Manager (ACM).
Using a Load Balancer
The most common way is placing instances behind a Load Balancer (ALB), which handles SSL/TLS termination.
- Request a free certificate using ACM.
- Configure an HTTPS listener on port 443.
- Redirect HTTP to HTTPS.
![]()