This message was deleted.
s
This message was deleted.
m
Copy code
const vpc = awsx.ec2.Vpc.fromExistingIds("mycompany", {
  vpcId: "vpc-vpcid"
});
I’m trying to get the existing vpc this way, but the error
Copy code
Error: invocation of aws:ec2/getVpc:getVpc returned an error: invoking aws:ec2/getVpc:getVpc: 1 error occurred:
        * no matching EC2 VPC found
still persists when I run up