AWS bedrock documentation change
Summary
Fixed a typo in ENI tag name from 'BedrockModelCusomizationJobArn' to 'BedrockModelCustomizationJobArn'
Security assessment
Change corrects a spelling error in a resource tag name but does not address security vulnerabilities or add security-related content.
Diff
diff --git a/bedrock/latest/userguide/custom-model-job-access-security.md b/bedrock/latest/userguide/custom-model-job-access-security.md index 43c0cc828..f357e5113 100644 --- a/bedrock/latest/userguide/custom-model-job-access-security.md +++ b/bedrock/latest/userguide/custom-model-job-access-security.md @@ -239 +239 @@ After you configure the VPC and the required roles and permissions as described -When you specify the VPC subnets and security groups for a job, Amazon Bedrock creates _elastic network interfaces_ (ENIs) that are associated with your security groups in one of the subnets. ENIs allow the Amazon Bedrock job to connect to resources in your VPC. For information about ENIs, see [Elastic Network Interfaces](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ElasticNetworkInterfaces.html) in the _Amazon VPC User Guide_. Amazon Bedrock tags ENIs that it creates with `BedrockManaged` and `BedrockModelCusomizationJobArn` tags. +When you specify the VPC subnets and security groups for a job, Amazon Bedrock creates _elastic network interfaces_ (ENIs) that are associated with your security groups in one of the subnets. ENIs allow the Amazon Bedrock job to connect to resources in your VPC. For information about ENIs, see [Elastic Network Interfaces](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_ElasticNetworkInterfaces.html) in the _Amazon VPC User Guide_. Amazon Bedrock tags ENIs that it creates with `BedrockManaged` and `BedrockModelCustomizationJobArn` tags.