Files
TechradarDev/radar/2022-03-28/aws_fargate.md
Daniel Pötzinger bcf1ead9b3 documentation: Add tags to all featured blibs (#139)
* documentation: add tags to all featured blips
2022-11-18 11:39:23 +01:00

9 lines
503 B
Markdown

---
title: "AWS Fargate"
ring: adopt
quadrant: platforms-and-aoe-services
tags: [devops]
---
It 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, which allows you not having to deal with clusters or nodes abstracting everything away from you.