All Content tagged with AWS Command Line Interface

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

Content language: English

Select up to 5 tags to filter
Sort by most recent
Hi all, I have a Ubuntu instance that I'm trying to export via aws cli and I'm getting the following error. StatusMessage": "ClientError: Unsupported: No grub directories found" Thanks in advance...
2
answers
0
votes
270
views
Juraj
asked 3 months ago
I have created a new user in IAM Identity Centre, and I sso login to my account in aws cli via these...
8
answers
0
votes
309
views
HY
asked 3 months ago
I have referred to the CLI docs (https://awscli.amazonaws.com/v2/documentation/api/latest/reference/kms/get-key-rotation-status.html) when creating a script that generates a list of the keys and...
1
answers
0
votes
182
views
asked 4 months ago
I use a federated identity via IAM Identity Centre, and I'm running into all sorts of problems when using AWS CLI. I have run the following commands: aws sso configure aws sso login --profile...
1
answers
0
votes
265
views
nk
asked 4 months ago
I want to change the storage class of a folder in S3 through the CLI. I created a lifecycle-policy.json ``` { "Rules": [ { "ID": "Move to Glacier Instant Retrieval", "Status":...
3
answers
0
votes
817
views
asked 4 months ago
I noticed that https://aws.amazon.com/cli refers to the v2 CLI but the link to Release Notes takes the user to https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst , whereas I think it would be...
1
answers
0
votes
195
views
lexicon
asked 4 months ago
When I was trying to create external schema, there is an error of unauthorization. ``` create external schema eth from data catalog database 'eth' iam_role...
1
answers
0
votes
467
views
Yuze
asked 4 months ago
Hi I'm authenticating the credentials using secret key and access key like below. AWSCredentials awsCredential = new BasicAWSCredentials(accessKey, secretKey); But I do not want to use accesskey and...
2
answers
0
votes
599
views
Sanjay
asked 4 months ago
In the past, the S3 dashboard included an "Access" column that indicated the status of a bucket, such as "public," "objects can be public," or "buckets and objects not public." This feature seems to...
4
answers
0
votes
690
views
asked 4 months ago
Say I prepare a CFT and start to deploy it in the CloudFormation Console: on the first "Create Stack" page, when choosing to use an existing template, the page will upload the chosen local template...
1
answers
0
votes
381
views
asked 4 months ago
I have a codepipeline with some codebuild stages. When stage 1 of codebuild project finished, I can't see the output build artifact. The source artifact is available on S3. Problem is with build...
1
answers
0
votes
466
views
profile picture
asked 4 months ago
Hello, AWS People I wanted to limit access to s3 to vpcendpoint for iot credentials, so I configured it as follows on S3 bucket policy. ``` { "Version": "2012-10-17", "Id":...
4
answers
0
votes
473
views
mzhyo
asked 4 months ago