Metadata-Version: 2.1
Name: stups-sevenseconds
Version: 1.2.111
Summary: Configure AWS accounts
Home-page: https://github.com/zalando-stups/sevenseconds
Author: Henning Jacobs
Author-email: henning.jacobs@zalando.de
License: Apache License 2.0
Keywords: aws account vpc
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
License-File: LICENSE

========================================
Seven Seconds - AWS Account Configurator
========================================

.. image:: https://travis-ci.org/zalando-stups/sevenseconds.svg?branch=master
   :target: https://travis-ci.org/zalando-stups/sevenseconds
   :alt: Travis CI build status

.. image:: https://coveralls.io/repos/zalando-stups/sevenseconds/badge.svg?branch=master
   :target: https://coveralls.io/r/zalando-stups/sevenseconds?branch=master
   :alt: Coveralls status

Command line utility to configure AWS accounts:

* Enable CloudTrail
* Configure VPC subnets (DMZ and internal)
* Configure NAT instances and routing
* Configure DNS
* Upload SSL cert
* Configure RDS/ElastiCache subnet groups
* Configure IAM roles
* Configure SAML integration
* Configure `SSH bastion host`_ ("odd")

See the `STUPS Landscape Overview`_ and the `STUPS Installation Guide`_.

Usage
=====

First install with PIP:

.. code-block:: bash

    $ sudo pip3 install --upgrade stups-sevenseconds

Run with your YAML configuration (you need valid AWS credentials for this):

.. code-block:: bash

    $ sevenseconds configure myconfig.yaml myaccountname

You can also run Seven Seconds on all configured accounts with automatic SAML logins:

.. code-block:: bash

    $ sevenseconds configure --saml-user=mysamluser myconfig.yaml '*'

Running from Source
===================

.. code-block:: bash

    $ python3 -m sevenseconds configure myconfig.yaml myaccountname

Releasing
=========

.. code-block:: bash

    $ ./release.sh <NEW-VERSION>


.. _SSH bastion host: https://github.com/zalando-stups/odd
.. _STUPS Landscape Overview: https://zalando-stups.github.io/
.. _STUPS Installation Guide: http://stups.readthedocs.org/en/latest/installation/index.html


