Questions tagged with AWS Command Line Interface

Content language: English

Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

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...
1
answers
0
votes
22
views
asked 4 hours ago
there is some repo is enabled what should i do now should i enable all or disable and how to do it
3
answers
0
votes
32
views
asked 15 hours ago
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.
2
answers
0
votes
28
views
Amudhan
asked a day ago
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...
1
answers
0
votes
13
views
asked 2 days ago
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...
1
answers
0
votes
23
views
asked 2 days ago
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...
3
answers
0
votes
42
views
asked 2 days ago
Hello everyone, CloudWatch logs have the following log group fields: * Timestamp * Ingestion time * Message * Event ID * Log stream name ![log...
1
answers
0
votes
26
views
asked 2 days ago
Error encountered : Connect timeout on endpoint URL: "https://secretsmanager.us-east-2.amazonaws.com/ this only occurs for us-east-2
2
answers
0
votes
29
views
asked 2 days ago
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...
1
answers
0
votes
28
views
joker
asked 3 days ago
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...
1
answers
0
votes
17
views
asked 3 days ago
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...
1
answers
0
votes
40
views
atef
asked 5 days ago
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...
3
answers
0
votes
32
views
asked 5 days ago