AWS workspaces documentation change
Summary
Removed statement about requiring access keys/secret keys or AWS STS for request signing
Security assessment
While the removed content relates to authentication mechanisms, there's no evidence this change addresses a vulnerability. The remaining text still references API security generally. This appears to be a documentation simplification rather than a security fix.
Diff
diff --git a/workspaces/latest/adminguide/infrastructure-security.md b/workspaces/latest/adminguide/infrastructure-security.md index b865d72f9..482dd5468 100644 --- a//workspaces/latest/adminguide/infrastructure-security.md +++ b//workspaces/latest/adminguide/infrastructure-security.md @@ -18,2 +17,0 @@ You use AWS published API calls to access WorkSpaces through the network. Client -Additionally, requests must be signed by using an access key ID and a secret access key that is associated with an IAM principal. Or you can use the [AWS Security Token Service](https://docs.aws.amazon.com/STS/latest/APIReference/welcome.html) (AWS STS) to generate temporary security credentials to sign requests. -