awslabs / aws-config-rules

[Node, Python, Java] Repository of sample Custom Rules for AWS Config.
http://aws.amazon.com/config/
Creative Commons Zero v1.0 Universal
1.58k stars 851 forks source link

required-tags rule not triggered when using Tag key=Name #333

Open mat-santoro opened 3 years ago

mat-santoro commented 3 years ago

Steps to reproduce: Enable AWS Config Create Rule using required-tags managed rule, and set the Key Name as mandatory Remove the value from EC2 instance Name Tag, leaving the Key Name blank Re-evaluate the rule

The instance does not appear as non compliant.