Step 4 - Changing the Deployed Image

In the previous step, we pushed our image to ECR. In this step we update our image in our deployment.

Navigate to https://duplo.workshop05.duploworkshop.com/. This will bring you to the Tenants page.

Don't forget to verify that your Tenant dropdown at the top of the page is set to "AGENTS". If it's not, the set it to "AGENTS".

On the left, in the navigation, hover over "AI Suite" Expand "Studio" and click on "Deployments".

This brings us to the Deployment screen. Find your name in the deployment screen and click on the 3 vertical dots, and then click on "Edit".

This brings you to the edit page for your deployment. We need to update the docker image with the new image URL generated by our build-and-push.sh in step three.

Once you've updated your image URL, click the "Next" button on the right of the page, and then on the next screen click "Update"

That updates your image URL. Now we must wait for the deployment to happen. Clicking the update button takes you back to the deployments screen. Find the name of your deployment and click it.

This brings us to the Deployment page for our agent's deployment. When we see the two widgets on the right green, then our new image has been deployed.

Now that we've deployed our image, we can move to the next step of testing our updates! On the left navigation, hover over "AI Studio" and at the very bottom, click on "HelpDesk".

Last updated