Book Image

Amazon Web Services Bootcamp

Book Image

Amazon Web Services Bootcamp

Overview of this book

AWS is at the forefront of Cloud Computing today. Businesses are adopting AWS Cloud because of its reliability, versatility, and flexible design. The main focus of this book is teaching you how to build and manage highly reliable and scalable applications and services on AWS. It will provide you with all the necessary skills to design, deploy, and manage your applications and services on the AWS cloud platform. We’ll start by exploring Amazon S3, EC2, and so on to get you well-versed with core Amazon services. Moving on, we’ll teach you how to design and deploy highly scalable and optimized workloads. You’ll also discover easy-to-follow, hands-on steps, tips, and recommendations throughout the book and get to know essential security and troubleshooting concepts. By the end of the book, you’ll be able to create a highly secure, fault tolerant, and scalable environment for your applications to run on.
Table of Contents (16 chapters)

Chapter 5. Managing RDS

Amazon Relational Database Service (RDS) is a cloud database service that is easy to set up, operate, and scale. Amazon RDS helps to reduce database administrative tasks such as version upgrade, backups, restoration, and software patching. It is cost efficient and we can automate the scaling of the database size and hardware.

In this chapter, we will cover the following topics:

  • Supported databases
  • DB instances

Amazon RDS offers managed service for database engines, management, and administration. Amazon RDS is exposed over a web service interface where we can easily create and manage databases. The Amazon RDS managed service ensures that the user gets fast performance, security for database access, scalability, and high availability. With this, we don't need to deal with database infrastructure management, backup strategies, software patching, or any other database administrative tasks, so that the user can focus on the application life cycle. Amazon RDS offers a wide...