AWS servicequotas documentation change
Summary
Added new event type AWS_SERVICEQUOTAS_INCREASE_REQUEST_FAILED and updated event descriptions
Security assessment
Adds monitoring documentation for failed quota increase requests which helps operational awareness but doesn't directly address vulnerabilities
Diff
diff --git a/servicequotas/latest/userguide/eventbridge-integration.md b/servicequotas/latest/userguide/eventbridge-integration.md index ae28ea17b..8e9dc9bcb 100644 --- a//servicequotas/latest/userguide/eventbridge-integration.md +++ b//servicequotas/latest/userguide/eventbridge-integration.md @@ -12,0 +13,13 @@ You do this by using Amazon EventBridge to route events from Service Quotas to o +###### Topics + + * How EventBridge routes Service Quotas events + + * Service Quotas events + + * Creating event patterns that match Service Quotas events + + * Receiving events from EventBridge + + + + @@ -59,0 +73,2 @@ Each event pattern is a JSON object that contains: + * `AWS_SERVICEQUOTAS_INCREASE_REQUEST_FAILED` + @@ -76,0 +92 @@ For example, the following event pattern would select all `Event Name` events fr + "AWS_SERVICEQUOTAS_INCREASE_REQUEST_FAILED", @@ -85 +101,3 @@ The following describes the different event type codes. - * `AWS_SERVICEQUOTAS_THRESHOLD_BREACH` \- Monitors Service Quotas that cannot be adjusted. You'll need to optimize your quota utilization to mitigate further Service Quotas threshold breach. + * `AWS_SERVICEQUOTAS_THRESHOLD_BREACH` \- Tracks Service Quotas that cannot be adjusted. You'll need to optimize your quota utilization to mitigate further Service Quota threshold breach. + + * `AWS_SERVICEQUOTAS_INCREASE_REQUEST_FAILED` \- Tracks failed attempts to automatically increase service quotas when usage thresholds are exceeded. @@ -87 +105 @@ The following describes the different event type codes. - * `AWS_SERVICEQUOTAS_APPROACHING_THRESHOLD` \- Monitors Service Quotas that can be adjusted. You can optimize your quota utilization or [Requesting a quota increase](./request-quota-increase.html) to mitigate further Service Quotas approaching threshold. + * `AWS_SERVICEQUOTAS_APPROACHING_THRESHOLD` \- Tracks Service Quotas that can be adjusted. You can optimize your quota utilization or request a quota increase to mitigate further Service Quota approaching threshold.