简体   繁体   English

AWS 如何将 VPC 接口终端节点关联到另一个 VPC 中的特定 NLB

[英]AWS How to associate a VPC interface endpoint to a specific NLB in another VPC

I have an existing VPC interface endpoint for elastic load balancer in a VPC A and a NLB in VPC B with a VPC endpoint service associated.我在 VPC A 中有一个用于弹性负载均衡器的现有 VPC 接口端点,在 VPC B 中有一个 NLB 与 VPC 端点服务相关联。

How I can create the association between the VPC interface endpoint and NLB as in the AWS diagram?我如何创建 VPC 接口终端节点和 NLB 之间的关联,如 AWS 图表中所示?

在此处输入图片说明

According to I can't connect to an endpoint service from my Amazon Virtual Private Cloud (Amazon VPC) interface endpoint using AWS PrivateLink.根据我无法使用 AWS PrivateLink 从我的 Amazon Virtual Private Cloud (Amazon VPC) 接口端点连接到端点服务。 , it looks a request needs to be created. ,看起来需要创建一个请求。

. . Request that the endpoint service provider accepts the endpoint connection request to activate the connection.请求端点服务提供者接受端点连接请求以激活连接。

However, I do not see any option to create a request in the VPC endpoint side.但是,我没有看到在 VPC 端点端创建请求的任何选项。

在此处输入图片说明

According to Create A VPC Endpoint Service , the request can be created when creating a VPC interface endpoint, but I have already created one.根据Create A VPC Endpoint Service ,可以在创建 VPC 接口端点时创建请求,但我已经创建了一个。

Please advise how to, or correct me if I misunderstand something.如果我误解了什么,请告知如何,或纠正我。

Go to your VPC Dashboard > Endpoint Service and check under the Endpoint Connections tab.转到您的VPC Dashboard > Endpoint Service然后在Endpoint Connections选项卡下进行检查。 If your VPC endpoint is in the list and the state is Available , then the association you are looking for is established.如果您的 VPC 终端节点在列表中并且状态为Available ,则您要查找的关联已建立。

One possible reason why you did not have a Pending acceptance status in your VPC endpoint could be that you did not check the Acceptance required box when creating the VPC endpoint service.您的 VPC 终端节点中没有Pending acceptance Acceptance required状态的一个可能原因可能是您在创建 VPC 终端节点服务时没有选中Acceptance required框。

Check out AWS New York Summit 2018 - AWS PrivateLink: Fundamentals (SRV211) at 28:08 and 33:33 for the full demo.在 28:08 和 33:33 查看2018 年 AWS 纽约峰会 - AWS PrivateLink:基础知识 (SRV211)以获取完整演示。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从 aws 中的 lambda function 调用对 a.network load balancer(nlb) vpc 端点的请求 - how to invoke a request to a network load balancer(nlb) vpc endpoint from a lambda function in aws AWS:私有子网的 VPC 接口终端节点 - AWS: VPC interface endpoint for private subnets 可以在对等 vpc 中调用 aws 接口端点吗? - Possible to call the aws interface endpoint in a peered vpc? 接口 Vpc 端点 - 日志 - Interface Vpc Endpoint - Logs AWS Cloudformation - 如何将 vpc 链接/NLB 附加到 api 网关中的方法? - AWS Cloudformation - How to attach vpc link / NLB to method in api gateway? 使用 AWS CDK,如何将 AWS 负载均衡器和 AWS 接口 VPC 终端节点连接在一起 - Using AWS CDK, How to connect an AWS Load balancer and an AWS Interface VPC Endpoint together AWS VPC 端点服务:如何 append 委托人 - AWS VPC Endpoint Service: How to append Principals AWS Elasticsearch vpc 端点和私有 vpc 域 - AWS Elasticsearch vpc endpoint and private vpc domain 在Terraform中创建接口类型VPC端点时出错(AWS提供程序) - Error while creating interface type vpc endpoint in terraform (aws provider) AWS VPC 终端节点接口是否需要 Internet 网关 - Does an AWS VPC Endpoint Interface require an Internet Gateway
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM