I was trying to put awscli_v2 into an alpine-based docker container and see that it fails with the following error message: /aws/install: line 78: /aws/dis
I have installed AWS CLI using pip on my Python 3.9.0a1 alpine docker image. Install went fine. When I run aws command, getting below error. aws Traceback (m
Is there any way to disable the Completed 1 of 12 part(s) with 11 file(s) remaining... progress output with the aws s3 sync command (from the aws cli tools). I
Is there any way to disable the Completed 1 of 12 part(s) with 11 file(s) remaining... progress output with the aws s3 sync command (from the aws cli tools). I
I'm starting to deploy an app in Lightsail Containers. I've created the service from the console and ran custom images from public repositories. Now, I'm trying
I am trying to copy a file by the same My CV 2017.pdf from one AWS bucket to the other using the AWS command line. But I am getting error doing that. I tried u
I need to login to AWS account via AWS CLI. I imagine the first port of call with anything AWS CLI is to connect via the terminal. How do I do
How to solve this? # I used this command to create the key with a password $ ssh-keygen -b 2048 -t rsa -C "awsfrankfurt" -f ~/.ssh/awsfrankfurt # Then when I
How do I list all parameters in the AWS Systems Manager (SSM) Parameter Store? I am using the AWS CLI. I can store them with aws ssm put-parameter. I can fetch
Has anybody been able to set up auto-complete for the AWS CLI with fish shell? The AWS documentation only offers the guide for bash, tcsh, and zsh. Bash export
I downloaded the aws cli with the macos gui installer: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html And I'm running this comman
I am trying to provide bash command for bootstrapping my ec2 instance during creation time in the following way aws ec2 run-instances --image-id ami-0000025f7c0
I'm trying to setup a Amazon Linux AMI(ami-f0091d91) and have a script that runs a copy command to copy from a S3 bucket. aws --debug s3 cp s3://aws-codedeplo
sudo apt install awscli installs currently version 1.16.113-1 The official website (https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html)
$ aws s3 ls s3:// Connection was closed before we received a valid response from endpoint URL: "https://s3.amazonaws.com/". What could be the problem?
I have deleted the AWS credentials in sudo nano ~/.aws/config. But, the credentials are still in aws configure. Is there a way to reset aws configure with clear
When I run aws configure and am prompted to enter the Default region name, I input us-east-2 - but it never seems to save that configuration. This feels simple