Search⌘ K
AI Features

Introduction to AWS Databases

Explore the foundational concepts and types of AWS databases, including relational databases and specialized options like DynamoDB and Neptune. Understand key database terms such as transactions, indexing, and ACID properties to help you choose the right database solutions for different business needs.

We'll cover the following...

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

AWS provides several database solutions in almost all famous categories of databases. We have different options for relational databases with various popular database engines. AWS 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 ...