Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```