Recall & Review
beginner
What is AWS Fargate launch type?
AWS Fargate is a serverless compute engine for containers that lets you run containers without managing servers or clusters. You only pay for the resources your containers use.
Click to reveal answer
beginner
What is the EC2 launch type in AWS ECS?
The EC2 launch type lets you run containers on a cluster of Amazon EC2 instances that you manage. You are responsible for provisioning and managing the servers.
Click to reveal answer
beginner
Which launch type requires you to manage the underlying servers: Fargate or EC2?
The EC2 launch type requires you to manage the underlying servers, while Fargate handles the server management for you.
Click to reveal answer
intermediate
What is a key cost difference between Fargate and EC2 launch types?
With Fargate, you pay only for the CPU and memory your containers use. With EC2, you pay for the EC2 instances regardless of container usage, which can be cheaper at scale but requires management.
Click to reveal answer
intermediate
When might you choose EC2 launch type over Fargate?
You might choose EC2 if you want more control over the infrastructure, need custom AMIs, or want to optimize costs by managing instance types and scaling yourself.
Click to reveal answer
Which AWS launch type lets you run containers without managing servers?
✗ Incorrect
Fargate is the serverless launch type that manages servers for you.
In the EC2 launch type, who is responsible for managing the servers?
✗ Incorrect
With EC2 launch type, you manage the underlying EC2 instances.
Which launch type typically requires more operational effort?
✗ Incorrect
EC2 requires managing instances, patching, scaling, and capacity planning.
Which launch type charges you based on container resource usage only?
✗ Incorrect
Fargate charges based on CPU and memory used by containers.
If you need custom AMIs or specific instance types, which launch type should you choose?
✗ Incorrect
EC2 launch type lets you customize instances with your own AMIs and types.
Explain the main differences between AWS Fargate and EC2 launch types.
Think about who manages the servers and how you pay.
You got /4 concepts.
Describe scenarios where choosing EC2 launch type is better than Fargate.
Consider when managing servers yourself is beneficial.
You got /4 concepts.