All,
I am wondering if there are any best practices or ways that I can open up secure access to a service such as (for example) SQL Server, or any other program normally requiring a port to be opened and whitelisted?
I have a non-production development server in AWS and I want to allow port 1433 open to my lab at home, but I want to lock down the data, keeping it secure.
Currently I have bi-directional whitelisting set up to my router from and to the AWS server hosting my database.
I don't want to manage a site to site (, or even a client to site) VPN, and I don't feel that securing down port 1433 by whitelisting it is enough, what are my other options? I would love to be able to use some sort of a service bus, or alt related service.