The AWS Command Line Interface (CLI) is a unified tool to manage AWS services.
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-cliI 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-cliI 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-cliI'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-ecrI 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-ecrWe 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-elbFor AWS CLI configuration and credentials files how do you comment out lines in these files - I checked the …
amazon-web-services aws-cliCan 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-cliAs 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 recordsetWhen 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