Questions tagged [aws-shell]

AWS Shell is an Amazon WebService tool designed to boost AWS-CLI productivity

AWS Shell is available at PyPI and GitHub.

Key features are

  • Auto-completion of commands and options
  • Auto-completion of resource identifiers (Amazon EC2 instance IDs, Amazon SQS queue URLs, Amazon SNS topic names, etc.)
  • In-line documentation for commands and options
  • Ability to execute regular shell commands without exiting
  • Exporting executed commands to a text editor
7 questions
2
votes
1 answer

AWS CLI - result using jmespath query

I've a problem so you will safe my life :-) when I run the following command from aws-shell cloudformation describe-stacks --query…
1
vote
1 answer

Create encryption for all log group of Cloudwatch at a time using aws cli or CDK

In order to create an encryption for CloudWatch all log groups using the CLI command , individual log group names are required. Is there a way to encrypt all log groups in CloudWatch at a time using a single command? or is there a way to do it using…
1
vote
1 answer

jmespath query on aws-shell

I need to extract, from AWS CLOUDFORMATION, all the stacks that contain, within the name, a specific string. I use the following command from aws-shell aws cloudformation describe-stacks --query "Stacks[?contains(StackName,…
1
vote
1 answer

make all files private using aws-shell for S3

I want to change the files of a bucket (all files) to private, so i'm wondering how to do it with aws-shell. I think that maybe the mv command can be useful to achieve this, but i cant figure out how to use it, because this is the first time that i…
UselesssCat
  • 2,248
  • 4
  • 20
  • 35
1
vote
0 answers

How to exit AWS shell without killing job

I am running a long python process on a Amazon Web Service shell, say it is python sample.py When I exit the shell, it will kill the process, so I tried putting it in the background with nohup python &. I exited the shell and when I came back, I…
user
  • 2,015
  • 6
  • 22
  • 39
0
votes
1 answer

aws-shell is configured but it still says i need an AWS account to use mturk

I'm trying to use the mturk api through aws-shell. Although I have AWS account configured, I still got this error: When i follow the link, it leads me to this page: "Get your access keys" leads me to the same page where I got my access keys for…
guckmalmensch
  • 973
  • 2
  • 9
  • 22
0
votes
1 answer

aws-shell not working in Ubuntu 20, on AWS Lightsail

I've created AWS Lightsail instance with Ubuntu 20.04, installed python3 and pip3. I installed AWS Shell tool using pip3 install aws-shell command. However, when I try to run it, it hangs and outputs Killed after several minutes. This is how it…
Konstantin Kozirev
  • 944
  • 1
  • 10
  • 23