Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 3.14 KB

Classic-Load-Balancer-With-Secure.md

File metadata and controls

74 lines (45 loc) · 3.14 KB

Classic Load Balancer With Secure Using ACM

pre-Requisites

Install httpd on two servers with different content of index.html

server-1

image

server-2

image

Create Classic load balancer

image

Click on Load Balancer

image

Click on Create Load Balancer

image

Click on Create

image

Click on Next: Assign Security Group

image

Click on "Next: Configure Security Settings"

image

Click on "Next: Configure Health Check"

image

Click on "Next: Add Instances"

image

Click on "Next: Add Tags"

image

Click on "Review and Create" Click on "Create"

image

Status of both servers showing OutOfService, need to wait until both the servers come to InService.

image

Check output of Loadbalancer with DNS name

image

Give DNS name in UI and check

image

Ping DNS one more time and check

image

Create Hosted zone with certificate

Hosted Zone

Add Record in Hosted Zone with "httpd.awstraining9pm.tk"

image

Check output with DNS name

https://httpd.awstraining9pm.tk/

image

Refresh UI once and check

image