Top "Aws-cli" questions

The AWS Command Line Interface (CLI) is a unified tool to manage AWS services.

How can I get list of only running instances when using ec2-describe-tags

How can I get list of only running instances when using ec2-describe-tags. I am using my command like this: …

amazon-web-services amazon-ec2 aws-cli
How to Generate a Presigned S3 URL via AWS CLI

Is there a way to create presigned URL for objects in S3 bucket using AWS CLI? I know that could …

amazon-web-services amazon-s3 aws-cli
Getting Outputs from aws cloudformation describe-stacks

I am using the below to get the stack information I want via AWS Cli: aws cloudformation --region ap-southeast-2 describe-stacks …

amazon-cloudformation aws-cli
Difference between s3cmd, boto and AWS CLI

I am thinking about redeploying my static website to Amazon S3. I need to automate the deployment so I was …

amazon-s3 boto s3cmd aws-cli
Unable to Run AWS CLI: "ImportError: cannot import name shlex_quote"

I'm getting the following error when I tried running AWS CLI. I've tried installing six, but it still didn't work. …

amazon-web-services aws-cli
Check if file exists in s3 using ls and wildcard

Seems so simple, but not getting the syntax right. I want to know if a file exists in my s3 …

amazon-s3 aws-cli
Can't Delete Empty S3 Bucket

I have an S3 bucket that is 100% empty. Versioning was never enabled on the bucket. However, I still cannot remove …

amazon-web-services amazon-s3 aws-cli
Log in to AWS using Access Key ID and Secret Access Key ID

In AWS, how do I use my Access Key ID and Secret Access Key? I can't use them in IAM …

amazon-web-services amazon-ec2 aws-cli amazon-iam
Invalid type for AWS DynamoDB put-item via CLI (unicode v. dict)

I would like to add an item to my DynamoDB table via command line, but I've run into a type …

amazon-web-services amazon-dynamodb aws-cli