AWS apigateway documentation change
Summary
Updated documentation links from 'Amazon API Gateway quotas and important notes' to 'Amazon API Gateway quotas' in throttling context
Security assessment
The change only modifies link text references to quota documentation. No security vulnerabilities or new security features are mentioned. Throttling configuration remains unchanged.
Diff
diff --git a/apigateway/latest/developerguide/api-gateway-request-throttling.md b/apigateway/latest/developerguide/api-gateway-request-throttling.md index 228da9b15..10fe7c2cd 100644 --- a//apigateway/latest/developerguide/api-gateway-request-throttling.md +++ b//apigateway/latest/developerguide/api-gateway-request-throttling.md @@ -40 +40 @@ Amazon API Gateway provides four basic types of throttling-related settings: - * Per-account limits are applied to all APIs in an account in a specified Region. The account-level rate limit can be increased upon request - higher limits are possible with APIs that have shorter timeouts and smaller payloads. To request an increase of account-level throttling limits per Region, contact the [AWS Support Center](https://console.aws.amazon.com/support/home#/). For more information, see [Amazon API Gateway quotas and important notes](./limits.html). Note that these limits can't be higher than the AWS throttling limits. + * Per-account limits are applied to all APIs in an account in a specified Region. The account-level rate limit can be increased upon request - higher limits are possible with APIs that have shorter timeouts and smaller payloads. To request an increase of account-level throttling limits per Region, contact the [AWS Support Center](https://console.aws.amazon.com/support/home#/). For more information, see [Amazon API Gateway quotas](./limits.html). Note that these limits can't be higher than the AWS throttling limits. @@ -64 +64 @@ API Gateway applies your throttling-related settings in the following order: -By default, API Gateway limits the steady-state requests per second (RPS) across all APIs within an AWS account, per Region. It also limits the burst (that is, the maximum bucket size) across all APIs within an AWS account, per Region. In API Gateway, the burst limit represents the target maximum number of concurrent request submissions that API Gateway will fulfill before returning `429 Too Many Requests` error responses. For more information on throttling quotas, see [Amazon API Gateway quotas and important notes](./limits.html). +By default, API Gateway limits the steady-state requests per second (RPS) across all APIs within an AWS account, per Region. It also limits the burst (that is, the maximum bucket size) across all APIs within an AWS account, per Region. In API Gateway, the burst limit represents the target maximum number of concurrent request submissions that API Gateway will fulfill before returning `429 Too Many Requests` error responses. For more information on throttling quotas, see [Amazon API Gateway quotas](./limits.html).