AWS workspaces: Fixed broken URLs in security group documentation
Summary
Corrected hyperlinks to EC2 and VPC security group documentation by removing duplicate slashes in URLs.
Security assessment
The change fixes broken URLs without altering security content. The underlying guidance about not modifying security groups remains unchanged and non-actionable for security hardening.
Evidence
+Avoid modifying, deleting, or detaching the **_controllers** and the **_workspacesMembers** security groups. Be cautious when modifying or deleting these security groups, because you will not be able to recreate these groups and add them back after they have been modified or deleted. For more information, see [ Amazon EC2 security groups for Linux instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-security-groups.html) or [ Amazon EC2 security groups for Windows instances](https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-security-groups.html).
Diff
diff --git a/workspaces/latest/adminguide/amazon-workspaces-security-groups.md b/workspaces/latest/adminguide/amazon-workspaces-security-groups.md index 2970f1d68..27df23982 100644 --- a//workspaces/latest/adminguide/amazon-workspaces-security-groups.md +++ b//workspaces/latest/adminguide/amazon-workspaces-security-groups.md @@ -13 +13 @@ When you register a directory with WorkSpaces, it creates two security groups, o -Avoid modifying, deleting, or detaching the **_controllers** and the **_workspacesMembers** security groups. Be cautious when modifying or deleting these security groups, because you will not be able to recreate these groups and add them back after they have been modified or deleted. For more information, see [ Amazon EC2 security groups for Linux instance](https://docs.aws.amazon.com//AWSEC2/latest/UserGuide/ec2-security-groups.html) or [ Amazon EC2 security groups for Windows instances](https://docs.aws.amazon.com//AWSEC2/latest/WindowsGuide/ec2-security-groups.html). +Avoid modifying, deleting, or detaching the **_controllers** and the **_workspacesMembers** security groups. Be cautious when modifying or deleting these security groups, because you will not be able to recreate these groups and add them back after they have been modified or deleted. For more information, see [ Amazon EC2 security groups for Linux instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-security-groups.html) or [ Amazon EC2 security groups for Windows instances](https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-security-groups.html). @@ -19 +19 @@ When you associate multiple security groups with a WorkSpaces directory, the rul -For more information about security groups, see [ Security Groups for Your VPC](https://docs.aws.amazon.com//vpc/latest/userguide/VPC_SecurityGroups.html) in the _Amazon VPC User Guide_. +For more information about security groups, see [ Security Groups for Your VPC](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html) in the _Amazon VPC User Guide_.