AWS Security ChangesHomeSearch

AWS ram medium security documentation change

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

File: ram/latest/userguide/security-infrastructure.md

Summary

Removed a sentence about requiring signed requests using IAM access keys or AWS STS temporary credentials

Security assessment

The removed content described fundamental security requirements for API access. Removing this guidance could lead to misconfiguration risks if users are unaware of authentication requirements.

Diff

diff --git a/ram/latest/userguide/security-infrastructure.md b/ram/latest/userguide/security-infrastructure.md
index f595204a7..0010e636a 100644
--- a//ram/latest/userguide/security-infrastructure.md
+++ b//ram/latest/userguide/security-infrastructure.md
@@ -18,2 +17,0 @@ You use AWS published API calls to access AWS RAM through the network. Clients m
-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.
-