AWS bedrock documentation change
Summary
Replaced region/account placeholders with us-east-1 and 123456789012 in resource ARNs
Security assessment
Updates example ARNs for clarity but does not introduce or modify security controls.
Diff
diff --git a/bedrock/latest/userguide/inline-agent-prereq.md b/bedrock/latest/userguide/inline-agent-prereq.md index a21b4753a..a75e5dfe9 100644 --- a//bedrock/latest/userguide/inline-agent-prereq.md +++ b//bedrock/latest/userguide/inline-agent-prereq.md @@ -53 +53 @@ JSON - "Resource": "arn:aws:bedrock:${region}::foundation-model/{modelId}" + "Resource": "arn:aws:bedrock:us-east-1::foundation-model/{modelId}" @@ -81 +81 @@ JSON - "Resource": "arn:aws:bedrock:${region}:${account-id}:knowledge-base/knowledge-base-id" + "Resource": "arn:aws:bedrock:us-east-1:123456789012:knowledge-base/knowledge-base-id" @@ -87 +87 @@ JSON - "Resource": "arn:aws:bedrock:${region}:${account-id}:guardrail/${guardrail-id}" + "Resource": "arn:aws:bedrock:us-east-1:123456789012:guardrail/${guardrail-id}" @@ -93 +93 @@ JSON - "Resource": "arn:aws:lambda:${region}:${account-id}:function:function-name" + "Resource": "arn:aws:lambda:us-east-1:123456789012:function:function-name" @@ -102 +102 @@ JSON - "Resource": "arn:aws:kms:${region}:${account-id}:key/${key-id}" + "Resource": "arn:aws:kms:us-east-1:123456789012:key/${key-id}"