Is your feature request related to a problem? Please describe.
I am from EKS team, for some EKS clusters which are using Fluent-Bit we have observed this user-agent Fluent-Bit defaults to using global STS endpoint rather than the regional STS endpoint.
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.
Is your feature request related to a problem? Please describe. I am from EKS team, for some EKS clusters which are using Fluent-Bit we have observed this user-agent
Fluent-Bit
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.