11 releases (3 stable)

1.0.2 Mar 17, 2024
1.0.1 Nov 6, 2021
1.0.0 Sep 6, 2021
0.8.0 May 9, 2020
0.6.0 Feb 9, 2020

#13 in #cloudwatch

Download history 18/week @ 2024-02-17 4/week @ 2024-02-24 1/week @ 2024-03-09 129/week @ 2024-03-16 7/week @ 2024-03-23 9/week @ 2024-03-30 2/week @ 2024-04-06

147 downloads per month

Apache-2.0

20KB
312 lines

This tool is no longer under active development. If you are interested in taking over or repurposing the name on crates.io, feel free to contact me: nbishop@nbishop.net

claws

AWS command-line tool. The purpose of this tool is not to be a complete replacement for awscli, but rather to provide a more convenient interface for some common commands.

Installation

cargo install claws

Usage

Currently just a few commands are implemented.

EC2

List instances:

claws ec2 instances

Get instance IP addresses:

claws ec2 addr <instance-id>

Start, stop, or reboot an instance:

claws ec2 start <instance-id>
claws ec2 stop <instance-id>
claws ec2 reboot <instance-id>

CloudWatch Logs

List log groups:

claws logs groups [<prefix>]

List recent streams in a group:

claws logs recent-streams [--limit <n>] <log-group-name>

S3

List buckets:

claws s3 buckets

Dependencies

~35MB
~742K SLoC