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
s
swift-painter-31084
09/04/2019, 6:54 PM
I'm attempting to setup an AWS ECS task that runs on a schedule with Pulumi. I was able to see where to set the schedulingStrategy to 'DAEMON' but I don't see where to set the schedule. Here's the terraform I'd like to use
https://registry.terraform.io/modules/jnonino/ecs-fargate-scheduled-task/aws/1.0.4
g
gentle-diamond-70147
09/04/2019, 7:17 PM
I believe this is done via Cloudwatch
EventRule
-
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/cloudwatch/#EventRuleArgs-scheduleExpression
.
Post