AWS transfer documentation change
Summary
Added note about Terraform modules for automated SSH key rotation
Security assessment
While key rotation is a security best practice, the change documents automation methods rather than introducing new security features. It reinforces existing security practices through tooling recommendations.
Diff
diff --git a/transfer/latest/userguide/keyrotation.md b/transfer/latest/userguide/keyrotation.md index 30d7b13ef..2902f3897 100644 --- a//transfer/latest/userguide/keyrotation.md +++ b//transfer/latest/userguide/keyrotation.md @@ -8,0 +9,4 @@ For security, we recommend the best practice of rotating your SSH keys. Usually, +###### Note + +For automated SSH key rotation using infrastructure as code, see [Transfer Family Terraform modules](./terraform.html). +