IAM authentication should be configured for RDS clusters
Severity: Medium
Resource Types: AWS::RDS::DBCluster
Description
This control checks whether an RDS DB cluster has IAM database authentication enabled.
IAM database authentication allows for password-free authentication to database instances. The authentication uses an authentication token. Network traffic to and from the database is encrypted using SSL.
Remediation
You can enable IAM authentication for a DB cluster from the Amazon RDS console.
To enable IAM authentication for an existing DB cluster
- Open the Amazon RDS console.
- Choose
Databases
. - Choose the DB cluster to modify.
- Choose
Modify
. - Under
Database options
, selectEnable IAM DB authentication
. - Choose
Continue
. - Under
Scheduling of modifications
, choose when to apply modifications:Apply during the next scheduled maintenance window
orApply immediately
. - Choose
Modify cluster
.