Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 537 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 537 Bytes

tf-ecs-anywhere

This is an example project to show ECS Anywhere. It creates an ECS Cluster, a task definition and service, EC2 instance I use to "mock" the external resources.

Usage

  • set up your own backend or keep it locally

  • Docker image

    • use the files in the folder flask-demo-app to create your own test docker image and upload it to ECR
    • you will have to alter the data block searching for the Docker image saved in ECR

    or

    • change the task definition for any other Docker image and pull from other registries