@@ -18,6 +18,13 @@ Deploy a Replica Set
18
18
19
19
.. include:: /includes/introduction-deploy-replica-set.rst
20
20
21
+ .. |page-topic| replace:: deploy a replica set
22
+ .. |link-topic-ing| replace:: deploying a replica set
23
+ .. |atlas-url| replace:: :ref:`deploy-replica-set-atlas`
24
+
25
+ .. include:: /includes/fact-atlas-compatible.rst
26
+ .. include:: /includes/fact-atlas-link.rst
27
+
21
28
Requirements
22
29
------------
23
30
@@ -39,11 +46,57 @@ Considerations When Deploying a Replica Set
39
46
40
47
.. include:: /includes/considerations-deploying-replica-set.rst
41
48
42
- Procedure
43
- ---------
49
+ .. _deploy-replica-set-atlas:
50
+
51
+ Deploy a Replica Set in the {+atlas+} UI
52
+ ------------------------------------------------
53
+
54
+ Replica sets in {+atlas+} are called clusters. The following procedure
55
+ creates a free cluster in the {+atlas+} UI with minimal
56
+ configuration. To learn more about all available options when you
57
+ create a cluster, see
58
+ :atlas:`Create a Cluster </tutorial/create-new-cluster/>`.
59
+
60
+ To create a cluster in the {+atlas+} UI, follow these steps:
61
+
62
+ .. procedure::
63
+ :style: normal
64
+
65
+ .. step:: Open the Create New Database Deployment dialog box
66
+
67
+ a. In the {+atlas+} UI, click :guilabel:`Database` in the sidebar.
68
+ #. If you already have one or more database deployments, click
69
+ :guilabel:`Create`. If this is your first database deployment,
70
+ click :guilabel:`Build a Database`, then click
71
+ :guilabel:`Advanced Configuration Options`.
72
+
73
+ .. step:: Select cluster options
74
+
75
+ a. Click :guilabel:`Shared`.
76
+ #. Select a cloud provider and region. To learn more, see
77
+ :atlas:`Cloud Providers and Regions
78
+ </cloud-providers-regions>`.
79
+ #. Expand the :guilabel:`Cluster Details` section and specify a
80
+ name for the cluster in the :guilabel:`Cluster Name` field.
81
+
82
+ .. step:: Click Create Cluster
83
+
84
+ {+atlas+} deploys a free, three-node replica set with the
85
+ cluster name you specified.
86
+
87
+ Deploy a Replica Set in the Terminal
88
+ ------------------------------------
89
+
90
+ This tutorial describes how to create a three-member
91
+ :term:`replica set` from three existing :binary:`~bin.mongod` instances
92
+ running with :ref:`access control <authorization>` disabled.
44
93
45
- The following procedure outlines the steps to deploy a replica set when
46
- access control is disabled.
94
+ To deploy a replica set with enabled :ref:`access control <authorization>`, see
95
+ :ref:`deploy-repl-set-with-auth`. If you wish to deploy a
96
+ replica set from a single MongoDB instance, see
97
+ :ref:`server-replica-set-deploy-convert`. For more
98
+ information on replica set deployments, see the :ref:`replication` and
99
+ :ref:`replica-set-architecture` documentation.
47
100
48
101
.. include:: /includes/steps/deploy-replica-set.rst
49
102
0 commit comments