How to Use Terraform to Deploy Containers to ECS Fargate

<p>Amazon Web Services (AWS) Fargate is a serverless solution to container orchestration.</p> <p>But to get from &ldquo;Hello localhost&rdquo; to &ldquo;Hello world&rdquo; there are many networking and infrastructure hoops to jump through.</p> <p>Terraform makes setting up and deploying Docker images to AWS ECS repeatable, but&nbsp;<a href="https://serverless.tf/" rel="noopener ugc nofollow" target="_blank">https://serverless.tf/</a>&nbsp;makes it easy.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/1*h9sHDpLQ0av-7G5hchfKvw.jpeg" style="height:467px; width:700px" /></p> <p>An allegory to the value of Infrastructure&nbsp;<em>as</em>&nbsp;Code and container orchestration pictured by sheet music.</p> <h1>Step 1: Create an Application</h1> <p>We want to create a simple &ldquo;Hello world!&rdquo; application using Node and Docker.</p> <p><a href="https://erik-ekberg.medium.com/terraform-ecs-fargate-example-1397d3ab7f02"><strong>Read More</strong></a></p>
Tags: ECS Fargate