AWS workspaces documentation change
Summary
Removed JSON policy example for WorkSpaces streaming permissions
Security assessment
Policy example removal appears to be documentation cleanup without security context. No evidence of security issue remediation.
Diff
diff --git a/workspaces/latest/adminguide/create-directory-pools.md b/workspaces/latest/adminguide/create-directory-pools.md index c737b0e4f..486bf78af 100644 --- a//workspaces/latest/adminguide/create-directory-pools.md +++ b//workspaces/latest/adminguide/create-directory-pools.md @@ -193,23 +192,0 @@ For resources in AWS GovCloud (US) Regions, use the following format for the ARN -JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Action": "workspaces:Stream", - "Resource": "arn:aws:workspaces:<US East (N. Virginia)>:<account-id>:directory/<directory-id>", - "Condition": { - "StringEquals": { - "workspaces:userId": "${saml:sub}" - } - } - } - ] - } - -