Service Comparison
Lambda vs ECS/Fargate vs EC2
All run compute, but control and operational overhead vary.
What They Have in Common
Each option can solve part of the scenario. The exam expects you to choose the one that satisfies the stated constraints with the right operational burden, security boundary, availability model, and cost behavior.
Key Differences
| Option | Primary model | Best use | Security | Availability | Operations and cost |
|---|---|---|---|---|---|
| Lambda | Functions | Event-driven short-lived code | Least server ops, runtime limits | ||
| ECS/Fargate | Containers without server management | Containerized services/jobs with managed compute | Task definitions and service config | ||
| EC2 | Virtual machines | Full OS control and custom agents | Highest management burden |
Typical Exam Clues
Practice After Studying
Return to the certification guide that includes this comparison and launch domain training from there.
Sources and Review Metadata
This independent training application is not affiliated with or endorsed by Amazon Web Services. AWS, Amazon Web Services, and AWS certification names are trademarks of Amazon.com, Inc. or its affiliates.