Using Console
require_ssl
and set its value to true
to enforce SSL connections.
require_ssl
parameter, scroll to the bottom of the page and click on the “Save Changes” button to apply the configuration.
Using CLI
require_ssl
parameter to true
:<parameter-group-name>
with the actual name of the Redshift parameter group that needs to be updated.<cluster-identifier>
with the identifier of the Redshift cluster to apply the changes.Using Python
boto3
library if you haven’t already. You can install it using pip:
'your_aws_region'
with the AWS region where your Redshift cluster is located, and 'your_parameter_group_name'
with the name of the Redshift Parameter Group you want to update.