I want to run the default metaflow setup (cloudformation) but run it in private subnets with a NAT gateway.
For some reason, I cannot get this to work, and always my second task fails with a very vague error: "Error: 'path'".
This happens when the task is started by metaflow in the batch job, and I cannot get any additional info as to what the issue is.
I tried making the changes to the stack as minimal as possible, just removing all assignment of public IP except for the ELB, then replace the subnets. But the issue remains exactly the same.
Any ideas?