AWS appstream2 documentation change
Summary
Removed a sentence about requiring signed API requests using IAM credentials or AWS STS temporary security credentials.
Security assessment
While the removed content describes security practices, the deletion does not indicate a resolved security issue or vulnerability. This appears to be documentation streamlining rather than a security-related update. However, the change reduces emphasis on credential requirements, which could indirectly impact security awareness (but not a direct security fix).
Diff
diff --git a/appstream2/latest/developerguide/infrastructure-security.md b/appstream2/latest/developerguide/infrastructure-security.md index d1379dc26..371cce93f 100644 --- a//appstream2/latest/developerguide/infrastructure-security.md +++ b//appstream2/latest/developerguide/infrastructure-security.md @@ -18,2 +17,0 @@ You use AWS published API calls to access AppStream 2.0 through the network. Cli -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. -