・Linux(RHEL6.5) ・Python3.3.6 ・AWS SDK for Python(boto2.34.0) ・HTTP Proxy環境下 事象 Proxy経由だと、APIをCallする際に以下の様なエラーが出る。 # python3 >>> import boto.ec2 >>> conn = boto.ec2.connect_to_region(‘ap-northeast-1’) >>> conn.get_only_instances(instance_ids=[‘i-0de8dc14’]) Traceback (most recent call last): File “<stdin>”, line 1, in <module> File “/opt/python3.3.6/lib/python3.3/site-packages/boto/ec2/connection.p