AWS Certified Solutions Architect – Professional (SAP-C02) — Question 156

A manufacturing company is building an inspection solution for its factory. The company has IP cameras at the end of each assembly line. The company has used Amazon SageMaker to train a machine learning (ML) model to identify common defects from still images.

The company wants to provide local feedback to factory workers when a defect is detected. The company must be able to provide this feedback even if the factory’s internet connectivity is down. The company has a local Linux server that hosts an API that provides local feedback to the workers.

How should the company deploy the ML model to meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is the best solution as AWS IoT Greengrass allows for local execution of ML inference even without internet access, fulfilling the requirement for immediate feedback. The other options rely on cloud services or external devices that would not function effectively without connectivity, making them unsuitable for the stated needs.