AWS workspaces-core documentation change
Summary
Removed identical statement about requiring access keys/secret keys or AWS STS for request signing as in Workspaces
Security assessment
Same rationale as the Workspaces change - removal of authentication details without clear evidence of security issue remediation. Core security concepts remain documented elsewhere in the text.
Diff
diff --git a/workspaces-core/latest/ag/infrastructure-security.md b/workspaces-core/latest/ag/infrastructure-security.md index 68c2aabc2..f52161fd1 100644 --- a//workspaces-core/latest/ag/infrastructure-security.md +++ b//workspaces-core/latest/ag/infrastructure-security.md @@ -20,2 +19,0 @@ You use AWS published API calls to access Amazon WorkSpaces Core through the net -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. -