- Language:
- Python
- Framework:
- Terraform
Download this pattern (.zip)
View this pattern on GitHub
Clone repo
git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/eventbridge-scheduler-ecs-python-terraform
Deploy
terraform initterraform planterraform apply
Testing
Check the EventBridge rule in the AWS Console to verify it's created with the correct schedule.
Manually trigger the rule to test the ECS task execution.
View CloudWatch logs to confirm the task is running as expected.
Cleanup
Confirm the destruction by typing 'yes' when prompted.