AWS 中允许的最大数量 AWS::Events::Rule 是否有限制
Is there a limit on maximum number of allowed AWS::Events::Rule in AWS
我们正在使用 cloudformation 创建 AWS Stack 的同时创建事件。
但是我们在创建事件时遇到以下错误
AWS::Events::Rule - 请求的资源超过允许的最大数量。
事件的最大数量有限制吗?
确实似乎有一个限制,如 Cloudwatch rules and api requests limits
所示
Number of Rules – Limit is now 100 rules per region per account (Previously 50 rules)
我们正在使用 cloudformation 创建 AWS Stack 的同时创建事件。 但是我们在创建事件时遇到以下错误
AWS::Events::Rule - 请求的资源超过允许的最大数量。
事件的最大数量有限制吗?
确实似乎有一个限制,如 Cloudwatch rules and api requests limits
所示Number of Rules – Limit is now 100 rules per region per account (Previously 50 rules)