Skip to content

Commit 66833ac

Browse files
committed
Merge pull request #2651 from mboersma/cname-for-ec2
docs(managing_deis): recommend wildcard CNAME or Route53 for EC2 DNS
2 parents d97cf93 + de5e87d commit 66833ac

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/managing_deis/configure-dns.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ Note that the controller will eventually live behind the routers so that all ext
2020
Necessary DNS records
2121
---------------------
2222

23-
Deis requires one wildcard DNS record. Assuming ``myapps.com`` is the top-level domain apps will live under:
23+
Deis requires a wildcard DNS record. Assuming ``myapps.com`` is the top-level domain apps will live under:
2424

25-
* ``*.myapps.com`` should have A-record entries for each of the load balancer IP addresses
25+
* ``*.myapps.com`` should have "A" record entries for each of the load balancer IP addresses
2626

2727
Apps can then be accessed by browsers at ``appname.myapps.com``, and the controller will be available to the Deis client at ``deis.myapps.com``.
2828

29-
This record is necessary for all deployments of Deis (EC2, Rackspace, DigitalOcean, Google Compute Engine, bare metal, etc.). Vagrant clusters can use the domain ``local.deisapp.com``, ``local3.deisapp.com``, or ``local5.deiaspp.com``.
29+
`EC2 recommends`_ against creating "A" record entries; instead, create a wildcard "CNAME" record entry for the load balancer's DNS name, or use Amazon `Route 53`_.
30+
31+
These records are necessary for all deployments of Deis (EC2, Rackspace, DigitalOcean, Google Compute Engine, bare metal, etc.). Vagrant clusters can use the domain ``local.deisapp.com``, ``local3.deisapp.com``, or ``local5.deiaspp.com``.
3032

3133
.. _xip_io:
3234

@@ -42,4 +44,6 @@ You would then create the cluster with ``10.21.12.2.xip.io`` as the cluster doma
4244

4345
Note that xip does not seem to work for EC2 ELBs - you will have to use an actual DNS record.
4446

47+
.. _`EC2 recommends`: https://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/using-domain-names-with-elb.html
48+
.. _`Route 53`: http://aws.amazon.com/route53/
4549
.. _`xip`: http://xip.io/

0 commit comments

Comments
 (0)