Step 1 - Install Sublime Text 3 SFTP Package (https://wbond.net/sublime_packages/sftp/installation)
Step 2 - Create a local folder for your work (likely in My Documents)
Step 3 - Open your local folder in Sublime Text 3
Step 4 - Right click on the folder in Sublime Text 3
Step 4 - Scroll down to SFTP and select Map Remote
Step 5 - Complete the configuration file with the relevant details for the Amazon Server you are connecting to. Probably a good idea to default to true for settings such as Download on Open and Upload on Save. You'll want to set the hostname and username parameters. For the remote path, you'll want /home/"your username"/"your folder name"/
Step 6 - Save the configuration file
Step 7 - Right click on the folder in Sublime Text 3 once again and scroll down to SFTP
Step 8 - Select sync remote -> local to copy the files from your AWS account down to your local folder.