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
I am trying to send email with attachment using cli. Any advise how to fix this. it worked when I was using smaller sample file
aws sesv2 send-email \
--from-email-address $FROM \
...
Hi re:Post,
I have received what I think is a permissions error/issue when running this command (Thanks Gary!) from AWS CLI:
aws ec2 describe-instances --output text > ec2s.txt
Full text...
Hi team,
Getting this error while runninng query in athena
com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request...
I have a reactjs application that I would like to deploy on aws Amplify, but I get the following error during deployment.
```
2024-09-11T17:54:07.509Z [INFO]: # Cloning repository:...
Sometimes when we try to launch a new ECS task in a Fargate instance a task will be created but it will never progress into RUNNING. It will try for a while until it stops. It happens rarely but it's...
In looking [here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiFactorAuthenticationDelete.html) regarding enabling MFA deletion on an S3 bucket, and checking the [AWS CLI v2...
The AWS CLI documentation at https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html reads:
> "While you might find it in package managers, these are unsupported and unofficial...
Hello, when I first set up my AWS account on linux, I somehow ended up with separate MFA's for AWS Console versus AWS SSO. At the time, I did not properly understand why this happened. Now my linux...
Hi I am JAYASRI YESTERDAY i have create a aws account but its not working ,i got mail upload id proof and I also upload I am student so i upload only my voter id,aadar card and college id.
After that...
Issue:
Our ECS service is experiencing connectivity issues with AWS Kinesis. We see these errors in the logs:
`[error] [AWS Log: ERROR](AWSClient)HTTP response code: -1 Exception name: Error...
Hi, I am bulk creating users within IAM Identity Center via a shell script. I am able to create and then add all users to a group with an application attached successfully, however none of the users...
HI everyone, I want to up load binaries images to bucket (s3) using cURL and put from another server using python. I tried to many ways to do (Shell script, python) but I can't do it.
Could you guide...