You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were incorrectly using "AWS" and "EC2" interchangeably, when in
fact EC2 is one of the services that compose AWS. Deis clusters on
AWS make use of EC2 and CloudFormation and other AWS services,
so calling it EC2 is incorrect, and using both terms is inconsistent.
.. _`More information about CloudFormation stack updates`: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html
Copy file name to clipboardExpand all lines: docs/managing_deis/configure-dns.rst
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,17 @@
6
6
Configure DNS
7
7
=============
8
8
9
+
<<<<<<< HEAD
9
10
For Deis clusters on Amazon Web Services, Azure, DigitalOcean, Google Compute Engine,
10
11
Linode, OpenStack, or bare metal, :ref:`DNS records <dns_records>` must be created.
11
12
The cluster runs multiple routers infront of the Deis controller and apps
12
13
you deploy, so a :ref:`load balancer <configure-load-balancers>` is recommended.
14
+
=======
15
+
For Deis clusters on AWS, GCE, Azure, DigitalOcean, OpenStack, or bare metal,
16
+
:ref:`DNS records <dns_records>` must be created. The cluster runs multiple routers in
17
+
front of the Deis controller and apps you deploy, so a
18
+
:ref:`load balancer <configure-load-balancers>` is recommended.
19
+
>>>>>>> chore(contrib/ec2): rename ec2 to aws
13
20
14
21
Vagrant
15
22
-------
@@ -36,7 +43,7 @@ apps will live under:
36
43
37
44
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``.
38
45
39
-
`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`_.
46
+
`AWS 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`_.
40
47
41
48
These records are necessary for all deployments of Deis other than Vagrant clusters.
42
49
@@ -52,8 +59,8 @@ An alternative to configuring your own DNS records is to use `xip`_ to reference
52
59
53
60
You would then create the cluster with ``10.21.12.2.xip.io`` as the cluster domain.
54
61
55
-
Note that xip does not seem to work for EC2 ELBs - you will have to use an actual DNS record.
62
+
Note that xip does not seem to work for AWS ELBs - you will have to use an actual DNS record.
0 commit comments