Monitoring the pipeline's progress
Monitoring the pipeline execution is done through the CodePipeline console. In the web browser, open the AWS CodePipeline Management Console (https://console.aws.amazon.com/codesuite/codepipeline/home), and then click on the name of the pipeline—abalone-cicd-pipeline
. The following screenshot depicts the pipeline execution:
If you compare Figure 7.6 with the pipeline in Figure 5.4 of Chapter 5, Continuous Deployment of a Production ML Model, the first thing you will notice is that the Build stage has been significantly compressed to a action called BuildModel. This is because we are offloading the ML modeling process to the Step Functions state machine, instead of capturing the modeling process into the pipeline itself.
To review the progress of the state machine in a new web browser tab, open the AWS Step Functions Management Console (https://console.aws.amazon.com/states...