How to create Classic load balancer in AWS
Aug 19, 2020
The Classic Load Balancer supports of applications using HTTP, HTTPS (Secure HTTP), SSL (Secure TCP) and TCP protocols.
- Support for EC2-Classic
- Support for TCP and SSL listeners
- Support for sticky sessions using application-generated cookies
buymeacoffee ☕ 👈 Click the link
- Open the Amazon Ec2 console. ( https://console.aws.amazon.com/ec2 )
2. On navigation pane under Load balancers.
3. Choose create a load balancer.
4. Select load balancer type , Choose classic load balancer.
5. For type a load balancer name.
6. Create a new security group.
7. Configure security settings.
8. Configure the Health check.
9. Add Ec2 Instance.
10. After giving Tag name , Finally Check them.
11. Create the load balancer.
12. Check the load balancer console.
Thanks…