Hi guys, i am running into some issues trying to r...
# general
q
Hi guys, i am running into some issues trying to run a simple script on an existing ECS container using pulumi. Is there anything from pulumi to execute single use task for archiving this ?
w
The Command provider is one option that might help? https://www.pulumi.com/registry/packages/command/
q
Gonna take a look, thanks @white-balloon-205 In my case the command I need to execute is inside the ecs image, so I was looking for executing some fargate task, but I might think in a workaround for this use case
w
Ahh - I see. You could potentially consider using Command to run an
aws
CLI command to run the task, or use the AWS SDK in your language of choice inside an
apply
.