AWS Fargate = Serverless Containers
5. Februar 2021
Allgemein
AWS Fargate is a compute engine for Amazon Elastic Container Service(ECS) that allows you to run containers without having to provision, configure & scale clusters of VMs that host container applications.
Don’t manage servers anymore, just pack your project in images push them to the registry(e.x. ECR, docker hub) specify the memory and CPU requirements, define IAM policies & launch your application.