Not able to launch directory service administrator ec2 instance

0

Hi All,

actually we are trying to launch admin ec2 instance for our managed directory but it is getting timed out at step waituntilinstancessmmanaged, i am not sure why this is happening and what is the possible solution to resolve this. currently we are accessing th account using IAM role and and performing all the actions in account with IAM role only.

Shriram
posta 7 mesi fa464 visualizzazioni
3 Risposte
0

Hello,

The step "waituntilinstancessmmanaged" is to check if the instance is reporting with an "Online" Status to the SSM service or not. If it does not report online status, then the check will timeout and fail.

Hence please refer to the below document to check if the instance is having necessary IAM role attached, network connectivity to SSM endpoint and SSM agent installed.

https://repost.aws/knowledge-center/systems-manager-ec2-instance-not-appear

AWS
TECNICO DI SUPPORTO
con risposta 7 mesi fa
0

I am also facing the same problem. Its windows agent and its taking time to launch and automation service is timeout before even the ec2 comes online with all checks.. and i cant edit the timeout of 240s

con risposta 5 mesi fa
0

I've gone through this over the last day, basically, it boils down to having the instance running on the same subnet as that of the domain controller, which is most probably running on a private subnet. Since I have not setup the private subnet to have a NAT gateway, it's unable to communicate to the external web which SSM is by default set into.

To do the change, I copied the "AWS-CreateDSManagementInstance" run book, and modified the subnet on the "LaunchInstance" and "LaunchInstanceNoKey" actions to have the value of the public subnet I want it to be launched in. Took me a while to realize that there's a different run for the LaunchInstanceNoKey so you need to modify that too.

Oh, and if you don't have auto-assign public IP enabled, you need to assign an elastic IP just as the instance is launching. :)

Andrew
con risposta 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande