My task is to connect AWS managed Active Directory from my application server
These are the steps that I followed:
Create an Active Directory in the us-east-1 region using AWS console
Launch Windows EC2 instance and connect Active Directory to that Windows instance
Now I install the administrative tools to manage users and computers and created one user in this Active Directory
I am trying to connect AWS Managed Microsoft AD to my node.js application but I get an error
> ERROR: {"errno":-4039, > "code":"ETIMEDOUT", > "syscall":"connect", > "address":"72.13.4.97","port":389}
Did I miss any steps to configure the Windows instance? Or do I need to add any rules in security group?
Please help me out
Thank you