AWS efs documentation change
Summary
Updated security group documentation links and CLI command syntax for modifying mount target security groups
Security assessment
Clarified security group management procedures but didn't introduce new security features or address specific vulnerabilities. Maintains focus on existing security controls.
Diff
diff --git a/efs/latest/ug/manage-fs-access-update-mount-target-config-sg.md b/efs/latest/ug/manage-fs-access-update-mount-target-config-sg.md index 940d523f3..41837e681 100644 --- a//efs/latest/ug/manage-fs-access-update-mount-target-config-sg.md +++ b//efs/latest/ug/manage-fs-access-update-mount-target-config-sg.md @@ -7 +7 @@ -Security groups define inbound and outbound access. When you change security groups associated with a mount target, make sure that you authorize necessary inbound and outbound access. Doing so enables your EC2 instance to communicate with the file system. For more information about security groups, see [Creating security groups](./accessing-fs-create-security-groups.html). +Security groups define inbound and outbound access. When you change security groups associated with a mount target, make sure that you authorize necessary inbound and outbound access. Doing so enables your EC2 instance to communicate with the file system. For more information about security groups, see [Using VPC security groups](./network-access.html). @@ -30 +30 @@ Use the following procedure to add or remove mount target security groups for an -###### To modify the security group of an existing mount target (CLI) +To modify security groups that are in effect for a mount target, use the `modify-mount-target-security-group` AWS CLI command (the corresponding operation is [ModifyMountTargetSecurityGroups](./API_ModifyMountTargetSecurityGroups.html)) to replace any existing security groups, as shown following. @@ -32 +31,0 @@ Use the following procedure to add or remove mount target security groups for an - * To modify security groups that are in effect for a mount target, use the `modify-mount-target-security-group` AWS CLI command (the corresponding operation is [ModifyMountTargetSecurityGroups](./API_ModifyMountTargetSecurityGroups.html)) to replace any existing security groups, as shown following.