Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 409 Bytes

Terraform + AWS + ECS + ALB

How to test this infrastructure:

  1. Run the following commands:
terraform init
terraform apply -auto-approve
  1. Enter your AWS credentials

  2. After creating everything, the load balancer dns name will appear. For example:

  1. Open it on a browser

Enjoy! 😄