Skip to content

Stopping and starting an RDS instance automatically using EventBridge scheduler

License

Notifications You must be signed in to change notification settings

epomatti/aws-eventbridge-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

About

Stopping and starting an RDS instance automatically using EventBridge scheduler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages