AWS elasticloadbalancing documentation change
Summary
Removed a sentence about API request signing using access keys or AWS STS temporary credentials.
Security assessment
The removal reduces specificity about authentication mechanisms but does not indicate a resolved security issue. AWS APIs inherently require signed requests, so the change likely reflects redundancy rather than a security impact.
Diff
diff --git a/elasticloadbalancing/latest/userguide/infrastructure-security.md b/elasticloadbalancing/latest/userguide/infrastructure-security.md index 8cdc7fa51..c6b311e4a 100644 --- a//elasticloadbalancing/latest/userguide/infrastructure-security.md +++ b//elasticloadbalancing/latest/userguide/infrastructure-security.md @@ -20,2 +19,0 @@ You use AWS published API calls to access Elastic Load Balancing through the net -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. -