https://pulumi.com logo
Title
m

most-jordan-25674

05/23/2022, 4:42 PM
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 😞
const vpc = awsx.ec2.Vpc.fromExistingIds("mycompany", {
  vpcId: "vpc-vpcid"
});
I’m trying to get the existing vpc this way, but the error
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