简体   繁体   English

如何将 aws vpc 和 gcp bigquery 与 vpn 连接?

[英]How to connect aws vpc and gcp bigquery with vpn?

I want to connect aws vpc and bigquery in gcp using aws transit gateway.我想使用 aws transit gateway 在 gcp 中连接 aws vpc 和 bigquery。 I would like to know how to connect using gcp's Private Google Access.我想知道如何使用 gcp 的私有 Google 访问进行连接。 If there is another way, please let me know.如果有其他方法,请告诉我。 thank you.谢谢你。

I created Private Google Access, but how do I connect it with bigquery?我创建了 Private Google Access,但如何将其与 bigquery 连接?

As @jarmod mentioned in comments,正如@jarmod 在评论中提到的,

You may be better off creating some form of query API server inside the Google Cloud VPC that can talk privately to BigQuery and then have clients from the AWS VPC make requests to that API over the VPN tunnel.您最好在Google Cloud VPC内创建某种形式的查询 API 服务器,它可以私下与BigQuery对话,然后让来自AWS VPC的客户端通过 VPN 隧道向该 API 发出请求。

As of now, this is the best practice.截至目前,这是最佳做法。

Posting the answer as community wiki for the benefit of the community that might encounter this use case in the future.将答案发布为社区 wiki ,以造福于将来可能会遇到此用例的社区。

Feel free to edit this answer for additional information.请随意编辑此答案以获取更多信息。

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

相关问题 AWS Client VPN 可以连接但无法访问 VPC 资源 - AWS Client VPN can connect but cannot access VPC resources 将第三方 VPC 与现有 VPC 网络对等设置连接 - GCP - Connect a third party VPC with existing VPC Network Peering setup - GCP 如何远程连接到 GCP ML Engine/AWS Sagemaker 托管笔记本? - How to remotely connect to GCP ML Engine/AWS Sagemaker managed notebooks? 有没有办法将我的 GCP.network 与企业 VPN 服务器连接起来? - Is there a way to connect my GCP network with a corporate VPN Server? 无法从 VPC 中的 Lambda 连接到 AWS Keyspaces - Unable to connect to AWS Keyspaces from a Lambda in a VPC 如何使用 python 在 GCP 中激活 API Bigquery? - How to activate API Bigquery in GCP with python? 如何覆盖 spark/BigQuery/GCP 中的特定分区 - How to overwrite specific partitions in spark/BigQuery/GCP 如何通过 terraform 在 GCP 中描述共享 VPC 并定义其子网 - How to describe a shared VPC and define its subnets in GCP via terraform AWS VPC 连接到多个虚拟专用网关 - AWS VPC connect to more than one Virtual Private Gateways 如果客户端的 VPN 已更新,我是否必须更改我的 AWS VPC 设置? - Do I have to change my AWS VPC settings if client's VPN is updated?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM