I have a requirement where we need to move files from on-prem NAS storage to AWS S3. Files keep coming on NAS storage when it arrives we have notification set up in AWS and then we need to pull files from AWS to S3.
- Can I access NAS storage and pull files from AWS to S3?
- Does it require any additional configuration or simple EC2 or Lambda function can work based on size of the file?
- How about NAS --> SFTP --> S3 using AWS Transfer family solution.
- Is there any better way to move files from NAS to S3?
We want to avoid writing code as much as we can.