How https works

AWS – Lets make a site https
- Create an ec2 instance with any website
- add a load balancer
- ensure you have a domain name
- Add Route 53 A record to point domain to load balancer
- Now launch AWS Certificate Manager
- AWS Certificate manager can create crts based on domain name.
- In the class we have created a CRT based on domain name and added this crt to the ALB on 443

Azure – Lets make a site https
- Watch classroom recording

