Posting this again: When using `awsx.ec2.Vpc`, is ...
# typescript
s
Posting this again: When using
awsx.ec2.Vpc
, is there any way to ensure that a set of tags gets applied to the VPC, the subnets, and the route tables? (BTW, this is necessary for the AWS cloud provider for Kubernetes to work properly.)
l
@salmon-account-74572 when looking at the Typescript code of
awsx.ec2.Vpc
, the top level tags do not seem to be passed to subnets and route tables. I just set up a VPC and I am also missing this, but for me it is for cost reporting based on tags.
s
Thanks for opening that ticket! I've subscribed to updates on the issue so I can see how things progress.