How do I copy files from Amazon S3 to FSx for Windows?

Asked 1 years ago, Updated 1 years ago, 367 views

I'd like to use Lambda (Python) to copy the file to FSx for Windows as a trigger that was saved in S3.

However, the search engine cannot find the search results.

Not in official documentation:
https://docs.aws.amazon.com/ja_jp/fsx/latest/WindowsGuide/what-is.html

Can Lambda implement a file copy of FSx for Windows from S3 in the first place?

python amazon-s3 aws-lambda

2022-09-30 21:58

1 Answers

Does copying actually mean that you want to mirror from S3 to FSx for Windows?
If so, I think it would be better to synchronize with AWS DataSync from S3 to FSx for Windows.Also, I'm wondering when to start this synchronization task from Lambda.


2022-09-30 21:58

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.