0% found this document useful (0 votes)
9 views17 pages

AWS Database Services Overview

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views17 pages

AWS Database Services Overview

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

AWS for Cloud

Computing
Module 3: AWS Database Services
• AWS Lambda
• Amazon Dynamo DB, Amazon ECS (Elastic Container
Service)
• Amazon S3 Glacier, Amazon Kinesis,
• Amazon Redshift, Amazon EMR (Elastic MapReduce),
• AWS Disaster Recovery and Backup.
Amazon Dynamo DB
Amazon Dynamo DB
Amazon Dynamo DB
Amazon Dynamo DB
Amazon Dynamo DB
• A relational database (RDB) works with structured data that is
organized by tables, records, and columns. RDBs establish a well-
defined relationship between database tables. RDBs use structured
query language (SQL), which is a standard user application that
provides a programming interface for database interaction. Relational
databases might have difficulties scaling out horizontally or working
with semi structured data, and might also require many joins for
normalized data.
• A non-relational database is any database that does not follow the
relational model that is provided by traditional relational database
management systems (RDBMS). Non-relational databases have grown
in popularity because they were designed to overcome the limitations
of relational databases for handling the demands of variable structured
data. Non-relational databases scale out horizontally, and they can
work with unstructured and semi structured data.

You might also like