AWS ec2 documentation change
Summary
Fixed URL formatting by adding a double slash in the link to EC2 filtering documentation
Security assessment
The change corrects a documentation link syntax. API throttling guidance remains unchanged, with no direct security impact from the URL fix.
Diff
diff --git a/ec2/latest/devguide/ec2-api-throttling.md b/ec2/latest/devguide/ec2-api-throttling.md index b89b183e9..bdc424aef 100644 --- a//ec2/latest/devguide/ec2-api-throttling.md +++ b//ec2/latest/devguide/ec2-api-throttling.md @@ -78 +78 @@ For request rate limiting purposes, API actions are grouped into the following c - * **Unfiltered and unpaginated non-mutating actions** — A specific subset of non-mutating API actions that, when requested without specifying either [pagination](https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-pagination.html) or a [filter](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Filtering.html#Filtering_Resources_CLI), use tokens from a smaller token bucket. It is recommended that you make use of pagination and filtering so that tokens are deducted from the standard (larger) token bucket. + * **Unfiltered and unpaginated non-mutating actions** — A specific subset of non-mutating API actions that, when requested without specifying either [pagination](https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-pagination.html) or a [filter](https://docs.aws.amazon.com//AWSEC2/latest/UserGuide/Using_Filtering.html#Filtering_Resources_CLI), use tokens from a smaller token bucket. It is recommended that you make use of pagination and filtering so that tokens are deducted from the standard (larger) token bucket.