Skip to content

Simple integration of EC2 instances into your command line environment. Shared names for EC2 instances.

License

Notifications You must be signed in to change notification settings

samg/fieldmarshal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fieldmarshal

Functionality

Field Marshal is a simple tool to manage EC2 instances for a single user or across a team. The main functionality revolves around shared naming for instances across a team so they can be accessed by a common name.

Installing

In order to run Field Marshal, you need amazon_aws and rightaws version 1.1.0 installed.

Field Marshal can generate its own configuration file and fire up your configured system editor by running:

ec2 config

If you want to have Field Marshal available anywhere on your system you will want to add it to your system path by running something like this from inside the Field Marshal directory:

echo "export PATH=$PATH:pwd" >> ~/.profile

Running

Simply running 'ec2' will list the options available. E.g.

Usage: ec2 [command] Commands: - list --> List instances - name --> Set a name or get the instance ID for a name - ssh --> Connect to the instance over ssh - scp --> Copy a file to or from the instance using scp - http --> Connect to port 80 on the instance in a web browser - config --> Edit existing or a create new configuration file

About

Simple integration of EC2 instances into your command line environment. Shared names for EC2 instances.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%