You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the template agains the cfn-guard executable directly I get:
synthed.yml Status = FAIL
FAILED rules
ct-rds-pr-11.guard/rds_instance_deployed_in_vpc_check FAIL
---
Evaluation of rules ct-rds-pr-11.guard against data synthed.yml
--
Property traversed until [] in data [synthed.yml] is not compliant with [rds_instance_deployed_in_vpc_check] due to retrieval error. Error Message [Could not find key AWSTemplateFormatVersion inside struct at path [L:0,C:0]]
Parameterized Rule check failed for synthed.yml. Reason ; [CT.RDS.PR.11]: Require an Amazon RDS database instance to have a VPC configuration; [FIX]: Set a 'DBSubnetGroupName'.;
--
Rule [rds_instance_deployed_in_vpc_check] is not applicable for template [synthed.yml]
--
synthed.yml Status = FAIL
FAILED rules
ct-rds-pr-13.guard/rds_instance_deletion_protection_enabled_check FAIL
---
Evaluating data synthed.yml against rules ct-rds-pr-13.guard
Number of non-compliant resources 1
...
Not sure why this is going on.
The text was updated successfully, but these errors were encountered:
When I run a
cdk synth
with thecontrolTowerRulesEnabled
enabled I run into the following error.When I run the template agains the cfn-guard executable directly I get:
Not sure why this is going on.
The text was updated successfully, but these errors were encountered: