Create RDS Snapshot Actions
Matt Houser avatar
Written by Matt Houser
Updated over a week ago

Description

The Create RDS Snapshot action will create a snapshot of an RDS database instance.

For example, a snapshot can be created every day at 1am.

Settings

Please see Common Action Settings for a description of settings common to all action types.

Database Instance ID

Indicate the instance id of your RDS database instance. This instance must reside in the region specified.

Snapshot ID

Indicate the ID of the snapshot. Snapshot IDs must only contain alpha-numeric characters and hypens. Macros can be used to include run-time data. See below.

Copy to Region

Optional. Once the snapshot is complete, it can be copied to a different region. If the snapshot should be copied, select the target region.

Macros

The following macros can be used to include some run-time information.

$(DATE)

Date of snapshot in year-month-day format

$(TIME)

Time of snapshot in 24-hour format

Macros are case-sensitive. For example, $(Time) is not valid. $(TIME) must be used.

Amazon Commands Used

The following Amazon AWS commands are used. The access key should have permission to execute all of them.

  • rds:CreateDbSnapshot

  • rds:DescribeDbSnapshots

Did this answer your question?