Bird
0
0

You want to run a microservices app on AWS using containers with minimal server management and automatic scaling. Which AWS service combination best fits this need?

hard📝 Application Q8 of 15
AWS - ECS and Fargate
You want to run a microservices app on AWS using containers with minimal server management and automatic scaling. Which AWS service combination best fits this need?
AAWS Fargate with Application Load Balancer
BEC2 instances with manual Docker setup
CAWS Lambda with S3 triggers
DAmazon RDS with EC2 instances
Step-by-Step Solution
Solution:
  1. Step 1: Identify serverless container service

    AWS Fargate runs containers without managing servers and supports automatic scaling.
  2. Step 2: Add load balancing for microservices

    Application Load Balancer distributes traffic to multiple container tasks for microservices.
  3. Final Answer:

    AWS Fargate with Application Load Balancer -> Option A
  4. Quick Check:

    Serverless container + scaling = D [OK]
Quick Trick: Use Fargate + ALB for serverless, scalable microservices [OK]
Common Mistakes:
  • Choosing EC2 requiring manual management
  • Confusing Lambda with container service
  • Selecting unrelated services like RDS

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes