Troubleshooting
If a deployment fails, follow this resolution process:
-
Check Amazon CloudWatch Logs for specific error messages related to the failed stack operation.
-
Verify IAM permissions and role assignments for the deployment account.
-
Review the
deployment_map.jsonconfiguration for correct version constraints, account IDs, and Region values. -
Validate the CloudFormation template syntax by using the CloudFormation Linter (cfn-lint).
-
If the issue persists, roll back to the last known good version by updating the version constraint in
deployment_map.jsonto the previous commit ID.