Bird
0
0

You want to run a containerized app with minimal server management and automatic scaling. Which launch type should you choose and why?

hard📝 Best Practice Q15 of 15
AWS - ECS and Fargate
You want to run a containerized app with minimal server management and automatic scaling. Which launch type should you choose and why?
AEC2 launch type, because it gives full control over servers and scaling.
BEC2 launch type, because it is cheaper and requires no scaling setup.
CFargate launch type, because it removes server management and handles scaling automatically.
DFargate launch type, because it requires manual server setup but better performance.
Step-by-Step Solution
Solution:
  1. Step 1: Identify launch type for minimal server management

    Fargate removes the need to manage servers, unlike EC2 which requires server control.
  2. Step 2: Consider automatic scaling capabilities

    Fargate automatically scales containers based on demand without manual server scaling.
  3. Final Answer:

    Fargate launch type, because it removes server management and handles scaling automatically. -> Option C
  4. Quick Check:

    Minimal management + auto scaling = Fargate = C [OK]
Quick Trick: Choose Fargate for no servers and auto scaling [OK]
Common Mistakes:
  • Choosing EC2 for minimal management
  • Assuming EC2 auto scales automatically
  • Thinking Fargate needs manual server setup

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes