简体   繁体   English

AWS CLI和ECS查询-HTTPSConnectionPool 443错误; 超过最大重试次数; 提供的节点名或服务名,或者未知

[英]AWS CLI and ECS query - HTTPSConnectionPool 443 error; Max retries exceeded; nodename nor servname provided, or not known

Having some trouble with the aws ecs cli. 在AWS ECS CLI上遇到了一些麻烦。

Found some suggestions that this error message might be to do with region but as you can see the region is set in my config, and if I add the option '--region eu-west-1' to the cli I still receive the same error. 找到了一些建议,指出此错误消息可能与区域有关,但是您可以看到在我的配置中设置了区域,并且如果我在cli中添加选项“ --region eu-west-1”,我仍然会收到相同的提示错误。

$ aws --version $ aws-版本
> aws-cli/1.7.5 Python/2.7.9 Darwin/14.0.0 > aws-cli / 1.7.5 Python / 2.7.9 Darwin / 14.0.0

$ aws configure list $ aws配置列表

  Name                    Value             Type    Location
  ----                    -----             ----    --------
  profile                <not set>             None    None
  access_key     ******************** shared-credentials-file
  secret_key     ******************** shared-credentials-file
  region                eu-west-1      config-file    ~/.aws/config

$ aws ecs list-clusters $ aws ecs list-clusters
> HTTPSConnectionPool(host='ecs.eu-west-1.amazonaws.com', port=443): Max retries exceeded with url: / (Caused by : [Errno 8] nodename nor servname provided, or not known) > HTTPSConnectionPool(host ='ecs.eu-west-1.amazonaws.com',port = 443):URL超过最大重试次数:/(由:[Errno 8]节点名或服务名提供,或未知)

Worth noting that the ec2 command is working just fine: 值得注意的是ec2命令可以正常工作:

$ aws ec2 describe-instances $ aws ec2 describe-instances
{"Reservations": []} {“保留”:[]}

The Amazon EC2 Container Service is currently only available in us-east-1. Amazon EC2容器服务当前仅在us-east-1中可用。 From: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_GetStarted.html 来源: http : //docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_GetStarted.html

Customers accessing Amazon ECS during the preview should use the US East (N. Virginia) region. 在预览期间访问Amazon ECS的客户应使用美国东部(弗吉尼亚北部)区域。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 s3cmd节点名或服务名是否提供,或者未知 - s3cmd nodename nor servname provided, or not known CHEF服务器-错误:网络错误:getaddrinfo:提供的节点名或服务名,或者未知 - CHEF Server--Error: Network Error: getaddrinfo: nodename nor servname provided, or not known SocketError位于/ getaddrinfo:提供了节点名或服务名,或者未知的padrino - SocketError at / getaddrinfo: nodename nor servname provided, or not known padrino HTTPSConnectionPool(host ='s3-us-west-1b.amazonaws.com',port = 443):网址超出最大重试次数 - HTTPSConnectionPool(host='s3-us-west-1b.amazonaws.com', port=443): Max retries exceeded with url Rails 4:Carrierwave / AWS - Excon :: Errors :: SocketError / getaddrinfo:提供节点名和服务名 - Rails 4: Carrierwave/AWS - Excon::Errors::SocketError / getaddrinfo: nodename nor servname provided 如何修复请求库中的“最大重试次数超出 url”错误? - How to fix "Max retries exceeded with url" error in requests lib? 是否可以使用 AWS CLI 配置重试? - Is it possible to configure retries with the AWS CLI? 调用 GetDeployment 操作时发生错误 (ThrottlingException)(达到最大重试次数:4):超出速率 - An error occurred (ThrottlingException) when calling the GetDeployment operation (reached max retries: 4): Rate exceeded 无法使用aws cli为ecs创建部署(部署指定修订版为空文件,但提供的修订版是zip文件) - Unable to create deployment for ecs using aws cli (The deployment specifies that the revision is a null file, but the revision provided is a zip file) aws ecs-cli extra-user-data:提供了标志但未定义 - aws ecs-cli extra-user-data: flag provided but not defined
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM