This message was deleted.
# getting-started
s
This message was deleted.
g
You can use:
Copy code
const vpc = awsx.ec2.Vpc.fromExistingIds("myVpc", {
    vpcId: "some-vpc-id"
});

new awsx.lb.ApplicationLoadBalancer("mylb", {
    vpc: vpc
});
b
@green-stone-37839 thanks! I missed that part of the docs