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
1175 results
Hi, I am looking to compute the total size of my files per year inside a given S3 bucket. I have been trying multiple methods: - I tried to use a goto3 script but I constantly ran into issues or inco...
2
answers
0
votes
82
views
asked 9 days ago
Hi, I want to use CFT to create an agentless outbound campaign v2. I have these references but I never have create a CFT template before. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGui...
1
answers
0
votes
51
views
asked 12 days ago
I am signed in via a federated role (such as through JumpCloud SSO). Where can i find ssso_account_id that I can use in my aws cli config?
1
answers
0
votes
47
views
asked 14 days ago
i am trying to clone aws node reop from github i receive this error "it clone [https://github.com/aws-samples/aws-blockchain-node-runners.git](https://github.com/aws-samples/aws-blockchain-node-runner...
2
answers
0
votes
39
views
asked 17 days ago
I am trying to create an IPv6 Only VPC via the API/CLI and am getting the following error ``` $ aws ec2 create-vpc --ipv6-ipam-pool-id <ipam-pool-id> --ipv6-netmask-length 56 An error occurred (Missi...
2
answers
0
votes
34
views
asked 22 days ago
I get the following error when trying to create the Amplify Admin after following the steps in this link https://docs.amplify.aws/react/start/account-setup/ usage: aws [options] <command> <subcommand...
1
answers
0
votes
43
views
asked a month ago
Hi all, I'm trying to export a stopped EC2 instance to an .ova file using create-instance-export-task, following the steps outlined in the AWS documentation. The export task successfully starts but ...
2
answers
0
votes
45
views
asked a month ago
Hi all Can I create codedeploy endpoint using cli? I don't see it from the list - https://awscli.amazonaws.com/v2/documentation/api/latest/reference/deploy/index.html. Thanks.
1
answers
0
votes
35
views
profile picture
asked a month ago
I have created a JSON file todefine an IAM role, and I am now trying to create the role in AWS.In AWS CLI I typed this: *aws iam create-role --role-name TrustRole --assume-role-policy-document file:/...
3
answers
0
votes
57
views
asked a month ago
I’m running Lightsail containers in account 430118835981, in region eu-west-2. I’ve now fully rebuilt everything from scratch: Created a new container service from the AWS Console Built and pushed ...
1
answers
0
votes
87
views
asked a month ago
I'm experiencing a discrepancy when using AWS Textract with a custom adapter. When I test my adapter through the AWS Console (Textract UI), it returns accurate results that align with the training. H...
1
answers
0
votes
54
views
asked a month ago
Console-to-Code is a feature of Amazon Q Developer that can help you write code to automate your use of other AWS services. Console-to-Code records your console actions, then uses generative AI to sug...