Issues when initializing AWS Directory Service

0

Hi, I am new to using AWS Directory Service.

I followed this lab https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ms_ad_tutorial_test_lab_base.html

Next, I attached an EC2 instance using Domain Join.

My security group settings are as follows: Inbound: 3389 (My IP); All traffic (10.0.0.0/16) Outbound: All traffic (Everywhere)

I've added the AmazonSSMManagedInstanceCore and the AmazonSSMDirectoryServiceAccess to my instance profile as well.

However, I am still unable to login under corp\Admin with the password created when initializing the Directory. Also, I am able to login as Administrator under the local account.

Is there anything I done wrong? My directory is AD Standard based on Windows Server 2019.

My end goal is to attach an FSx so that I can do create Lambdas to transfer files over SMB.

IaC: https://github.com/andreswebs/terraform-aws-ad-fsx Lambda SMB: https://aws.amazon.com/blogs/storage/enabling-smb-access-for-serverless-workloads/

Alex
已提問 3 個月前檢視次數 218 次
1 個回答
0

Hello.

Is EC2 able to participate in Active Directory?
It is possible that you are not successfully participating in AD, so please try to participate using the steps in the document below.
Also, check the DNS settings of Windows EC2 and see if you can refer to the Managed AD IP address.
https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/deployment/join-a-computer-to-a-domain

profile picture
專家
已回答 3 個月前
  • Hi Riku, thanks for providing your response.

    I have tried the manual way of going into the EC2 instance and enroll the domain. After restarting the EC2 instance it showed that it had enrolled into the domain. However, when trying corp\admin, it failed.

    I had once I managed to get it through, but subsequently it failed, despite me creating and deleting the directory multiple times, trial and error.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南