More Info:

Your RDS instances should be using General Purpose SSDs instead of Provisioned IOPS SSDs for cost-effective storage that fits a broad range of database workloads

Risk Level

Medium

Address

Cost Optimisation

Compliance Standards

CBP

Triage and Remediation

Remediation

To remediate this misconfiguration in AWS RDS using the AWS console, follow these steps:

  1. Login to AWS Console: Go to the AWS Management Console and login with your credentials.

  2. Navigate to RDS Service: Click on the “Services” dropdown menu at the top, 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 change the storage type.

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

  5. Change Storage Type: In the Modify RDS Instance page, scroll down to the “Storage” section. Here, you will see the storage type currently being used (IOPS SSD in this case).

  6. Select General Purpose SSD: Change the storage type from IOPS SSD to General Purpose SSD by selecting the appropriate option from the dropdown menu.

  7. Adjust Storage Size and IOPS: Depending on the instance’s requirements, you may need to adjust the storage size and IOPS settings for the General Purpose SSD. Make sure to set these values according to your workload needs.

  8. Apply Changes: Once you have selected the General Purpose SSD and adjusted the storage settings, scroll down to the bottom of the page and click on the “Continue” button.

  9. Review and Apply Changes: Review the modifications you have made to ensure everything is correct. Then, click on the “Modify DB Instance” button to apply the changes.

  10. Monitor the Instance: After applying the changes, monitor the RDS instance to ensure that the modification has been successfully implemented and that the instance is functioning as expected with the new storage type.

By following these steps, you can remediate the misconfiguration of using IOPS SSDs instead of General Purpose SSDs for an AWS RDS instance using the AWS Management Console.

Additional Reading: