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 ECS repeatable, but https://serverless.tf/ makes it easy.

An allegory to the value of Infrastructure as Code and container orchestration pictured by sheet music.

Step 1: Create an Application

We want to create a simple “Hello world!” application using Node and Docker.

Read More

Tags: ECS Fargate