Hacker News new | ask | show | jobs
by tptacek 638 days ago
Lambda and Fargate.
2 comments

It was true for Fargate some time ago, but is not true anymore since quite a while. All Fargate tasks run on EC2 instances today.
…which is probably the reason why task launches take 3-5 business weeks
Ah, interesting. Thanks for the correction!
unless something has changed in the past year, fargate still runs each task in a single use ec2 vm with no further isolation around containers in a task.