zalando-stups / sevenseconds

THIS PROJECT IS NOT LONGER ACTIVELY MAINTAINED
https://pypi.python.org/pypi/stups-sevenseconds
Other
66 stars 17 forks source link
aws

======================================== 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:

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