Skip to content

Commit

Permalink
add docs explaining (lack of) ECS support (#2906)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Apr 16, 2021
1 parent e0c7609 commit 6d65bc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 7 additions & 0 deletions docs/deploying-airbyte/on-aws-ecs.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 6d65bc1

Please sign in to comment.