Skip to content

Commit c47aba8

Browse files
authored
(DOCSP-32347) Adds steps to create a replica set in Atlas (#4888) (#4994)
* (DOCSP-32347) Adds steps to create a replica set in Atlas * Includes change from copy review
1 parent 808d567 commit c47aba8

File tree

1 file changed

+57
-4
lines changed

1 file changed

+57
-4
lines changed

source/tutorial/deploy-replica-set.txt

Lines changed: 57 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ Deploy a Replica Set
1414

1515
.. include:: /includes/introduction-deploy-replica-set.rst
1616

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+
1724
Requirements
1825
------------
1926

@@ -35,11 +42,57 @@ Considerations When Deploying a Replica Set
3542

3643
.. include:: /includes/considerations-deploying-replica-set.rst
3744

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.
4089

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.
4396

4497
.. include:: /includes/steps/deploy-replica-set.rst
4598

0 commit comments

Comments
 (0)