Skip to content

Commit e68b0ce

Browse files
DOCSP-46046 network security first round edits (#73)
* network security first round edits
1 parent 092e0d4 commit e68b0ce

File tree

5 files changed

+34
-10
lines changed

5 files changed

+34
-10
lines changed

source/automation.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ Features
3737

3838
You can automate the management, provisioning, and configuration of
3939
|service| building blocks like database users and roles, |service|
40-
{+clusters+}, projects and organizations. Additionally, you can automate
40+
{+clusters+}, projects and organizations. Additionally, you can automate
41+
temporary access list entries that expire after a user-defined period, and
4142
setting up and managing of additional {+clusters+} resources, including
4243
enabling auto-scaling compute and storage, creating and updating
4344
multi-cloud {+clusters+}, monitoring {+cluster+} performance and health,
44-
automating backups and restores, defining backup policies, and many more.
45+
automating backups and restores, defining backup policies, and many more.
4546

4647
You can align your choice of tools with your preferred workflow to
4748
ensure seamless integration of |service-fullname| into your existing
330 KB
Loading
240 KB
Loading

source/monitoring-alerts.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,9 @@ The following examples demonstrate how to enable monitoring using |service|
457457
export MONGODB_ATLAS_PRIVATE_KEY="<insert your private key here>"
458458

459459
- `Install Terraform <https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli>`__
460+
461+
We also suggest `creating a workspace for your enviornment
462+
<https://developer.hashicorp.com/terraform/cloud-docs/recommended-practices/part1#one-workspace-per-environment-per-terraform-configuration>`__.
460463

461464
Configure Alerts
462465
~~~~~~~~~~~~~~~~

source/network-security.txt

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ peer to. {+service+} limits the number of MongoDB instances per |vpc|
126126
based on the |cidr| block. For example, a project with a |cidr| block of
127127
``/24`` is limited to the equivalent of 273-node replica sets.
128128

129+
.. image:: /includes/images/vpc-vnet-peering.png
130+
:alt: "An image representing how MongoDB Atlas VPC/VNet peering works."
131+
:width: 750px
132+
:align: center
133+
129134
Private Endpoints
130135
`````````````````
131136

@@ -142,6 +147,11 @@ private endpoints are available:
142147
- :gcp:`Private Service Connect </vpc/docs/private-service-connect>`, for
143148
connections from {+gcp+}
144149

150+
.. image:: /includes/images/private-link.png
151+
:alt: "An image representing how MongoDB Atlas private endpoints work."
152+
:width: 750px
153+
:align: center
154+
145155
Recommendations for Private Endpoints
146156
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147157

@@ -224,15 +234,17 @@ These examples also apply other recommended configurations, including:
224234

225235
.. note::
226236

227-
Before you can configure connections with the {+atlas-cli+},
228-
you must:
237+
Before you can configure connections with the {+atlas-cli+},
238+
you must:
229239

230-
- :atlas:`Create your paying organization
231-
</billing/#configure-a-paying-organization>` and :atlas:`create an API key </configure-api-access/>` for the
232-
paying organization.
233-
- :atlascli:`Install the {+atlas-cli+} </install-atlas-cli/>`
234-
- :atlascli:`Connect from the {+atlas-cli+}
235-
</connect-atlas-cli/>` using the steps for :guilabel:`Programmatic Use`.
240+
- :atlas:`Create your paying organization
241+
</billing/#configure-a-paying-organization>` and
242+
:atlas:`create an API key </configure-api-access/>` for the
243+
paying organization.
244+
- :atlascli:`Install the {+atlas-cli+} </install-atlas-cli/>`
245+
- :atlascli:`Connect from the {+atlas-cli+}
246+
</connect-atlas-cli/>` using the steps for
247+
:guilabel:`Programmatic Use`.
236248

237249
Create an {+ip-access-list+} Entry
238250
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -249,6 +261,11 @@ These examples also apply other recommended configurations, including:
249261
For more configuration options and information about this
250262
example, see :ref:`atlas-accessLists-create`.
251263

264+
For information on how to create an {+ip-access-list+} entry
265+
with |aws|, |gcp| and |azure|, see
266+
:atlas:`Set Up a Private Endpoint for a Dedicated Cluster
267+
</security-cluster-private-endpoint/#follow-these-steps>`
268+
252269
Create a VPC Peering Connection
253270
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
254271

@@ -307,6 +324,9 @@ These examples also apply other recommended configurations, including:
307324

308325
- `Install Terraform
309326
<https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli>`__
327+
328+
We also suggest `creating a workspace for your enviornment
329+
<https://developer.hashicorp.com/terraform/cloud-docs/recommended-practices/part1#one-workspace-per-environment-per-terraform-configuration>`__.
310330

311331
Create an {+ip-access-list+} Entry
312332
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)