Skip to content

ServiceNetworkVpcAssociation

Source: src/AWS/VpcLattice/ServiceNetworkVpcAssociation.ts

Associates a VPC with a VPC Lattice service network, letting workloads in the VPC reach every service in the network (subject to auth policies). The most common VPC Lattice wiring step.

const assoc = yield* ServiceNetworkVpcAssociation("AppVpcLink", {
serviceNetworkIdentifier: network.serviceNetworkId,
vpcIdentifier: vpc.vpcId,
securityGroupIds: [sg.groupId],
});