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...
I have created a new user in IAM Identity Centre, and I sso login to my account in aws cli via these...
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...
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...
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":...
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...
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...
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...
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...
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...
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...
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":...