1 Answer
- Newest
- Most votes
- Most comments
0
AWS DataSync can be used to move data from FSX for Windows to S3 and eventually to S3 Glacier Deep Archive. However, DataSync doesn’t support filtering by last modified date. To filter data by date, you might need to create a custom script or application that lists all the files in your FSX file system, filters them based on the last modified date, and then uses DataSync or the AWS SDK to transfer the files to S3. Once the data is in S3, you can use S3 Lifecycle policies to transition the data to S3 Glacier Deep Archive.
Relevant content
- asked a year ago
- asked 5 years ago
- asked 2 years ago
