Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cli flag to discover AWS credentials via AWS SDK default credential chain #408

Open
eldondevsit opened this issue Feb 7, 2024 · 1 comment
Labels
Feature roadmap feature

Comments

@eldondevsit
Copy link

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.

@eldondevsit eldondevsit added the Feature roadmap feature label Feb 7, 2024
@eldondevsit
Copy link
Author

I can try to get together a PR for this if that would be of interest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature roadmap feature
Projects
None yet
Development

No branches or pull requests

1 participant