Tying to connect to docdb with ssm AWS-StartPortForwardingSessionToRemoteHost

0

I am trying to connect to docdb cluster from my local laptop, using ssm port forwarding. I did the following

aws ssm start-session --target instance-id \
--document-name "AWS-StartPortForwardingSessionToRemoteHost" \
--parameters "host=clusterhost,localPortNumber=27017,portNumber=27017

But when I try to connect, it gives me back Server selection timed out after 30000 ms message back. I have created the bastionbox with cdk, and have attached AmazonSSMManagedInstanceCore role to it Connecting from bastion box to docdb works however, so I guess there is some issue with port forward by ssm. Is there a way to debug this and find the root cause?

已提问 6 个月前90 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则