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/790f3f44-3753-4769-9fcb-fd57c83eba60%40googlegroups.com.
