Top "Aws-cli" questions

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

Download s3 bucket files on user's local using aws cli

How to download simple storage service(s3) bucket files directly on user's local machine?

amazon-s3 aws-cli
AWS S3 sync --delete, removed new files in local

aws s3 sync --delete removed some new files. For example: There is a file in the bucket - S3://my-bucket/…

amazon-web-services amazon-s3 aws-cli
How do I delete a versioned bucket in AWS S3 using the CLI?

I have tried both s3cmd: $ s3cmd -r -f -v del s3://my-versioned-bucket/ And the AWS CLI: $ aws s3 …

amazon-web-services amazon-s3 command-line-interface aws-cli s3cmd
I cannot install aws cli on mac os with pip - awscli: command not found

I tried to follow this tutorial. This is what I did in the console: pip3 install --user --upgrade awscli after …

macos amazon-web-services terminal pip aws-cli
Unable to select Custom SSL Certificate (stored in AWS IAM)

I am going to create a new distribution at CloudFront. Already I have uploaded my SSL certificate at AWS IAM …

ssl amazon-web-services amazon-cloudfront amazon-iam aws-cli
How to export a dynamodb table as a csv through aws-cli ( without using pipeline)

I am new to aws-cli and I am trying to export my dynamodb table as a csv so that i …

amazon-web-services csv amazon-dynamodb aws-cli
How do I set the name of the default profile in AWS CLI?

When I give the command aws config list, I get the following output for the default profile: Name Value Type …

amazon-web-services aws-cli
AWS CLI listing S3 buckets gives SignatureDoesNotMatch error using IAM user credentials

I am using AWS cli on Ubuntu 16.04 LTS, I am trying to list all buckets. In aws configure I have …

amazon-web-services amazon-s3 amazon-iam aws-cli
install redis on aws micro instance

I need to install redis in amazon cloud. I need it as a part of my npm module kue (deployment). …

amazon-web-services redis aws-cli