Почему aws cli дает мне сброс соединения по пиру? - PullRequest
0 голосов
/ 25 мая 2019

Попытка использовать aws cli для отправки контейнера докера. Получение сброса соединения. Не уверен почему?

 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 
...