Introduction to IoT at AWS - part 2: Data ingestion
There are several ways devices can ingest data into the AWS cloud backend.
Knowing available options enables choosing the right approach for a specific objective.
Some use cases require sending frequent telemetry messages to AWS and storing them in the S3 Bucket. Putting every message independently to S3 would be very expensive due to the number of S3 API calls.
Other scenarios demand transferring images or huge binary files from devices to AWS.