Top "Aws-cli" questions

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

User is not authorized to perform: dynamodb:PutItem on resource

I am trying to access DynamoDB from my Node app deployed on AWS ElasticBeanStalk. I am getting an error User …

node.js amazon-web-services amazon-dynamodb aws-sdk aws-cli
aws s3 replace file atomically

Environment I copied a file, ./barname.bin, to s3, using the command aws s3 cp ./barname.bin s3://fooname/barname.…

amazon-web-services amazon-s3 aws-cli
How to use awscli inside python script?

I'm using aws ec2 service with awscli. Now I want to put all the commands I type in the console …

python amazon-web-services amazon-ec2 aws-cli
Filter S3 list-objects results to find a key matching a pattern

I would like to use the AWS CLI to query the contents of a bucket and see if a particular …

amazon-s3 pattern-matching aws-cli jmespath
AWS CLI get download S3 URL for private bucket from AWS CLI

I could upload a file to a private S3 bucket successfully using following command: aws s3 cp "myfile.txt" "s3://…

amazon-web-services amazon-s3 aws-cli
AWS CLI Client.UnauthorizedOperation even when keys are set

I am trying to setup AWS CLI tools and was following instructions at http://docs.aws.amazon.com/AWSEC2/latest/…

amazon-ec2 aws-cli
How to cp file only if it does not exist, throw error otherwise?

aws s3 cp "dist/myfile" "s3://my-bucket/production/myfile" It always copies myfile to s3 - I would like to …

amazon-web-services aws-cli
how to return items in a dynamodb on aws-cli

So, I have a DynamoDB table Users and I want to return all the contents of this table. Or maybe …

amazon-web-services amazon-dynamodb aws-cli
`Authorization Token has expired` issue AWS-CLI on MacOS Sierra

I'm trying to push a docker image to the AWS ECR repository using the aws-cli. I just run the get-login …

amazon-web-services docker aws-cli macos-sierra
Downloading the latest file in an S3 bucket using AWS CLI?

I have an S3 bucket that contains database backups. I am creating a script that I would like to download …

amazon-web-services amazon-s3 aws-cli