Merge pull request #2183 from archSeer/patch-1

Fix documentation for setting up the DNS.
This commit is contained in:
Justin Santa Barbara 2017-03-27 23:01:55 -04:00 committed by GitHub
commit 37e5167a88
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ ID=$(uuidgen) && aws route53 create-hosted-zone --name subdomain.example.com --c
```bash
# Note: This example assumes you have jq installed locally.
aws route53 list-hosted-zones | jq '.HostedZones[] | select(.Name=="subdomain.example.com.") | .Id'
aws route53 list-hosted-zones | jq '.HostedZones[] | select(.Name=="example.com.") | .Id'
```
* Create a new JSON file with your values (`subdomain.json`)