How to Upload Files to Your EC2 Instance (Windows)?
To upload files from your local Windows machine to an Amazon EC2 instance, you can use SSH/SFTP clients like WinSCP or PuTTY’s pscp, or use the scp command from Windows Subsystem for Linux. Let’s go with the WinSCP option since it has a graphical interface and is easy to use. Here is a step-by-step guide: … Read more