-
Couldn't load subscription status.
- Fork 432
Description
I'm trying to get the dockerized Ice running on OS X. I'm using the default settings from jbrouse's repo with of course my AWS key/keyid, bucket name and prefix in it. I can't get anything on the nginx port - nginx reports an upstream timeout to my browser (so I know I"m reaching nginx). Whenever I run docker-compose, ice starts scraping price information from region ap-south-1, and it stops producing output every time after (I should point out that my bucket is in us-west-1 and I set it as such).
ice_1 | 2018-05-15 16:15:48,578 [localhost-startStop-1] INFO basic.BasicReservationService - Setting RI price for ap-south-1 HEAVY x1.32xlarge.windows 1578185.0 0.0
I am using VirtualBox under docker-machine, and other docker workloads are working fine. I upped the VM's memory to 4G prior to running docker-machine, which doesn't seem to make a difference. I don't see any other error messages beyond the nginx timeout error. I tried upping the proxy_read-_timeout via an additional proxy_settings.conf for nginx, and it's obeying that larger timeout, but still timing out.
I've verified the AWS keypair works, and can read the billing reports and write to the ice reports prefix I assigned.
Any suggestions would be most gratefully appreciated.