add [platforms-and-aoe-services][adopt] AWS Fargate

This commit is contained in:
Fabrizio Branca
2022-04-06 16:18:12 +02:00
committed by resah
parent 3531a0f56a
commit 6be7e5b02d

View File

@@ -0,0 +1,7 @@
---
title: "AWS Fargate"
ring: adopt
quadrant: platforms-and-aoe-services
---
I doesn't always have to be Kubernetes. For projects with a small number of applications launching and managing a Kubernetes cluster might be just too much. AWS Fargate is a nice alternative for running your containerized applications. Everything can be provisioned via Terraform and AWS Fargate allows you not having to deal with clusters or nodes abstracting everything away from you.