aws-sdk-cpp
aws-sdk-cpp copied to clipboard
DurationSeconds support for STSAssumeRoleWebIdentityCredentialsProvider
Describe the feature
rate limit for STSAssumeRoleWithWebIdentityRequest, so i want to get longer sessions via STS
Use Case
rate limit for STSAssumeRoleWithWebIdentityRequest, so i want to get longer sessions via STS
Proposed Solution
No response
Other Information
No response
Acknowledgements
- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change
What is your reason for wanting longer sessions via STS?
we have many any task with internal of several hours distributed in sets of microsevices, which have to save s3 via STS cred. default DurationSeconds may cause many new sessions
At same time we have sone cross-account lambda task (bind on dynamoDB stream), we have to use request for STS cred every time.
we ensured that when sts requests reach a number(In support center) , AWS limit us with very high latency or return error of Execeed RateLimit.
For avoiding sts ratelimit, we suppose to increase DurationSeconds.