AWSConfigRemediation-EnforceSSLOnlyConnectionsToRedshiftCluster
Description
The AWSConfigRemediation-EnforceSSLOnlyConnectionsToRedshiftCluster
runbook requires incoming connections to use SSL for the Amazon Redshift cluster you specify.
Document type
Automation
Owner
Amazon
Platforms
Databases
Parameters
-
AutomationAssumeRole
Type: String
Description: (Required) The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows Systems Manager Automation to perform the actions on your behalf.
-
ClusterIdentifier
Type: String
Description: (Required) The unique identifier of the cluster you want to enable enhanced VPC routing on.
Required IAM permissions
The AutomationAssumeRole
parameter requires the following actions to
use the runbook successfully.
-
ssm:StartAutomationExecution
-
ssm:GetAutomationExecution
-
redshift:DescribeClusters
-
redshift:DescribeClusterParameters
-
redshift:ModifyClusterParameterGroup
Document Steps
-
aws:executeAwsApi
- Gathers parameter details from the cluster specified in theClusterIdentifier
parameter. -
aws:executeAwsApi
- Enables therequire_ssl
setting on the cluster specified in theClusterIdentifier
parameter. -
aws:assertAwsResourceProperty
- Confirms therequire_ssl
setting was enabled on the cluster. -
aws:executeScript
- Verifies therequire_ssl
setting for the cluster.