Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nalbam/terraform-aws-ecs-fargate


https://github.com/nalbam/terraform-aws-ecs-fargate

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# terraform-aws-ecs-fargate

```bash
# aws-cli > 1.15.32
pip3 install awscli

# terraform
brew install terraform

# region
aws configure set default.region ap-northeast-2

# terraform (10m)
terraform init
terraform plan
terraform apply
```