Questions tagged with AWS Command Line Interface
The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services.
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
1176 results
I am trying to leverage the AWS Signing Services to sign binaries (Not Container images) on my locally hosted build machines (Not AWS Server) which has internet access to AWS Signing Services. Is thi...
1
answers
0
votes
41
views
asked 5 days ago
I am trying to run basic queries on MIMIC III but I get the error.
Query: SELECT * FROM "AwsDataCatalog"."mimiciii"."admissions" limit 10;
There is no issue of permission from my end for AWS user.
...
1
answers
0
votes
43
views
asked 12 days ago
Hi ,
I'm trying to create a new S3 bucket using the AWS CLI:
aws s3api create-bucket --bucket mydatabucket --region ap-southeast-1

1. What could be the possible caus...
1
answers
0
votes
45
views
asked 20 days ago
Goal: Create Lambda functions with environment variables using Terraform or CLI
I get an error that I am not authorized to perform kms:Decrypt on an aws managed key with an explicit deny in an identit...
2
answers
0
votes
59
views
asked 22 days ago
It is great to see that AWS has integrated ML-DSA, and which will allow us to migrate away from RSA and ECDSA and towards a quantum-robust method:
[https://medium.com/asecuritysite-when-bob-met-alice...
1
answers
0
votes
29
views
asked 24 days ago
Hi. I have about 30 websites, in several different categories, not fancy, just basic wordpress sites, that i would like to host on my aws account.
In the last month i have wasted an infinite amount of...
1
answers
0
votes
29
views
asked a month ago
I'm trying to export a DynamoDB table (in account A) to an S3 bucket (in account B).
I have changed the S3 policy (in account A) to accept uploads from my account B IAM role. When I try and run an e...
2
answers
0
votes
57
views
asked a month ago
CloudHSM CLI Configuration
How to configure AWS CloudHSM CLI with configure-cli command?
Running sudo /opt/cloudhsm/bin/configure-cli -a <my_hsm> errors out.
What pre-requisites or environment variab...
1
answers
0
votes
89
views
asked a month ago
Live Tail via AWS CLI
How do I stream CloudWatch Logs live via AWS CLI?
I tried aws logs tail but get “permission denied.” What CLI command structure or permissions are required to actively stream ne...
1
answers
0
votes
72
views
asked a month ago
ECS CLI Docker Labels
How can I set Docker labels when creating ECS tasks via AWS CLI?
I want to use dockerLabels in my ECS task definition JSON passed via aws ecs register-task-definition.
How do I ...
1
answers
0
votes
52
views
asked a month ago
CLI JSON Path
How to specify a JSON file path correctly in AWS CLI on Windows?
I wrote --cli-input-json C:\path\to\file.json but get “file not found.”
Do I need quotes or escape characters?
What’s ...
1
answers
0
votes
40
views
asked a month ago