
Learn Amazon DynamoDB and Amazon RDS on AWS with hands-on practice creating databases and tables, configuring VPC, subnet, and IAM authentication, and exporting data to S3.
Learn to create a DynamoDB table in the AWS console, including naming the table, choosing a partition key, and configuring read and write capacity with on-demand or provisioned options.
Learn to add an item to a DynamoDB table using form or JSON, defining attributes like serial number, product, category, and quantity, with primary key handling and data import options.
Learn to perform scan and query operations on DynamoDB tables using filter criteria, with operators like greater than, between, begins with, and exists, while considering partition key and cost.
Learn to run and write SQL-like queries in DynamoDB using the PartiQL editor, including select, insert, update, and delete with where clauses and JSON outputs.
Learn to create on-demand backups in DynamoDB, protect data with disaster recovery, and export tables to an S3 bucket with configurable formats, encryption, and region options.
Delete a table in DynamoDB and back up before deletion. Restore from backup by choosing entire table or without secondary indexes, in a chosen region.
Learn to create a DynamoDB DAX cluster, configure its size and type, attach a VPC and subnet group, and understand how in-memory caching enables on-demand scalable reads and writes.
Configure security perimeters and IAM for a dax cluster by creating IAM roles and policies for DynamoDB access, defining read/write permissions, and setting maintenance windows and sns notifications.
Learn how to create or restore an AWS RDS database from S3 using IAM, configure the engine (MySQL or Aurora), and set up authentication, VPC, and security groups.
Create an RDS database with Aurora and other engines by configuring engine types, provisioned or serverless capacity, compatibility (Postgres or MySQL), templates, master credentials, networking, and security settings.
Learn to monitor database utilization and performance indicators in Amazon RDS, including CPU, connections, memory, and read/write operations, using the monitoring tab and performance insights, and export snapshots to S3.
Manage Amazon RDS databases with start, stop, activity streams, region changes, and clones, then use the query editor to run and save sql queries while monitoring metrics.
Explore Amazon managed blockchain to create private Hyperledger Fabric networks or join public networks, invite members, configure voting policies and certificate authority, and deploy applications.
In this course, you will learn about Cloud databases on AWS (Amazon Web Services)- Amazon DynamoDB and Amazon RDS.
Here you will be learning various concepts with hands-on examples in AWS DynamoDB-
Creating a table in Dynamodb
Add rows and columns using form and Json in Dynamodb
Scan and Query with Filter table
Running SQL Queries in Dynamodb using PartiQL editor
Create Backup and export to S3 bucket
Delete Table and restore table from backup
Create a DAX Cluster and attach VPC
Configure Security and IAM for DAX cluster
Here you will be learning various concepts with hands-on examples in Amazon RDS-
Create or Restore RDS database from S3 using IAM
Create an RDS database with Aurora and other Engine types
Monitor database utilization and Performance indicators
Database Actions, query editor and monitoring
What is AWS DynamoDB?
Amazon Dynamodb is a NoSQL and document based database where data fields are stored in JSON documents. However, you may perform various kinds of Operations such as Scan, run SQL queries, add and remove records from table and much more.
What is AWS RDS?
AWS RDS or Amazon Relational Database Service could be used to create and manage relational databases on the Amazon Cloud. You can choose from various database engine types for Amazon Aurora, MySQL, Oracle Database, Microsoft SQL Server, and PostgreSQL.