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

A retail company is mounting IoT sensors in all of its stores worldwide. During the manufacturing of each sensor, the company’s private certificate authority (CA) issues an X.509 certificate that contains a unique serial number. The company then deploys each certificate to its respective sensor.

A solutions architect needs to give the sensors the ability to send data to AWS after they are installed. Sensors must not be able to send data to AWS until they are installed.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Registering the private CA with AWS IoT Core and enabling 'allow-auto-registration' allows Just-In-Time Provisioning (JITP) to occur automatically when the device first connects upon installation. Utilizing an AWS Lambda function as a pre-provisioning hook ensures that the unique serial number in the certificate is validated before the device is registered and allowed to send data. Other options either register the devices too early during manufacturing (Option A), use unsupported validation mechanisms (Option B), or lack the required validation integration (Option D).