Load Balancing
- Lets create an aws ec2 autoscaling group
- Load Balancers perform health checks to ensure that they forward traffic to ec2 instances in ASG where the application is up. So, we need to configure health checks which will inform load balancer to forward traffic to particular ec2 instance or not
- Now lets create a load balancer
- Now edit the autoscaling group and attach the target group
-
Now lets view the target group
-
Next Steps:
- Maintenance => Systems Manager:
- OS Patching
- Troubleshooting
- AWS CLI
- Maintenance => Systems Manager:
Exercises
- Ensure you understand about json Refer Here