Search code examples
amazon-ecsaws-fargate

Amazon Fargate - determine container startup order


Is there a way in Amazon Fargate to determine the startup order of containers? Let's say I have two containers and I want container B to start only when A is already up. In other Amazon ECS I could use links to achieve this, but links are not supported in Fargate's awsvpc network mode.


Solution

  • There is no explicit way to control ordering in Fargate today, but it's on the roadmap.