79599727

Date: 2025-04-30 07:14:44
Score: 1.5
Natty:
Report link

The fix is to replace:

VPCSecurityGroups:
   - Ref: TestDBSecurityGroup

with:

VPCSecurityGroups:
   - !GetAtt TestDBSecurityGroup.GroupId

Difference:

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Harsha G V