Top "Aws-cli" questions

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

AWS CLI using Instance Profile Credentials

How do I specify that I want to use Instance profile credentials when using the AWS CLI from within my …

amazon-web-services amazon-ec2 aws-cli
How to run aws configure in a travis deploy script?

I am trying to get travis-ci to run a custom deploy script that uses awscli to push a deployment up …

amazon-web-services configuration travis-ci continuous-deployment aws-cli
What is the correct syntax for filtering by tag in describe-vpcs?

I am trying to understand a aws ec2 cli call. I am looking to describe all VPC then filer on …

amazon-web-services amazon-ec2 amazon-vpc aws-cli
ECS CLI - You cannot specify an IAM role for services that require a service linked role

I'm trying to deploy a container to ECS (Fargate) via aws cli. I'm able to create the task definition successfully, …

aws-cli amazon-ecs aws-fargate amazon-ecr
Problem in getting result from 'aws ecr get-login'

I am getting following error when given following command. aws ecr get-login --region eu-central-1 Error An error occurred (AccessDeniedException) when …

amazon-web-services aws-lambda aws-cli aws-ecr
how to get list of registered targets in AWS target group via CLI

We are trying to get the state of a registered target (instance) in a target group. This can be done …

amazon-web-services aws-cli aws-ecs aws-elb
How do you comment out lines in AWS CLI config and credentials files?

For AWS CLI configuration and credentials files how do you comment out lines in these files - I checked the …

amazon-web-services aws-cli
AWS CloudFormation create-stack vs deploy

Can someone clearly explain to me difference and precedence between AWS CLI Cloudformation create-stack and deploy commands? For me it …

amazon-web-services amazon-cloudformation aws-cli
Creating Route53 Record Sets via Shell Script

As a part of my shell script, I am trying to create record sets in AWS Route53. However, using variables …

shell amazon-web-services aws-cli amazon-route53 recordset
A client error (InvalidCiphertextException) occurred when calling the Decrypt operation:

When I am trying to execute the command: aws kms decrypt --ciphertext-blob fileb://CPOEncrypted.txt --output text --query Plaintext I …

amazon-web-services aws-cli aws-kms