Summary
So, just to recap, in this chapter, we installed our sample application Waaah on AWS. We implemented a load-balanced web server frontend, with each web server connecting to a dedicated application server and to a mirrored database server.
Our sample application was written in Visual Studio 2010 using ASP.NET MVC and the location for the source code for this application as well as instructions on downloading and installing the Microsoft Web Development tools were covered.
At the end of this chapter, we connected to the public address of the AWS load balancer in front of our application and watched it work!
In the next chapter, we will be covering Amazon Simple Queue Service (SQS) and Amazon Simple Notification Service (SNS). We will look at how these technologies can be used in enterprise applications as well as how these services can improve our sample application, Waaah.