-
Book Overview & Buying
-
Table Of Contents
AWS for System Administrators - Second Edition
By :
In previous chapters, we covered EC2 and its adjacent services, such as ELBs for load balancing and ASGs for automatically scaling our compute infrastructure to meet our demands. If we think about a classic three-tier application with a frontend, backend, and database layer, we are missing one last component – the database layer.
This is where Amazon Relational Database Service (RDS) comes into play. RDS allows us to set up relational databases with a variety of engines in the cloud. If you come from a classical operations background, you might be wondering why we need this service. After all, we could just set up a database on an EC2 instance ourselves. This is true, and nothing is stopping you from doing so. However, if you have set up a production-grade database before, you will know that there are a bunch of tasks that need to be carried out, such as the following: