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 年前

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

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

回答問題指南