Datasync cannot configure scheduled tasks with an interval less than 60 minutes?

0

Datasync cannot configure scheduled tasks with an interval less than 60 minutes? Any alternative if I want my transferred data sync task to run every 5 minutes. Enter image description here

1回答
0

I suggest to look at AWS DataSync documentation and use cases to see if it is the right fit solution for your 5 minutes use case. https://aws.amazon.com/datasync/faqs/

Still if you need AWS DataSync to run every 5 minutes, see if below helps once your DataSync task is configured:

  1. Create a AWS Lambda to trigger AWS DataSync task
  2. Automate AWS Lambda to start based on some event e.g. Amazon EventBridge can be configured to run this AWS Lambda every 5 minutes.

One reference implementation of event based triggering of AWS DataSync using AWS Lambda, where AWS DataSync task is triggered both as per schedule as well as AWS Lambda based on event. https://aws.amazon.com/blogs/storage/event-driven-data-transfer-to-container-shared-storage-on-aws/

AWS
回答済み 2年前

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

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

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

関連するコンテンツ