AWS inspector documentation change
Summary
Removed a sentence about signing API requests with access keys/secret keys or AWS STS temporary credentials.
Security assessment
The removed content describes standard AWS API authentication practices but does not indicate a vulnerability fix or security incident. This appears to be a documentation simplification rather than addressing a specific security issue.
Diff
diff --git a/inspector/latest/user/infrastructure-security.md b/inspector/latest/user/infrastructure-security.md index 3c38d56d4..1f3ac74ee 100644 --- a//inspector/latest/user/infrastructure-security.md +++ b//inspector/latest/user/infrastructure-security.md @@ -18,2 +17,0 @@ You use AWS published API calls to access Amazon Inspector through the network. -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. -