turbot/aws_compliance
Loading controls...

Control: RDS database instances should use a custom administrator username

Description

This control checks whether you've changed the administrative username for AWS Relational Database Service (AWS RDS) database instances from the default value. The control fails if the administrative username is set to the default value.

Usage

Run the control in your terminal:

powerpipe control run aws_compliance.control.rds_db_instance_no_default_admin_name

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run aws_compliance.control.rds_db_instance_no_default_admin_name --share

SQL

This control uses a named query:

rds_db_instance_no_default_admin_name

Tags