Bryan
05/31/2024, 8:05 PMMarvin
05/31/2024, 8:05 PMjson
{
"vpcs": [
{
"id": "vpc-xxxxxxxx",
"subnets": ["subnet-xxxxxx1", "subnet-xxxxxx2"],
"security_groups": ["sg-xxxxxxx"]
}
]
}
Ensure that you replace the placeholders (vpc-xxxxxxxx
, subnet-xxxxxx1
, subnet-xxxxxx2
, sg-xxxxxxx
) with your actual VPC, subnet, and security group IDs.
For more details on provisioning infrastructure for ECS Work Pools, you can visit the following Prefect ECS worker documentation and the Prefect guide on deployment.
Always remember that even with all this information, it's a good idea to double-check the resources in your AWS environment.