An open API service indexing awesome lists of open source software.

https://github.com/margato/ecs-fargate-terraform-template

My ECS Fargate template with Terraform
https://github.com/margato/ecs-fargate-terraform-template

aws cloud container ecr ecs fargate loadbalancer snippet template terraform vpc

Last synced: 2 months ago
JSON representation

My ECS Fargate template with Terraform

Awesome Lists containing this project

README

          

# ECS Fargate template with Terraform
The main purpose of this template was to practice my skills with Terraform and AWS.

If you are going to use this template in your project, don't forget to update `vars-{ENV}.tfvars` file to include your own values.

## Architecture
![](./image.png)

### Deployment
To provision resources, execute:
```bash
$ terraform apply -var-file vars-dev.tfvars
```

If you want to drop the stack, execute:
```bash
$ terraform destroy -var-file vars-dev.tfvars
```