Top "Aws-cli" questions

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

AWS ECS Error when running task: No Container Instances were found in your cluster

Im trying to deploy a docker container image to AWS using ECS, but the EC2 instance is not being created. …

amazon-web-services docker aws-cli amazon-ecs
How to uninstall aws-cli

I am trying to set up an "Amazon Elastic Container Registry" but I get the following error when using this …

amazon-web-services aws-cli
How list Amazon S3 bucket contents by modified date?

Most of the time it happens that we load files in a common S3 bucket due to which it becomes …

amazon-web-services amazon-s3 aws-cli
How to change User Status FORCE_CHANGE_PASSWORD?

Using AWS Cognito, I want to create dummy users for testing purposes. I then use the AWS Console to create …

amazon-web-services aws-cli amazon-cognito
How Do I Clear The Credentials In AWS Configure?

I have deleted the AWS credentials in sudo nano ~/.aws/config. But, the credentials are still in aws configure. Is …

linux aws-cli nano aws-console aws-config
AWS create role - Has prohibited field

I am trying out a simple example suggested by AWS documentation to create a role using a policy json file …

amazon-web-services amazon-s3 amazon-iam aws-cli
passing access and secret key aws cli

I am trying to embed access and secret key along with aws cli. e.g. aws ec2 describe-instances --aws-access-key <…

aws-cli
Get ARN of S3 Bucket with aws cli

Is it possible to get the ARN of an S3 bucket via the AWS command line? I have looked through …

amazon-web-services amazon-s3 aws-cli
How do I set Content-Type when uploading to S3 with AWS CLI?

I'm trying to set up S3 static website hosting, but it appears to return 403 on any of my objects that …

amazon-web-services amazon-s3 aws-cli
Bash with AWS CLI - unable to locate credentials

I have a shell script which is supposed to download some files from S3 and mount an ebs drive. However, …

bash aws-cli