Information Technology
Hands on Training icon
Hands On Training
Hands on Training icon

Understanding DynamoDB TTL

Course Cover
compare button icon

Course Features

icon

Duration

45 minutes

icon

Delivery Method

Online

icon

Available on

Lifetime Access

icon

Accessibility

Desktop, Laptop

icon

Language

English

icon

Subtitles

English

icon

Level

Intermediate

icon

Teaching Type

Self Paced

icon

Video Content

45 minutes

Course Description

Lab Details

This lab will show you how to create a table using Amazon DynamoDB. We will then insert two values into the table. One with an expiration date and one without. Finally, we'll check if the items get deleted once the TTL expires.

The DynamoDB table will be used to practice the lab.

Time: 45 minutes

AWS Region: US East, N. Virginia us-east-1

Introduction

What is AWS DynamoDB and how can it help you?

Definition

DynamoDB, a flexible and fast NoSQL database, is designed for applications that require consistent, one-digit millisecond latency at all scales.

It offers a flexible data model. It doesn't require you to create a database schema beforehand. It is also reliable in performance.

DynamoDB works well for mobile gaming, IoT, and many other applications.

DynamoDB tables

DynamoDB tables contain the following:

Items (Think about a row of data within a table).

Attributes (Think about a column of data within a table).

Supports key-value, document and data structures.

Key= The name of the data. Value = the data itself.

You can write a document in JSON, HTML, or XML.

DynamoDB TTL

Amazon DynamoDB Time to Live allows you to set a per-item time stamp to determine when an item is not needed.

DynamoDB removes the item from your table and does not consume any write throughput.

TTL is included at no additional cost.

If you have items that are no longer relevant after a certain time, TTL can be useful.

Course Overview

projects-img

Virtual Labs

projects-img

Post Course Interactions

projects-img

Hands-On Training

Skills You Will Gain

What You Will Learn

Learn how to delete AWS resources

Learn how to insert items into a table

Learn how to validate the laboratory

This course will teach you how to configure DynamoDB TTL

This course will teach you how to create a DynamoDB database table

This course will teach you how to test the configuration of your lab

This video will show you how to log into AWS Management console

Course Cover