RDB Loader can't connect to Iglu server or Iglu central?

We now tried that. You can curl, the Iglu server/loadbalancer, but it takes 2 minutes to complete.

time curl iglu-lb-<ACCOUNT>.<REGION>.elb.amazonaws.com/api/schemas/com.snowplowanalytics.snowplow/ua_parser_context/jsonschema/1-0-0 -X GET -H "apikey: <READ KEY>"
{"$schema":"http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#","self":{"vendor":"com.snowplowanalytics.snowplow","name":"ua_parser_context","format":"jsonschema","version":"1-0-0"},"description":"Schema for useragent context generated by ua-parser enrichment","properties":{"useragentFamily":{"type":"string"},"useragentMajor":{"type":["string","null"]},"useragentMinor":{"type":["string","null"]},"useragentPatch":{"type":["string","null"]},"useragentVersion":{"type":"string"},"osFamily":{"type":"string"},"osMajor":{"type":["string","null"]},"osMinor":{"type":["string","null"]},"osPatch":{"type":["string","null"]},"osPatchMinor":{"type":["string","null"]},"osVersion":{"type":"string"},"deviceFamily":{"type":"string"}},"additionalProperties":false,"type":"object","required":["useragentFamily","useragentMajor","useragentMinor","osFamily","deviceFamily"]}
real	2m10.360s
user	0m0.007s
sys	0m0.007s

Should it really be taking so long? Maybe I should raise this as another thread. Update: Did that.