aws-shell icon indicating copy to clipboard operation
aws-shell copied to clipboard

An integrated shell for working with the AWS CLI.

Results 102 aws-shell issues
Sort by recently updated
recently updated
newest added

I'm working on updating the prompt_toolkit package in Fedora to version 2, which is required to update ipython to version 7. However, some packages, including aws-shell, still require prompt_toolkit 1....

enhancement

if you run aws> ec2 describer-instances --filters ( the auto complete suggestes the syntax) after the user writes NAME= the drop down can give the list of filters available [HERE](https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html#options)...

Hi, Im getting the following error after installing aws-shell in my EC2 Amazon Linux 2: [ec2-user@tmp]$ aws-shell First run, creating autocomplete index... Traceback (most recent call last): File "/home/ec2-user/.local/bin/aws-shell", line...

Its a great relief to use the intelligence feature to improve the productivity. Also like the feature to set the Profile. Using it to test different user permissions on multiple...

This is to get the wizards I've created checked in somewhere and begin the conversation of how wizard models should be integrated with the shell. From previous discussion it seems...

needs-review

First run, creating autocomplete index... Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/awsshell/utils.py", line 84, in file_contents with open(filename, mode) as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/benjamin/.aws/shell/cache/completions-1.18.69.json'...

Just wanted to thank you for making this, made cli so much more hassle free and productive. Amazing work!!

Currently (just upgraded to 0.2.2) time parameters can only be set as epoch-time-milliseconds. The AWS cli supports ISO 8601 timestamps, as well as epoch time. Could using "2021-03-11T19:00:00Z" be added?...

Hello, I was able to install aws-shell on windows successfully using pip, i am using python version 2.7.10. I get below error running any command...as you can see, even hitting...

*Issue #, if available:* n/a *Description of changes:* Updated Pip to Pip3 Python 2 will be deprecated soon. By submitting this pull request, I confirm that you can use, modify,...