0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AWS CLI

Posted at

AWS CLI

bash環境でno_proxyの環境変数をセットしているとawsネットワーク環境に届かない
こうなる

botocore.vendored.requests.exceptions.ConnectionError: ('Connection aborted.', OSError(51, 'Network is unreachable'))

その場合は、

unset no_proxy

デバッグ

aws ec2 describe --debug
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?