Hands-on with the DevOps architecture
In this section, you will learn how to deploy multiple Docker applications to the edge that have already been developed using CI/CD best practices in the cloud. These container images are available in a Docker repository called Docker Hub. The following diagram shows the architecture for this hands-on exercise, where you will complete Steps 1 and 2 to integrate the HBS hub with an existing CI/CD pipeline (managed by your DevOps org), configure the Docker containers, and then deploy and validate them so that they can operate at the edge:
The following are the services you will use in this exercise:
Your objectives for this hands-on section are as follows:
- Deploy container images from Docker Hub to AWS IoT Greengrass.
- Confirm that the containers are running.
Let...