Skip to content

Commit 4c242ae

Browse files
committed
DOC-467 updating note on index, editing pass
1 parent e7232ee commit 4c242ae

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/connections/storage/catalog/data-lakes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ redirect_from: '/connections/destinations/catalog/data-lakes/'
77

88
Segment Data Lakes provide a way to collect large quantities of data in a format that's optimized for targeted data science and data analytics workflows. You can read [more information about Data Lakes](/docs/connections/storage/data-lakes/) and learn [how they differ from Warehouses](/docs/connections/storage/data-lakes/comparison/) in Segment's Data Lakes documentation.
99

10-
> note "AWS Lake Formation"
10+
> note "Lake Formation"
1111
> You can also set up your Data Lakes using [Lake Formation](/docs/connections/storage/data-lakes/lake-formation/), a fully managed service built on top of the AWS Glue Data Catalog.
1212
1313
## Pre-Requisites

src/connections/storage/data-lakes/lake-formation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ The security policies in Lake Formation use two layers of permissions: each reso
1313

1414
For more information about security practices in Lake Formation, see Amazon's [Lake Formation Permissions Reference](https://docs.aws.amazon.com/lake-formation/latest/dg/lf-permissions-reference.html){:target="_blank"} documentation.
1515

16-
## Configuring Lake Formation
17-
You can configure Lake Formation using the [`IAMAllowedPrincipals` group](#configuring-lake-formation-using-the-iamallowedprincipals-group) or by [using IAM policies for access control](#configuring-lake-formation-using-iam-policies). Configuring Lake Formation using the `IAMAllowedPrincipals` group is an easier method, recommended for those exploring Lake Formation. Setting up using IAM policies for access control is a more advanced setup option, recommended for those who want additional customization options.
16+
## Configure Lake Formation
17+
You can configure Lake Formation using the [`IAMAllowedPrincipals` group](#configure-lake-formation-using-the-iamallowedprincipals-group) or by [using IAM policies for access control](#configure-lake-formation-using-iam-policies). Configuring Lake Formation using the `IAMAllowedPrincipals` group is an easier method, recommended for those exploring Lake Formation. Setting up Lake Formation using IAM policies for access control is a more advanced setup option, recommended for those who want additional customization options.
1818

1919
> info "Permissions required to configure Data Lakes"
2020
> To configure Lake Formation, you must be logged in to AWS with data lake administrator or database creator permissions.
@@ -23,7 +23,7 @@ You can configure Lake Formation using the [`IAMAllowedPrincipals` group](#confi
2323

2424
#### Existing databases
2525
1. Open the [AWS Lake Formation service](https://console.aws.amazon.com/lakeformation/){:target="_blank"}.
26-
2. Under **Data catalog**, select the **Settings** tab. Ensure the checkboxes under the **Default permissions for newly created databases and tables** are not checked.
26+
2. Under **Data catalog**, select **Settings**. Ensure the checkboxes under the **Default permissions for newly created databases and tables** are not checked.
2727
3. Under **Permissions**, select the **Data lake permissions** section. Click **Grant**.
2828
4. On the **Grant data permissions** page, select the `IAMAllowedPrincipals` group in the Principals section.
2929
5. In the **Database permissions** section, select the checkboxes for **Super** database permissions and **Super** grantable permissions.
@@ -32,7 +32,7 @@ You can configure Lake Formation using the [`IAMAllowedPrincipals` group](#confi
3232

3333
#### New databases
3434
1. Open the [AWS Lake Formation service](https://console.aws.amazon.com/lakeformation/){:target="_blank"}.
35-
2. Under **Data catalog**, select the **Settings** tab. Ensure the checkboxes under the **Default permissions for newly created databases and tables** are not checked.
35+
2. Under **Data catalog**, select **Settings**. Ensure the checkboxes under **Default permissions for newly created databases and tables** are not checked.
3636
3. Select the Databases tab and click **Create database**. On the **Create database** page:
3737
1. Select the **Database** button.
3838
2. Name your database.
@@ -45,7 +45,7 @@ You can configure Lake Formation using the [`IAMAllowedPrincipals` group](#confi
4545
7. Click **Grant**.
4646
8. On the **Permissions** page, verify the `IAMAllowedPrincipals` group has "All" permissions.
4747

48-
#### Verifying your configuration
48+
#### Verify your configuration
4949
To verify that you've configured Lake Formation, open the [AWS Lake Formation service](https://console.aws.amazon.com/lakeformation/){:target="_blank"}, select **Data lake permissions**, and verify the `IAMAllowedPrincipals` group is listed with "All" permissions.
5050

5151
### Configure Lake Formation using IAM policies
@@ -55,7 +55,7 @@ To verify that you've configured Lake Formation, open the [AWS Lake Formation se
5555
5656
#### Existing databases
5757
1. Open the [AWS Lake Formation service](https://console.aws.amazon.com/lakeformation/){:target="_blank"}.
58-
2. Under **Data catalog**, select the **Settings** tab. Ensure the checkboxes under the **Default permissions for newly created databases and tables** are not checked.
58+
2. Under **Data catalog**, select **Settings**. Ensure the checkboxes under the **Default permissions for newly created databases and tables** are not checked.
5959
3. On the **Databases** page, select your database. From the **Actions** menu, select **Grant**.
6060
5. On the **Grant data permissions** page, select the `EMR_EC2_DefaultRole` (or `segment_emr_instance_profile`, if you configured your data lake using Terraform) and `segment-data-lake-iam-role` roles in the Principals section.
6161
6. In the **Database permissions** section, select the checkboxes for **Super** database permissions and **Super** grantable permissions.
@@ -64,7 +64,7 @@ To verify that you've configured Lake Formation, open the [AWS Lake Formation se
6464

6565
#### New databases
6666
1. Open the [AWS Lake Formation service](https://console.aws.amazon.com/lakeformation/){:target="_blank"}.
67-
2. Under **Data catalog**, select the **Settings** tab. Ensure the checkboxes under the **Default permissions for newly created databases and tables** are not checked.
67+
2. Under **Data catalog**, select **Settings**. Ensure the checkboxes under the **Default permissions for newly created databases and tables** are not checked.
6868
3. Select the Databases tab and click **Create database**. On the **Create database** page:
6969
1. Select the **Database** button.
7070
2. Name your database.

0 commit comments

Comments
 (0)