A common reason to migrate your application to a different region is to improve response times. For example, you are hosting your application in US West (Oregon) and you discover that most of your users are in Europe. If you move your application to the EU (Ireland) region, your users will experience better response times.
Unfortunately, an existing environment cannot simply be edited and restarted in a different region. The process of moving to a new region involves creating a new environment in a different region and copying the database and any assets "manually" to the new environment.
To move an application to an environment in a different region
This procedure assumes that you are moving a production environment. If you are moving a staging or testing environment, the procedure is simpler because downtime is not a concern. (Omit Steps 6 to 9.)
Also, this procedure describes moving the database and any assets by downloading to a local machine and then uploading to the new environment. If you prefer, you can use SSH agent forwarding to transfer files directly from the old environment to the new one.
-
Create a new environment for your application in the new region.
The best way to do this is to copy the existing environment.
For general information about creating a new environment from scratch, see Create an environment. -
Back up your database and download the backup onto your local machine.
For instructions, see:
-
Download any assets required for your site, for example, files on the /data volume.
scp deploy@ec2-111-111-111-11.compute-1.amazonaws.com:/data/mydata.Z ~/targetdirectory
Note: To use the scp command, you need SSH keys setup.
-
Upload your database and copy assets (if any) to the new environment.
For instructions on uploading the database, see Load your database (Scenario 2).
-
Test the new environment.
-
Enable your maintenance page for the old environment.
-
Now that your site is disabled and users are no longer making changes to the database, repeat Steps 2 to 4 to make sure that your new environment has the latest data.
-
(Optional) If required for step 9, lower the TTL (time to live) for the DNS record, for example to 60 seconds.
This is to direct users to the new environment as soon as possible.
-
Migrate the IP address from the old environment to the new one using the IP Migration Assistant, then move any CLB or ALB to the new environment should they be in use.
Alternatively, update your DNS information so that your domain name points to the IP address of the new environment, or CNAME of the new CLB or ALB. -
After a few hours and after confirming that your users can see and use your application in the new environment, stop the old environment's instances, or fully terminate the environment.
More information
For more information about... | See... |
---|---|
Regions in Engine Yard Cloud | Use Multi-Region on Engine Yard Cloud. |
Permanently deleting the old environment | Delete an environment. |
If you have feedback or questions about this page, add a comment below. If you need help, submit a ticket with Engine Yard Support.
Comments
Please sign in to leave a comment.