An open API service indexing awesome lists of open source software.

https://github.com/epomatti/aws-eventbridge-scheduler

Stopping and starting an RDS instance automatically using EventBridge scheduler
https://github.com/epomatti/aws-eventbridge-scheduler

aws eventbridge eventbridge-scheduler rds rds-enhanced-monitoring terraform

Last synced: 7 months ago
JSON representation

Stopping and starting an RDS instance automatically using EventBridge scheduler

Awesome Lists containing this project

README

          

# AWS EventBridge Scheduler

Create an RDS PostgreSQL instance to test EventBridge scheduler with stop/start RDS actions.

Create the `.auto.tfars` file. Edit as needed.

```terraform
aws_region = "sa-east-1"
stop_cron = "0 23 ? * * *"
start_cron = "20 23 ? * * *"
timezone = "America/Sao_Paulo"
```

This recipe requires a default VPC to create the RDS instance.