Sample Amazon Relational Database Service RQL Queries
note
The following guide will walk you through Amazon Relational Database Service RQL Query Examples
RDS Parameter group settings doesn't have the parameter: rds.force_ssl set
config from cloud.resource where api.name = 'aws-rds-describe-db-parameter-groups' AND json.rule = ['parameters'].['rds.force_ssl'] does not exist
RDS Aurora PostgreSQL is publicly accessible
config from cloud.resource where api.name = 'aws-rds-db-cluster' AND json.rule = 'engine contains "aurora-postgresql" and publiclyAccessible is true'