Questions tagged with AWS Command Line Interface
Content language: English
Sort by most recent
Hello,
I'm looking for the best way to check objects in a bucket that don't have cache-control pre-defined.
As I am going to deploy metadata cache-control to an entire bucket via aws cli I wanted to...
there is some repo is enabled what should i do now should i enable all or disable and how to do it
I am trying to get AWS Account Monthly billing information using python boto3 or any API using programmatic way. I couldn't find any resource related.
We have a number of scripts written in BASH and Python that execute aws cli commands on the local host. For example one script runs the following:
aws iam get-role --role-name
But as I learned the...
This script:
```
aws sqs send-message --queue-url "$1" --message-body "body"
RECEIPT_HANDLE=$(aws sqs receive-message --queue-url "$1" --visibility-timeout 300 | jq -r .Messages[0].ReceiptHandle)
aws...
I have around 250 TB of data I am trying to move to AWS S3 so I ordered a Snowball. I've attempted to upload to the Snowball via the AWS OpsHub and via the AWS CLI, both of which end up having around...
Hello everyone,
CloudWatch logs have the following log group fields:
* Timestamp
* Ingestion time
* Message
* Event ID
* Log stream name
![log...
Error encountered : Connect timeout on endpoint URL: "https://secretsmanager.us-east-2.amazonaws.com/
this only occurs for us-east-2
When "**aws ecs create-service --cli-input-json file://service-ecs.json --region us-east-1**" is executed, the following error occurs.
```
An error occurred (AccessDeniedException) when calling the...
Hello, I created a new ECS cluster in sa-east-1 with a related EC2 Autoscaling group about two ago.
Looks like both were created but I can't see them in the aws console nor through aws cli tool. Looks...
I'm trying to retrieve parameters from Parameter Store from a Node app running on EC2 Ubuntu, but the browser console throws this error:
credentialserror: Missing credentials in config, if using...
Hi,
I'm able to access a S3 bucket from the console. But when I try to use AWS CLI command 'aws s3 ls s3://<bucket name>/, I get message 'An error occurred (AccessDenied) when calling the...