From the course: Amazon Web Services: Data Services

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Explore AWS DynamoDB

Explore AWS DynamoDB - Amazon Web Services (AWS) Tutorial

From the course: Amazon Web Services: Data Services

Start my 1-month free trial

Explore AWS DynamoDB

- [Instructor] Here we are in DynamoDB. DynamoDB is both the key-value, no sequel store and a document data store. As with the other services, we'll click the blue button here to create a table. Now, DynamoDB is fully serverless. So it's tables as a service. Notice you select your provisioned read and write capacity. So if I click create table, I've already created one table, but I'll create a second one here. I'll call it events. I'll set a partition key. Notice I can set the different types. I could add this as a sort key as well. Now I have the default table settings. No secondary indexes. Provisioned capacity set to five reads and five writes. Basic alarms with 80% upper threshold using SNS topic DynamoDB, 'cause of course if the table is being accessed for a greater capacity than what is set by default, you're going to want to resize it, and an encryption at rest with default encryption. In this…

Contents