VPC issues with serverless container deploys

When deploying to containers (fargate) with serverless, by default the serverless framework deploys a new vpc with cidr block 10.0.0.0/16. Is it possible to specify a different cidr block? I also notice deploying a different stage will not work. In addition “serverless remove --force” does not clean up the vpc that is created.

1 Like

Bump does anyone know if its possible to specify cidr block for vpc?