Edge Devices - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Edge Devices

Amazon SageMaker Neo provides compilation support for popular machine learning frameworks. You can deploy your Neo-compiled edge devices such as the Raspberry Pi 3, Texas Instruments' Sitara, Jetson TX1, and more. For a full list of supported frameworks and edge devices, see Supported Frameworks, Devices, Systems, and Architectures.

You must configure your edge device so that it can use Amazon services. One way to do this is to install DLR and Boto3 to your device. To do this, you must set up the authentication credentials. See Boto3 Amazon Configuration for more information. Once your model is compiled and your edge device is configured, you can download the model from Amazon S3 to your edge device. From there, you can use the Deep Learning Runtime (DLR) to read the compiled model and make inferences.

For first-time users, we recommend you check out the Getting Started guide. This guide walks you through how to set up your credentials, compile a model, deploy your model to a Raspberry Pi 3, and make inferences on images.