Next: Task 6---Upgrading to Amazon Elastic Cmpute Cloud, Previous: Task 4---Scaling the PHP Front End, Up: Deploy and Scale a LAMP Application [Contents][Index]
At some point, your application needs might require features not found in Amazon Lightsail. Fortunately, it is straightforward to move one or all of the parts of your application into other AWS services.
In this task, you will migrate the database component from Amazon Lightsail over to the Amazon Relational Database Service (Amazon RDS).
To migrate the database, you will need to:
This process will leave you with an architecture where the front end runs on an Amazon Lightsail instance, but the database is now managed by Amazon RDS.
The demonstration video Migrate to a Relational DB will take you step by step through the lab process. |
• Modify the RDS Security Group: | ||
• Enable Virtual Private Cloud (VPC) Peering: | ||
• Reconfigure the Database Connection: |