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 DynamodbAdd rows and columns using form and Json in DynamodbScan and Query with Filter tableRunning SQL Queries in Dynamodb using PartiQL editorCreate Backup and export to S3 bucketDelete Table and restore table from backupCreate a DAX Cluster and attach VPCConfigure Security and IAM for DAX clusterHere you will be learning various concepts with hands-on examples in Amazon RDS-Create or Restore RDS database from S3 using IAMCreate an RDS database with Aurora and other Engine typesMonitor database utilization and Performance indicatorsDatabase Actions, query editor and monitoringWhat 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.
What you'll learn
Understand the fundamentals of cloud databases, especially AWS DynamoDB and Amazon RDS
Create and manage tables in DynamoDB
Perform SQL queries in DynamoDB using PartiQL
Set up and monitor RDS databases using different engine types
Implement security configurations for AWS database services
Course objectives
Enable students to create and restore databases in AWS
Familiarize learners with key monitoring and performance indicators for databases