Sha256: cff96019899a1e35730082523ea1d02eaa13e1bb24e16f7bde6139b5523b0f1d

Contents?: true

Size: 1.02 KB

Versions: 14

Compression:

Stored size: 1.02 KB

Contents

---
title: Route53 Support
---

Ufo can create a "pretty" route53 record and set it's value to the created ELB DNS name. This is done by configuring the `.ufo/settings/cfn/default.yml` file. Example:

```yaml
dns:
  name: "{stack_name}.mydomain.com."
  hosted_zone_name: mydomain.com. # dont forget the trailing period
```

The `{stack_name}` variable gets substituted with the CloudFormation stack name launched by ufo. So for example:

    ufo ship demo-web

Results in:

    "{stack_name}.mydomain.com." => "development-demo-web.mydomain.com."

**IMPORTANT**: The route53 host zone must already exist. You can create route53 hosted zone with the cli like so:

    aws route53 create-hosted-zone --name mydomain.com --caller-reference $(date +%s)
    aws route53 list-hosted-zones

<a id="prev" class="btn btn-basic" href="{% link _docs/ssl-support.md %}">Back</a>
<a id="next" class="btn btn-primary" href="{% link _docs/faq.md %}">Next Step</a>
<p class="keyboard-tip">Pro tip: Use the <- and -> arrow keys to move back and forward.</p>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ufo-4.1.10 docs/_docs/route53-support.md
ufo-4.1.9 docs/_docs/route53-support.md
ufo-4.1.8 docs/_docs/route53-support.md
ufo-4.1.7 docs/_docs/route53-support.md
ufo-4.1.6 docs/_docs/route53-support.md
ufo-4.1.5 docs/_docs/route53-support.md
ufo-4.1.4 docs/_docs/route53-support.md
ufo-4.1.2 docs/_docs/route53-support.md
ufo-4.1.1 docs/_docs/route53-support.md
ufo-4.1.0 docs/_docs/route53-support.md
ufo-4.0.3 docs/_docs/route53-support.md
ufo-4.0.2 docs/_docs/route53-support.md
ufo-4.0.1 docs/_docs/route53-support.md
ufo-4.0.0 docs/_docs/route53-support.md