I’m creating a VPC with `awsx.ec2.Vpc` and the VPC...
# general
b
I’m creating a VPC with
awsx.ec2.Vpc
and the VPC and associated resources (subnets, nats, igw, etc.) don’t have any names on them, yet I’m specifying it in the constructor call. Is this expected?
w
I think we don’t currently add a
Name
tag by default (that’s what shows up in the AWS console as the name), we probably should. Cc @lemon-spoon-91807 but also feel free to open up an issue to suggest doing this.
b
Okay, only reason I ask is because I was previously using the awsx.Network until I noted it was deprecated and it was properly tagging the resources. I’ll make an issue
thanks
w
👍
b