Next: , Previous: , Up: Deploy and Scale a LAMP Application   [Contents][Index]


3.6 Task 4—Scaling the PHP Front End

Lesson 8. What are You Going to Do?

Now that you have the front end and database separated, let’s take a look at how we can add some scalability and fault tolerance to the web tier.

Deploy Additional Web Tier Instances

In this section, you will take a snapshot of the web front end, and deploy two additional web tier instances from that snapshot.

Add a Load Balancer

Finally, you will add a load balancer in front of the three web instances. When this task is complete, you will have a scaled-out and fault-tolerant version of a sample two-tier web application.

After you complete this task, you will have a scaled-out and fault-tolerant version of a sample two-tier web application.

Amazon Lightsail Load Balancers

Horizontal Scaling with Snapshots

../img/scaled-LAMP-50

Demonstration Video

The demonstration video Scaling the PHP Front End will take you step by step through the lab process.


Next: , Previous: , Up: Deploy and Scale a LAMP Application   [Contents][Index]