AWS Security ChangesHomeSearch

AWS transfer documentation change

Service: transfer · 2025-10-22 · Documentation low

File: transfer/latest/userguide/create-user.md

Summary

Added note about Terraform modules for automated user management with multiple SSH keys

Security assessment

The change provides implementation guidance for automation but does not introduce or document new security features. SSH key management is a security practice, but the note itself is about tooling rather than security controls.

Diff

diff --git a/transfer/latest/userguide/create-user.md b/transfer/latest/userguide/create-user.md
index faab1ad96..34b090499 100644
--- a//transfer/latest/userguide/create-user.md
+++ b//transfer/latest/userguide/create-user.md
@@ -12,0 +13,4 @@ As part of each user's properties, you also store that user's Secure Shell (SSH)
+###### Note
+
+For automated deployment and management of users with multiple SSH keys, see [Transfer Family Terraform modules](./terraform.html).
+