aws-shell
aws-shell copied to clipboard
An integrated shell for working with the AWS CLI.
What I'd like to do is add aws-shell to a docker image (easy using pip) but then prewarm the command completion so it doesn't do that upon first run rather...
update to `Makefile` to make development a little easier
Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/usr/local/lib/python2.7/dist-packages/awsshell/makeindex.py", line 88, in write_doc_index...
I have tried to use the ssm start-session to run commands interactively on EC2 instance. while i'm able to work with it there is an issue with session management since...
Listing s3 bucket with 900 buckets takes 10 sec.
Added ECS command options autocomplete definitions. Only --cluster is supported for now Adding support for --service autocomplete is less trivial as it needs the value of --cluster. Can anyone offer...
Tested in the latest Ubuntu 17.10 with the default desktop (Gnome) with the default Gnome Terminal 3.24, instead its intercepted and opens a file menu. I use ZSH but I...
It would be awesome to use fuzzy filtering on the aws cli commands to see which options are required. For example, when running `ec2 create-key-pair`, the `--key-name` option is required....
Adding enhancement requested in issue #196 This pull request adds a section in the configuration file to allow using prompt toolkit key names to configure the key bindings. I've also...
I have two profiles in my .aws folder. ``` > cat config [office] output = json region = us-east-1 [profile personal] output = json region = us-east-1 ``` When I...