Open
Description
What would you like to be enhanced:
Investigate if we need to have a global fallback sts endpoint as per this comment
amazon-vpc-resource-controller-k8s/pkg/aws/ec2/api/wrapper.go
Lines 536 to 539 in dd3564c
Also this piece of code where if regional STS !=global STS we still end up using the regional STS endpoint. It should be global STS if regional is not available.
amazon-vpc-resource-controller-k8s/pkg/aws/ec2/api/wrapper.go
Lines 547 to 549 in dd3564c
Why is the change needed and what use case will it solve: