From 6d65bc1d3468e19fdb395fa9bd16981a320f8e9c Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 16 Apr 2021 08:49:15 -0700 Subject: [PATCH] add docs explaining (lack of) ECS support (#2906) --- docs/SUMMARY.md | 1 + docs/deploying-airbyte/on-aws-ecs.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/deploying-airbyte/on-aws-ecs.md diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index cdbf26d5150ad..8c77dbf04e116 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -79,6 +79,7 @@ * [On AWS \(EC2\)](deploying-airbyte/on-aws-ec2.md) * [On GCP \(Compute Engine\)](deploying-airbyte/on-gcp-compute-engine.md) * [On Kubernetes \(Alpha\)](deploying-airbyte/on-kubernetes.md) + * [On AWS ECS \(Coming Soon\)](deploying-airbyte/on-aws-ecs.md) * [API documentation](api-documentation.md) * [Architecture](architecture/README.md) * [AirbyteCatalog & ConfiguredAirbyteCatalog](architecture/catalog.md) diff --git a/docs/deploying-airbyte/on-aws-ecs.md b/docs/deploying-airbyte/on-aws-ecs.md new file mode 100644 index 0000000000000..3aed11571a01f --- /dev/null +++ b/docs/deploying-airbyte/on-aws-ecs.md @@ -0,0 +1,7 @@ +# On AWS \(ECS\) + +{% hint style="warn" %} +We do not currently support deployment on ECS. +{% endhint %} + +The current iteration is not compatible with ECS. Airbyte currently relies on docker containers being able to create other docker containers. ECS does not permit containers to do this. We will be revising this strategy soon, so that we can be compatible with ECS and other container services.