|
|
|
|
|
by carlosrdrz
2818 days ago
|
|
Thanks for sharing your thoughts! I wrote about Fargate because I like the idea of having a service that manages both masters AND workers and where you only need to care about the API, but didn't really try it yet. That was my impression as well, though. Even the use cases mentioned in the pricing site are just containers running for a few hours a day, and not long-running services like servers. |
|
Avoid using a load balancer as they are quite pricey (although it will allow you to create and use auto-managed SSL certificates for free.)
Of course you will also pay for egress traffic.
The nicest part of Fargate is that:
* you can define your whole cluster using a docker-compose like format.
* you can manage your cluster using the ECS CLI. No extra tool needed.