Y
Hacker News
new
|
ask
|
show
|
jobs
by
rufius
1343 days ago
ECS/Fargate for long lived things. Lambdas for short lived things.
3 comments
vaidhy
1343 days ago
+1 for Fargate and Lambda. If you do not like Fargate, you can also run containers in EC2 for a bit more control.
link
nuker
1342 days ago
Nah, scaling will be hard. I came to realisation that I don’t want any clusters, let them manage it :)
link
kingofheroes
1343 days ago
We used to do this at my current job, but we've recently started transitioning to Kubernetes. There are certainly things I like a lot about it (specifically, the k9s CLI), but I definitely miss the simplicity of ECS/Fargate.
link
nuker
1342 days ago
That plus fleet of ec2 for real heavy loads.
link