Manage associations for a VPC Lattice resource configuration
Consumer accounts with which you share a resource configuration with and clients in your account can access the resource configuration either directly using a VPC endpoint of type resource or through a VPC endpoint of type service-network. As a result your resource configuration will have endpoint associations and service network associations.
Manage service network associations
Create or delete a service network association.
To manage a service-network association using the console
Open the Amazon VPC console at https://console.aws.amazon.com/vpc/
. -
In the navigation pane, under PrivateLink and Lattice, choose Resource configurations.
-
Select the name of the resource configuration to open its details page.
-
Select Service network associations tab.
-
Choose Create associations.
-
Select a service network from VPC Lattice service networks. To create a service network, choose Create a VPC Lattice network.
-
(Optional) To add a tag, expand Service association tags, choose Add new tag, and enter a tag key and tag value.
-
Choose Save changes.
-
To delete an association, select the check box for the association and then choose Actions, Delete. When prompted for confirmation, enter
confirm
and then choose Delete.
To create a service network association using the AWS CLI
Use the create-service-network-resource-association command.
To delete a service network association using the AWS CLI
Use the delete-service-network-resource-association command.
Manage VPC endpoint associations
Manage a VPC endpoint association.
To manage a VPC endpoint association using the console
Open the Amazon VPC console at https://console.aws.amazon.com/vpc/
. -
In the navigation pane, under PrivateLink and Lattice, choose Resource configurations.
-
Select the name of the resource configuration to open its details page.
-
Choose the Endpoint associations tab.
-
Select the association ID to open its details page. From here, you can modify or delete the association.
-
To create a new endpoint association, go to PrivateLink and Lattice in the left navigation pane and choose Endpoints.
-
Choose Create endpoints.
-
Select the resource configuration you want to connect to your VPC.
-
Select the VPC, subnets and security groups.
-
(Optional) To tag you VPC endpoint, choose Add new tag, and enter a tag key and tag value.
-
Choose Create endpoint.
To create a VPC endpoint association using the AWS CLI
Use the create-vpc-endpoint command.
To delete a VPC endpoint association using the AWS CLI
Use the delete-vpc-endpoint command.