AWS lake-formation documentation change
Summary
Added new documentation index page for AWS Lake Formation with sections for getting started, ingesting data, securing data lakes, sharing data lakes, and user guides
Security assessment
This is a new documentation index page that includes a 'Secure your data lakes' section with tutorials on permissions management, tag-based access control, and row-level security. While it documents security features, there is no evidence of addressing a specific security vulnerability or incident. The change appears to be routine documentation addition for a service.
Diff
diff --git a/lake-formation/index.md b/lake-formation/index.md index 8b1378917..c3b2e45d8 100644 --- a//lake-formation/index.md +++ b//lake-formation/index.md @@ -0,0 +1,38 @@ +# AWS Lake Formation Documentation + +AWS Lake Formation is a managed service that makes it easy to set up, secure, and manage your data lakes. Lake Formation helps you discover your data sources and then catalog, cleanse, and transform the data. You can use Lake Formation to secure the data and ingest it into an Amazon Simple Storage Service (Amazon S3) data lake. + +## Get started + +### [Overview of AWS Lake Formation Learn about the basic concepts and features in AWS Lake Formation. ](/lake-formation/latest/dg/what-is-lake-formation.html) ### [Upgrade AWS Glue data permissions to the AWS Lake Formation model Get started with using AWS Lake Formation permissions to manage access to your existing AWS Glue Data Catalog. ](/lake-formation/latest/dg/upgrade-glue-lake-formation.html) + +## Ingest data into your data lake + +### [Create a data lake from an AWS CloudTrail source (tutorial) Create and load your first data lake from an AWS CloudTrail source. ](/lake-formation/latest/dg/getting-started-cloudtrail-tutorial.html) ### [Create a data lake from a JDBC source (tutorial) Create and load your first data lake from a Java Database Connectivity (JDBC) source. ](/lake-formation/latest/dg/getting-started-tutorial-jdbc.html) + +## Secure your data lakes + +### [Set up permissions for open table formats (tutorial) Manage permissions for Iceberg, Hudi, and Delta Lake tables. ](/lake-formation/latest/dg/otf-tutorial.html) ### [Manage permissions on data lakes using tag-based access control (tutorial) Define an LF-tag ontology based on data classification, and use LF-tags to grant access to AWS Identity and Access Management (IAM) principals. ](/lake-formation/latest/dg/managing-dl-tutorial.html) ### [Secure data lakes using row-level access control (tutorial) Grant permissions on a table with row-level security (row filtering) that allows access only to specific rows in the table. ](/lake-formation/latest/dg/cbac-tutorial.html) + +## Share your data lakes + +### [Securely share your data using AWS Lake Formation (tutorial) Securely share your data lakes across AWS accounts using tag-based access control. ](/lake-formation/latest/dg/share-dl-tbac-tutorial.html) ### [Share your data using fine-grained access control (tutorial) Share your data lakes in a scalable way using fine-grained access for internal and external customers from a centralized location. ](/lake-formation/latest/dg/share-dl-fgac-tutorial.html) + +## User guides and references + +### [Developer Guide Provides a conceptual overview of AWS Lake Formation. Also, it includes detailed instructions for using the various features. ](/lake-formation/latest/dg/what-is-lake-formation.html) + +### [API Reference Describes the API operations for AWS Lake Formation service, including sample requests and responses. ](/lake-formation/latest/APIReference/Welcome.html) + +### [CLI Guide Describes the CLI commands for AWS Lake Formation. ](/cli/latest/reference/lakeformation/index.html) + +## Related Links + + * [AWS Glossary](http://docs.aws.amazon.com/general/latest/gr/glos-chap.html) + * [Getting Started with AWS](https://aws.amazon.com/documentation/gettingstarted/) + * [SDKs & Tools](https://aws.amazon.com/tools/) + * [AWS General Reference](http://docs.aws.amazon.com/general/latest/gr/Welcome.html) + * [AWS Training](https://aws.amazon.com/training/) + * [AWS Case Studies](https://aws.amazon.com/solutions/case-studies/) + * [AWS Whitepapers](https://aws.amazon.com/whitepapers/) +