Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Private connectivity from AWS to a RABBIT MQ service deployed on GKE

I watched this excellent video which shows how to access Google APIs (BQ, GCS etc) and a Vertex AI endpoint deployed on GCP via a combination of Cross cloud interconnect and PSC.  Does this extend to self hosted services on GCP, for example I have a self hosted RABBIT MQ service deployed on GKE and would like to access this service from AWS?

Solved Solved
1 1 182
1 ACCEPTED SOLUTION

Hi @dheerajpanyam ,

Welcome to Google Cloud Community!

Yes, it is possible to extend to self hosted services on GCP. but you need to add a Google Cloud Load balancer on the Private Service Connect backend to route the traffic to access the published services. 

There are two load balancers in the configuration:

  • The consumer load balancer that provides control, visibility, and security of traffic to the service.
  • The producer load balancer that load balances traffic across the service backends.

You may also want to check the documentation on Cross-Cloud Interconnect for more detailed information.

I hope the above information is helpful.

View solution in original post

1 REPLY 1

Hi @dheerajpanyam ,

Welcome to Google Cloud Community!

Yes, it is possible to extend to self hosted services on GCP. but you need to add a Google Cloud Load balancer on the Private Service Connect backend to route the traffic to access the published services. 

There are two load balancers in the configuration:

  • The consumer load balancer that provides control, visibility, and security of traffic to the service.
  • The producer load balancer that load balances traffic across the service backends.

You may also want to check the documentation on Cross-Cloud Interconnect for more detailed information.

I hope the above information is helpful.