https://github.com/bootswithdefer/aws-instance-scheduler-terraform
Port of the AWS Instance Scheduler from Cloudformation to Terraform
https://github.com/bootswithdefer/aws-instance-scheduler-terraform
aws terraform
Last synced: 29 days ago
JSON representation
Port of the AWS Instance Scheduler from Cloudformation to Terraform
- Host: GitHub
- URL: https://github.com/bootswithdefer/aws-instance-scheduler-terraform
- Owner: bootswithdefer
- License: apache-2.0
- Created: 2019-12-11T02:38:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T20:18:04.000Z (over 6 years ago)
- Last Synced: 2025-01-21T14:46:03.815Z (over 1 year ago)
- Topics: aws, terraform
- Language: HCL
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ported from https://github.com/awslabs/aws-instance-scheduler
This uses the unmodified Lambda function from the AWS solution. However, it
does not work with the CLI without modifications. The CLI looks up the
Cloudformation Stack in order to find the Lambda function and since that stack
doesn't exist with this Terraform it won't work. The function can easily be
modified to change that behavior, but I've not done it here. Instead I've
provided an example config with Terraform's aws_dynamodb_table_item.
You may also need to define the start and stop tags, I'm not sure if DynamoDB
will throw errors when given empty strings.