.. 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:
SSH bastion host
_ ("odd")See the STUPS Landscape Overview
and the STUPS Installation Guide
.
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 '*'
.. code-block:: bash
$ python3 -m sevenseconds configure myconfig.yaml myaccountname
.. 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