AWS lake-formation documentation change
Summary
Updated cross-account version requirement to v4/v5 and modified CLI example to use version 5
Security assessment
Version update for compatibility without security justification. No evidence of patching vulnerabilities or describing security features.
Diff
diff --git a/lake-formation/latest/dg/hybrid-access-prerequisites.md b/lake-formation/latest/dg/hybrid-access-prerequisites.md index 1040d02f5..0d81b9f4e 100644 --- a//lake-formation/latest/dg/hybrid-access-prerequisites.md +++ b//lake-formation/latest/dg/hybrid-access-prerequisites.md @@ -17 +17 @@ We recommend that a Lake Formation administrator registers the Amazon S3 locatio - 2. To share Data Catalog resources with another account in hybrid access mode (without removing `IAMAllowedPrincipals` group permissions from the resource), you need to update the **Cross account version settings** to Version 4. To update the version using Lake Formation console, choose **Version 4** under **Cross account version settings** on the **Data Catalog settings** page. + 2. To share Data Catalog resources with another account in hybrid access mode (without removing `IAMAllowedPrincipals` group permissions from the resource), you need to update the **Cross account version settings** to Version 4 or higher. To update the version using Lake Formation console, choose **Version 4** or **Version 5** under **Cross account version settings** on the **Data Catalog settings** page. @@ -19 +19 @@ We recommend that a Lake Formation administrator registers the Amazon S3 locatio -You can also use the `put-data-lake-settings` AWS CLI command to set the `CROSS_ACCOUNT_VERSION` parameter to version 4: +You can also use the `put-data-lake-settings` AWS CLI command to set the `CROSS_ACCOUNT_VERSION` parameter to version 4 or 5: @@ -31 +31 @@ You can also use the `put-data-lake-settings` AWS CLI command to set the `CROSS_ - "CROSS_ACCOUNT_VERSION": "4" + "CROSS_ACCOUNT_VERSION": "5"