Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adriaanbd/aws-asg-ecs-starter
AWS infrastructure-as-code (IaC) starter for deploying a Microservice on ECS with Auto Scaling Group in a multi-availability-zone network layout with public and private subnets.
https://github.com/adriaanbd/aws-asg-ecs-starter
aws aws-ecs hashicorp-terraform hcl terraform
Last synced: 8 days ago
JSON representation
AWS infrastructure-as-code (IaC) starter for deploying a Microservice on ECS with Auto Scaling Group in a multi-availability-zone network layout with public and private subnets.
- Host: GitHub
- URL: https://github.com/adriaanbd/aws-asg-ecs-starter
- Owner: adriaanbd
- Created: 2020-11-03T22:33:21.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2020-12-03T07:55:13.000Z (about 4 years ago)
- Last Synced: 2024-12-21T01:24:53.437Z (2 months ago)
- Topics: aws, aws-ecs, hashicorp-terraform, hcl, terraform
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Security: security/firewall/groups.tf
Awesome Lists containing this project
README
# AWS with ASG, ECS and Network Layout
AWS infrastructure-as-code (IaC) starter for deploying a Microservice on ECS with Auto Scaling Group in a multi-availability-zone network layout with public and private subnets.
## Requirements
1. AWS Account
2. AWS CLI
3. Terraform CLI## Getting Started
1. Look at what is being deployed:
```
$ terraform plan
```2. Deploy
```
$ terraform apply -auto-approve
```3. Destroy
```
$ terraform destroy -auto-approve
```