• Daniel Imfeld's avatar
    isAWS should return false on GCE · 444d6f63
    Daniel Imfeld authored
    GCE and AWS both expose metadata servers, and GCE's 404 response
    includes the URL in the content, which maatches the regex. So,
    check the response code as well and if a 4xx code comes back,
    take that to meanit's not AWS.
    444d6f63