Bird
0
0

You have a web app that needs to run continuously with custom OS settings. Which AWS option fits best?

medium📝 service behavior Q13 of 15
AWS - Serverless Architecture
You have a web app that needs to run continuously with custom OS settings. Which AWS option fits best?
Options:
A) AWS Lambda
B) AWS CloudFront
C) Amazon S3
D) Amazon ECS with Fargate
AAWS Lambda
BAWS CloudFront
CAmazon S3
DAmazon ECS with Fargate
Step-by-Step Solution
Solution:
  1. Step 1: Identify app requirements

    The app runs continuously and needs custom OS settings, so it needs control over environment.
  2. Step 2: Match service to requirements

    AWS Lambda is event-driven and short-lived, not continuous. ECS with Fargate runs containers continuously with environment control.
  3. Final Answer:

    Amazon ECS with Fargate -> Option D
  4. Quick Check:

    Continuous app + custom OS = ECS Fargate [OK]
Quick Trick: Continuous with custom OS? Choose containers (ECS) not Lambda [OK]
Common Mistakes:
  • Choosing Lambda for continuous workloads
  • Confusing S3 (storage) or CloudFront (CDN) as compute
  • Ignoring environment control needs

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes