Hello!
When we started, the south american region was not available. now it is, and we would like to use it and see our app latency reduced from 170ms to 50ms.
I know that it is not possible to move/change an AppEngine app to a different region.
So, the only option is to create a new project, then migrate the app... but we've encountered some problems:
- Cloud SQL migration: I can create a new instance export/import databases using the cloud storage bucket within the same project. but how do we achieve this using a different project?
- Service Accounts migration: we have several remote devices, which uses service accounts to connect to Google PubSub. How can we move the service accounts to the new project? Without needing to update the service account on each device.
Is there an easier way to do this?
How can achieve this, what do you think?
thanks