You can't use this until you register with us!




Description

Pause, Resume and Stop Redshift Clusters. Create, restore and prune Redshift Cluster snapshots.


Purchasing Options



Available Actions

Pause Cluster

Pauses a Redshift Cluster.


Variables

AWS Credentials
aws_connection required

Select a Connection with the AWS credentials that have acccess to pause the Redshift Cluster.


Cluster Information
cluster_identifier required

Specify the unique identifier for the Redshift Cluster.


Resume Cluster

Resume a paused Redshift Cluster.


Variables

AWS Credentials
aws_connection required

Select a Connection with the AWS credentials that have acccess to resume the paused Redshift Cluster.


Cluster Information
cluster_identifier required

Specify the unique identifier for the Redshift Cluster.


Stop Cluster

Stops a Redshift Cluster and prunes the manual snapshots associated with it.


Variables

AWS Credentials
aws_connection required

Select a Connection with the AWS credentials that have acccess to stop the Redshift Cluster.


Cluster Information
cluster_identifier required

Specify the unique identifier for the Redshift Cluster.

snapshot_before_shutdown

Enable to create a new manual snapshot before stopping the cluster.

keep_one required

If enabled, the most recent manual snapshot is always excluded from pruning, regardless of its age.

snapshot_name

If blank, the name of the new manual snapshot will be automatically generated using a default naming pattern.

age_limit required

Any manual snapshots older than this number of days will be pruned after shutdown. From 1 to 3653 (10 years). Or -1 to keep all manual snapshots.


Restore Cluster from Snapshot

Starts a Redshift Cluster using the snapshot specified.


Variables

AWS Credentials
aws_connection required

Select a Connection with the AWS credentials that have acccess to perform the Redshift Cluster restoration.


Cluster Information
cluster_identifier required

Specify the unique identifier for the Redshift Cluster.

vpc required

Enable if your cluster was created in a VPC.

public required

Allows your cluster to be accessed from outside of the network that it is in.

param_group

Parameter group associated with the restored cluster. Leave blank to use the default Parameter Group.

automated_backup_retention required

Number of days, up to 35, that automatically generated snapshots will exist while the cluster is live.

vpc_security_groups

Space separated list of VPC Security Group ID's applied to the cluster. Leave blank to use the default VPC Security Group.

subnet_group

Subnet Group Identifier for the subnet that the cluster is in. Leave blank to use the default Subnet Group.

cluster_security_groups

Space separated list of Cluster Security Group ID's applied to the cluster. Leave blank to use the default Cluster Security Group.


Snapshot Parameters
snapshot_name

Optionally specify a different snapshot to restore. Leave this field blank to restore the most recent snapshot.


Create Snapshot

Creates a manual snapshot of a running Redshift Cluster.


Variables

AWS Credentials
aws_connection required

Select a Connection with the AWS credentials that have acccess to generate a manual snapshot of the Redshift Cluster.


Cluster Information
cluster_identifier required

Specify the unique identifier for the Redshift Cluster.


Prune Snapshots

Removes manual snapshots of a running Redshift Cluster.


Variables

AWS Credentials
aws_connection required

Select a Connection with the AWS credentials that have acccess to delete manual snapshots of the Redshift Cluster.


Cluster Information
cluster_identifier required

Specify the unique identifier for the Redshift Cluster.

keep_one

If enabled, the most recent manual snapshot is always excluded from pruning, regardless of its age.

age_limit required

Any snapshots older than this number of days will be pruned. From 1 to 3653 (ten years). Or -1 to keep all manual snapshots.