Medium
RDS
Regional
IAM authentication should be configured for RDS instances
NISTHIPAA
Description
Checks if RDS instances have IAM authentication configured. This check also fetches the tags associated with each RDS instance.
Remediation
To configure IAM authentication for RDS instances, follow these steps:
Steps
- Log in to the AWS Management Console and open the Amazon RDS console.
- In the navigation pane, click on 'Databases'.
- Select the RDS instance you want to configure for IAM authentication.
- Under the 'Configuration' tab, look for the 'IAM DB Authentication' option.
- Modify the instance to enable IAM DB Authentication if it is not already enabled.
- Apply the changes and wait for the instance to be updated.
- Create an IAM policy that allows the 'rds-db:connect' action.
- Attach this IAM policy to the IAM roles or users that need to authenticate to the RDS instance.
- Update your application's database connection string to use IAM authentication.
Compliance
NISTHIPAA