Background
You can transfer files into and out of a Linux EC2 instance from a local computer running Windows by either of these methods:
- WinSCP provides a graphical user interface (GUI) that allows you to drag and drop files between your local computer and your AWS instance; this is similar to using Windows File Explorer
- PuTTY Secure Copy is run from the Windows Command Prompt
Processing using an EC2 Instance requires that you move the files to be processed to the instance, and then remove the products created before the instance is terminated.