Mitch
08/24/2023, 8:20 PM"taskDefinition": "{{ task_definition_arn }}",
"networkConfiguration": {
"awsvpcConfiguration": {
"subnets": [
"subnet-ccc",
"subnet-sss",
"subnet-bbb",
"subnet-aaaaa"
],
"assignPublicIp": "ENABLED",
"securityGroups": [
"sg-xxx"
]
}
}
},
task-definition/prefect
using all the subnets in my VPCJamie Zieziula
08/24/2023, 8:54 PMTaylor Curran
08/25/2023, 3:02 PMMitch
08/25/2023, 4:41 PMTaylor Curran
08/29/2023, 3:08 PM