Hi, does Pulumi have support for ECS Scheduled Tas...
# general
b
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
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
Ah great, thank you!
b
FWIW, this was seriously confusing to me as well