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?
✗ Incorrect
Auto Scaling launches more instances to handle increased traffic and maintain performance.
How does ELB decide which instances to send traffic to?
✗ Incorrect
ELB distributes traffic evenly across all instances that pass health checks.
What happens if an instance fails ELB health checks?
✗ Incorrect
Failing instances are removed from ELB and Auto Scaling can replace them to keep the application healthy.
Which AWS service automatically registers new instances with ELB?
✗ Incorrect
Auto Scaling automatically registers new instances with the ELB when they launch.
What is a key benefit of integrating Auto Scaling with ELB?
✗ Incorrect
Integration allows automatic scaling and balanced traffic distribution for better availability.
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.