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

Fresh install on Linux Mint, upgraded awscli and botocore packages. Running for the first time returns an error while creating the autocomplete index as shown below: ```bash $ aws-shell First...

# summary aws-shell doesn't seem to read the AWS_SESSION_TOKEN from the envs. I recently switched to MFA for CLI which now prevents me to use aws-shell. # AWS configuration *...

Hello, When using AWS CLI v2, I get this error: `'Namespace' object has no attribute 'cli_binary_format'` On Windows 10, Python 3.8.1 AWS CLI v2 reference: https://aws.amazon.com/blogs/developer/aws-cli-v2-is-now-generally-available/ Thanks!

Hi everyone. We recently opened an [issue on the AWS CLI repository](https://github.com/aws/aws-cli/issues/5664) tracking preview feedback for an improved auto-prompt mode for AWS CLI v2. You may notice from that there...

customer-feedback-wanted

`aws-shell` is abandoned. The last update was 2 years ago. It doesn't support `aws-cli v2`. As a result some people decide to use the older version of `aws-cli`. But many...

This is blocking me, and I haven't been able to find a reference to this elsewhere, or a solution. I suspect a version conflict, but even completely cleaning and reinstalling...

Once I'm in the shell, I get the following error no matter what command I run: /bin/sh: 1: aws: not found ![image](https://user-images.githubusercontent.com/5522103/155418862-69e35905-805e-404c-9794-35b85989dc94.png) I'm trying to run this on Ubuntu under...

aws> configure 'Namespace' object has no attribute 'cli_binary_format' aws>

ctrl-D? Who would guess that. Make it easier by supporting common sense notions for leaving the shell.

feature-request
documentation

@szhengac after having merged #1080, the problem should be solved if you set the following at the beginning of your jobs ```python import multiprocessing multiprocessing.set_start_method("spawn", force=True) ``` Could you verify...