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 Amazon 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 theClusterIdentifierparameter. -
aws:executeAwsApi- Enables therequire_sslsetting on the cluster specified in theClusterIdentifierparameter. -
aws:assertAwsResourceProperty- Confirms therequire_sslsetting was enabled on the cluster. -
aws:executeScript- Verifies therequire_sslsetting for the cluster.