aws-cli

Manage AWS resources via command-line operations for S3, EC2, Lambda, CloudWatch, RDS, and ECS.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/devclaw-skills --skill aws-cli-jholhewres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-cli
Source: https://github.com/jholhewres/devclaw-skills/tree/main/skills/aws-cli
Command: npx skills add https://github.com/jholhewres/devclaw-skills --skill aws-cli-jholhewres

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of various Amazon Web Services (AWS) resources directly from the command line, reducing the need to navigate complex web consoles for common tasks.

Core Features & Use Cases

  • S3 Management: Upload, download, sync, and list objects and buckets.
  • EC2 Control: List, start, and stop instances, and inspect security groups.
  • Lambda Operations: List functions, invoke them with payloads, and view logs.
  • CloudWatch Monitoring: Search logs and retrieve metrics for services like EC2.
  • RDS & ECS: List database instances, clusters, services, and tasks.

Quick Start

Use the aws-cli skill to list all S3 buckets in your default region.

Frequently Asked Questions about aws-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage AWS services like EC2 and S3 from the command line?

You can manage AWS services from the command line by using an interface that lists and controls EC2 instances, syncs S3 buckets, and invokes Lambda functions. This avoids navigating the complex web console for routine infrastructure tasks.

Do I need to install anything specific to manage AWS resources via CLI?

Yes, managing AWS resources via CLI requires AWS CLI v2 installation. You must also configure your credentials locally to ensure authenticated access to your AWS infrastructure before performing any management tasks.

Can I invoke Lambda functions and view CloudWatch logs without the AWS console?

Yes, you can invoke Lambda functions with payloads and search CloudWatch logs directly from your terminal. This allows you to execute code and retrieve service metrics without needing to access the AWS web console.

What's the best way to list and control EC2 instances from a terminal?

Listing and controlling EC2 instances from a terminal is best handled by a command-line interface that starts, stops, and inspects security groups. This approach streamlines infrastructure management compared to using web consoles.

Does this command line approach support database and container management tasks?

Yes, this command line approach supports database and container management by listing RDS database instances and ECS clusters. You can easily view services and tasks to monitor your containerized applications.