-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Computer Vision on AWS
By :

In this section, we will learn how to deploy a model that was trained using Lookout for Vision to an edge device using AWS IoT Greengrass V2. For this hands-on example, we will create an EC2 instance to simulate an edge device.
The first step is to launch an EC2 instance where we will install AWS IoT Greengrass V2. We will use an Ubuntu 20.04 c5.2xlarge
instance. Now, navigate to EC2 via the AWS Management Console (https://us-east-1.console.aws.amazon.com/ec2/home?region=us-east-1#Home). Select on Launch instance:
Figure 8.2: Launching an instance using the AWS Management Console
Enter a Name value and under the Quick Start section, select the Ubuntu Server 20.04 Amazon Machine Image. Confirm that the architecture is x86. Under Instance type, select c5.2xlarge. Keep the default values for the rest of the configuration details...