I had a dev team code my website and upload it to AWS some time ago. The website has been working, but I now would like to retire it (with a small tear in my eye). Unfortunately the dev team is not around anymore. A lot of work was involved, and for that reason I would like to download all files back to a local drive. It was coded in .NET and hosted on an AWS server in a windows environment. We used EBS to store all the data, and it is running on an EC2.
Of course, I have all the credentials to access the AWS console.
I had a look on AWS documentions, but it seemed like they all assume that you want to have a backup online, not download them on a local drive - so all steps seem to explain how to back them up online. I have read about the EBS snapshot, but I worry it would only save settings, as opposed to all the files used.
Essentially, I just would like to download all the database and code back locally and retire the website.
Update: I think I figured it out, but not sure.
- I right clicked on my AWS instance
- I clicked on connect.
It prompted me to download and use the soft "Remote Desktop Connection".
- I downloaded and opened it,
- filled the Public DNS, username and password (from the encrypted key).
Then it connected to a windows server 2008 environment. From there, I browsed the D:/ and found a folder with my website name and it seems like all the files (I found some product pictures) and DB are there. I see that I can copy paste from that remote desktop to my local desktop. Am I on the right track ?