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
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
Hello
How do i package my main CloudFormation template contains a nested stack that itself contains another nested stack and Stackset using AWS CLI
This what am using it does not work for the...
I created a user in IAM identity center. Then I opened a terminal, and then use aws sso login to get the login session successfully. But when I ran aws ec2 describe-regions command in the same...
I am trying to execute
```
aws identitystore describe-group
--identity-store-id d-xxxxxx
--group-id 51db35d0-40xx-70xx-10ae-xxxxxxx
```
from the member account of an AWS organisation which has IAM...
The goal here is to, using the AWS CLI, automate restoring objects back from Deep Archive and copying them back to INTELLIGENT_TIERING. I have the first part working, I create and upload a CSV to a...
![Getting this error while adding the custom domain to aws Amplify](/media/postImages/original/IMwegXIaIpRX6P0cpaK5LO4A)
Even after i added this CAA Record, i am still getting the same...
When excuting this sql in the AWS Management Console / Athena Query Editor
```
ALTER TABLE iceberg_table CHANGE COLUMN comment blog_comment string AFTER id
```
it should allow for...
Hello, I'm attempting to stream my video on Kinesis using the `kvssink` command, but I'm encountering an error that says "WARNING: erroneous pipeline: no element 'kvssink'". Despite installing all the...
I'm trying to register a new task-definition via CLI (also from GH Actions), my request is getting rejected because of the config for volume attachment. I'm trying to create an EBS vol from a...
to install pip i needed python 3 because i had errors with python 2 so i changed the symlink of python -> python 2 to python -> python 3 and now i no longer can use yum. Yum has been uninstalled and i...
I'm trying to run certain bash on a Ec2 instance that I create in a Lambda function.
code
```
const instanceParams = {
ImageId: "ami-0c101f26f147fa7fd",
InstanceType: "t2.micro",
...
Hello AWS Community,
I'm experiencing an issue while trying to export an ElastiCache snapshot to an S3 bucket, both of which are located in the `eu-west-1` region. I have successfully taken a backup...
Hello All,
How to find the unused S3 Buckets via CLI and delete the same?