https://pulumi.com logo
#aws
Title
# aws
f

fast-river-57630

01/26/2022, 10:27 PM
RunTaskRequest on a awsx.ecs.FargateTaskDefinition with multiple containers ==> runs every command in every container on the task definition?
g

great-queen-39697

01/27/2022, 3:28 PM
Are you asking whether you can specify which containers the command runs on? You can narrow down the command to task groups if you define those. See https://github.com/pulumi/pulumi-awsx/blob/333b1ff0d649e3f19187c2e8edc292dd6c131fbd/nodejs/awsx/ecs/taskDefinition.ts#L183
3 Views