Scaling Amazon EC2 Flashcards
What do you call beginning with only the resources you need and designing your architecture to automatically respond to changing demand by scaling out or in?
Scalability
What enables you to automatically add or remove Amazon EC2 instances in response to changing application demand?
Amazon EC2 Auto Scaling
What do you call scaling that responds to changing demand?
Dynamic Scaling
What type of scaling schedules the right number of Amazon EC2 instances based on predicted demand?
Predictive Scaling
It is the number of Amazon EC2 instances that launch immediately after you have created the Auto Scaling group.
Minimum Capacity
What is set when minimum capacity of EC2 Instance is not set?
Desired Capacity
Which AWS service that automatically distributes incoming application traffic across multiple resources, such as Amazon EC2 instances?
AWS Elastic Load Balancer (ELB)
Which load balancer is best suited for load balancing of HTTP and HTTPS traffic and provides advanced request routing targeted at the delivery of modern application architectures, including microservices and containers?
Application Load Balancer
Which load balancer is best suited for load balancing of Transmission Control Protocol (TCP), User Datagram Protocol (UDP) and Transport Layer Security (TLS) traffic where extreme performance is required?
Network Load Balancer
Which load balancer provides basic load balancing across multiple Amazon EC2 instances and operates at both the request level and connection level?
Classic Load Balancer
Which load balancer is architected to handle millions of requests/second, volatile traffic patterns, and introduces extremely low latency?
Gateway Load Balancer