Using Console
Using CLI
your-cluster-id
with the actual identifier of your DocumentDB cluster.Step 2: Verify the encryption status of the DocumentDB cluster to ensure that it is now encrypted. You can do this by describing the cluster using the following AWS CLI command:your-parameter-group-name
with the actual name of your RDS cluster parameter group.By following these steps, you can successfully remediate the misconfiguration of DocumentDB clusters not being encrypted in AWS RDS using the AWS CLI.Using Python