The AWS Command Line Interface (CLI) is a unified tool to manage AWS services.
How can I get list of only running instances when using ec2-describe-tags. I am using my command like this: …
amazon-web-services amazon-ec2 aws-cliIs there a way to create presigned URL for objects in S3 bucket using AWS CLI? I know that could …
amazon-web-services amazon-s3 aws-cliI am using the below to get the stack information I want via AWS Cli: aws cloudformation --region ap-southeast-2 describe-stacks …
amazon-cloudformation aws-cliI'm getting the following error when I tried running AWS CLI. I've tried installing six, but it still didn't work. …
amazon-web-services aws-cliSeems so simple, but not getting the syntax right. I want to know if a file exists in my s3 …
amazon-s3 aws-cliI have an S3 bucket that is 100% empty. Versioning was never enabled on the bucket. However, I still cannot remove …
amazon-web-services amazon-s3 aws-cliIn AWS, how do I use my Access Key ID and Secret Access Key? I can't use them in IAM …
amazon-web-services amazon-ec2 aws-cli amazon-iamI would like to add an item to my DynamoDB table via command line, but I've run into a type …
amazon-web-services amazon-dynamodb aws-cliI'm trying to copy files locally from s3 bucket. I can get the list of files on my bucket: aws …
amazon-web-services amazon-s3 aws-sdk aws-cli amazon-cloudformation