Hi Yannick, thank you for your answer. We didn't go with the Redis Lab Cloud because we dont want to have our Redis exposed to the internet but profit from the "internal network" of the google cloud solutions. We could just go with the external IP of the GCE instance of redis we have, it would be almost the same thing than the Redis Lab Cloud solution and we got that working already with the external IP but its not what we want :/
Le lundi 7 août 2017 18:33:19 UTC+2, Yannick (Cloud Platform Support) a écrit : > > Hello Ridha, have you tried configuring your App Engine application > according to our guide on using Redis with App Engine Flexible > <https://cloud.google.com/appengine/docs/flexible/python/using-redislabs-redis> > ? > > On Monday, August 7, 2017 at 11:12:58 AM UTC-4, Ridha El Bekri wrote: >> >> Hi there, >> >> I dont know know if I'm searching for the solution in the right place so >> please pardon me if I'm not. >> >> I'm deploying Redis on with Google Compute Engine (GCE) through the Cloud >> Launcher of Google. I'm needing the Redis solution to do some "sensitive" >> work for my Google App Engine (GAE) service (a python backend service). >> >> I need my GAE service to communicate with redis through the internal IP >> of the GCE instance. They are of course on the same network and sub-network >> and region. >> >> I get a beautiful : " ConnectionError: Error 13 connecting someIP:6379. >> Permission denied. " whenever I try to run commands on redis through my >> service and through the internal IP. It runs fine on the external IP of the >> GCE instance. >> Redis is running with a default config file >> >> If you have any ideas I would be glad to try. >> Thanks in advance >> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e0204cc2-8090-4a1d-a95c-b1db6ae198d7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
