brentley / appmeshworkshop

23 stars 45 forks source link

Update installenvoy.md #54

Closed alisade closed 4 years ago

alisade commented 4 years ago

container dependency not supported in fargate launch type as below:

Note If you are using tasks that use the Fargate launch type, container dependency parameters are not supported.

https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDependency.html

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

alisade commented 4 years ago

@ffeijoo I am also confused here, why is there a dependency on itself?

alisade commented 4 years ago

All good, I failed to attention to .containerDefinitions += with envoy def being added to the task definition as a result the dependency makes sense first envoy needs to be up and healthy before crustal backend could go through