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
已提問 7 個月前檢視次數 465 次
3 個答案
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
支援工程師
已回答 7 個月前
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

已回答 5 個月前
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
已回答 2 個月前

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

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

回答問題指南