The AWS Command Line Interface (CLI) is a unified tool to manage AWS services.
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-cliI 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-cliUsing 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-cliI 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-ecrUsing 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-architectureI'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-cloudwatchJust 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-ecrI 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-managerIt was far to difficult to figure this out. It wasn't obvious to me and lots of explanations left out …
amazon-s3 aws-cliI 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