From the course: AWS Certified SysOps Administrator - Associate (SOA-C02) Cert Prep

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Amazon DynamoDB core components

Amazon DynamoDB core components

- [Instructor] In this lecture, we'll talk about the different core components of Amazon DynamoDB. We'll discuss DynamoDB tables, items, attributes, primary key, secondary indexes, streams, time to live or TTL, and its other components. Okay, let's begin. A DynamoDB database can be launched as a single DynamoDB table in one AWS region or a cluster of DynamoDB global tables scattered across multiple regions. The data is replicated across different tables using DynamoDB Streams. This is why it is mandatory that your first enable DynamoDB Streams in order to launch your fully-managed multi-region and multi-master database. Basically, DynamoDB is composed of several core components, which are tables, items, attributes, primary key, secondary indexes, and others. The first component is actually similar to the table of other database systems. A table is a collection of related data that can represent an object, an idea,…

Contents