Top "Aws-cli" questions

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

Is there a way to generate a presigned url for an S3 object using AWS CLI?

I've looked at the documentation for aws s3 and aws s3api but I can't see anything relevant to generating …

amazon-web-services amazon-s3 aws-cli
AWS CLI - No JSON object could be decoded

Im using the CLI for AWS to create a cluster and use the parameters from a json file. Here is …

amazon-web-services aws-cli amazon-emr
How can I change the content-type of an object using aws cli?

I've got several objects stored in Amazon S3 whose content-type I need to change from text/html to application/rss+…

amazon-s3 command-line-interface content-type aws-cli
"bash: aws: command not found" on Windows 7 in Git Bash

I'm trying to use AWS CLI to access CodeCommit. And it's sort of working. I am able to use the …

path aws-cli aws-codecommit
How to check AWS EC2 instance current uptime

What is the best way to check the EC2 instance uptime and possibly send alerts if uptime for instance is …

amazon-web-services amazon-ec2 aws-cli amazon-cloudwatch uptime-monitoring
UnrecognizedClientException error when authenticating on aws-cli

When I pull a clean Alphine Linux Docker image, install aws-cli on it and try to authenticate myself with aws …

amazon-web-services command-line-interface aws-cli alpine
sort output of describe-instances?

I saw the previous question on this topic, but the answer was just "pipe it to a scripting language!", which …

aws-cli jmespath
Throttling S3 commands with aws cli

I'm running a backup script using AWS CLI to perform an S3 sync command every night on my MediaTemple server. …

amazon-web-services amazon-s3 aws-cli
How can I find the arn of an api gateway stage?

I am trying to use awscli to add tags to my api gateway stage https://docs.aws.amazon.com/cli/…

amazon-web-services aws-api-gateway aws-cli tagging
Resuming interrupted s3 download with awscli

I was downloading a file using awscli: $ aws s3 cp s3://mybucket/myfile myfile But the download was interrupted (computer …

amazon-s3 aws-cli resume-download