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
Copy file name to clipboardExpand all lines: assets/monitoring/aws-template/README.md.hbs
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,24 @@ Monitoring setup for MCA generated by the MCA CLI tool
9
9
* `npm run synth` Emits the synthesized CloudFormation template
10
10
* `npm run diff` Compare deployed stack with current state
11
11
* `npm run deploy` Deploy this stack to your default AWS account/region
12
+
13
+
## Troubleshooting
14
+
15
+
### CloudFormation: "Rate exceeded"
16
+
17
+
Stacks are being deployed all at once by default.
18
+
19
+
If some stacks contain too many resources for the deployment to succeed, deployment dependencies can be defined to reduce amount of requests sent to CloudFormation, e.g.:
0 commit comments