AWS gameliftstreams medium security documentation change
Summary
Removed details about API request signing requirements and temporary security credentials
Security assessment
Deletion of specific security implementation details (access key signing and STS usage) could impact users' understanding of required security practices for API access. This removal constitutes a documentation regression for security-critical information.
Diff
diff --git a/gameliftstreams/latest/developerguide/infrastructure-security.md b/gameliftstreams/latest/developerguide/infrastructure-security.md index 474d6e371..415997822 100644 --- a//gameliftstreams/latest/developerguide/infrastructure-security.md +++ b//gameliftstreams/latest/developerguide/infrastructure-security.md @@ -18,2 +17,0 @@ You use AWS published API calls to access Amazon GameLift Streams through the ne -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. -