rds-scheduler
DNXLabs/rds-scheduler/aws
This is a module to create a schedule to shut down or start a Relational database service(RDS).
terraform-aws-rds-scheduler   This is a module to create a schedule to shut down or start a Relational database service (RDS). The following resources will be created: - AWS Eventbridge event rule - Delivers a real-time stream of system events that shut down or start the RDS. - Identity Access Management (IAM) that create a service role for Systems Manager Automation Notes: Aurora DB clusters can't be started or stopped under certain conditions: - To start a cluster it must be in 'stopped' status. - To stop a cluster it must be in 'available' status. - You can't start or stop a cluster that's part of an Aurora global database. -
| Name | Type | Description | Default |
|---|---|---|---|
| cron_stop | string | Cron expression to define when to trigger a stop of the DB | required |
| cron_start | string | Cron expression to define when to trigger a start of the DB | required |
| schedule_timezone | string | Timezone used in scheduling cronjob | required |
| identifier | string | RDS instance or Aurora Cluster identifier for schedule | required |
| aurora_cluster | bool | Is Aurora Cluster? | false |
| enable | bool | true | |
| state | string | "ENABLED" |
Terraform module to provision an RDS Aurora cluster for MySQL or Postgres
Terraform module to provision AWS RDS instances
Terraform module to provision AWS Backup, a fully managed backup service that ma
A Terraform module to create an Amazon Web Services (AWS) PostgreSQL Relational