All Collections
Actions
Amazon Web Services
Create Redshift Snapshot Action
Create Redshift Snapshot Action
Matt Houser avatar
Written by Matt Houser
Updated over a week ago

Description

The Create Redshift Snapshot action will create a snapshot of a Redshift cluster.

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.

Redshift Cluster ID

Indicate the cluster id of your Redshift cluster. This cluster 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.

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

$(CLUSTERID)

ID of the cluster

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.

  • redshift:CreateClusterSnapshot

  • redshift:DescribeClusterSnapshots

Did this answer your question?