Database in AWS
Database in AWS
• Introduction to Database
• Amazon Relational Database Service
• Amazon Elasticache
Agenda • Amazon Aurora
• Amazon DynamoDB
• Amazon EMR
• Amazon Redshift
• Amazon Neptune
• Amazon DocumentDB
• Summary - Databases & Analytics
Copyright Dot Net Tricks Innovation Pvt. Ltd. | All rights
Reserved.
Introduction to Database
• Storing data on disk such as EFS, EBS, EC2 Instance Store, S3.
• Helps you to structure the data and store it into a database.
• Helps you to build indexes to efficiently query and search through the data
from database.