ELB & ASG Flashcards
What are the two kinds of scalability?
Vertical and Horizontal
What is Vertical Scalability?
Increasing the computing power or overall size of the instance.
What is Horizontal Scalability?
Increasing the number of available instances to run your workload.
What is the difference between Scalability and Elasticity?
Scalability scales up or out the resources needed and elasticity is the ability to scale back down and in.
What service automatically distributes incoming application traffic across multiple targets and virtual appliances in one or more Availability Zones (AZs)?
AWS ELB (Elastic Load Balancer)
What are the three types of Load Balancers in AWS?
Application, Network, and Gateway
Which Load Balancer is for HTTP and HTTPS only at Layer 7?
Application Load Balancer
Which Load Balancer is for TCP at Layer 4?
Network Load Balancer
Which Load Balancer lets you easily deploy, scale, and manage your third-party virtual appliances and is for GENEVE at Layer 3?
Gateway Load Balancer
What service automatically scales out the number of available EC2 instances to manage workloads?
Auto Scaling Group (ASG)
What are the 3 Scaling Group Strategies?
Manual Scaling - update the ASG size manually
Dynamic Scaling - react to demand or alarms
Predictive Scaling - use ML to predict future traffic patterns