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
1116 results
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?
Hi All,
Past month i implemented the image extraction from Kinesis Video Stream deliver to S3 Bucket, It was working fine, But unfortunately, the process stopped working i.e the image doesn't extract...
I'm getting the error "Signing failed: Invalid file" when I try to sign a file with AWS Signer. I am sure that the file exists and that I have access to it. I cannot find any explanation for this...
This would have been a cinch using the mon-version [https://docs.aws.amazon.com/AmazonCloudWatch/latest/cli/cli-mon-cmd.html#w2aab9c11b9] command, but it's no longer supported.
I have a script in...
I have two accounts with AWS. I want to copy a folder of objects from one S3 bucket to another. The source bucket is in Canada and the Destination is in US-East-1. I have the profiles configured...
I have processing job in sagemaker that are few years old, but when i log into the aws console , in the sagemaker -> processing jobs page. i can't delete any processing jobs from the list. is there...
I am trying to follow this instruction to import my AWS Pinpoint SMS number to Amazon Connect: https://docs.aws.amazon.com/connect/latest/adminguide/setup-sms-messaging.html
However, I am stuck at...
Hello,
I'm trying to follow the instructions regarding using the API Solution kit found here:
https://awslabs.github.io/aws-ai-solution-kit/en/deployment/
I'm getting this error and can't find more...