Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to connect to Google Cloud Memorystore from another project?

I have 2 different projects (Project A and Project B) in the same region (Europe west 2). I've created one instance of Memorystore in project A. So, I'm able to connect to the Memorystore from project A, but I'm also trying to connect to the same Memorystore from project B with no success.

What I'm doing wrong? Is it even possible to connect multiple projects to the same basic Memorystore?

like image 842
Severin Alexandru Avatar asked Feb 15 '19 23:02

Severin Alexandru


People also ask

How do I share a GCP image between projects?

While still in the Google Cloud console, go to the IAM page of the project that contains the images you want access to. Select the project from the project list. Click the Add button to add a new member. In the Members box, enter the email address of the service account.

When should I use cloud Memorystore?

Memorystore is a fully managed in-memory data store service for Redis and Memcached at Google Cloud. Like any other Google Cloud service it is fast, scalable, highly available, and secure. It automates complex tasks of provisioning, replication, failover, and patching so you can spend more time on other activities!!

What are the different ways to interact with Google Cloud Platform?

GCP offers three basic ways to interact with the services and resources: Google Cloud Platform Console: A web-based, graphical user interface that you can use to manage your GCP projects and resources. To access the console, visit the link: https://console.cloud.google.com.


1 Answers

No it's not possible. In the official documentation for Connecting to a Redis instance it states:

You can access Redis instances from Compute Engine VM instances, Google Kubernetes Engine clusters, and App Engine flexible environment applications within the same Google Cloud Platform project.

like image 61
TasosZG Avatar answered Oct 11 '22 01:10

TasosZG