AWS Security ChangesHomeSearch

AWS efs documentation change

Service: efs · 2025-03-02 · Documentation low

File: efs/latest/ug/setting-up-aws-sys-mgr.md

Summary

Minor formatting and terminology updates, including adding backticks around package name, adding a period, and changing 'Amazon EC2' to 'EC2' for consistency

Security assessment

Changes are purely cosmetic and grammatical, with no security implications or new security information added

Diff

diff --git a/efs/latest/ug/setting-up-aws-sys-mgr.md
index 9afdf4b36..d0064afcc 100644
--- a/efs/latest/ug/setting-up-aws-sys-mgr.md
+++ b/efs/latest/ug/setting-up-aws-sys-mgr.md
@@ -9 +9 @@ Step 1: Configure an IAM instance profile with the required permissionsStep 2: C
-There are two one-time configurations required to set up Systems Manager to automatically install or update the amazon-efs-utils package.
+There are two one-time configurations required to set up Systems Manager to automatically install or update the `amazon-efs-utils` package.
@@ -13 +13 @@ There are two one-time configurations required to set up Systems Manager to auto
-  2. Configure an Association (including the schedule) used for installation or updates by the State Manager
+  2. Configure an Association (including the schedule) used for installation or updates by the State Manager.
@@ -20 +20 @@ There are two one-time configurations required to set up Systems Manager to auto
-By default, AWS Systems Manager doesn't have permission to manage your Amazon EFS clients and install or update the amazon-efs-utils package. You must grant access to Systems Manager by using an AWS Identity and Access Management (IAM) instance profile. An instance profile is a container that passes IAM role information to an Amazon EC2 instance at launch. 
+By default, AWS Systems Manager doesn't have permission to manage your Amazon EFS clients and install or update the amazon-efs-utils package. You must grant access to Systems Manager by using an AWS Identity and Access Management (IAM) instance profile. An instance profile is a container that passes IAM role information to an Amazon EC2 (EC2) instance at launch. 
@@ -22 +22 @@ By default, AWS Systems Manager doesn't have permission to manage your Amazon EF
-Use the `AmazonElasticFileSystemsUtils` AWS managed permission policy to assign the appropriate permissions to roles. You can create a new role for your instance profile or add the `AmazonElasticFileSystemsUtils` permission policy to an existing role. You must then use this instance profile to launch your Amazon EC2 instances. For more information, see [Configure instance permissions required for Systems Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/setup-instance-permissions.html).
+Use the `AmazonElasticFileSystemsUtils` AWS managed permission policy to assign the appropriate permissions to roles. You can create a new role for your instance profile or add the `AmazonElasticFileSystemsUtils` permission policy to an existing role. You must then use this instance profile to launch your EC2 instances. For more information, see [Configure instance permissions required for Systems Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/setup-instance-permissions.html).
@@ -41 +41 @@ To automatically install or update the amazon-efs-utils package on instances usi
-To use AWS Systems Manager to mount Amazon EFS file systems to multiple EC2 instances, see [Mounting EFS to multiple EC2 instances ](./mount-multiple-ec2-instances.html).
+To use AWS Systems Manager to mount EFS file systems to multiple EC2 instances, see [Mounting EFS to multiple EC2 instances ](./mount-multiple-ec2-instances.html).