This message was deleted.
# getting-started
s
This message was deleted.
e
You haven't told the cluster to use that VPC, I think you just need to add
vpcId: vpc.id,
to the cluster settings.
w
I see. That explains the Default VPC. Thank you! What about the empty VPC name? Any thoughts?
e
So I think that's because vpcs don't "need" a name so we don't automatically give them one. I think a tag of "name" or maybe "Name" should work
tags: { name: "some name" }
🙌 1
Arguably the awsx library should do this for you so feel free to raise a issue about that at https://github.com/pulumi/pulumi-awsx/issues
🙌 1