2

We are looking into using MWAA and we already have docker images stored in ECR.

Is it possible to pull a docker image in ECR from a DAG running in MWAA ?

wi3o
  • 1,467
  • 3
  • 17
  • 29

1 Answers1

1

Yes it can. DockerOperator takes the image parameter, this can be an ECR URL.

You will have to ensure that your Airflow has access to the ECR. For DockerOperator this can be done by configuring an Airflow connection like docker_conn_id.

Dommondke
  • 307
  • 1
  • 8