我们有内部负载均衡器,其中请求到达一个实例组,该实例组基本上是VM的集合。 Load Balancer -> Instance Group (our service is running on the Port 8080) 因为我们需要将其中一个请求重定向到其他域,所以这样做是为了测试我们的新服务 Load Balancer -> Send Request to VM 1 at port 8080 -> Redirect it newservice.com/filter=<with arguments>
-> VM 2 and
我有两个私有IP虚拟机,每个都在两个不同的项目中,每个都有自己的VPC,并启用了private Google Access,并且两者之间没有VPC对等或VPN隧道。由于这些虚拟机不在同一VPC中,因此尝试通过SSH连接到另一个实例的IP地址将不起作用。 我能否以某种方式在项目A中设置DNS记录,并将其链接到项目B中的VM主机名/私有IP?
我正在运行一个terraform .tf脚本来创建aws_vpc_endpointresource "aws_vpc_endpoint" "NewVPCEndpoint" {..}Error creating VPC Endpoint: UnauthorizedOperation: This operation does not support shared VPCs.我在不同的VPC中尝试了相同的.tf脚本,它运行得很好。这是VPC本身的设置吗?