AWS general documentation change
Summary
Added throttle rate limits for multiple API operations related to case management and membership handling
Security assessment
The changes document API rate limits which help prevent abuse/DoS attacks, but there's no evidence these were added in response to a specific security incident. Rate limiting is a standard security control but not necessarily indicative of addressing a vulnerability.
Diff
diff --git a/general/latest/gr/securityir.md b/general/latest/gr/securityir.md index c3fe40c07..42b21e8db 100644 --- a//general/latest/gr/securityir.md +++ b//general/latest/gr/securityir.md @@ -41,0 +42,19 @@ Service managed cases created in the last day | Each supported Region: 10 | [Ye +Throttle rate limit for BatchGetMemberAccountDetails | Each supported Region: 5 per second | No | The maximum number of BatchGetMemberAccountDetails requests you can make per second per account, in the current region +Throttle rate limit for CancelMembership | Each supported Region: 1 per second | No | The maximum number of CancelMembership requests you can make per second per account, in the current region +Throttle rate limit for CloseCase | Each supported Region: 1 per second | No | The maximum number of CloseCase requests you can make per second per account, in the current region +Throttle rate limit for CreateCase | Each supported Region: 1 per second | No | The maximum number of CreateCase requests you can make per second per account, in the current region +Throttle rate limit for CreateCaseComment | Each supported Region: 1 per second | No | The maximum number of CreateCaseComment requests you can make per second per account, in the current region +Throttle rate limit for CreateMembership | Each supported Region: 1 per second | No | The maximum number of CreateMembership requests you can make per second per account, in the current region +Throttle rate limit for GetCase | Each supported Region: 5 per second | No | The maximum number of GetCase requests you can make per second per account, in the current region +Throttle rate limit for GetCaseAttachmentDownloadUrl | Each supported Region: 1 per second | No | The maximum number of GetCaseAttachmentDownloadUrl requests you can make per second per account, in the current region +Throttle rate limit for GetCaseAttachmentUploadUrl | Each supported Region: 1 per second | No | The maximum number of GetCaseAttachmentUploadUrl requests you can make per second per account, in the current region +Throttle rate limit for GetMembership | Each supported Region: 5 per second | No | The maximum number of GetMembership requests you can make per second per account, in the current region +Throttle rate limit for ListCaseEdits | Each supported Region: 5 per second | No | The maximum number of ListCaseEdits requests you can make per second per account, in the current region +Throttle rate limit for ListCases | Each supported Region: 5 per second | No | The maximum number of ListCases requests you can make per second per account, in the current region +Throttle rate limit for ListComments | Each supported Region: 5 per second | No | The maximum number of ListComments requests you can make per second per account, in the current region +Throttle rate limit for ListMemberships | Each supported Region: 5 per second | No | The maximum number of ListMemberships requests you can make per second per account, in the current region +Throttle rate limit for UpdateCase | Each supported Region: 1 per second | No | The maximum number of UpdateCase requests you can make per second per account, in the current region +Throttle rate limit for UpdateCaseComment | Each supported Region: 1 per second | No | The maximum number of UpdateCaseComment requests you can make per second per account, in the current region +Throttle rate limit for UpdateCaseStatus | Each supported Region: 1 per second | No | The maximum number of UpdateCaseStatus requests you can make per second per account, in the current region +Throttle rate limit for UpdateMembership | Each supported Region: 1 per second | No | The maximum number of UpdateMembership requests you can make per second per account, in the current region +Throttle rate limit for UpdateResolverType | Each supported Region: 1 per second | No | The maximum number of UpdateResolverType requests you can make per second per account, in the current region