Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Revert "fix table"
Browse files Browse the repository at this point in the history
This reverts commit a253f47.
  • Loading branch information
mattpep committed Dec 8, 2016
1 parent 96c87bc commit 6cf64bc
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.rst
Expand Up @@ -78,21 +78,17 @@ NB: If you want to run multiple stacks with the same name and environment place
master_zone:
my-zone.dsd.io


cfn_create
----------

fab application:courtfinder aws:my_project_prod environment:dev config:/path/to/courtfinder-dev.yaml tag:active cfn_create

This is to create a stack based on your yaml configuration. After running the task, a stack name like `app-dev-e21e5110` should be created, along with two DNS records in Route 53 look like:

+------------------------------+------------+------------------------------------------------------------------------------------------------+
| Name | Type | Value |
+==============================+============+================================================================================================+
| stack.test.blah-dev.dsd.io. | **TXT** | "e21e5110" |
+------------------------------+------------+------------------------------------------------------------------------------------------------+
elbname-e21e5110.dsd.io. | **A** | ALIAS app-dev-elbname-1ocl2znar6wtc-1854012795.eu-west-1.elb.amazonaws.com. (z32o12xqlntsw2) |
+------------------------------+------------+------------------------------------------------------------------------------------------------+
Name | Type | Value
--- | --- | ---
stack.test.blah-dev.dsd.io. | **TXT** | "e21e5110"|
elbname-e21e5110.dsd.io. | **A** | ALIAS app-dev-elbname-1ocl2znar6wtc-1854012795.eu-west-1.elb.amazonaws.com. (z32o12xqlntsw2)

Note that:
- `test`in **TXT** record name is the stack tag you defined. An auto-generated stack id will be assigned to tag name if not specified.
Expand Down

0 comments on commit 6cf64bc

Please sign in to comment.