AWS lake-formation documentation change
Summary
Updated example KMS key ARN and IAM role ARNs with concrete account/region values (111122223333, us-east-1)
Security assessment
Change replaces placeholder values with example values for clarity. No security vulnerability addressed - improves documentation accuracy but doesn't introduce or modify security controls.
Diff
diff --git a/lake-formation/latest/dg/register-cross-encrypted.md b/lake-formation/latest/dg/register-cross-encrypted.md index 5f6084107..ad0a1ef43 100644 --- a//lake-formation/latest/dg/register-cross-encrypted.md +++ b//lake-formation/latest/dg/register-cross-encrypted.md @@ -54,0 +55,6 @@ Review the [requirements for the role used to register the location](./registrat +JSON + + +**** + + @@ -67 +73 @@ Review the [requirements for the role used to register the location](./registrat - "Resource": "arn:aws:kms:<cmk-region>:<cmk-account-id>:key/<key-id>" + "Resource": "arn:aws:kms:us-east-1:111122223333:key/<key-id>" @@ -73,0 +81,6 @@ Review the [requirements for the role used to register the location](./registrat +JSON + + +**** + + @@ -80 +93 @@ Review the [requirements for the role used to register the location](./registrat - "AWS":"arn:aws:iam::<catalog-account-id>:role/<role-name>" + "AWS":"arn:aws:iam::111122223333>:role/<role-name>" @@ -88 +101 @@ Review the [requirements for the role used to register the location](./registrat - "AWS":"arn:aws:iam::<catalog-account-id>:role/<role-name>" + "AWS":"arn:aws:iam::111122223333>:role/<role-name>"