Skip to content

Commit

Permalink
update senza usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Apr 8, 2015
1 parent 76eebc3 commit ac50dfc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion user-guide/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ Create the application's Cloud Formation stack with Senza:

.. code-block:: bash
$ senza create definition.yaml eu-west-1 1 1.0
$ senza create definition.yaml --region=eu-west-1 1 1.0
.. Note:: The last parameter is a custom parameter "ImageVersion" defined in the SenzaInfo/Parameters section of the above definition YAML.

.. Tip:: You can avoid passing the ``--region`` option by configuring the default AWS region ID in ``~/.aws/config``. See the `AWS CLI docs`_ for details.

.. _AWS CLI docs: http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html

0 comments on commit ac50dfc

Please sign in to comment.