Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
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 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
1171 results
Hi,
How can I keep a backup of Amazon Connect resources and deploy the resources through CloudFormation or any other techniques?
The idea is, what if someone deleted a specific resources from the Con...
# Evaluating a Knowledge Base in Amazon Bedrock
## **Setup Details**
I am trying to evaluate a Knowledge Base (KB) in Amazon Bedrock using the following configuration:
- **Model:** `anthropic....
Hi,
Is there any sandbox / sandpit that can be use to test out or practice aws command line interface commands?
Something similar to [https://sqlfiddle.com/]() to practice running SQL commands.
Hi,
I am running the command below to show the list of snapshots
```
aws rds describe-db-cluster-snapshots --snapshot-type manual --query 'DBClusterSnapshots[]."DBClusterSnapshotIdentifier"'
```
Th...
Hi I am trying to add a custom layer to AWS lambda, I am trying to publish the layer using my local machine via AWS CLI. I have created a zip folder with python libraries and dependencies. I get the b...
I am trying to create a resource group based on tags used with EC2 instances.
The EC2 instance is tagged with Key: Name, and Value: xxcustyy
I create the query using the console, using *cust* as key v...
1. I have on my PC aws-cli/2.22.25 .
2. I have created an admin IAM user with the following permissions:
* AdministratorAccess
* AmazonEC2FullAccess
* AWSBillingReadOnlyAccess
* IAMUserChangePassword
...
SO I have two aws accounts account A and Account B
I have I am user in account A with Administrator access, and additional sts:assumerole in account B
```
{
"Version": "2012-10-17",
"Statem...
I am working with multiple AWS accounts, where I have IAM access to both a **source account (6963451289992)** and a **target account (196354236187)**.
**Task Objective**:
Most of my infrastructure ...
I just started going through the AWS Technical Essentials on Skill Builder. It looks like it should have hands on labs, but they are just "Demonstration" videos. I could probably fake it and build out...
Is there a way to upload my AMI to Assets (that first goes through security scan) using AWS CLI/SDK? or is there an alternative to manually upload the AMI. I want to automate this step in my CI/CD pip...
There is no Docker Labels parameter for run-task cli [https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecs/run-task.html]. With AWS Fargate run-task cli, Is there a way that users ca...