Top "Aws-cli" questions

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

AWS S3 CLI CP file and add metadata

Trying to copy a local file named test.txt to my s3 bucket and add metadata to the file. But …

amazon-web-services amazon-s3 aws-cli
how to include and copy files that are in current directory to s3 (and not recursively)

I have some files that I want to copy to s3. Rather than doing one call per file, I want …

amazon-web-services amazon-s3 aws-cli
AWS CLI: ECR list-images, get newest

Using AWS CLI, and jq if needed, I'm trying to get the tag of the newest image in a particular …

amazon-web-services amazon-ec2 aws-cli
How to login with AWS CLI using credentials profiles

I want to setup multiple AWS profiles so that I can easily change settings and credentials when jumping between projects. …

amazon-web-services authentication command-line-interface aws-cli amazon-ecr
AccessDeniedException: Unable to determine service/operation name to be authorized

Using AWS CLI aws --version aws-cli/1.11.21 Python/2.7.12 Darwin/15.3.0 botocore/1.4.78 Creating a POST method for API Gateway as explained at https://…

aws-lambda aws-api-gateway aws-cli serverless-architecture
aws logs: The specified log group does not exist

I'm trying to grab logs from Cloudwatch with this CLI usage: cat cli-get-log-events.json { "logGroupName": "/aws/lambda/my-group", "logStreamName": "2019/03/30/[$LATEST]…

amazon-web-services aws-cli amazon-cloudwatch
Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY

Just configured the AWS CLI on my computer with my AWS Access and Secret Key. When I try to use …

amazon-web-services aws-cli secret-key aws-ecr
Parsing secrets from AWS secrets manager using AWS cli

I am retrieving secrets I have stored in AWS secrets manager with the AWS cli like this: aws secretsmanager get-secret-value …

linux amazon-web-services aws-cli aws-secrets-manager
How do I do an S3 copy between regions using aws cli?

It was far to difficult to figure this out. It wasn't obvious to me and lots of explanations left out …

amazon-s3 aws-cli
ec2-describe-instance-status Client.InvalidInstanceID.NotFound but I KNOW instance exists

I have setup a few of the amazon AWS CLI tools (EC2, Auto Scaling, MOnitoring and ELB). The tools are …

amazon-web-services amazon-ec2 amazon-elb aws-cli