Samuel Hinton
08/15/2024, 10:20 AMBianca Hoch
08/17/2024, 5:37 PMBianca Hoch
08/17/2024, 5:39 PMBianca Hoch
08/17/2024, 5:40 PMSamuel Hinton
08/19/2024, 2:16 AMSamuel Hinton
08/19/2024, 3:44 AMprefect work-pool get-default-base-job-template --type ecs > template.json
But this has the top level
"network_configuration": "{{ network_configuration }}",
I'm not sure what this means, where is the top level network_configuration defined if its getting inserted into the base template. (ie how did you get the subnet, public ip and security group attributes from?)\ Is there a different thing I should be using to generate the template?
Similarly I have an exection_role_arn and task_role_arn made in terraform to set, but unsure how to create these as a default and not ruin whatever prefect replace is happening.
EDIT: After digging more, I think its coming from https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html
I will try things out and report back with what solution did or didnt workMitch Nielsen
10/28/2024, 5:18 PM