How to Concurrent upload of docs to S3 and use SQS to process it

0

Hi,

We are basically trying to make use of SQS to process the upload request to S3 as we get simultaneously many requests for upload during the peak hours. As application is hosted on elastic beanstalk with auto scaling , it manages to an extent but we need to make the upload much faster and smooth typically file size ranges from 50MB to 100MB

Any ideas on infrastructure or ref’s to follow?

We came across the worker environment of elastic beanstalk but not sure if it’ll solve the problem. So we are also thinking to make a serverless architecture using lambda , SQS and S3

Any help really appreciated. Thanks

1回答
0

Hi,

S3 can easily manage concurrent uploads

You have to POST docs directly to "S3 Signed URLs" generated by your application

profile picture
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ