Module 10
Last updated
Last updated
Target group
Types of load balancers
Application Load Balancer
Network Load Balancer
Classic Load Balancer
Put servers in target group
Target group determines which servers are healthy via the HTTP headers being sent to / (root)
Users can send their requests to the Elastic Load Balancers public IP
The load balancer will distribute the traffic amongst the HEALTHY servers
Distributes incoming application or network traffic across multiple targets in a single Availability Zone or across multiple Availability Zones
Scales your load balancer as traffic to your application changes over time.
A target group is like a container of servers that are monitored for health
When the load balancer detects an unhealthy target, it stops routing traffic to that target. It then resumes routing traffic to that target when it detects that the target is healthy again
With Application Load Balancers and Network Load Balancers, you register targets in target groups, and route traffic to the target groups. With Classic Load Balancers, you register instances with the load balancer
Gateway Load balancers are used for third party devices like Cisco routers or Checkpoint firewalls
With Application Load Balancers and Network Load Balancers, you register targets in target groups and route traffic to the target groups
With Classic Load Balancers, you register instances with the load balancer
The Front-End will have a public-facing load balancer (public IP) and the Back-End will have an internal load balancer (private IP)
Highly available and fault-tolerant applications
Containerized applications
Elasticity and scalability
VPC's
Hybrid environments
Invoke Lambda functions over HTTP(S)
Amazon CloudWatch, CloudTrail and Access logs can be used to monitor the load balancer
Create a Launch Template object
Choose an image/AMI to use (website, template, etc.)
Create Auto Scaling Group (ASG)
This will talk to the load balancer
It will dynamically create instances based on the health nodes and other metrics (CPU)
The minimum and maximum amount of instances can be made
Dynamic auto scaling can be configured to trigger a new instance if the cpu (based on Cloud Watch)
Simple
Steps
Multiple metrics and actions can be configured