openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

[REQ] Use AWS STS regional endpoint instead of AWS Global Endpoint by default

Open sushanth0910 opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. I am from EKS team, for some EKS clusters where cuatomers are using OpenAPI-Generator we have observed this user-agent OpenAPI-Generator/29.0.0/python defaults to using global STS endpoint rather than the regional STS endpoint.

It is recommended to use the AWS regional endpoint rather than the global endpoint. This ensures better performance and compliance with AWS best practices. https://docs.aws.amazon.com/sdkref/latest/guide/feature-sts-regionalized-endpoints.html

Describe the solution you'd like We propose use the AWS regional STS endpoint by default instead of the global endpoint to enhance performance, reduce latency, and align with AWS best practices.

Additional context Switching to regional endpoints can improve response times, reduce load on the global endpoint, and follow best practices for optimized resource usage.

Note If you think this is irrelevant feel free to close this issue.

sushanth0910 avatar Oct 15 '24 05:10 sushanth0910