turbot/terraform_aws_compliance

GitHub
Loading controls...

Control: IAM authentication should be configured for RDS clusters

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.

Usage

Run the control in your terminal:

steampipe check terraform_aws_compliance.control.rds_db_cluster_iam_authentication_enabled

Snapshot and share results via Steampipe Cloud:

steampipe login
steampipe check --share terraform_aws_compliance.control.rds_db_cluster_iam_authentication_enabled

SQL

This control uses a named query:

rds_db_cluster_iam_authentication_enabled

Tags