More Info:

This rule checks whether AWS Database Migration Service (DMS) endpoints are configured with an SSL connection. Using SSL encryption enhances the security of data transferred through DMS endpoints. The rule is marked as non-compliant if AWS DMS does not have an SSL connection configured.

Risk Level

Medium

Address

Security

Compliance Standards

CBP

Triage and Remediation

Remediation

To remediate the misconfiguration of Database Migration Service Endpoints not having SSL configuration for AWS RDS using the AWS console, follow these step-by-step instructions:

  1. Login to AWS Management Console: Go to the AWS Management Console at https://console.aws.amazon.com/.

  2. Navigate to RDS Service: Click on the “Services” dropdown menu at the top left corner, then select “RDS” under the Database category.

  3. Select the RDS Instance: From the list of RDS instances, select the instance for which you want to enable SSL configuration.

  4. Modify the RDS Instance: Click on the instance name to open its details page. Then, click on the “Modify” button at the top.

  5. Enable SSL: Scroll down to the “Network & Security” section, and locate the “Additional configuration” option. Here, you will find the “Enable IAM DB authentication” option. Enable this option by selecting the checkbox.

  6. Apply Changes: Scroll down to the bottom of the page and click on the “Continue” button.

  7. Review Changes: Review the changes you are about to make, and then click on the “Modify DB Instance” button to apply the changes.

  8. Verify SSL Configuration: Once the modification is complete, verify that the SSL configuration is enabled for the Database Migration Service Endpoints by connecting to the RDS instance using SSL.

By following these steps, you will successfully remediate the misconfiguration of Database Migration Service Endpoints not having SSL configuration for AWS RDS using the AWS console.