.. shaker documentation master file, created by sphinx-quickstart on Tue Jan 31 20:33:49 2012. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Shaker: A Salt Minion Factory for EC2 Ubuntu Server Instances ============================================================= Release v\ |version|. Shaker is BSD-New Licensed command-line application to launch Salt minions as Amazon EC2 instances. `Salt `_ is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. Running an Amazon EC2 instance as a Salt minion is fairly simple. Also tedious, if you need to launch minions often. Shaker bridges the gap between launching an EC2 instance and bootstrapping it as a Salt minion. Example ------- Shaker is usually run from the command line. To start a Salt minion, have it connect upon boot to Salt master *salt.example.com*: :: $ shaker --ami ami-057bcf6c --master salt.example.com Started Instance: i-9175d8f4 To access: ssh ubuntu@ec2-107-20-93-179.compute-1.amazonaws.com To terminate: shaker-terminate i-9175d8f4 Reference --------- Reference information on configuration of Shaker profiles, command-line options. .. toctree:: :maxdepth: 1 ref/profile Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`