AWS Kinesis Video Stream and Greengrass Core Device : High Availability Architecture

0

I'm attempting to stream 50+ on-prem RTSP cameras to AWS Kinesis Video Streams. Given that the Edge connector for KVS must be deployed on an on-prem Linux machine, how can I ensure high availability and avoid single point of failure in this case, so that if the on-prem Linux machine fails for whatever reason, the camera streaming continues? Please share your thoughts and ideas; they will be greatly useful to me.

Raghav
已提問 1 年前檢視次數 406 次
1 個回答
0

Here is the reference architecture for AWS hosted high availability architecture for Kinesis video streams. https://aws.amazon.com/blogs/big-data/build-highly-available-streams-with-amazon-kinesis-data-streams/

In your case, since it is on prem, you can create a replicator and store it in Amazon DynamoDB per the architecture recommendations. This way one stream goes to linux box in on-prem, the replicator stream is sent to Amazon DynamoDB, providing high availability necessary.

AWS
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南