Using Console
Using CLI
your-cluster-identifier
with the actual identifier of the Redshift cluster:--encrypted
: Specifies that the cluster should be encrypted.--kms-key-id
: The Amazon Resource Name (ARN) of the KMS CMK to use for encryption. You can find the ARN of the KMS CMK in the AWS Key Management Service (KMS) console.true
, indicating that the cluster is now encrypted with a KMS CMK.Using Python
'your-redshift-cluster-identifier'
with the actual identifier of your Redshift cluster.'arn:aws:kms:us-east-1:123456789012:key/your-kms-key-id'
with the ARN of the KMS key you want to use for encryption.