airflow-autoscaling-ecs icon indicating copy to clipboard operation
airflow-autoscaling-ecs copied to clipboard

Deploy will error if you change the serviceName to something other than the defaul.

Open spitfiredd opened this issue 3 years ago • 0 comments

It won't create the correct ECR Repository Name

You need to update 75_ecr.yml.j2 file and replace:

RepositoryName: "airflow-{{ ENVIRONMENT }}"

to something like:

RepositoryName: "{{ serviceName }}-{{ ENVIRONMENT }}-docker-ecr"

spitfiredd avatar Jun 07 '21 23:06 spitfiredd