AWS bedrock documentation change
Summary
Replaced ${AccountId} with 123456789012 in KMS resource ARNs
Security assessment
Example standardization without security implications.
Diff
diff --git a/bedrock/latest/userguide/s3-bucket-access.md b/bedrock/latest/userguide/s3-bucket-access.md index 3cfde429e..c7ac0fc4f 100644 --- a//bedrock/latest/userguide/s3-bucket-access.md +++ b//bedrock/latest/userguide/s3-bucket-access.md @@ -132 +132 @@ JSON - "Resource": "arn:aws:kms:us-east-1:${AccountId}:key/${KMSKeyId}" + "Resource": "arn:aws:kms:us-east-1:123456789012:key/${KMSKeyId}" @@ -173 +173 @@ JSON - "AWS": "arn:aws:iam::111122223333:role/${ServiceRole}" + "AWS": "arn:aws:iam::111122223333:role/ServiceRole" @@ -188 +188 @@ JSON - "AWS": "arn:aws:iam::111122223333:role/${ServiceRole}" + "AWS": "arn:aws:iam::111122223333:role/ServiceRole" @@ -204 +204 @@ JSON - "AWS": "arn:aws:iam::111122223333:role/${ServiceRole}" + "AWS": "arn:aws:iam::111122223333:role/ServiceRole" @@ -210 +210 @@ JSON - "Resource": "arn:aws:kms:us-east-1:${AccountId}:key/${KMSKeyId}" + "Resource": "arn:aws:kms:us-east-1:123456789012:key/${KMSKeyId}"