diff --git a/rules/aws/amazon_rds/rds_instance_public_access_check.guard b/rules/aws/amazon_rds/rds_instance_public_access_check.guard index 60866ef..776e2a4 100644 --- a/rules/aws/amazon_rds/rds_instance_public_access_check.guard +++ b/rules/aws/amazon_rds/rds_instance_public_access_check.guard @@ -19,8 +19,8 @@ # # Scenarios: # a) SKIP: when there are no RDS instances present -# b) PASS: when all RDS instances have PubliclyAccessible set to true -# c) FAIL: when all RDS instances have PubliclyAccessible set to false +# b) FAIL: when one of RDS instances have PubliclyAccessible set to true +# c) PASS: when all RDS instances have PubliclyAccessible set to false # d) FAIL: when there are RDS instances with PubliclyAccessible property is not present # e) SKIP: when metadata includes the suppression for rule RDS_INSTANCE_PUBLIC_ACCESS_CHECK