AWS efs documentation change
Summary
Minor terminology changes (Amazon EFS → EFS) and API reference correction
Security assessment
Cosmetic updates to branding terminology without modifying security controls or documentation.
Diff
diff --git a/efs/latest/ug/efs-access-points.md b/efs/latest/ug/efs-access-points.md index c857643cd..efa74bac4 100644 --- a//efs/latest/ug/efs-access-points.md +++ b//efs/latest/ug/efs-access-points.md @@ -7 +7 @@ -Amazon EFS _access points_ are application-specific entry points into an EFS file system that make it easier to manage application access to shared datasets. Access points can enforce a user identity, including the user's POSIX groups, for all file system requests that are made through the access point. Access points can also enforce a different root directory for the file system so that clients can only access data in the specified directory or its subdirectories. +EFS _access points_ are application-specific entry points into an EFS file system that make it easier to manage application access to shared datasets. Access points can enforce a user identity, including the user's POSIX groups, for all file system requests that are made through the access point. Access points can also enforce a different root directory for the file system so that clients can only access data in the specified directory or its subdirectories. @@ -15 +15 @@ You need to create at least one mount target on your EFS file system to use acce -You can create access points for an existing Amazon EFS file system using the AWS Management Console, the AWS Command Line Interface (AWS CLI), and the EFS API. An EFS file system can have a [maximum of 1,000 access points](./limits.html#limits-efs-resources-per-account-per-region). You cannot modify an existing access point after it's created. +You can create access points for an existing EFS file system using the AWS Management Console, the AWS Command Line Interface (AWS CLI), and the Amazon EFS API. An EFS file system can have a [maximum of 1,000 access points](./limits.html#limits-efs-resources-per-account-per-region). You cannot modify an existing access point after it's created.