DEV Community

Michael Staszel
Michael Staszel

Posted on • Originally published at mikestaszel.com on

azssh: Easily manage EC2 instances

azssh is a small commandline utility I wrote a few months ago to help with managing EC2 instances.

My workflow on EC2 consists of starting and stopping instances and sometimes SSHing in to run some commands. That’s what this utility does – starts and stops EC2 instances, tells you the public DNS address, and runs an SSH command.

Check out the source code and releases at the GitHub page at: https://github.com/mikestaszel/azssh

Top comments (0)