Forum archive
CouchDB AMI port 5984
I got the 64-bit CouchDB AMI running on AWS and was able to use Futon on port 80, as expected. However, I want to use the REST interface typically run on port 5984. The couch config seems to be set to use that port, the port reports to be open, and I created an inbound connection on 5984 in my security group, open to all, but still couldn't connect.
Any ideas on where this might be tied up? I'm not clear on how this instance is being set up and didn't want to spend time digging into configurations searching for it if this is something trivial. Thanks.
--fran
But it sounds like you have checked all the regular sort of places where you would...
On the appliance page (you link to) there is a link to the build code on GitHub which will show you what has been configured and where. The 'plan' is the packages installed (from default repos using package management); the overlay contains files that are overlayed over /; and conf.d contains config script(s) that are run on the appliance to configure it...
If you discover what the problem is (even better if you know how to fix it) then please post back. If you think that it's something that should be enabled by default (as it sounds like it probably should...) then please let us know. We are always happy for advice from people using our appliance on how they could be better! :)