Panther high experimental python

AWS RDS Instance Public Access

This Policy checks that an RDS Instance is not accessible from the public internet.

View Source

Detection Logic

def policy(resource):
    return not resource["PubliclyAccessible"]

Field Validations

Loading…

Comments (0)

Loading comments...