aws-shell
aws-shell copied to clipboard
An integrated shell for working with the AWS CLI.
This pull request configures this repository to be run on Repl.it. This means that users will be able to use/test aws-shell directly in the browser. It adds a `.replit` configuration...
I would like to use aws-shell, but we use roles with MFA authentication for all profiles. This breaks the commands that query aws and make other commands tedious to use....
*Issue #, if available:* NA *Description of changes:* Updating to latest aws-cli version. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution,...
It would be very beneficial to execute commands on all account within an organization or maybe within an ou using a defined role while using assume-role for the target account.
Hello, i'm trying it out the aws-shell in my environment but i found that the Os shell commands ( !.. ) are not honoring my environment aliases. Bash or ZSH...
# Stateful Commands `@` can be used to add a context to the prompt. e.g. `@ec2` will implicitly prefix all commands with ec2. `exit` will remove the most recently added...
When installing the latest version of awscli and aws-shell in a virtualenv on Debian 9, running aws-shell fails with an error creating the autocomplete index. First run, creating autocomplete index......
Sometimes you really need to go check the online documentation for the commands you are trying to run. Having a native shortcut to open the browser with the relevant page...
i installed aws-shell within a virtualenv and facing the following issue: ``` (venv) frits@frits-ThinkPad-E580:~/aws-shell$ aws-shell Creating doc index in the background. It will be a few minutes before all documentation...
> e1ven > > It says it autocompletes s3 buckets, but it only seemed to using the history, not using a list of accessible buckets. I used s3 ls, and...