Skip to content

Preparation

We will be deploying an example Nginx example project to ECS Fargate with Terraform.

For these exercises you will need Terraform CLI installed

Installation

You can follow installation instruction in this link for all major operating systems.

AWS Credentials

Terraform need AWS credentials to be configured:

aws configure

AWS Access Key ID [****************HGOD]: ACCESS_KEY
AWS Secret Access Key [****************zwLy]: ACCESS_KEY_SECRET
Default region name [eu-west-1]: eu-west-1
Default output format [None]: 

Working Directory

Create terraform folder in your project folder and start doing exercises. Good luck & have fun!