@@ -113,11 +113,11 @@ Procedure
113113
114114 .. step:: Launch your target replica set in MongoDB Atlas running on AWS.
115115
116- See :doc:`Create a MongoDB Account </atlas/account>` and
117- `Create a New Cluster
116+ See :doc:`Create a MongoDB Account </atlas/account>` and
117+ `Create a New Cluster
118118 <https://docs.atlas.mongodb.com/tutorial/create-new-cluster/>`__
119119 for instructions.
120-
120+
121121 .. note::
122122 Your target cluster must use ``M10`` or larger instance nodes.
123123 For development or staging environments, deploy a cluster
@@ -135,10 +135,10 @@ Procedure
135135 .. figure:: /images/atlas-deployment.png
136136 :figwidth: 700px
137137 :alt: This image highlights the Migrate Data to this Cluster
138- option on a cluster card in Atlas.
138+ option on a cluster card in Atlas.
139139
140140 .. step:: Click :guilabel:`General Live Migration`.
141-
141+
142142 .. step:: Click :guilabel:`I'm ready to migrate`.
143143
144144 .. step:: Add the IP address for the Atlas Live Migration Service on your AWS source cluster.
@@ -151,9 +151,9 @@ Procedure
151151
152152 AWS EC2 servers are protected from unauthorized network access using
153153 `Security Groups <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules-reference.html>`_.
154- To add new IP address ranges to the IP access list, either create a
155- new Security Group, or modify your existing Security Group to permit
156- inbound network access from the displayed IP address ranges.
154+ To add new IP address ranges to the IP access list, either create a
155+ new Security Group, or modify your existing Security Group to permit
156+ inbound network access from the displayed IP address ranges.
157157
158158 Here is an example security group that grants access to Atlas Live Migration Service.
159159
@@ -184,7 +184,7 @@ Procedure
184184 that Atlas will use to perform the data migration.
185185
186186 .. note::
187-
187+
188188 The address must be resolvable over the public internet, so do not use
189189 the private IP address of the node.
190190
@@ -228,21 +228,21 @@ Procedure
228228
229229 1. Stop your application. This ensures that no additional writes
230230 are generated to the source cluster.
231-
231+
232232 #. Wait for the optime gap to reach zero. When the counter reaches
233233 zero, the source and destination clusters are in sync.
234-
234+
235235 #. Restart your application using the new connection string
236236 provided in step 3 of the Live Migrate cutover UI.
237-
237+
238238 .. step:: Once you are prepared to cut your applications over to the
239239 destination Atlas cluster, click :guilabel:`Prepare to Cutover`.
240240
241241 .. step:: Once you have completed the cutover procedure and confirmed
242242 your applications are working normally with the Atlas cluster,
243243 click :guilabel:`Cut Over` to complete the migration procedure.
244244 This allows Atlas to:
245-
245+
246246 - Mark the migration plan as complete.
247247 - Remove the Application Server subnets from the destination
248248 cluster IP access list.
@@ -263,6 +263,6 @@ Summary
263263You created an Atlas cluster, migrated data from your previous AWS
264264MongoDB cluster, and updated your applications to use the new
265265MongoDB Atlas cluster running on AWS. For more information on the
266- data migration process, see `Live Migrate Your Replica Set to Atlas
266+ data migration process, see `Live Migrate Your Replica Set to Atlas
267267<https://docs.atlas.mongodb.com/import/live-import/>`_ and
268268`mongomirror <https://docs.atlas.mongodb.com/reference/mongomirror/index.html>`_.
0 commit comments