mongoDBサーバーで、ポート接続テストを実行し、DBサービスが正常に実行されていることを確認します。そうでない場合は、サービスを開始します。
telnet ec2blah.us-east-1.compute.amazonaws.com 27017
リモートマシンで、ポート接続テストを実行して、ファイアウォールの問題がないことを確認します。
telnet ec2blah.us-east-1.compute.amazonaws.com 27017
接続に問題がある場合は、security groups
を確認する必要があります このインスタンスで。
Click the ec2 instance name --> Description --> view rules, you should see the ports are opened
If not, create a new security group , such as `mongoDB`, tcp port 27017 should be opened for inbound traffic, then assign to that instance.
今すぐ接続しても問題ありません。