Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
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
https://github.com/pulumi/pulumi-aws/blob/master/sdk/nodejs/cloudwatch/eventTarget.ts#L152
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
Post