-
Notifications
You must be signed in to change notification settings - Fork 0
Container
David Liu edited this page Aug 28, 2024
·
2 revisions
- It’s horrifyingly complicated. Even after all the infrastructure is set up(Fargate can help), we need to create a task definition, a service, and a container definition. If simplicity is what you’re looking for, ECS is not it.
-
Managed: Fargate runs on EC2 instances, but you don’t need to manage or provision EC2 instances yourself.
- No option to choose specific instance types, GPU
- The following task definition parameters are not valid in Fargate Tasks
- Price
- Fargate is more expensive than EC2 in unit price
- Fargate don't need to pay for Elastic Block Storage (EBS)
- Fractional vCPU: Fargate offers you a minimum of 0.25 vCPU
- Cloud9
- No good provider for Alpine Linux in MarketPlace
- Cost surprise
- [EC2] You cannot directly create EC2 with an EBS volume as boot volume
- [sqs] you cannot monitor the lifecycel status of a queue. No way to know it is
provisioning
orterminated