Peter Nagy
01/10/2024, 10:23 AMvpc_id
setting, but nothing for subnets. I tried adding the following snippet in the advanced section under task_run_request
, but it does not seem to work. What am I doing wrong?
"networkConfiguration": {
"awsvpcConfiguration": {
"Subnets": [
"subnet-xxxx"
],
"AssignPublicIp": "False",
"SecurityGroups": [
"sg-xxxxx"
]
}
},