AWS scheduler documentation change
Summary
Removed details about request signing requirements and STS temporary credentials
Security assessment
The deleted content explained standard AWS API security practices but didn't address a specific vulnerability. While security-relevant information was removed, there's no evidence this change fixes a security issue or introduces new security documentation.
Diff
diff --git a/scheduler/latest/UserGuide/infrastructure-security.md b/scheduler/latest/UserGuide/infrastructure-security.md index 79bc80d07..3591df66f 100644 --- a//scheduler/latest/UserGuide/infrastructure-security.md +++ b//scheduler/latest/UserGuide/infrastructure-security.md @@ -18,2 +17,0 @@ You use AWS published API calls to access EventBridge Scheduler through the netw -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. -