Top "Aws-cli" questions

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

How to normalize a private key stored on AWS secrets manager

EDIT: AS OF Feb 2020, AWS SEEMS TO have FIXED THIS BUG. THE BASE64ing and other wise is no longer …

amazon-web-services aws-cli aws-secrets-manager
AWS S3 Sync very slow when copying to large directories

When syncing data to an empty directory in S3 using AWS-CLI, it's almost instant. However, when syncing to a large …

amazon-web-services amazon-s3 aws-cli bigdata
How to simplify aws DynamoDB query JSON output from the command line?

I'm working with The AWS Command Line Interface for DynamoDB. When we query an item, we get a very detailed …

json amazon-web-services amazon-dynamodb aws-cli jq
Is there a way to export an AWS CLI Profile to Environment Variables?

When working with certain third-party tools like Terraform, it's not easily possible to specify an AWS CLI profile, and I …

amazon-web-services aws-cli
PyCharm intellisense for boto3

having problems seeing full intellisense (code completion) options in PyCharm. working with python 3.4 on Windows. the suggests are partially working: …

python pycharm boto aws-cli boto3
What is a valid dynamodb key-condition-expression for the cli

Could somebody please tell me what a valid key condition expression would be. I am trying to run a query …

amazon-dynamodb aws-cli dynamo-local
Wait until a condition is met in bash script

until [ $(aws ssm get-automation-execution --automation-execution-id "$id" --query 'AutomationExecution.AutomationExecutionStatus' --output text) = *"InProgress"* ]; do echo "Automation is running......" sleep 1m done …

bash shell aws-cli ssm aws-ssm
Is it possible to install aws-cli package without root permission?

As title suggested, I haven't been able to find a good way to install aws-cli (https://github.com/aws/aws-cli/) …

amazon-web-services centos redhat aws-cli
Unable to find .aws directory

By default python 2.75 is installed in my machine and I installed boto3 and awcli using pip install awscli boto3 -U …

amazon-web-services amazon-iam aws-cli