I've created an Active Directory Domain Controller on a Windows Server 2012 hosted on AWS and gave it a domain name dev.insidetest.com
Now I am trying to undestand how to join my local computer to this domain.
I'm pretty new to Active Directory and just trying to set up a test environment, and trying to understand how to expose my AWS AD to the world (I understand all of the risks of completely exposing something to the world, this is just testing, no production).
I did open all of the TCP ports on my AWS instance, but can't figure out what are other steps involved and even if this is actually possible.
I've had some experience with setting up something similar, but all of the machines were on my local network, so it was a bit of a different story.
Any suggestions/help is greatly appriciated.
Update:
I did see Should I expose my Active Directory to the public Internet for remote users? but I don't think it's a duplicate, I undestand all the security risks but I am just creating a test environment to play around with LDAP. All I need to know is how to actually do it.
I'd expect that I need to specify the ip of where my AD is hosted as well as open specific TCP posts required for this type of connection.