Add link or example code to set regional endpoint to STS / Client / assume_root #4378
Labels
documentation
This is a problem with documentation.
feature-request
This issue requests a feature.
p2
This is a standard priority issue
response-requested
Waiting on additional information or feedback.
Describe the issue
Looking at the API information page of [STS] / Client / assume_root
It requires more in depth search flipping through links to complete the prerequisite of setting regional endpoint for users to use the API AssumeRoot. Within the Note that warns "The global endpoint is not supported for AssumeRoot" can we add a link that directs [2] Manage AWS STS in an AWS Region - Writing code to use AWS STS Regions.
Customer enquired to add documentation for easier visibility as well as the code they had to write to enable regional endpoint from the following:
os.environ['AWS_STS_REGIONAL_ENDPOINTS'] = 'regional'
Links
[1] https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sts.html
[2] https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html#id_credentials_temp_enable-regions_writing_code
The text was updated successfully, but these errors were encountered: