Upon checking this page to deploy Airbyte to ECS On AWS ECS (Coming Soon) | Airbyte Documentation, I understand that you want to be able to spawn Docker container to run job, and ECS does not let you do this. I think instead of doing that, you can do something better, by tapping into the AWS API, by either:
- Launch an ECS task
- Launch an AWS Batch job
Maybe Airbyte wants to be platform agnostic, but targeting AWS, Azure, or GCP container services can be a very common use case.