Thanks for the link, Joseph!

I'd considered rollover to the GAE flex environment, but unfortunatelly it 
is not an option for us.
Seems that the simplest way is to deploy GAE app in the region with 
supported VPC connection. Moreover the prices in australia-southeast1 
region are pretty high :-)

On Wednesday, April 1, 2020 at 4:22:54 PM UTC+3, noverlyjoseph wrote:
>
> Hi Alexander,
>
> At the moment australia-southeast1 is not a supported region for Serveless 
> VPC.
>
> You can find the list of supported regions here[1]
>
> [1] 
> https://cloud.google.com/vpc/docs/configure-serverless-vpc-access#supported_regions
>
>
> On Tuesday, March 31, 2020 at 6:45:51 AM UTC-4, Alexander Kislitsky wrote:
>>
>> Command
>>
>> ```gcloud compute networks vpc-access connectors create 
>> redis-vpc-connector --network default --region australia-southeast1 --range 
>> 10.9.0.0/28``` <http://10.9.0.0/28>
>>
>> is also failed with error ERROR: 
>> (gcloud.compute.networks.vpc-access.connectors.create) INVALID_ARGUMENT: 
>> Request contains an invalid argument.
>>
>> In "Google Cloud Console / VPC Network / Serverless VPC access / Create 
>> connector" is also unable to select the australia-southeast1 region.
>>
>> On Monday, March 30, 2020 at 8:54:42 PM UTC+3, Alexander Kislitsky wrote:
>>>
>>> Hi!
>>> We have an AppEngine and Memorystore instances placed in 
>>> australia-southeast1 region. For connecting them we should create an 
>>> Serverless VPC connector, but it is impossible to use 
>>> 'australia-southeast1' as region:
>>>
>>> ```
>>> gcloud compute networks vpc-access connectors create redis-vpc-connector 
>>> --network default --region australia-southeast1 --range 10.9.0.0
>>>
>>> ERROR: (gcloud.compute.networks.vpc-access.connectors.create) 
>>> INVALID_ARGUMENT: Request contains an invalid argument.
>>> ```
>>>
>>> But it is possible to create VPC connector in another region:
>>>
>>> ```
>>> gcloud compute networks vpc-access connectors create redis-vpc-connector 
>>> --network default --region asia-south1 --range 10.9.0.0/28
>>> Create request issued for: [redis-vpc-connector]
>>> Waiting for operation 
>>> [projects/***/locations/asia-south1/operations/***] to complete...done.
>>> ```
>>>
>>> Is it permanent limitation or temporary issue?
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/557e3ce0-479e-440c-b83a-a1f787600ec3%40googlegroups.com.

Reply via email to