Skip to content

joesajigeorge/ECS-DeveloperTools

Repository files navigation

AWS ECS and Code Pipeline

Using terraform to deploy the infrastructure in AWS.

Initialise and Deploy

$ terraform init
$ terraform plan
$ terraform apply

Destroy the Infrastructure

$ terraform destroy