Tag: Fargate

How to Use Terraform to Deploy Containers to ECS Fargate

Amazon Web Services (AWS) Fargate is a serverless solution to container orchestration. But to get from “Hello localhost” to “Hello world” there are many networking and infrastructure hoops to jump through. Terraform makes setting up and deploying Docker images to AWS EC...