I’m having trouble creating a Fargate Cluster on A...
# getting-started
m
I’m having trouble creating a Fargate Cluster on AWS, getting a VPC not found when trying to get an existing non-default one. Not sure what to try next as google is failing me 😞
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