Deploying web application to aws greengrass

0

I am working on a web application for video detection (video uploaded from pc) which run inside a gpu server. Is it possible to apply edge computing by AWS Iot greengrass on the project? Can I deploy the whole project include backend and frontend to AWS greengrass core as a component? How can I do that? Also, is cloud necessary for AWS greengrass? Where should I install the AWS IoT Device SDK?

질문됨 2년 전312회 조회
1개 답변
1

Hi. Who/where are your web application users? Greengrass really lets you build anything you want, but it may make more sense to keep your backend in the cloud. It's hard to make a recommendation based on the limited information you've provided.

Greengrass could be a good option for ingesting your video stream into the cloud. Take a look at the Edge connector for Kinesis Video Streams.

If you want to process data at the edge, you can take a look at how to build machine learning at the edge using Amazon SageMaker Edge Manager and AWS IoT Greengrass V2

AWS
답변함 2년 전
  • The web application itself is already a completed project. I run it on the nvdia gpu server to fulfill the hardware requirement for video detection. The video analyse is done at the backend, so I wonder how could I apply edge computing using greengrass with the least modification of my project.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠