Skip to content

Commit e7232ee

Browse files
committed
Removing redundant references to AWS [DOC-467]
1 parent e41204c commit e7232ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: AWS Lake Formation
2+
title: Lake Formation
33
---
44

55
{% include content/plan-grid.md name="data-lakes" %}
66

7-
AWS Lake Formation is a fully managed service built on top of the AWS Glue Data Catalog that provides one central set of tools to build and manage a Data Lake. These tools help import, catalog, transform, and deduplicate data, as well as provide strategies to optimize data storage and security.
7+
Lake Formation is a fully managed service built on top of the AWS Glue Data Catalog that provides one central set of tools to build and manage a Data Lake. These tools help import, catalog, transform, and deduplicate data, as well as provide strategies to optimize data storage and security.
88

9-
> note "Learn more about AWS Lake Formation features"
10-
> To learn more about AWS Lake Formation features, refer to the [Amazon Web Services documentation](https://aws.amazon.com/lake-formation/features/){:target="_blank"}.
9+
> note "Learn more about Lake Formation features"
10+
> To learn more about Lake Formation features, refer to the [Amazon Web Services documentation](https://aws.amazon.com/lake-formation/features/){:target="_blank"}.
1111
1212
The security policies in Lake Formation use two layers of permissions: each resource is protected by Lake Formation permissions (which control access to Data Catalog resources and S3 locations) and IAM permissions (which control access to Lake Formation and AWS Glue API resources). When any user or role reads or writes to a resource, that action must pass a both a Lake Formation and an IAM resource check: for example, a user trying to create a new table in the Data Catalog may have Lake Formation access to the Data Catalog, but if they don't have the correct Glue API permissions, they will be unable to create the table.
1313

0 commit comments

Comments
 (0)