Which solution will meet these requirements?
Move the training data to an Amazon S3 bucket. Train and evaluate the model by using Amazon SageMaker. Optimize the model by using SageMaker Neo. Deploy the model on a SageMaker hosting services endpoint.
Train and evaluate the model on premises. Upload the model to an Amazon S3 bucket. Deploy the model on an Amazon SageMaker hosting services endpoint.
Move the training data to an Amazon S3 bucket. Train and evaluate the model by using Amazon SageMaker. Optimize the model by using SageMaker Neo. Set up an edge device in the manufacturing facilities with AWS IoT Greengrass. Deploy the model on the edge device.
Train the model on premises. Upload the model to an Amazon S3 bucket. Set up an edge device in the manufacturing facilities with AWS IoT Greengrass. Deploy the model on the edge device.
Explanations:
While training on Amazon SageMaker and optimizing the model with SageMaker Neo is a good approach, this solution does not address the low-connectivity requirement at the facilities. SageMaker hosting services require continuous internet connectivity, which is not ideal for remote locations with limited connectivity.
Training the model on premises does not fully utilize the scalability of cloud resources. Additionally, uploading the model to an Amazon S3 bucket and deploying it via SageMaker hosting services does not solve the issue of low-connectivity environments.
This solution allows the model to be trained in the cloud using Amazon SageMaker with scalable compute resources. The model is then optimized with SageMaker Neo, and it is deployed on an edge device in the facility using AWS IoT Greengrass. This approach ensures the model can operate in low-connectivity environments since the edge device can run the model locally without needing continuous cloud connectivity.
While the model can be trained on-premises, this solution misses the use of cloud-based scalable resources for training. Deploying the model via AWS IoT Greengrass on the edge device addresses the low-connectivity issue but does not leverage the full potential of cloud training and optimization for cost and scalability.