May 13, 2013 at 11:08am
Introducing `ny`, an opinionated ec2 management cli
Its great to finally be able to release this (very very alpha) version of ny. Created to make ec2 management and deployment at Nybex painless, ny takes an opinionated approach to making things work.
Environments are different VPCs, servers are segregated by functional templates, and most configuration is done via a SaltStack master server.
Ny is configured through a per-project Nyfile, which is simple toml markup.
Example usage:
# Startup a frontend server in `production`
ny vm create -t frontend production
# List servers in `production`
ny vm list production
# List only frontend servers in production
ny vm list -t frontend production
The project is very alpha, but it has promise. If you are interested in helping out, feel free to send a pull request.