Cyclic API dependency between ProviderConfig and IMDS client #1587
joshtriplett
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Creating an IMDS client requires a ProviderConfig. Creating a ProviderConfig wants a region provider. I'd like to get the region from IMDS (and not from
~/.aws
or any other places). Is there some way I could break this cycle, setting up a ProviderConfig with an IMDS provider for the region?Beta Was this translation helpful? Give feedback.
All reactions