Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/apache/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon web services 为什么aws cli会让对等方重置连接?_Amazon Web Services_Command Line Interface_Amazon Cloudformation_Aws Fargate - Fatal编程技术网

Amazon web services 为什么aws cli会让对等方重置连接?

Amazon web services 为什么aws cli会让对等方重置连接?,amazon-web-services,command-line-interface,amazon-cloudformation,aws-fargate,Amazon Web Services,Command Line Interface,Amazon Cloudformation,Aws Fargate,正在尝试使用aws cli推送docker容器。正在重置连接。不知道为什么 ecs-cli compose --project-name blah service up --create-log-groups --cluster-config blah --timeout 20 WARN[0000] Skipping unsupported YAML option for service... option name=expose service name=app WARN[0000] I

正在尝试使用aws cli推送docker容器。正在重置连接。不知道为什么

 ecs-cli compose --project-name blah service up --create-log-groups --cluster-config blah --timeout 20

WARN[0000] Skipping unsupported YAML option for service...  option name=expose service name=app
WARN[0000] Ignoring the ip address while transforming it to task definition  container=app portMapping="0.0.0.0:8080:8080"
WARN[0000] Ignoring the ip address while transforming it to task definition  container=app portMapping="0.0.0.0:8080:8080"
INFO[0000] Using ECS task definition                     TaskDefinition="blah:2"
WARN[0000] No log groups to create; no containers use 'awslogs' 
INFO[0001] Updated ECS service successfully              desiredCount=1 force-deployment=false service=blah
INFO[0047] (service blah) has started 1 tasks: (task d4d52496-057a-4b24-878a-4cf654085eff).  timestamp="2019-05-24 18:15:02 +0000 UTC"
INFO[0125] (service blah) has started 1 tasks: (task 9484000f-4a4d-4b2d-8fdb-a9668012d6ae).  timestamp="2019-05-24 18:16:23 +0000 UTC"
INFO[0202] (service blah) has started 1 tasks: (task f13dea68-e996-40ce-a44f-be266219b001).  timestamp="2019-05-24 18:17:32 +0000 UTC"
ERRO[0392] Error describing service                      error="RequestError: send request failed\ncaused by: Post https://ecs.us-west-2.amazonaws.com/: read tcp 192.168.1.231:53094->52.119.169.134:443: read: connection reset by peer" service=blah
FATA[0392] RequestError: send request failed
caused by: Post https://ecs.us-west-2.amazonaws.com/: read tcp 192.168.1.231:53094->52.119.169.134:443: read: connection reset by peer 

我通常在出现网络问题和连接中断时看到此消息。。。此操作需要多长时间?不确定,但超时时间是20分钟。之前是5分钟,并且是同一问题。您可以从其他网络尝试吗?例如,家庭与工作,甚至通过电话连接,只是为了查看它是否与网络相关?我通常在出现网络问题和连接中断时看到此消息。。。此操作需要多长时间?不确定,但超时时间是20分钟。之前是5分钟,并且是同一问题。您可以从其他网络尝试吗?例如,家庭与工作,甚至通过电话连接,只是为了看看它是否与网络相关?