A manufacturing company is developing an IoT (Internet of Things) device agent that needs to send real-time machinery temperature readings directly to an Amazon Kinesis data stream. The agent code is written in C++ and runs on resource-constrained embedded systems. Which AWS tool should the developers integrate into their C++ application code to enable this programmatic data ingestion?
- AWS Software Development Kit (SDK)Answer
- BAWS Command Line Interface (CLI)
- CAWS CloudFormation
- DAWS Management Console
Answer
AWS Software Development Kit (SDK)
The correct answer is the AWS Software Development Kit (SDK) because it provides language-specific libraries and APIs (including for C++) that enable developers to write application code that interacts programmatically with AWS services like Amazon Kinesis.
Step-by-Step Solution
Key Concept
AWS SDK for Programmatic Interaction
Estimated Time:1m 0s