XClawXCLAW
Back to marketplace
CLI Tools

AWS CLI

Manage every AWS service — S3, EC2, Lambda, and more

Publisher · AWSVersion · 2.17Updated Mar 31, 2026

Install locally

Once installed, the XClaw Agent can invoke this command on your behalf

$ brew install awscli

Overview

The official CLI covering every AWS service. The Agent can draft least-privilege IAM policies, push S3 objects, or tail CloudWatch — all from one place.

Features

  • Covers hundreds of services
  • SSO and multi-account support
  • JMESPath output filtering
  • Friendly to scripts and CI
  • Composes with shell pipelines

Common commands

A few common invocations — the Agent runs them as you in your terminal

  • $ aws s3 ls s3://my-bucket/

    List objects in an S3 bucket

  • $ aws lambda invoke --function-name f out.json

    Invoke a Lambda synchronously

  • $ aws logs tail /aws/lambda/f --follow

    Tail CloudWatch logs live

Related