Hugo Kitano
07/20/2021, 11:14 PMprefect agent ecs start
with the parameter --run-task-kwargs config.yaml
where config.yaml contains the following:
networkConfiguration:
awsvpcConfiguration:
subnets:
- 'subnet-something'
assignPublicIp: 'ENABLED'
I would instead like to be able to input this as a command-line argument. Will there be any fixes down the road?Kevin Kho
networkConfiguration
through the prefect agent ecs start
?Hugo Kitano
07/20/2021, 11:24 PMFailed to infer default networkConfiguration, please explicitly configure using --run-task-kwargs
error (despite passing in the networkConfiguration as a parameter)Hugo Kitano
07/21/2021, 6:51 PMKevin Kho
networkConfiguration
you are using? Like are you using specific subnets for ECS?Hugo Kitano
07/21/2021, 7:35 PMKevin Kho
Hugo Kitano
07/21/2021, 7:48 PMKevin Kho
Kevin Kho
Hugo Kitano
07/22/2021, 4:52 PMKevin Kho
Hugo Kitano
07/22/2021, 7:47 PM