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