...

/

Introduction to AWS Database Services

Introduction to AWS Database Services

Learn about the different AWS database options and basic concepts of databases.

We'll cover the following...

Databases play an important role in application development and business logic design. Regardless of the application’s size, a database is the architecture’s backbone. The database’s architecture, type, and data structures are crucial in selecting the right database for our business.

Press + to interact

AWS provides several database solutions in almost all famous categories. We have different options for relational databases with various popular database engines. AWS also has a wide range of purpose-built NoSQL, in-memory, ledger, and key-value databases. In this chapter, we’ll learn about different database options offered by ...