AWS bedrock documentation change
Summary
Updated example ARNs to use concrete region (us-east-1) and account ID (123456789012) values instead of placeholders
Security assessment
The changes replace placeholder values in resource ARNs with specific examples. This improves documentation clarity but does not address security vulnerabilities or document security features.
Diff
diff --git a/bedrock/latest/userguide/vpc-custom-model-import.md b/bedrock/latest/userguide/vpc-custom-model-import.md index 8d9d54011..cf95ce739 100644 --- a//bedrock/latest/userguide/vpc-custom-model-import.md +++ b//bedrock/latest/userguide/vpc-custom-model-import.md @@ -112 +112 @@ JSON - "arn:aws:ec2:region:account-id:network-interface/*" + "arn:aws:ec2:us-east-1:123456789012:network-interface/*" @@ -119 +119 @@ JSON - "aws:RequestTag/BedrockModelImportJobArn": ["arn:aws:bedrock:region:account-id:model-import-job/*"] + "aws:RequestTag/BedrockModelImportJobArn": ["arn:aws:bedrock:us-east-1:123456789012:model-import-job/*"] @@ -129,3 +129,3 @@ JSON - "arn:aws:ec2:region:account-id:subnet/subnet-id", - "arn:aws:ec2:region:account-id:subnet/subnet-id2", - "arn:aws:ec2:region:account-id:security-group/security-group-id" + "arn:aws:ec2:us-east-1:123456789012:subnet/subnet-id", + "arn:aws:ec2:us-east-1:123456789012:subnet/subnet-id2", + "arn:aws:ec2:us-east-1:123456789012:security-group/security-group-id" @@ -145,2 +145,2 @@ JSON - "arn:aws:ec2:region:account-id:subnet/subnet-id", - "arn:aws:ec2:region:account-id:subnet/subnet-id2" + "arn:aws:ec2:us-east-1:123456789012:subnet/subnet-id", + "arn:aws:ec2:us-east-1:123456789012:subnet/subnet-id2" @@ -148 +148 @@ JSON - "ec2:ResourceTag/BedrockModelImportJobArn": ["arn:aws:bedrock:region:account-id:model-import-job/*"] + "ec2:ResourceTag/BedrockModelImportJobArn": ["arn:aws:bedrock:us-east-1:123456789012:model-import-job/*"] @@ -160 +160 @@ JSON - "Resource": "arn:aws:ec2:region:account-id:network-interface/*", + "Resource": "arn:aws:ec2:us-east-1:123456789012:network-interface/*",