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 “Hello localhost” to “Hello world” 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 <a href="https://serverless.tf/" rel="noopener ugc nofollow" target="_blank">https://serverless.tf/</a> 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 <em>as</em> Code and container orchestration pictured by sheet music.</p>
<h1>Step 1: Create an Application</h1>
<p>We want to create a simple “Hello world!” 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>