AWS Security ChangesHomeSearch

AWS fsx medium security documentation change

Service: fsx · 2025-10-22 · Security-related medium

File: fsx/latest/OpenZFSGuide/infrastructure-security.md

Summary

Removed details about API request signing using access keys and AWS STS temporary credentials

Security assessment

The removed content specifically described fundamental security practices for API authentication. While not fixing an active vulnerability, omitting these details reduces clarity about secure access control mechanisms, which could indirectly impact security posture if users overlook these requirements.

Diff

diff --git a/fsx/latest/OpenZFSGuide/infrastructure-security.md b/fsx/latest/OpenZFSGuide/infrastructure-security.md
index 99b4e3a42..b3a0d690f 100644
--- a//fsx/latest/OpenZFSGuide/infrastructure-security.md
+++ b//fsx/latest/OpenZFSGuide/infrastructure-security.md
@@ -18,2 +17,0 @@ You use AWS published API calls to access Amazon FSx through the network. Client
-Additionally, requests must be signed by using an access key ID and a secret access key that is associated with an IAM principal. Or you can use the [AWS Security Token Service](https://docs.aws.amazon.com/STS/latest/APIReference/welcome.html) (AWS STS) to generate temporary security credentials to sign requests.
-