aws-sdk-cpp icon indicating copy to clipboard operation
aws-sdk-cpp copied to clipboard

DurationSeconds support for STSAssumeRoleWebIdentityCredentialsProvider

Open lvhuat opened this issue 2 years ago • 2 comments

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

lvhuat avatar May 04 '23 06:05 lvhuat

What is your reason for wanting longer sessions via STS?

jmklix avatar May 09 '23 17:05 jmklix

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.

lvhuat avatar May 10 '23 06:05 lvhuat