Skip to main content
17-Peridot
April 30, 2022
Question

Moving files from AWS to S3 Bucket

  • April 30, 2022
  • 2 replies
  • 1330 views

How to move the csv generated files in respository from AWS to S3 Bucket? Any Lambda functions available ?

2 replies

1-Visitor
May 2, 2022

So you have a TWX instance installed in AWS on an EC2 and you want to copy files from your EC2 storage to an S3 bucket?  Why not just create a TWX service that uses the S3 REST API to move your files?  If you automatically looking to move your files as they're created, you can set up a subscription on your file repo to trigger your service when a file is created.

5-Regular Member
May 3, 2022