Hello, trying to run a workflow using ecs agent -...
# ask-community
c
Hello, trying to run a workflow using ecs agent - getting this error while starting ecs start ValueError: Failed to infer default networkConfiguration, please explicitly configure using
--run-task-kwargs
k
Hey, just a couple of questions, what networkConfiguration are you trying to use? awsvpc? Are you using the default vpc? What launch type are you using?
c
awsvpc i did use , seems its working now
now getting - when starting ecs agent
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')
k
Did you get past this (since you posted another error later)?
c
Yes I did get past this one