I'm trying to set up a peering connection between an pre-existing vpc I imported with a new one created with awsx. I can get the awsx vpc's subnets easily but looking for a proper solution to fetch the other vpc's subnets.
l
little-cartoon-10569
06/25/2020, 9:51 PM
I think you have to import each resource. You can't import an awsx VPC, just an aws VPC, which doesn't have those nice links between ComponentResources. Once you've imported everything, you could edit the stack to link them all, but it would be a fair bit of effort.
little-cartoon-10569
06/25/2020, 9:51 PM
I would import everything as the aws version, and use awsx only for new resources.