Friday, October 5, 2018

FARGATE cluster on AWS

FARGATE cluster on AWS

AWS Fargate is a compute engine for Amazon ECS that allows you to run containers without having to manage servers or clusters. With AWS Fargate, you no longer have to provision, configure, and scale clusters of virtual machines to run containers as Docker with Tomcat and Java...

But pay attention with billing with Fargate on AWS!

Fargate cluster doubles costs, because it is cluster (e.g. two "legs"/nodes):


Example:
vCPU = $0,05 per hour * 700 hours (25 days) * 2 nodesOfCluster = $70 per 1 month (25 days) = $70

No comments: