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

Change profiles prompt #4

Closed
rothgar opened this issue Aug 3, 2020 · 4 comments
Closed

Change profiles prompt #4

rothgar opened this issue Aug 3, 2020 · 4 comments

Comments

@rothgar
Copy link
Contributor

rothgar commented Aug 3, 2020

Would love a way to switch which AWS profile I'm using from my $HOME/.aws/credentials file.

Even better if it could support multiple profiles/regions at once like https://github.com/disneystreaming/ssm-helpers

@nl5887
Copy link
Member

nl5887 commented Aug 4, 2020

Don't know if you are already aware of the --profile argument? I want to implement switching profiles pretty much like switching regions, but for now --profile could be sufficient. Will take a look at the ssm-helpers repo.

@rothgar
Copy link
Contributor Author

rothgar commented Aug 4, 2020

I did see the profile option. In ssm-helpers we allowed for multiple profiles and regions to be used at the same time so a user could do something like --profile prod,stage,dev and --region us-west-2,us-east-1,eu-central-1 and get a listing of all instances.

awsls also implemented this feature which is super handy for large customers https://github.com/jckuester/awsls

It would be great if the region select could be a toggle (space key selects multiple at the same time) but that's completely up to you if you want to support that.

@nl5887
Copy link
Member

nl5887 commented Aug 5, 2020

Clear. That would be a great addition. Will get back to this.

@nl5887 nl5887 closed this as completed in d3c6333 Aug 6, 2020
@nl5887
Copy link
Member

nl5887 commented Aug 6, 2020

The multi checkbox region selection has not been implemented, yet, but noted that as a new issue #10. Multiple values can be used now for both profiles and regions.

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

No branches or pull requests

2 participants