Reputation: 2239
I am trying to open the mongodb instance I created using the compute engine cloud launcher so that I can access it from anywhere. Can you help me understand what is going wrong here?
Created [allow-mongo].
NAME NETWORK SRC_RANGES RULES SRC_TAGS TARGET_TAGS
allow-mongo-arbiter default tcp:27017 mongo-arbiter
Created [allow-mongo-server].
NAME NETWORK SRC_RANGES RULES SRC_TAGS TARGET_TAGS
allow-mongo-server default tcp:27017 mongodb-server
When I ssh to the mongo server, 27017 is listening. Tried resetting the VMs
There is no port open: telnet 27017 does not connect
Upvotes: 1
Views: 773
Reputation: 3591
The issue was that the tags were not attached to the instances. Always good to have another anonymous user sanity-check the things we don't expect~!!
Upvotes: 1