Stay up to date with the latest from the Knowledge Center. See all new and updated Knowledge Center articles published in the last month and re:Post’s top contributors.
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 tags to filter
Sort by most recent
1164 results
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 ...
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...
`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...
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...
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...
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...
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...
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:
`...
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...
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!
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...
While working in Terraform, i felt there are many options to perform task. I was wondering if any of you have any comments whether Cloudshell will enable the AWS service faster or other applications w...