Connecting Amazon Monitron to S3 to Sagemaker.

0

I purchased the starter kit for the Amazon Monitron and I'm trying to record the data from the sensors and send it to S3 to store and then to Sagemaker to make a model of. Right now, I connected my Amazon Monitron to Kinesis to make a data stream and then Firehose to deliver that data to my S3 bucket. The questions I have are, how far can I go to send data to S3, how much am I going to get billed for using the services I'm using (free if possible), am I sending data correctly to S3 (if so, why can't I see the data in the bucket), and is this the way to automate the whole process so i don't have to manually give the data to S3. Also how do I connect S3 to Sagemaker?

1 Answer
0

To send data from your Amazon Monitron to S3, you are using the correct approach by connecting it to Kinesis and then using Firehose to deliver the data to your S3 bucket. The documentation mentions that Kinesis is one of the recommended ways to export live data from Monitron for analysis.

Regarding billing, Kinesis and S3 have free tiers that should cover light usage from a single Monitron device. You can refer to the individual service pricing pages on the AWS website for more details on usage limits and costs for higher throughput.

If the data is not appearing in your S3 bucket, first check that the IAM role you created has the necessary permissions to access both Kinesis and S3. You can also verify in the Kinesis console that records are being delivered successfully to the Firehose delivery stream.

To automate ongoing data delivery, you do not need to take any manual actions once the Kinesis - Firehose - S3 pipeline is set up. New sensor records will automatically be delivered to S3 as they are produced.

profile picture
EXPERT
answered 2 months ago
  • Is there anyway to now connect S3 to Sagemaker and make models on Sagemaker all autonomously?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions