AWS bedrock documentation change
Summary
Updated terminology from 'model import' to 'importing pre-trained models' and 'pretrained models' to 'pretrained open-source models' for clarity.
Security assessment
The changes involve terminology clarification and do not introduce or modify security-related content. No evidence of addressing a security vulnerability or adding security features.
Diff
diff --git a/bedrock/latest/userguide/custom-model-import-prereq.md b/bedrock/latest/userguide/custom-model-import-prereq.md index acf44a8b2..09dcef9aa 100644 --- a//bedrock/latest/userguide/custom-model-import-prereq.md +++ b//bedrock/latest/userguide/custom-model-import-prereq.md @@ -13 +13 @@ Before you can start a custom model import job, you need to fulfill the followin - 3. (Optional) Create a custom AWS Identity and Access Management (IAM) [service role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html#iam-term-service-role) with the proper permissions by following the instructions at [Create a service role for model import](./model-import-iam-role.html) to set up the role. You can skip this prerequisite if you plan to use the AWS Management Console to automatically create a service role for you. + 3. (Optional) Create a custom AWS Identity and Access Management (IAM) [service role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html#iam-term-service-role) with the proper permissions by following the instructions at [Create a service role for importing pre-trained models](./model-import-iam-role.html) to set up the role. You can skip this prerequisite if you plan to use the AWS Management Console to automatically create a service role for you. @@ -30 +30 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Custom model import: Import pretrained models +Custom model import: Import pretrained open-source models