AWS bedrock documentation change
Summary
Updated ARN examples with specific account ID (123456789012) and region (us-east-1) in VPC configuration policies
Security assessment
Changes standardize example ARNs but do not address security vulnerabilities or introduce security-specific content
Diff
diff --git a/bedrock/latest/userguide/batch-vpc.md b/bedrock/latest/userguide/batch-vpc.md index aa9a3ab59..2a545013b 100644 --- a//bedrock/latest/userguide/batch-vpc.md +++ b//bedrock/latest/userguide/batch-vpc.md @@ -63,3 +63,3 @@ JSON - "arn:aws:ec2:${{region}}:${{account-id}}:network-interface/*", - "arn:aws:ec2:us-east-1:${{account-id}}:subnet/${{subnet-id}}", - "arn:aws:ec2:us-east-1:${{account-id}}:security-group/${{security-group-id}}" + "arn:aws:ec2:us-east-1:123456789012:network-interface/*", + "arn:aws:ec2:us-east-1:123456789012:subnet/${{subnet-id}}", + "arn:aws:ec2:us-east-1:123456789012:security-group/${{security-group-id}}" @@ -75 +75 @@ JSON - "arn:aws:bedrock:us-east-1:${{account-id}}:model-invocation-job/*" + "arn:aws:bedrock:us-east-1:123456789012:model-invocation-job/*" @@ -94 +94 @@ JSON - "arn:aws:ec2:${{region}}:${{account-id}}:subnet/${{subnet-id}}" + "arn:aws:ec2:us-east-1:123456789012:subnet/${{subnet-id}}" @@ -99 +99 @@ JSON - "arn:aws:bedrock:us-east-1:${{account-id}}:model-invocation-job/*" + "arn:aws:bedrock:us-east-1:123456789012:model-invocation-job/*" @@ -110 +110 @@ JSON - "Resource": "arn:aws:ec2:${{region}}:${{account-id}}:network-interface/*", + "Resource": "arn:aws:ec2:us-east-1:123456789012:network-interface/*",