Hey guys,
Do we have any problem on the last snowplow mini image on AWS stack. I followed the requirements, creating before te role, policy, security group, log group and after that, the instance launch with no errors, but all the containers didn’t up and when I try to up sudo docker-compose up -d
return an http timeout for me. Should I do somenthing else?
Creating network “snowplow_default” with the default driver
Creating elasticsearch …
Creating cadvisor …
Creating nsqlookupd …
Creating postgres …
Creating swagger-ui …
ERROR: for cadvisor UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for elasticsearch UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for nsqlookupd UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for swagger-ui UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for postgres UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for cadvisor UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for elasticsearch UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for nsqlookupd UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for swagger UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: for postgres UnixHTTPConnectionPool(host=‘localhost’, port=None): Read timed out. (read timeout=60)
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).