How should I debug this?
Trying:
aws --debug ec2 describe-instances
Gives:
2014-11-07 10:27:49,394 - MainThread - botocore.endpoint - DEBUG - Sending http request: 2014-11-07 10:27:49,395 - MainThread - botocore.vendored.requests.packages.urllib3.connectionpool - INFO - Starting new HTTPS connection (1): ec2.us-east-1c.amazonaws.com
And then:
Timeout: (, 'Connection to ec2.us-east-1c.amazonaws.com timed out. (connect timeout=60)')
Trying:
nc -vz ec2.us-east-1c.amazonaws.com 443
Gives:
DNS fwd/rev mismatch: ec2.us-east-1c.amazonaws.com !=
And then:
unallocated.barefruit.co.uk ec2.us-east-1c.amazonaws.com [92.242.140.21] 443 (https) : Connection timed out