More Info:

AWS Redshift database clusters should not be using “awsuser” (default master user name) for database access.

Risk Level

Informational

Address

Operational Maturity, Security

Compliance Standards

PCIDSS

Triage and Remediation

Remediation

To remediate the misconfiguration of an AWS Redshift cluster using the default master username, follow these steps using the AWS Management Console:

  1. Login to AWS Console: Go to the AWS Management Console (https://aws.amazon.com/console/) and log in to your AWS account.

  2. Navigate to Amazon Redshift: In the AWS Management Console, search for “Redshift” in the services search bar and click on “Amazon Redshift” to open the Redshift dashboard.

  3. Select the Redshift Cluster: From the list of Redshift clusters, select the cluster for which you want to remediate the misconfiguration.

  4. Modify the Cluster: Click on the cluster identifier to open the cluster details page. In the cluster details page, click on the “Modify” button at the top.

  5. Change Master Username: In the “Cluster Database Properties” section of the modify cluster page, locate the “Master user name” field. Change the default master username (usually “masteruser”) to a custom username that follows your organization’s security best practices.

  6. Save Changes: After updating the master username, scroll down to the bottom of the modify cluster page and click on the “Modify cluster” button to save the changes.

  7. Monitor the Modification: AWS Redshift will start applying the changes to the cluster. You can monitor the modification progress in the cluster details page.

  8. Verify the Changes: Once the modification is completed, verify that the master username has been successfully changed to the custom username you specified.

By following these steps, you have successfully remediated the misconfiguration of using the default master username for an AWS Redshift cluster.

Additional Reading: