I am trying to create a private active directory domain ('addemo.com') using windows server 2012 r2 and add some ec2 instances to it.
I have already created the instances on the same VPC (and subnet), promoted one of them to be the domain controller and I have also allowed the necessary exceptions to my security group and firewall (currently, I am accepting all traffic on the security group and I disabled the Windows firewall, in order to be sure that I am not facing a security constraint).
I can ping between VMs, but I cannot add any of the remaining instances to my Active Directory domain. It says that the Domain Controller for the domain 'addemo.com' cannot be contacted.
I think this issue is happening because I am missing how to configure the DNS on my VPC, but I am still not sure about that. Do you know what I might be missing on this architecture?