79557357

Date: 2025-04-05 18:27:39
Score: 0.5
Natty:
Report link

Use --capabilities and explicitly set all parameters

aws cloudformation deploy \
  --template-file template.yaml \
  --stack-name my-stack \
  --capabilities CAPABILITY_IAM \
  --parameter-overrides MyKey=ABC123
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Piyush Jain