Bird
0
0

Which of the following is the correct way to enable Auto Scaling for an EC2 instance in AWS?

easy📝 Syntax Q3 of 15
AWS - Architecture Best Practices
Which of the following is the correct way to enable Auto Scaling for an EC2 instance in AWS?
AEnable Auto Scaling directly on the EC2 instance settings
BCreate an Auto Scaling group and attach the EC2 instance
CUse AWS Lambda to scale the EC2 instance
DConfigure CloudFront to scale the EC2 instance
Step-by-Step Solution
Solution:
  1. Step 1: Understand Auto Scaling setup

    Auto Scaling works by managing groups of instances, not individual ones.
  2. Step 2: Identify correct method

    You create an Auto Scaling group and add EC2 instances to it for scaling.
  3. Final Answer:

    Create an Auto Scaling group and attach the EC2 instance -> Option B
  4. Quick Check:

    Auto Scaling setup = Auto Scaling group [OK]
Quick Trick: Auto Scaling works with groups, not single instances [OK]
Common Mistakes:
  • Trying to enable Auto Scaling on single instance
  • Using Lambda incorrectly
  • Confusing CloudFront with scaling EC2

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes