1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
By using "dependsOn" in the task definition, it is possible to run it after the container has started.
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ecs.ContainerDefinition.html#containerdependencies
I think it is possible with CDK by using "containerDependencies" in the container definition.
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ecs.ContainerDependency.html
Relevant content
asked 3 years ago
asked 2 years ago
asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
