Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Do we have solution for moving files from Thingworx to AWS(S3 for example). And which tools we can use for implement this one?
Your best path forward is to download the S3 SDK from AWS and create an extension ( based on a FileRepository is one option) that can take a file and send it to an S3 bucket. You will want to use a configuration table to allow you to specify a bucket key and maybe even your credential info.
Do we have already created S3 FileRepository extension?