AWS efs documentation change
Summary
Added clarification that EFS cannot create destination file systems during replication and removed redundant note
Security assessment
Changes clarify operational requirements but do not address security vulnerabilities or add security documentation.
Diff
diff --git a/efs/latest/ug/cross-account-replication.md index 5c0f9e1b0..f77f6e09a 100644 --- a/efs/latest/ug/cross-account-replication.md +++ b/efs/latest/ug/cross-account-replication.md @@ -29 +32 @@ For Amazon EFS to perform cross-account replication on the source account’s be -You must create both the source file system and the destination file system in the replication configuration before you can create the IAM role for the source account. You must know and provide the ARN for each file system. +You must create both the source file system and the destination file system in the replication configuration before you can create the IAM role for the source account. Amazon EFS cannot create the destination file system for you during replication. Additionally, you must know and provide the ARN for each file system. @@ -86,4 +88,0 @@ To share file systems cross-account in Amazon EFS, you must assign policies to b -###### Note - -To replicate across AWS accounts, you must first create both the destination and source file systems. Amazon EFS cannot create the destination file system for you during replication. -