AWS Security ChangesHomeSearch

AWS bedrock documentation change

Service: bedrock · 2025-05-03 · Documentation low

File: bedrock/latest/userguide/model-customization-monitor.md

Summary

Restructured job monitoring documentation to focus on job event stages (Validation/Data Processing/Training) and troubleshooting guidance instead of ARN retrieval steps. Removed API-specific references and simplified console instructions.

Security assessment

The changes focus on workflow clarification and troubleshooting rather than addressing security vulnerabilities or security features. No security controls, access policies, or data protection mechanisms were added/modified. The removed jobArn references relate to operational tracking rather than security credentials.

Diff

diff --git a/bedrock/latest/userguide/model-customization-monitor.md b/bedrock/latest/userguide/model-customization-monitor.md
index 4b067d30e..04d08dadd 100644
--- a//bedrock/latest/userguide/model-customization-monitor.md
+++ b//bedrock/latest/userguide/model-customization-monitor.md
@@ -7 +7 @@
-Once you start a model customization job, you can track its progress or stop it. If you do so through the API, you will need the `jobArn`. You can find it in one of the following ways:
+You can track the progress of your model customization job. Each job consists of the following events:
@@ -9 +9 @@ Once you start a model customization job, you can track its progress or stop it.
-  1. In the Amazon Bedrock console
+  * **Validation**
@@ -11 +11 @@ Once you start a model customization job, you can track its progress or stop it.
-    1. Select **Custom models** under **Foundation models** from the left navigation pane.
+  * **Data processing**
@@ -13 +13 @@ Once you start a model customization job, you can track its progress or stop it.
-    2. Choose the job from the **Training jobs** table to see details, including the ARN of the job.
+  * **Training**
@@ -15 +14,0 @@ Once you start a model customization job, you can track its progress or stop it.
-  2. Look in the `jobArn` field in the response returned from the [CreateModelCustomizationJob](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_CreateModelCustomizationJob.html) call that created the job or from a [ListModelCustomizationJob](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_ListModelCustomizationJobs.html) call.
@@ -19,2 +18 @@ Once you start a model customization job, you can track its progress or stop it.
-
-After you begin a job, you can monitor its progress in the console or API. Choose the tab for your preferred method, and then follow the steps:
+If your job fails for some reason, you can see where in the process the failure occurred. Use this information to [troubleshoot](./fine-tuning-troubleshooting.html) the issue.
@@ -31,3 +29 @@ Console
-  3. Select the **Training jobs** tab to display the fine-tuning jobs that you have initiated. Look at the **Status** column to monitor the progress of the job.
-
-  4. Select a job to view the details you input for training.
+  3. Choose the job from the **Jobs** table to see job-related details.