Skip to content

Commit 199cbc7

Browse files
DOCSP-10307 doc updates for atlas as a data source (#18)
* DOCSP-10307 doc updates for atlas as a data source
1 parent ee0eddd commit 199cbc7

File tree

6 files changed

+1304
-763
lines changed

6 files changed

+1304
-763
lines changed

source/includes/steps-data-lake-deploy.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ content: |
4848
4949
.. important::
5050
51-
|service| displays the External ID and the |service| |aws| IAM user :abbr:`ARN (Amazon Resource Name)`
52-
for a |data-lake| only once. You must save these values to a secure location
53-
to reconfigure your |data-lake| in the future.
51+
|service| displays the External ID and the |service| |aws| IAM user :abbr:`ARN
52+
(Amazon Resource Name)`for a |data-lake| only once. You must save these values
53+
to a secure location to reconfigure your |data-lake|. If you
54+
modify your custom |aws| role |arn| in the future, you must update the |aws|
55+
trust policy associated with the role.
5456
---
5557
title: "Validate your {+data-lake-short+} configuration with the role |arn| and bucket name."
5658
level: 4

source/index.txt

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,22 @@
2222
About |service| |data-lake|
2323
---------------------------
2424

25-
Using |service| |data-lake| to ingest your |s3| data into |service| clusters
26-
allows you to quickly query data stored in your |aws| |s3| buckets using the
27-
:binary:`~bin.mongo` shell, :atlas:`MongoDB Compass <compass-connection>`, and
28-
any MongoDB driver.
29-
30-
When you create a |data-lake|, you can grant |service| either read only or read
31-
and write access to |s3| buckets in your |aws| account and create a data
32-
storage configuration file that maps data from your |s3| buckets to your
33-
MongoDB databases and collections.
34-
35-
|service| supports using any M10+ cluster, including Global Clusters, to
36-
connect to |data-lakes| in the same project.
37-
38-
.. note::
39-
40-
If you update your custom |aws| role |arn|, you must update the |aws|
41-
trust policy associated with the role. See the :guilabel:`Configure a
42-
New Data Lake` modal for instructions.
25+
MongoDB |service| |data-lake| allows you to natively query and analyze data
26+
across |aws| |s3| and MongoDB |service|. You can query your richly structured
27+
data stored in |json|, |bson|, CSV, TSV, Avro, ORC, and Parquet formats using
28+
the |mongo| shell, :dl:`MongoDB Compass <compass>`, or any
29+
:driver:`MongoDB driver </>` without data movement or transformation.
30+
31+
|data-lake| Access
32+
------------------
33+
34+
When you create a |data-lake|, you grant |service| either read only or
35+
read and write access to |s3| buckets in your |aws| account. To access your
36+
|service| clusters, |service| uses your existing :manual:`Role Based Access
37+
Controls</core/authorization>`. You can view and edit the generated
38+
data storage :ref:`configuration file <datalake-configuration-file>` that maps
39+
data from your |s3| buckets and |service| clusters to virtual databases and
40+
collections.
4341

4442
A database user must have one of the following roles to query an |service|
4543
|data-lake|:
@@ -50,10 +48,6 @@ A database user must have one of the following roles to query an |service|
5048

5149
- A :atlas:`custom role <security-add-mongodb-roles/>` with the
5250
:manual:`find </reference/privilege-actions/>` privilege
53-
54-
To view, create, or modify any existing
55-
|data-lakes| in an |service| project, click :guilabel:`Data Lake` on
56-
the left hand navigation.
5751

5852
.. _atlas-data-lake-prereqs:
5953

0 commit comments

Comments
 (0)