I am getting the same error :-(
After installing a fresh instance of edx:
looking at the logs ( sudo tail -f /edx/var/log/{lms,cms,nginx}/*log )
I am getting several errors which I am not sure what to do with
Uncaught exception from <class 'django.core.handlers.wsgi.WSGIHandler'>
...
OperationFailure: command SON([('authenticate', 1), ('user', u'edxapp'), ('nonce', u'493d4f9520fa0e7e'), ('key', u'5c3ebb974009cef7f166ad5b288ea77d')]) failed: auth fails
...
[crit] 12514#0: *1 connect() to unix:/edx/var/forum/forum.sock failed (2: No such file or directory) while connecting to upstream, client: 127.0.0.1, server: forum.*,
...
Some more errors...
It seems the AMI I was using need some more LOVE :-)