Pedro Machado
07/25/2023, 2:30 PMtask_customizations
for ECSTask but I could not use that in my prefect.yaml
I tried under job_variables
How can I specify a security group/subnet for my flow/deployment?Mitch
08/02/2023, 9:20 PMPedro Machado
08/02/2023, 9:53 PMtaskDefinition
"networkConfiguration": {
"awsvpcConfiguration": {
"subnets": [
"subnet-xxxxxxxx"
],
"assignPublicIp": "ENABLED",
"securityGroups": [
"sg-xxxxxxx",
"sg-xxxxxxx"
]
}
}
job_configuration
Mitch
08/02/2023, 10:11 PMYaron Levi
09/22/2023, 11:40 AMPedro Machado
09/22/2023, 1:38 PM