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

Pause a Redshift Cluster.


Variables

AWS Credentials
aws_token_connection

AWS credentials with access to manage the Redshift Cluster.

iam_role

Optional. ARN of an IAM role to assume for Redshift Cluster access.

cluster_identifier required

Specify the unique identifier for the Redshift Cluster.


Resume Cluster

Resume a Redshift Cluster.


Variables

AWS Credentials
aws_token_connection

AWS credentials with access to manage the Redshift Cluster.

iam_role

Optional. ARN of an IAM role to assume for Redshift Cluster access.

cluster_identifier required

Specify the unique identifier for the Redshift Cluster.


Stop Cluster

Stop a Redshift Cluster and prune the manual snapshots associated with it.


Variables

AWS Credentials
aws_token_connection

AWS credentials with access to manage the Redshift Cluster.

iam_role

Optional. ARN of an IAM role to assume for Redshift Cluster access.

cluster_identifier required

Specify the unique identifier for the Redshift Cluster.


Stop Parameters
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

Start a Redshift Cluster using the snapshot specified.


Variables

AWS Credentials
aws_token_connection

AWS credentials with access to manage the Redshift Cluster.

iam_role

Optional. ARN of an IAM role to assume for Redshift Cluster access.

cluster_identifier required

Specify the unique identifier for the Redshift Cluster.


Restore Parameters
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_name

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


Create Snapshot

Create a manual snapshot of a running Redshift Cluster.


Variables

AWS Credentials
aws_token_connection

AWS credentials with access to manage the Redshift Cluster.

iam_role

Optional. ARN of an IAM role to assume for Redshift Cluster access.

cluster_identifier required

Specify the unique identifier for the Redshift Cluster.


Prune Snapshot

Removes manual snapshots of a running Redshift Cluster.


Variables

AWS Credentials
aws_token_connection

AWS credentials with access to manage the Redshift Cluster.

iam_role

Optional. ARN of an IAM role to assume for Redshift Cluster access.

cluster_identifier required

Specify the unique identifier for the Redshift Cluster.


Prune Parameters
keep_one required

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

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.