my company purchased a Windows Server 2016 instance with AWS in order to replace our current Windows Server 2008 (which resides in a closet in our office).
However it has proven more difficult than expected to replace all the functionality. Our 2008 server essentially has a file drive that all users on the network can map a drive to as a network location. It serves files stored by other users and by applications with user permissions, ect.
The problem I am encountering when trying to do this with an instance on the cloud is that the server is no longer connected to the same network, so it must be opened up over the internet. This opens up a whole can of worms with security and networking. I have been researching and trying for months to get connected over the internet to this instance and have been unsuccessful at mapping a single drive.
I am really looking for a good guide of what to do. Aside from the last 4-5 months of research and my limited experience managing our local Windows Server 2008, I am relatively inexperienced when it comes to networking. Step by Steps are better than high level constructs. (I am familiar with tools like server manager, windows server essentials, ect but not with specific services like AD, Direct Access, VPN, ect.)
Details:
- Company has approximately 15 users
- We have branches in different locations we would like to give access to the files.
- Looking to host our files, and install applications that manipulate these files (so dropbox is not a good alternative)
- Server instance is on AWS.
Users must be able to "map network location" to this server as they currently do so that everything stays the same for the users.
I am pretty familiar with Amazon Web Services.
Thank you!