High Availability and Scalability: ELB & ASG Flashcards
What is vertical scalability?
What is horizontal scalability?
What does it mean to be highly available?
How does vertical scaling work for EC2?
How does horizontal scaling work for EC2?
How does high availability work in EC2?
What is load balancing?
Why would you use a load balancer?
Why would you use an Elastic Load Balancer (ELB)?
How are health checks used in ELB (Elastic Load Balancer)?
What are the four different types of load balancers on AWS?
How is security configured in load balancers in AWS?
What is an Application Load Balancer (v2) in ELB?
What types of applications would be a good fit for an Application Load Balancer (v2) in ELB?
How does routing work in Application Load Balancer in ELB?
What are the target groups for Application Load Balancer in ELB?
How do application servers get the client IP and port behind an Application Load Balancer in ELB?
What is a Network Load Balancer (v2) in ELB?
Which type of load balancer provides a static IP per availability zone?
Network Load Balancer
What are the target groups for Network Load Balancer in ELB?
Why would you put a Network Load Balancer in front of an Application Load Balancer?
With a Network Load Balancer, you would get the fixed IP addresses per availability zone, and the Application Load Balancer provides many rule options around handling HTTP traffic
What protocols are supported by health checks in ELB?
HTTP, HTTPS and TCP
How does security work for Network Load Balancers in ELB?
You don’t define a security group for the load balancer
Instead, all the traffic goes through the load balancer and goes straight into the target (if the target is an EC2 instance, it would be the security group of the instance)
What is a Gateway Load Balancer in ELB?