https://pulumi.com logo
b

billions-breakfast-36131

05/27/2020, 11:11 AM
Hi, does Pulumi have support for ECS Scheduled Tasks (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduled_tasks.html)? I'm struggling to find docs/examples for it.
b

broad-dog-22463

05/27/2020, 11:31 AM
I looked at how to do this via the CLI https://docs.aws.amazon.com/AmazonECS/latest/developerguide/scheduled_tasks_cli_tutorial.html It's actually not configurable via ECS but via CloudWatch events
You can see an example in the latest pulumi-aws SDK (v2.6.0) that does this
b

billions-breakfast-36131

05/27/2020, 11:41 AM
Ah great, thank you!
b

broad-dog-22463

05/27/2020, 11:42 AM
FWIW, this was seriously confusing to me as well