You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWS SDK has a method of resolving credentials based on a default credentials chain. It would be nice to pass a single flag instead of having to pass flags even if the standard environment variables are set, or to use the IMDS directly.
Proposal
Add a flag which instructs terracognita to use the aws golang sdk to
discover credentials via the default credential provider chain, including things like IMDS, etc.
The text was updated successfully, but these errors were encountered:
Abstract
The AWS SDK has a method of resolving credentials based on a default credentials chain. It would be nice to pass a single flag instead of having to pass flags even if the standard environment variables are set, or to use the IMDS directly.
Proposal
Add a flag which instructs terracognita to use the aws golang sdk to
discover credentials via the default credential provider chain, including things like IMDS, etc.
The text was updated successfully, but these errors were encountered: