Relational Database Service (RDS)

Filters

default-vpc

Check if RDS instance is in the Default VPC

Schema:

{}

Actions

delete

Delete DB instance. You can specify if you want to skip-snapshot, default is False

Schema:

{
  "copy-restore-info": {
    "type": "boolean"
  },
  "skip-snapshot": {
    "type": "boolean"
  }
}
snapshot

Create a manual DB snapshot

Schema:

{}
retention

Set the DB instance backup retention period to days. You can specify if you want to copy-tags from the DB instance to the snapshot, default is False

Schema:

{
  "copy-tags": {
    "type": "boolean"
  },
  "days": {
    "type": "number"
  },
  "enforce": {
    "enum": [
      "min",
      "max",
      "exact"
    ],
    "type": "string"
  }
}