Sha256: eeabec3e2e15eebb1c679a05636361a4d08be32ceda05fc15915873846a564d5
Contents?: true
Size: 824 Bytes
Versions: 4
Compression:
Stored size: 824 Bytes
Contents
--- title: Route53 Support nav_order: 26 --- 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 {% include prev_next.md %}
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ufo-4.4.3 | docs/_docs/extras/route53-support.md |
ufo-4.4.2 | docs/_docs/extras/route53-support.md |
ufo-4.4.1 | docs/_docs/extras/route53-support.md |
ufo-4.4.0 | docs/_docs/route53-support.md |