I tried setting this on my `EC2Service`, but it di...
# general
f
I tried setting this on my
EC2Service
, but it did not work:
Copy code
networkConfiguration: {
    assignPublicIp: true,
        subnets: cluster.network.subnetIds,
}