AWS bedrock documentation change
Summary
Updated KMS ARN regions to us-east-1 and standardized example account IDs
Security assessment
Regional consistency in encryption resource references. No security fixes or new security content added.
Diff
diff --git a/bedrock/latest/userguide/s3-bucket-access.md b/bedrock/latest/userguide/s3-bucket-access.md index 8a065238f..3cfde429e 100644 --- a//bedrock/latest/userguide/s3-bucket-access.md +++ b//bedrock/latest/userguide/s3-bucket-access.md @@ -132 +132 @@ JSON - "Resource": "arn:aws:kms:${Region}:${AccountId}:key/${KMSKeyId}" + "Resource": "arn:aws:kms:us-east-1:${AccountId}:key/${KMSKeyId}" @@ -173 +173 @@ JSON - "AWS": "arn:aws:iam::${AccountId}:role/${ServiceRole}" + "AWS": "arn:aws:iam::111122223333:role/${ServiceRole}" @@ -188 +188 @@ JSON - "AWS": "arn:aws:iam::${AccountId}:role/${ServiceRole}" + "AWS": "arn:aws:iam::111122223333:role/${ServiceRole}" @@ -204 +204 @@ JSON - "AWS": "arn:aws:iam::${AccountId}:role/${ServiceRole}" + "AWS": "arn:aws:iam::111122223333:role/${ServiceRole}" @@ -210 +210 @@ JSON - "Resource": "arn:aws:kms:${Region}:${AccountId}:key/${KMSKeyId}" + "Resource": "arn:aws:kms:us-east-1:${AccountId}:key/${KMSKeyId}"