DataSync Workflow

0

Hi All recently I have started exploring DataSync Service. I Have 3 doubts that i am not able to find answer off. I would be so very greatfull if somebody could response to my Query

  1. Data Sync Starts the workflow by scanning all the data in datacenter and then prepares for next stages of task execution which envolves transferring of data. Now my question is "what will happen if I add more files in Datacenter during Launching, preparing, and transferring stage of Datasync task execution".
  2. Second doubt is related to schedule. If I schedule data Sync to run at a specific time. will it run for a specific time period or will it run till all the files from data center has been transferred?
  3. third is related to cdk structure, I cannot find how can I use startExecutionApi of datasync in my code. I was not able to find anything relevant in the cfn resource. If anybody can help me what I missed. Thankyou It will be great if anyOne could help me with this thankyou
1개 답변
0

Hi Shreya,

  1. Files added after the DataSync task starts will not be transferred as part of the running task. If files are added during the prepare phase they may not get scanned. To scan and transfer additional files you can run the DataSync task again. The task will scan the source and destination and only transfer new or changed files.
  2. A task schedule will define when a task starts, the completion of the task is dependent on the number of files to prepare, transfer, and verify and will run until all phases are complete.
  3. You can find the start task execution API docuemntion here. [1]

[1] https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html

AWS
답변함 2달 전
profile picture
전문가
검토됨 2달 전

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

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

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

관련 콘텐츠