gpt4 book ai didi

python - 在 python3 和示例代码中使用 boto3 访问 Amazon EC2 信息时出错

转载 作者:太空宇宙 更新时间:2023-11-03 14:53:17 26 4
gpt4 key购买 nike

我关注了boto3 quickstart guide运行 aws configure 命令并从 pip 安装 awscli 库后连接到我的 AWS 实例。但是当我尝试连接时,出现以下错误:

OSError: Tunnel connection failed: 404 No such domain

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/botocore/vendored/requests/adapters.py", line 370, in send
timeout=timeout
File "/usr/local/lib/python3.6/site-packages/botocore/vendored/requests/packages/urllib3/connectionpool.py", line 597, in urlopen
_stacktrace=sys.exc_info()[2])
File "/usr/local/lib/python3.6/site-packages/botocore/vendored/requests/packages/urllib3/util/retry.py", line 271, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
botocore.vendored.requests.packages.urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='ec2.ca-central-1a.amazonaws.com', port=443): Max retries exceeded with url: / (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 404 No such domain',)))

我认为这与错误的区域位置信息有关。

最佳答案

我发现问题是区域标签的问题。尽管 AWS 将区域名称分别列为 ca-central-1aca-central-1b,boto3 只查找 ca-central-1 code> 作为位置,否则会出现上述问题中的错误。

已编辑,感谢 @MarkB 在下面的评论,ca-central-1a 和 -1b 是 ca-central-1 区域中的可用区域。吸取的教训。

关于python - 在 python3 和示例代码中使用 boto3 访问 Amazon EC2 信息时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45774957/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com