A command-line interface for managing and connecting to AWS EC2 instances with Capistrano integration.
CLAWS (Command Line AWS) is a Ruby gem that provides a text-based interface for interacting with Amazon Web Services hosts directly from the terminal. It displays EC2 instance status similar to the AWS web console and enables quick SSH connections to selected instances, streamlining server management workflows.
Developers and system administrators who manage AWS EC2 instances via the command line and want to reduce context switching between the terminal and web console.
It brings AWS console functionality to the command line with a simple, configurable interface, offering features like display-only mode, automatic host selection, and planned Capistrano integration for filtering by environment and roles.
Command line driven AWS console with capistrano integration
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Displays EC2 instance status in a text-based interface similar to the AWS web console, with configurable options as shown in the example images, reducing context switching.
Allows users to select a host from a list and automatically invokes the proper SSH command, streamlining access without manual command entry.
Supports options like --display-only for status checks and --choice for automatic connections, providing tailored control over workflows.
Includes an --init option to install a default configuration file, simplifying the initial configuration process as described in the installation steps.
Only supports AWS EC2 instances currently, with RDS and ELB support listed as 'To Do' but not implemented, limiting its use for broader AWS management.
Requires Ruby and gem installation, plus an initial configuration step, which adds overhead compared to tools that work out-of-the-box or with simpler setups.
The project's last copyright update is 2014, and there's no recent activity mentioned, suggesting it may not be actively maintained or compatible with latest AWS changes.