Metadata-Version: 1.1
Name: shaker
Version: 0.2.1
Summary: EC2 Salt Minion Launcher
Home-page: https://github.com/rubic/shaker
Author: Jeff Bauer
Author-email: jbauer@rubic.com
License: UNKNOWN
Description: Shaker: A Salt Minion Factory for EC2 Instances
        ===============================================
        
        Shaker is BSD-New Licensed command-line application to launch Salt
        minions as Amazon EC2 instances.
        
        `Salt <http://saltstack.org>`_ 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
        
        
        Documentation and Links
        -----------------------
        
        * `ReadTheDocs <http://readthedocs.org/docs/shaker/en/latest/>`_
        * `GitHub Repository <https://github.com/rubic/shaker>`_
        * `Salt <http://saltstack.org>`_
        
Keywords: salt,ec2,aws
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Systems Administration
