Skip to content

Commit d04e748

Browse files
DOCSP-21683 fix for legacy terminology (#188)
* DOCSP-21683 fix for legacy terminology * DOCSP-21683 updates for CR feedback
1 parent cd0e999 commit d04e748

File tree

4 files changed

+21
-19
lines changed

4 files changed

+21
-19
lines changed

source/cloud/connectionstring.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717

1818
This guide will show you how to set up your Atlas cluster for connections from a client. You will:
1919

20-
- whitelist your IP address in order to allow access to your Atlas cluster
20+
- add your IP address to the IP access list to allow access to
21+
your Atlas cluster
2122
- locate your connection string and copy it
2223

2324
time: 15
@@ -38,8 +39,8 @@
3839

3940
summary:
4041
If you have successfully completed this guide, you will now have
41-
your IP address in the Atlas whitelist, and an Atlas connection
42-
string in your copy buffer.
42+
your IP address in the Atlas IP access list, and an Atlas
43+
connection string in your copy buffer.
4344

4445
whats_next:
4546
- :doc:`/server/drivers`

source/includes/live-migrate-cutover.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828

2929
- Mark the migration plan as complete.
3030
- Remove the Application Server subnets from the destination
31-
cluster whitelist.
31+
cluster IP access list.
3232
- Remove the MongoDB user that Live Migrate used to import data
3333
to the destination cluster.

source/includes/steps-find_connection_string.yaml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,33 @@ content: |
2020
:figwidth: 328px
2121
2222
---
23-
title: Whitelist your IP address and select your connection method
23+
title: Add your IP address to the IP access list and select your connection method
2424
ref: bind_db
2525
level: 4
2626
stepnum: 3
2727
content: |
2828
2929
In the :guilabel:`Setup connection security` step in the modal
30-
window, check to make sure your IP address is
31-
in the whitelist for Atlas connections. If it is not, add it.
30+
window, check to make sure your IP address is in the IP access list
31+
for Atlas connections. If it is not, add it.
3232
3333
The following Atlas screenshot shows the options for adding IP
3434
addresses in the Atlas UI:
3535
3636
.. figure:: /images/connectionstringwhitelist.png
3737
:figwidth: 600px
3838
39-
If your cluster already has one or more IP Whitelist entries you
40-
will not have access to the button to add your IP address in the
39+
If your cluster already has one or more IP access list entries, you
40+
won't have access to the button to add your IP address in the
4141
modal. Instead, use the following procedure to add your IP address
42-
to the whitelist:
42+
to the IP access list:
4343
4444
1. Exit the modal window.
4545
46-
#. Click the :guilabel:`Security` tab in the Atlas UI.
46+
#. Click :guilabel:`Network Access` under the :guilabel:`Security`
47+
section in the Atlas UI.
4748
48-
#. Click the :guilabel:`IP Whitelist` tab.
49+
#. Click the :guilabel:`IP Access List` tab.
4950
5051
#. Click the green :guilabel:`Add IP Address` button.
5152
@@ -55,9 +56,9 @@ content: |
5556
5657
#. Click the :guilabel:`Connect` button and proceed.
5758
58-
For more information on whitelisting IP addresses, see
59-
`Configure Whitelist Entries
60-
<https://docs.atlas.mongodb.com/security-whitelist/>`_
59+
To learn more about adding IP addresses to the IP access list, see
60+
`Configure IP Access List Entries
61+
<https://www.mongodb.com/docs/security/ip-access-list/>`_
6162
in the Atlas documentation.
6263
6364
---

source/includes/steps-migrate-to-atlas.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ref: click-ready-migrate
3737
level: 4
3838
stepnum: 3
3939
---
40-
title: Whitelist the Atlas Live Migration Service on your AWS source cluster.
40+
title: Add the IP address for the Atlas Live Migration Service on your AWS source cluster.
4141
ref: whitelist-migration-service
4242
level: 4
4343
stepnum: 4
@@ -51,9 +51,9 @@ content: |
5151
5252
AWS EC2 servers are protected from unauthorized network access using
5353
`Security Groups <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules-reference.html>`_.
54-
To whitelist new IP address ranges, either create a new Security Group, or
55-
modify your existing Security Group to permit inbound network access
56-
from the displayed IP address ranges.
54+
To add new IP address ranges to the IP access list, either create a
55+
new Security Group, or modify your existing Security Group to permit
56+
inbound network access from the displayed IP address ranges.
5757
5858
Here is an example security group that grants access to Atlas Live Migration Service.
5959

0 commit comments

Comments
 (0)