How to export a DynamoDB table to S3 bucket using AWS CLI?

How to export a DynamoDB table to S3 bucket using AWS CLI? Hello Everyone Welcome to CloudAffaire and this is Debjeet. Today we are going to discuss how to export a DynamoDB table to S3 bucket using AWS CLI. You can now export a DynamoDB table to an S3 bucket. To export data from an Amazon DynamoDB table to an Amazon S3 bucket, point-in-time recovery (PITR) must be enabled on the source table. You…

Comments Off on How to export a DynamoDB table to S3 bucket using AWS CLI?

DynamoDB Accelerator (DAX)

DynamoDB Accelerator (DAX) Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog posts, we have discussed Global Tables in DynamoDB. https://cloudaffaire.com/global-table-in-dynamodb/ In this blog post we are going to discuss DynamoDB Accelerator (DAX). We will also create a single node DAX cluster using AWS console. DynamoDB Accelerator (DAX): Amazon DynamoDB is designed for scale and performance. In most cases, the DynamoDB response times can be measured in single-digit milliseconds. however,…

Comments Off on DynamoDB Accelerator (DAX)

Global Table In DynamoDB

Global Table in DynamoDB Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog posts, we have discussed Point In Time Recovery in DynamoDB. https://cloudaffaire.com/point-in-time-recovery-in-dynamodb/ In this blog post we are going to discuss Global Table in DynamoDB. We will also create a Global Table. Global Table in DynamoDB Amazon DynamoDB global tables provide a fully managed solution for deploying a multi-region, multi-master database, without having to build and maintain your…

Comments Off on Global Table In DynamoDB

Point In Time Recovery In DynamoDB

Point in time recovery in DynamoDB Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog posts, we have discussed On-Demand backup and restore in DynamoDB. https://cloudaffaire.com/on-demand-backup-and-restore-in-dynamodb/ In this blog post, we are going to discuss Point In Time Recovery in DynamoDB. We will also enable point in time recovery for a table and restore from a point in time backup. Point in time recovery in DynamoDB: Amazon DynamoDB point-in-time recovery…

Comments Off on Point In Time Recovery In DynamoDB

On-Demand Backup And Restore In DynamoDB

On-Demand Backup and Restore in DynamoDB Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have created a table in AWS DynamoDB console. https://cloudaffaire.com/create-a-table-in-dynamodb/ In this blog post, we are going to discuss On-Demand Backup and Restore in DynamoDB. We will also create a backup of a DynamoDB table and then restore it. On-Demand Backup and Restore in DynamoDB: Amazon DynamoDB provides an on-demand backup capability. It allows…

Comments Off on On-Demand Backup And Restore In DynamoDB

Create A Table In DynamoDB

Create a table in DynamoDB Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed Streams in DynamoDB https://cloudaffaire.com/streams-in-dynamodb/ In this blog post, we are going to explore the DynamoDB AWS console. We will first create a table and then insert one record in the table from the AWS console. Create a table in DynamoDB: Step 1: Login to AWS console and navigate to DynamoDB. Step 2:…

Comments Off on Create A Table In DynamoDB

Streams In DynamoDB

Streams in DynamoDB Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed Secondary Indexes in DynamoDB https://cloudaffaire.com/secondary-indexes-in-dynamodb/ In this blog post, we are going to discuss streams in DynamoDB. Streams in DynamoDB: DynamoDB Streams is an optional feature that captures data modification events in DynamoDB tables. The data about these events appear in the stream in near real time, and in the order that the events…

Comments Off on Streams In DynamoDB

Secondary Indexes In DynamoDB

Secondary Indexes in DynamoDB Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have discussed Primary Key in DynamoDB. https://cloudaffaire.com/primary-key-in-dynamodb/ In this blog post, we are going to discuss Secondary Indexes in DynamoDB. Secondary Indexes in DynamoDB: You can create one or more secondary indexes on a table. A secondary index lets you query the data in the table using an alternate key, in addition to queries against…

Comments Off on Secondary Indexes In DynamoDB

Primary Key In DynamoDB

Primary Key in DynamoDB Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last two blog posts, we have discussed some of the DynamoDB API’s available. https://cloudaffaire.com/dynamodb-api-part-one/ https://cloudaffaire.com/dynamodb-api-part-two/ In this blog post, we are going to discuss Primary Key in DynamoDB. Primary Key in DynamoDB: When you create a table, in addition to the table name, you must specify the primary key of the table. The primary key uniquely identifies each item…

Comments Off on Primary Key In DynamoDB