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"
]
}
}
},
Mitch
08/24/2023, 8:21 PMtask-definition/prefect
using all the subnets in my VPCJamie Zieziula
08/24/2023, 8:54 PMJamie Zieziula
08/24/2023, 8:57 PMTaylor Curran
08/25/2023, 3:02 PMTaylor Curran
08/25/2023, 3:06 PMTaylor Curran
08/25/2023, 3:39 PMTaylor Curran
08/25/2023, 3:39 PMMitch
08/25/2023, 4:41 PMMitch
08/28/2023, 4:25 PMTaylor Curran
08/29/2023, 3:08 PM