0
0
AWScloud~5 mins

Auto Scaling with ELB integration in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the main purpose of Auto Scaling in AWS?
Auto Scaling automatically adjusts the number of running instances to match the current demand, helping maintain performance and control costs.
Click to reveal answer
beginner
How does Elastic Load Balancer (ELB) work with Auto Scaling?
ELB distributes incoming traffic evenly across all healthy instances in the Auto Scaling group, ensuring no single instance is overwhelmed.
Click to reveal answer
intermediate
What happens when a new instance is launched by Auto Scaling in an ELB-integrated setup?
The new instance is automatically registered with the ELB, so it starts receiving traffic once it passes health checks.
Click to reveal answer
intermediate
Why is health checking important in Auto Scaling with ELB?
Health checks help ELB and Auto Scaling detect unhealthy instances and replace them, maintaining application availability and reliability.
Click to reveal answer
advanced
What is a best practice when configuring Auto Scaling with ELB?
Use ELB health checks combined with Auto Scaling group health checks to ensure instances are only serving traffic when fully ready.
Click to reveal answer
What does Auto Scaling do when traffic increases?
ADisables the ELB
BLaunches more instances to handle the load
CSends traffic to a single instance
DShuts down instances to save cost
How does ELB decide which instances to send traffic to?
AOnly to the newest instance
BOnly to instances with the lowest CPU usage
CRandomly to any instance
DEvenly across all healthy instances
What happens if an instance fails ELB health checks?
AIt continues to receive traffic
BThe ELB shuts down
CIt is removed from the ELB and replaced by Auto Scaling
DTraffic is redirected to the failing instance
Which AWS service automatically registers new instances with ELB?
AAuto Scaling
BAmazon S3
CAWS Lambda
DAmazon RDS
What is a key benefit of integrating Auto Scaling with ELB?
AAutomatic traffic distribution and scaling
BStatic number of instances
CManual traffic routing
DNo health checks needed
Explain how Auto Scaling and ELB work together to maintain application availability.
Think about how traffic and instance health are managed automatically.
You got /4 concepts.
    Describe the role of health checks in Auto Scaling with ELB integration.
    Consider why it is important to know if an instance is working well.
    You got /4 concepts.