AWS lake-formation documentation change
Summary
Reordered CLI steps for enabling S3 Tables integration
Security assessment
Procedural step reordering with no evidence of security impact.
Diff
diff --git a/lake-formation/latest/dg/enable-s3-tables-catalog-integration.md b/lake-formation/latest/dg/enable-s3-tables-catalog-integration.md index f258b2cc6..6c08805b1 100644 --- a/lake-formation/latest/dg/enable-s3-tables-catalog-integration.md +++ b/lake-formation/latest/dg/enable-s3-tables-catalog-integration.md @@ -9 +9 @@ You can create Amazon S3 table buckets using Amazon S3 console, and integrate it -In AWS Lake Formation, you can enable Amazon S3 Tables integration with AWS Glue Data Catalog and AWS Lake Formation using the Lake Formation console or use AWS CLI. +In AWS Lake Formation, you can enable Amazon S3 Tables integration using the Lake Formation console or use AWS CLI. @@ -36,9 +36 @@ To create multi-level catalogs, see the [Creating a table bucket ](https://docs. - 1. Register the S3 Tables catalog as a Lake Formation data location. - - aws lakeformation register-resource \ - --resource-arn 'arn:aws:s3tables:us-east-1:123456789012:bucket/*' \ - --role-arn 'arn:aws:iam::123456789012:role/LakeFormationDataAccessRole' \ - --with-federation - --with-privileged-access - - 2. Create a catalog. + 1. Create a catalog. @@ -60,0 +53,8 @@ To create multi-level catalogs, see the [Creating a table bucket ](https://docs. + 2. Register the S3 Tables catalog as Lake Formation data location. + + aws lakeformation register-resource \ + --resource-arn 'arn:aws:s3tables:us-east-1:123456789012:bucket/*' \ + --role-arn 'arn:aws:iam::123456789012:role/LakeFormationDataAccessRole' \ + --with-federation + --with-privileged-access +