Complete a 3 Question Survey and Earn a re:Post Badge
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.
1178 results
Issue: I am encountering a "Networking Error" when attempting to upload files to my S3 bucket. The error occurs specifically when I try to upload files larger than 200 KB. Smaller files are uploading ...
2
answers
0
votes
134
views
asked 3 months ago
My company has over 50 accounts which I need to loop through to pull values from the cost explorer. We use SSO and I want to use automation to regularly pull these values so unfortunately I can't use ...
1
answers
0
votes
95
views
asked 3 months ago
This:
```
UPLOAD_PATH="s3://bucket/"
aws s3 cp target "$UPLOAD_PATH" --recursive --acl public-read
```
Occasionally produces this:
`Segmentation fault: 11 aws s3 cp target "$UPLOAD_PATH" --recursive...
1
answers
0
votes
271
views
asked 3 months ago
`ClientError: An error occurred (AccessDeniedException) when calling the CreateInferenceComponent operation: User:
arn:aws:sts::x:assumed-role/xx-xx-xx-xx-user-service-role/SageMaker is not authorize...
2
answers
0
votes
77
views
asked 3 months ago
I’ve uploaded a “Windows Server 2012 R2” VHDX image into a s3 bucket and used import-image several times to import into aws ec2 with incremental options added after the -disk-containers file://con...
1
answers
0
votes
78
views
asked 3 months ago
Hi team,
I created an S3 bucket using CDK and initially added an explicit deny to the bucket policy with the following code:
```javascript
quarantineFilesBucket.addToResourcePolicy(
new iam.Policy...
1
answers
0
votes
63
views
asked 3 months ago
Hello,
I am trying to deploy my application to the AWS Lightsail container service that I have created. When I try to run the create-container-service-deployment command from the aws-cli, I get the fo...
1
answers
0
votes
49
views
asked 3 months ago
When I query for AWS::MediaPackageV2::Channel resource the cloudcontrol cli returns GeneralServiceException. I noticed this while using terraform awscc provider which uses the same cloudcontrol to get...
2
answers
0
votes
39
views
asked 3 months ago
Hello,
This is my first post here. I hit a wall while setting up my Amplify backend on my local computer. Every time I try to create the sandbox using npx ampx sandbox, I get the following error:
`...
1
answers
0
votes
241
views
asked 3 months ago
It looks like I can't, and I guess it would make sense, but just to confirm...
Can I use CloudShell instead of AWS CLI to set up port forwarding? I'm using SSM to create a user, add it to the Admini...
1
answers
0
votes
90
views
asked 3 months ago
I'm using SES and trying to find the authentication email key prefix of one of my verified domains. Where can I find it?
I'm using Easy DKIM and Route53.
Any help is appreciated!
1
answers
0
votes
31
views
asked 3 months ago
Hi,
i want to apply for accessing Bedrock Claude models but i get the error:
• Claude 3.5 Sonnet - User: arn:aws:sts::<id2>:assumed-role/AWSReservedSSO_AWSAdministratorAccess_<id/email> is not autho...
1
answers
1
votes
110
views
asked 3 months ago