SlideShare a Scribd company logo
1 of 27
Amazon
DATABASES
CS-A
BATCH 2
GROUP 3
Prof. Anil Kadu
• Introduction to Amazon's database
• Objectives
• Amazon web services
• Scalability and availability
• Data security and privacy
• Literature Review
• References
Table of Content
COMPANY GROUP
Introduction to Amazon Platform:
•Amazon.com is one of the world's largest e-
commerce platforms, serving tens of millions of
customers globally.
•The platform offers a wide range of products, from
books and electronics to clothing and household
items.
•At Amazon, reliability, scalability, and performance
are critical to ensure an exceptional shopping
experience for customers.
COMPANY GROUP
Introduction to
Amazon Database:
• Amazon Database Services Overview: Amazon offers database
services for secure data storage and organization.
• Similar to a digital storage system, it's used for managing
various data types.
• Secure Data Storage: Amazon offers secure digital storage for
various data types, ensuring data confidentiality.
• Scalable Solutions: Businesses can easily scale resources to
manage growing data needs efficiently.
• Cost-Effective: Pay-as-you-go pricing minimizes upfront costs,
making it budget-friendly.
• Global Accessibility: Data centers worldwide provide low-
latency access, benefiting users globally.
• The objective of exploring the topic of Amazon databases is to understand their scalability, flexibility, and how
they can effectively handle large volumes of data, enabling businesses to grow and adapt to changing
demands.
• Another objective is to recognize the high availability and durability provided by Amazon databases, ensuring
that data is always accessible, protected, and can be reliably recovered in case of failures, thus ensuring the
smooth operation and continuity of businesses.
Objective
TWO TYPES OF DATABASES
RELATIONAL
DATABASES
NON-RELATIONAL
DATABASES
• A relational database organizes data into rows and columns, which collectively form a table.
• Structured Data Management : Relational databases organize data into structured tables with rows and
columns.
• ACID Properties : Relational databases follow ACID (Atomicity, Consistency, Isolation, Durability) properties,
ensuring data integrity and reliability.
• Multi-User Support : They provide concurrent access for multiple users or applications, ensuring data
consistency.
• Scalability Challenges : Scaling relational databases can be complex, especially when dealing with large
datasets or high traffic loads.
• Use Cases : Relational databases are suitable for a wide range of applications, including e-commerce, content
management systems, and financial systems.
Relational Databases
Amazon Web
Services
Amazon Aurora
Amazon RDS
Amazon Redshift
Amazon Aurora
• Amazon Aurora is a fully managed relational database service that combines
the performance and availability of a traditional enterprise database with the
simplicity and cost-effectiveness of a cloud database.
• Amazon Aurora is based on MySQL and PostgreSQL, but it adds a number of
features that make it more scalable, reliable, and secure.
• Aurora Storage Layer is durable and scalable.
• Aurora Storage Layer can store data for multiple Aurora DB
clusters.
• Aurora Replicas are identical copies of the database.
• Aurora Replicas are spread across multiple availability
zones.
• When you write data to an Aurora DB cluster, it is written
to all of the replicas.
• This ensures that your data is always available, even if one
of the replicas goes down.
Amazon RDS
• Amazon Relational Database Service (Amazon RDS) is a fully
managed relational database service that makes it easy to set up,
operate, and scale a relational database in the cloud.
• Amazon RDS provides a Number of Features that make it a good
choice for businesses of all sizes.
• High Availability: It ensures high availability through multi-Availability
Zone deployments, reducing downtime risk.
• Scalability: Amazon RDS allows easy vertical and horizontal scaling for
accommodating growing workloads.
Amazon Redshift
Amazon Redshift is a fully managed, petabyte-scale data warehouse service in
the cloud. It is designed to help you quickly and easily analyze large amounts
of data using standard SQL.
• Automatic scaling : Amazon Redshift can automatically scale up or down
based on your workload, so you only pay for the resources that you use.
• Point-in-time restore : You can restore your data to any point in time
within the past 90 days, so you can easily recover from accidental data
loss or corruption.
• Data encryption : Your data is encrypted at rest and in transit, so you can
be confident that your data is secure.
• Integration with Amazon S3 : You can easily import data from Amazon S3
into Amazon Redshift, and you can also export data from Amazon Redshift
to Amazon S3.
Comparative Analysis
Feature Amazon Aurora Amazon RDS Amazon Redshift
Database engines MySQL and PostgreSQL
MySQL, PostgreSQL, Oracle, MariaDB,
SQL Server
PostgreSQL
Data storage Shared storage layer Dedicated storage Dedicated storage
Availability zones Multi-AZ deployment Single-AZ deployment Multi-AZ deployment
Automatic scaling Automatic scaling Manual scaling Manual scaling
Performance
Up to 5 times the throughput of a
traditional MySQL database
Up to 30 times the throughput of a
traditional MySQL database
Up to 100 times the throughput of a
traditional PostgreSQL database
Cost-effectiveness
Pay for the storage and compute
resources that you use
Pay for the storage and compute
resources that you use
Pay for the storage and compute
resources that you use
Security Encryption at rest and in transit Encryption at rest and in transit Encryption at rest and in transit
Migration support
Supports migration from MySQL and
PostgreSQL databases
Supports migration from MySQL,
PostgreSQL, Oracle, MariaDB, and SQL
Server databases
Supports migration from PostgreSQL
databases
• Also known as NoSQL Databases
• Flexible Data Models : NoSQL databases support various data models, including document, key-value,
column-family, and graph databases, providing flexibility for different data types and structures.
• Schema-less : Unlike relational databases, NoSQL databases are typically schema-less, allowing developers to
store data without a predefined schema.
• Scalability : NoSQL databases are designed for horizontal scalability, making it easier to handle large volumes
of data and high traffic loads.
• High Availability : Many NoSQL databases offer built-in high availability and fault tolerance features, ensuring
data accessibility even in the presence of hardware failures.
• Use Cases : NoSQL databases are commonly used for applications like content management systems, social
media platforms, real-time analytics, and sensor data storage.
Non-Relational Databases
DynamoDB
• Fully Managed NoSQL Database : Amazon DynamoDB is a fully managed
NoSQL database service that offers seamless scalability, automatic backups,
and high availability. It eliminates the operational overhead of database
management.
• Scalability at Any Scale : DynamoDB can effortlessly handle workloads that
range from a few requests per second to millions of requests per second.
Its auto-scaling feature adjusts capacity to match traffic patterns.
• Low Latency and High Throughput : DynamoDB provides single-digit
millisecond latency for read and write operations, making it suitable for
real-time applications like gaming and IoT. It supports high-throughput
workloads with ease.
• Flexible Data Models : It supports both document and key-value data
models, enabling developers to store and query data in a way that best fits
their application requirements.
Classification on the Basis of
Requirements
Requirement Best database service
Relational database engine
Amazon Aurora, Amazon RDS, Amazon
Redshift
Data warehouse engine Amazon Redshift
Lots of storage space Amazon Aurora
More moderate amount of storage space Amazon RDS
Small amount of storage space Amazon Redshift
High performance Amazon Aurora
More moderate level of performance Amazon RDS
Good level of performance on a budget Amazon Redshift
Database service that can scale up and down as needed Amazon Aurora
Database service with a predictable level of scalability Amazon RDS
Database service that can scale up to very large sizes Amazon Redshift
Scalability
• You can adjust the computing power and memory
of your database system, with a maximum limit of
32 CPUs and 244 GiB of RAM.
• For Amazon Aurora, the database storage can
automatically grow as your data needs increase,
up to a maximum of 64 TB. Alternatively, you can
set a maximum size yourself.
• MVSOL, MariaDB, Oracle, and PostgreSQL engines
can scale up to 32 TB of storage, while SQL Server
supports up to 16 TB.
• You can create copies of your main database called
replicas, which can handle high-volume read
requests from applications.
Availability
• Always Accessible: Amazon's databases are
designed to be highly available.
• They use a Multi-Availability Zone
deployment, which means your data is
automatically replicated across different
locations.
• Automatic Backups and Recovery: Amazon's
databases regularly take backups of your
data and transaction logs.
Data Security and Privacy
• They have a number of physical, electronic,
and procedural safeguards in place to
protect customer data.
• They use industry-leading encryption
features to protect data in transit and at
rest.
• Customers have control over how their data
is stored and who can access it.
• Amazon does not access or use customer
data without their permission, except as
required to prevent fraud or abuse, or to
comply with law.
AUTHORS
RESEARCH PAPER
NAME ABSTRACT
A STUDY ON AWS
ARCHITECTURE
Prangya Prachi Samantaray
Dr. Aswini Kumar Mohanty
Dr.Arati Pradhan
• In the current era, cloud computing has become integral, offering
enhanced IT resource utilization and services.
• This growth has led to increased adoption of cloud solutions, with a
focus on inter-cloud communication and security.
• This paper centers on the hybrid cloud concept, particularly in the
context of Amazon Web Services (AWS), discussing its integration
with on-premises infrastructure and addressing key issues.
Millions of Tiny
Databases
Marc Brooker
Tao Chen
Fan Ping
• In 2013, a project was initiated to build a database for Amazon
EBS that required high availability and strong consistency.
• Recognizing the constraints of the CAP theorem and distributed
systems, the approach shifted to creating a distributed system with
numerous databases.
• Physalia, a transactional key-value store, was developed to provide
high availability and strong consistency for cloud control systems.
• It strategically places data based on transaction patterns and
infrastructure knowledge.
• This paper discusses its role in Amazon EBS and its broader
applicability to distributed system challenges.
AUTHORS
RESEARCH PAPER
NAME ABSTRACT
Database Security
Management for Healthcare
SaaS in the Amazon AWS
Cloud
Fabio Bracci,
Antonio Corradi,
Luca Foschini
• The rise of healthcare Cloud computing as an evolution of
networking, SaaS, and security best practices.
• Describes how to make healthcare SaaS services compliant in the
Cloud, ensuring data security standards are met.
• Encryption & security key management functions can be easily
added without compromising system performance.
• Future work involves conducting experiments on larger-scale
Cloud deployments and exploring different Cloud providers like
OpenStack.
Amazon Relational
Database Service Delivers
Enhanced Database
Performance at Lower Total
Cost
Carl W. Olofson,
Matthew Marden
• Amazon RDS supports six database engines the open source
MySQL, PostgreSQL, and Maria DB, as well as Oracle, Microsoft
SQL Server, and Amazon’s own cloud-native RDBMS, Aurora.
• They required databases that they could cost-effectively scale to
match business demand in a cost-effective but high-performing
manner.
• It is a cloud-native database service aligned with cloud strategies,.
IDC's study demonstrates the value of running various database
workloads and engines in RDS.
AUTHORS
RESEARCH PAPER
NAME ABSTRACT
Analysis of research on
amazon AWS cloud
computing seller data
security
Muhammad
Talha, Mishal
Sohail, Hajar
Hajji
• Big data and cloud computing are intertwined; major cloud
companies like Google and Amazon handle vast amounts of big
data.
• There are two types of RDS databases: Online Transaction
Processing (OLTP) and Online Analytical Processing (OLAP) Amazon
uses AWS cloud computing to implement data analysis and mining,
with a high level of security protection
• Significance of this big data in the amazon dataset is beyond
collection and aggregation.
• Its true value emerges during processing, analysis, visualization,
and application. Core big data concerns encompass data origin,
analysis, and commercialization.
Dynamo: Amazon’s
Highly Available Key-
value Store
Avinash Lakshman,
Alex Pilchin,
Swaminathan
Sivasubramanian
• Amazon.com faces a massive-scale reliability challenge due to the
global e-commerce operation's size.
• This paper introduces Dynamo, a highly available key-value
storage system.
• Dynamo prioritizes availability over consistency and employs
object versioning and application-assisted conflict resolution.
AUTHORS
RESEARCH PAPER
NAME ABSTRACT
Using the Amazon Metric
to Construct an Image
Database based on what
people do
Robert Columb ,
Theodor G Wheld
• The General approach of constructing an image database based on
people's activities or behaviors, using methods is commonly
employed in data analysis and computer vision.
• Defining scope & objective Data collection
• Data Annotation
• Dimensionally Reduction
• Data Construction Data Analysis
• Improvement and Application
A Feasible Schema Design
Strategy for Amazon
DynamoDB: A Nested
Normal Form Approach
Wai Yin Mok and the
University of Alabama
• Designing a schema for Amazon DynamoDB involves making
decisions about the structure of your tables and the organization of
your data to optimize performance, scalability, and cost-
effectiveness.
• First understand the DataModel ,Start with Entities, Denormalize it,
Hierarchical Data Modelling identify the PK,CK and FK, batch
operation and transaction ,estimate and optimize capacity units
,testing and optimization
AUTHORS
RESEARCH PAPER
NAME ABSTRACT
Research Paper on AWS
Cloud Infrastructure vs
Traditional On-Premise
Akshay Kushwaha
• This paper highlights the advantages of AWS Cloud over on-
premises solutions and introduces AWS services.
• AWS, launched in 2006, has seen widespread adoption, with 77%
of enterprises having cloud applications or infrastructure.
• It offers a wide range of global cloud products with over one
million active enterprise customers, featuring on-demand services
and over 140 offerings.
• This enables rapid response to changing business needs for
startups, SMBs, and the public sector.
Questions ?
THANK YOU
CS-A
BATCH 2
GROUP 3
Prasanna Bhalerao [35]
Yash Bhalerao [36]
Atharva Chawle [50]
Chirag Belani [51]
Kalyani Chopade [52]

More Related Content

What's hot

An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...Amazon Web Services
 
Building the Business Case for AWS
Building the Business Case for AWSBuilding the Business Case for AWS
Building the Business Case for AWSAmazon Web Services
 
Building Serverless ETL Pipelines with AWS Glue
Building Serverless ETL Pipelines with AWS GlueBuilding Serverless ETL Pipelines with AWS Glue
Building Serverless ETL Pipelines with AWS GlueAmazon Web Services
 
The AWS Pricing Calculator - An ultra-low-cost product. How to save every penny?
The AWS Pricing Calculator - An ultra-low-cost product. How to save every penny?The AWS Pricing Calculator - An ultra-low-cost product. How to save every penny?
The AWS Pricing Calculator - An ultra-low-cost product. How to save every penny?FabianLober1
 
AWS Cloud Value Framework - AWS Transformation Days Raleigh 2018.pdf
AWS Cloud Value Framework - AWS Transformation Days Raleigh 2018.pdfAWS Cloud Value Framework - AWS Transformation Days Raleigh 2018.pdf
AWS Cloud Value Framework - AWS Transformation Days Raleigh 2018.pdfAmazon Web Services
 
AWS Technical Due Diligence Workshop Session One
AWS Technical Due Diligence Workshop Session OneAWS Technical Due Diligence Workshop Session One
AWS Technical Due Diligence Workshop Session OneTom Laszewski
 
Building Data Lakes and Analytics on AWS
Building Data Lakes and Analytics on AWSBuilding Data Lakes and Analytics on AWS
Building Data Lakes and Analytics on AWSAmazon Web Services
 
ENT211_How to Assess Your Organization’s Readiness to Migrate at Scale to AWS
ENT211_How to Assess Your Organization’s Readiness to Migrate at Scale to AWSENT211_How to Assess Your Organization’s Readiness to Migrate at Scale to AWS
ENT211_How to Assess Your Organization’s Readiness to Migrate at Scale to AWSAmazon Web Services
 
Getting Started with AWS Database Migration Service
Getting Started with AWS Database Migration ServiceGetting Started with AWS Database Migration Service
Getting Started with AWS Database Migration ServiceAmazon Web Services
 
Database Migration Using AWS DMS and AWS SCT (GPSCT307) - AWS re:Invent 2018
Database Migration Using AWS DMS and AWS SCT (GPSCT307) - AWS re:Invent 2018Database Migration Using AWS DMS and AWS SCT (GPSCT307) - AWS re:Invent 2018
Database Migration Using AWS DMS and AWS SCT (GPSCT307) - AWS re:Invent 2018Amazon Web Services
 
Building PaaS with Amazon EKS for the Large-Scale, Highly Regulated Enterpris...
Building PaaS with Amazon EKS for the Large-Scale, Highly Regulated Enterpris...Building PaaS with Amazon EKS for the Large-Scale, Highly Regulated Enterpris...
Building PaaS with Amazon EKS for the Large-Scale, Highly Regulated Enterpris...Amazon Web Services
 
Move Your Desktop to AWS with Amazon Workspaces
Move Your Desktop to AWS with Amazon WorkspacesMove Your Desktop to AWS with Amazon Workspaces
Move Your Desktop to AWS with Amazon WorkspacesAmazon Web Services
 
AWS Cloud Migration Insights Forum
AWS Cloud Migration Insights ForumAWS Cloud Migration Insights Forum
AWS Cloud Migration Insights ForumAmazon Web Services
 
Breaking Down the Economics and TCO of Migrating to AWS
Breaking Down the Economics and TCO of Migrating to AWSBreaking Down the Economics and TCO of Migrating to AWS
Breaking Down the Economics and TCO of Migrating to AWSAmazon Web Services
 
Best Practices in Planning a Large-Scale Migration to AWS - AWS Online Tech T...
Best Practices in Planning a Large-Scale Migration to AWS - AWS Online Tech T...Best Practices in Planning a Large-Scale Migration to AWS - AWS Online Tech T...
Best Practices in Planning a Large-Scale Migration to AWS - AWS Online Tech T...Amazon Web Services
 
AWS Data Transfer Services Deep Dive
AWS Data Transfer Services Deep Dive AWS Data Transfer Services Deep Dive
AWS Data Transfer Services Deep Dive Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Amazon Web Services
 
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...Amazon Web Services
 

What's hot (20)

An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
 
Building the Business Case for AWS
Building the Business Case for AWSBuilding the Business Case for AWS
Building the Business Case for AWS
 
Building Serverless ETL Pipelines with AWS Glue
Building Serverless ETL Pipelines with AWS GlueBuilding Serverless ETL Pipelines with AWS Glue
Building Serverless ETL Pipelines with AWS Glue
 
The AWS Pricing Calculator - An ultra-low-cost product. How to save every penny?
The AWS Pricing Calculator - An ultra-low-cost product. How to save every penny?The AWS Pricing Calculator - An ultra-low-cost product. How to save every penny?
The AWS Pricing Calculator - An ultra-low-cost product. How to save every penny?
 
AWS Cloud Value Framework - AWS Transformation Days Raleigh 2018.pdf
AWS Cloud Value Framework - AWS Transformation Days Raleigh 2018.pdfAWS Cloud Value Framework - AWS Transformation Days Raleigh 2018.pdf
AWS Cloud Value Framework - AWS Transformation Days Raleigh 2018.pdf
 
AWS Technical Due Diligence Workshop Session One
AWS Technical Due Diligence Workshop Session OneAWS Technical Due Diligence Workshop Session One
AWS Technical Due Diligence Workshop Session One
 
Building Data Lakes and Analytics on AWS
Building Data Lakes and Analytics on AWSBuilding Data Lakes and Analytics on AWS
Building Data Lakes and Analytics on AWS
 
ENT211_How to Assess Your Organization’s Readiness to Migrate at Scale to AWS
ENT211_How to Assess Your Organization’s Readiness to Migrate at Scale to AWSENT211_How to Assess Your Organization’s Readiness to Migrate at Scale to AWS
ENT211_How to Assess Your Organization’s Readiness to Migrate at Scale to AWS
 
Getting Started with AWS Database Migration Service
Getting Started with AWS Database Migration ServiceGetting Started with AWS Database Migration Service
Getting Started with AWS Database Migration Service
 
Database Migration Using AWS DMS and AWS SCT (GPSCT307) - AWS re:Invent 2018
Database Migration Using AWS DMS and AWS SCT (GPSCT307) - AWS re:Invent 2018Database Migration Using AWS DMS and AWS SCT (GPSCT307) - AWS re:Invent 2018
Database Migration Using AWS DMS and AWS SCT (GPSCT307) - AWS re:Invent 2018
 
Migrating to the Cloud
Migrating to the CloudMigrating to the Cloud
Migrating to the Cloud
 
Building PaaS with Amazon EKS for the Large-Scale, Highly Regulated Enterpris...
Building PaaS with Amazon EKS for the Large-Scale, Highly Regulated Enterpris...Building PaaS with Amazon EKS for the Large-Scale, Highly Regulated Enterpris...
Building PaaS with Amazon EKS for the Large-Scale, Highly Regulated Enterpris...
 
Move Your Desktop to AWS with Amazon Workspaces
Move Your Desktop to AWS with Amazon WorkspacesMove Your Desktop to AWS with Amazon Workspaces
Move Your Desktop to AWS with Amazon Workspaces
 
AWS Cloud Migration Insights Forum
AWS Cloud Migration Insights ForumAWS Cloud Migration Insights Forum
AWS Cloud Migration Insights Forum
 
Breaking Down the Economics and TCO of Migrating to AWS
Breaking Down the Economics and TCO of Migrating to AWSBreaking Down the Economics and TCO of Migrating to AWS
Breaking Down the Economics and TCO of Migrating to AWS
 
Best Practices in Planning a Large-Scale Migration to AWS - AWS Online Tech T...
Best Practices in Planning a Large-Scale Migration to AWS - AWS Online Tech T...Best Practices in Planning a Large-Scale Migration to AWS - AWS Online Tech T...
Best Practices in Planning a Large-Scale Migration to AWS - AWS Online Tech T...
 
AWS Data Transfer Services Deep Dive
AWS Data Transfer Services Deep Dive AWS Data Transfer Services Deep Dive
AWS Data Transfer Services Deep Dive
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
AWS Cost Management Workshop
AWS Cost Management WorkshopAWS Cost Management Workshop
AWS Cost Management Workshop
 
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
The People Model & Cloud Transformation - Transformation Day Public Sector Lo...
 

Similar to amazon database

AWSome Day 2016 - Module 4: Databases: Amazon DynamoDB and Amazon RDS
AWSome Day 2016 - Module 4: Databases: Amazon DynamoDB and Amazon RDSAWSome Day 2016 - Module 4: Databases: Amazon DynamoDB and Amazon RDS
AWSome Day 2016 - Module 4: Databases: Amazon DynamoDB and Amazon RDSAmazon Web Services
 
Introduction to Amazon Relational Database Service
Introduction to Amazon Relational Database ServiceIntroduction to Amazon Relational Database Service
Introduction to Amazon Relational Database ServiceAmazon Web Services
 
Introduction to Amazon Relational Database Service
Introduction to Amazon Relational Database ServiceIntroduction to Amazon Relational Database Service
Introduction to Amazon Relational Database ServiceAmazon Web Services
 
Introduction to AWS Database Services
Introduction to AWS Database ServicesIntroduction to AWS Database Services
Introduction to AWS Database ServicesAmazon Web Services
 
Introduction to Amazon Relational Database Service
Introduction to Amazon Relational Database ServiceIntroduction to Amazon Relational Database Service
Introduction to Amazon Relational Database ServiceAmazon Web Services
 
Amazon Relational Database Service (Amazon RDS)
Amazon Relational Database Service (Amazon RDS)Amazon Relational Database Service (Amazon RDS)
Amazon Relational Database Service (Amazon RDS)Amazon Web Services
 
Introduction to Database Services
Introduction to Database ServicesIntroduction to Database Services
Introduction to Database ServicesAmazon Web Services
 
AWS re:Invent 2016: AWS Database State of the Union (DAT320)
AWS re:Invent 2016: AWS Database State of the Union (DAT320)AWS re:Invent 2016: AWS Database State of the Union (DAT320)
AWS re:Invent 2016: AWS Database State of the Union (DAT320)Amazon Web Services
 
Amazon Web Services - Relational Database Service Meetup
Amazon Web Services - Relational Database Service MeetupAmazon Web Services - Relational Database Service Meetup
Amazon Web Services - Relational Database Service Meetupcyrilkhairallah
 
Introduction to Amazon Relational Database Service (Amazon RDS)
Introduction to Amazon Relational Database Service (Amazon RDS)Introduction to Amazon Relational Database Service (Amazon RDS)
Introduction to Amazon Relational Database Service (Amazon RDS)Amazon Web Services
 
Migrating Your Databases to AWS Deep Dive on Amazon RDS and AWS
Migrating Your Databases to AWS Deep Dive on Amazon RDS and AWSMigrating Your Databases to AWS Deep Dive on Amazon RDS and AWS
Migrating Your Databases to AWS Deep Dive on Amazon RDS and AWSKristana Kane
 
Introduction to Amazon Relational Database Service
Introduction to Amazon Relational Database ServiceIntroduction to Amazon Relational Database Service
Introduction to Amazon Relational Database ServiceAmazon Web Services
 
AWS Certified Cloud Practitioner Course S11-S17
AWS Certified Cloud Practitioner Course S11-S17AWS Certified Cloud Practitioner Course S11-S17
AWS Certified Cloud Practitioner Course S11-S17Neal Davis
 
Introduction to AWS Database Services
Introduction to AWS Database ServicesIntroduction to AWS Database Services
Introduction to AWS Database ServicesAmazon Web Services
 
HSBC and AWS Day - Database Options on AWS
HSBC and AWS Day - Database Options on AWSHSBC and AWS Day - Database Options on AWS
HSBC and AWS Day - Database Options on AWSAmazon Web Services
 
AWS Study Group - Chapter 09 - Storage Option [Solution Architect Associate G...
AWS Study Group - Chapter 09 - Storage Option [Solution Architect Associate G...AWS Study Group - Chapter 09 - Storage Option [Solution Architect Associate G...
AWS Study Group - Chapter 09 - Storage Option [Solution Architect Associate G...QCloudMentor
 
2016 Utah Cloud Summit: RDS
2016 Utah Cloud Summit: RDS2016 Utah Cloud Summit: RDS
2016 Utah Cloud Summit: RDS1Strategy
 
Intro to database_services_fg_aws_summit_2014
Intro to database_services_fg_aws_summit_2014Intro to database_services_fg_aws_summit_2014
Intro to database_services_fg_aws_summit_2014Amazon Web Services LATAM
 

Similar to amazon database (20)

AWSome Day 2016 - Module 4: Databases: Amazon DynamoDB and Amazon RDS
AWSome Day 2016 - Module 4: Databases: Amazon DynamoDB and Amazon RDSAWSome Day 2016 - Module 4: Databases: Amazon DynamoDB and Amazon RDS
AWSome Day 2016 - Module 4: Databases: Amazon DynamoDB and Amazon RDS
 
Introduction to Amazon Relational Database Service
Introduction to Amazon Relational Database ServiceIntroduction to Amazon Relational Database Service
Introduction to Amazon Relational Database Service
 
Introduction to Amazon Relational Database Service
Introduction to Amazon Relational Database ServiceIntroduction to Amazon Relational Database Service
Introduction to Amazon Relational Database Service
 
Introduction to AWS Database Services
Introduction to AWS Database ServicesIntroduction to AWS Database Services
Introduction to AWS Database Services
 
Azure data platform overview
Azure data platform overviewAzure data platform overview
Azure data platform overview
 
Introduction to Amazon Relational Database Service
Introduction to Amazon Relational Database ServiceIntroduction to Amazon Relational Database Service
Introduction to Amazon Relational Database Service
 
Amazon Relational Database Service (Amazon RDS)
Amazon Relational Database Service (Amazon RDS)Amazon Relational Database Service (Amazon RDS)
Amazon Relational Database Service (Amazon RDS)
 
Introduction to Database Services
Introduction to Database ServicesIntroduction to Database Services
Introduction to Database Services
 
AWS re:Invent 2016: AWS Database State of the Union (DAT320)
AWS re:Invent 2016: AWS Database State of the Union (DAT320)AWS re:Invent 2016: AWS Database State of the Union (DAT320)
AWS re:Invent 2016: AWS Database State of the Union (DAT320)
 
Amazon Web Services - Relational Database Service Meetup
Amazon Web Services - Relational Database Service MeetupAmazon Web Services - Relational Database Service Meetup
Amazon Web Services - Relational Database Service Meetup
 
Introduction to Amazon Relational Database Service (Amazon RDS)
Introduction to Amazon Relational Database Service (Amazon RDS)Introduction to Amazon Relational Database Service (Amazon RDS)
Introduction to Amazon Relational Database Service (Amazon RDS)
 
Migrating Your Databases to AWS Deep Dive on Amazon RDS and AWS
Migrating Your Databases to AWS Deep Dive on Amazon RDS and AWSMigrating Your Databases to AWS Deep Dive on Amazon RDS and AWS
Migrating Your Databases to AWS Deep Dive on Amazon RDS and AWS
 
Introduction to Amazon Relational Database Service
Introduction to Amazon Relational Database ServiceIntroduction to Amazon Relational Database Service
Introduction to Amazon Relational Database Service
 
AWS Certified Cloud Practitioner Course S11-S17
AWS Certified Cloud Practitioner Course S11-S17AWS Certified Cloud Practitioner Course S11-S17
AWS Certified Cloud Practitioner Course S11-S17
 
Introduction to AWS Database Services
Introduction to AWS Database ServicesIntroduction to AWS Database Services
Introduction to AWS Database Services
 
HSBC and AWS Day - Database Options on AWS
HSBC and AWS Day - Database Options on AWSHSBC and AWS Day - Database Options on AWS
HSBC and AWS Day - Database Options on AWS
 
AWS Study Group - Chapter 09 - Storage Option [Solution Architect Associate G...
AWS Study Group - Chapter 09 - Storage Option [Solution Architect Associate G...AWS Study Group - Chapter 09 - Storage Option [Solution Architect Associate G...
AWS Study Group - Chapter 09 - Storage Option [Solution Architect Associate G...
 
Bases de datos en la nube con AWS
Bases de datos en la nube con AWSBases de datos en la nube con AWS
Bases de datos en la nube con AWS
 
2016 Utah Cloud Summit: RDS
2016 Utah Cloud Summit: RDS2016 Utah Cloud Summit: RDS
2016 Utah Cloud Summit: RDS
 
Intro to database_services_fg_aws_summit_2014
Intro to database_services_fg_aws_summit_2014Intro to database_services_fg_aws_summit_2014
Intro to database_services_fg_aws_summit_2014
 

Recently uploaded

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 

Recently uploaded (20)

🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 

amazon database

  • 2. • Introduction to Amazon's database • Objectives • Amazon web services • Scalability and availability • Data security and privacy • Literature Review • References Table of Content
  • 3. COMPANY GROUP Introduction to Amazon Platform: •Amazon.com is one of the world's largest e- commerce platforms, serving tens of millions of customers globally. •The platform offers a wide range of products, from books and electronics to clothing and household items. •At Amazon, reliability, scalability, and performance are critical to ensure an exceptional shopping experience for customers.
  • 4. COMPANY GROUP Introduction to Amazon Database: • Amazon Database Services Overview: Amazon offers database services for secure data storage and organization. • Similar to a digital storage system, it's used for managing various data types. • Secure Data Storage: Amazon offers secure digital storage for various data types, ensuring data confidentiality. • Scalable Solutions: Businesses can easily scale resources to manage growing data needs efficiently. • Cost-Effective: Pay-as-you-go pricing minimizes upfront costs, making it budget-friendly. • Global Accessibility: Data centers worldwide provide low- latency access, benefiting users globally.
  • 5. • The objective of exploring the topic of Amazon databases is to understand their scalability, flexibility, and how they can effectively handle large volumes of data, enabling businesses to grow and adapt to changing demands. • Another objective is to recognize the high availability and durability provided by Amazon databases, ensuring that data is always accessible, protected, and can be reliably recovered in case of failures, thus ensuring the smooth operation and continuity of businesses. Objective
  • 6. TWO TYPES OF DATABASES RELATIONAL DATABASES NON-RELATIONAL DATABASES
  • 7. • A relational database organizes data into rows and columns, which collectively form a table. • Structured Data Management : Relational databases organize data into structured tables with rows and columns. • ACID Properties : Relational databases follow ACID (Atomicity, Consistency, Isolation, Durability) properties, ensuring data integrity and reliability. • Multi-User Support : They provide concurrent access for multiple users or applications, ensuring data consistency. • Scalability Challenges : Scaling relational databases can be complex, especially when dealing with large datasets or high traffic loads. • Use Cases : Relational databases are suitable for a wide range of applications, including e-commerce, content management systems, and financial systems. Relational Databases
  • 9. Amazon Aurora • Amazon Aurora is a fully managed relational database service that combines the performance and availability of a traditional enterprise database with the simplicity and cost-effectiveness of a cloud database. • Amazon Aurora is based on MySQL and PostgreSQL, but it adds a number of features that make it more scalable, reliable, and secure. • Aurora Storage Layer is durable and scalable. • Aurora Storage Layer can store data for multiple Aurora DB clusters. • Aurora Replicas are identical copies of the database. • Aurora Replicas are spread across multiple availability zones. • When you write data to an Aurora DB cluster, it is written to all of the replicas. • This ensures that your data is always available, even if one of the replicas goes down.
  • 10. Amazon RDS • Amazon Relational Database Service (Amazon RDS) is a fully managed relational database service that makes it easy to set up, operate, and scale a relational database in the cloud. • Amazon RDS provides a Number of Features that make it a good choice for businesses of all sizes. • High Availability: It ensures high availability through multi-Availability Zone deployments, reducing downtime risk. • Scalability: Amazon RDS allows easy vertical and horizontal scaling for accommodating growing workloads.
  • 11. Amazon Redshift Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud. It is designed to help you quickly and easily analyze large amounts of data using standard SQL. • Automatic scaling : Amazon Redshift can automatically scale up or down based on your workload, so you only pay for the resources that you use. • Point-in-time restore : You can restore your data to any point in time within the past 90 days, so you can easily recover from accidental data loss or corruption. • Data encryption : Your data is encrypted at rest and in transit, so you can be confident that your data is secure. • Integration with Amazon S3 : You can easily import data from Amazon S3 into Amazon Redshift, and you can also export data from Amazon Redshift to Amazon S3.
  • 13. Feature Amazon Aurora Amazon RDS Amazon Redshift Database engines MySQL and PostgreSQL MySQL, PostgreSQL, Oracle, MariaDB, SQL Server PostgreSQL Data storage Shared storage layer Dedicated storage Dedicated storage Availability zones Multi-AZ deployment Single-AZ deployment Multi-AZ deployment Automatic scaling Automatic scaling Manual scaling Manual scaling Performance Up to 5 times the throughput of a traditional MySQL database Up to 30 times the throughput of a traditional MySQL database Up to 100 times the throughput of a traditional PostgreSQL database Cost-effectiveness Pay for the storage and compute resources that you use Pay for the storage and compute resources that you use Pay for the storage and compute resources that you use Security Encryption at rest and in transit Encryption at rest and in transit Encryption at rest and in transit Migration support Supports migration from MySQL and PostgreSQL databases Supports migration from MySQL, PostgreSQL, Oracle, MariaDB, and SQL Server databases Supports migration from PostgreSQL databases
  • 14. • Also known as NoSQL Databases • Flexible Data Models : NoSQL databases support various data models, including document, key-value, column-family, and graph databases, providing flexibility for different data types and structures. • Schema-less : Unlike relational databases, NoSQL databases are typically schema-less, allowing developers to store data without a predefined schema. • Scalability : NoSQL databases are designed for horizontal scalability, making it easier to handle large volumes of data and high traffic loads. • High Availability : Many NoSQL databases offer built-in high availability and fault tolerance features, ensuring data accessibility even in the presence of hardware failures. • Use Cases : NoSQL databases are commonly used for applications like content management systems, social media platforms, real-time analytics, and sensor data storage. Non-Relational Databases
  • 15. DynamoDB • Fully Managed NoSQL Database : Amazon DynamoDB is a fully managed NoSQL database service that offers seamless scalability, automatic backups, and high availability. It eliminates the operational overhead of database management. • Scalability at Any Scale : DynamoDB can effortlessly handle workloads that range from a few requests per second to millions of requests per second. Its auto-scaling feature adjusts capacity to match traffic patterns. • Low Latency and High Throughput : DynamoDB provides single-digit millisecond latency for read and write operations, making it suitable for real-time applications like gaming and IoT. It supports high-throughput workloads with ease. • Flexible Data Models : It supports both document and key-value data models, enabling developers to store and query data in a way that best fits their application requirements.
  • 16. Classification on the Basis of Requirements
  • 17. Requirement Best database service Relational database engine Amazon Aurora, Amazon RDS, Amazon Redshift Data warehouse engine Amazon Redshift Lots of storage space Amazon Aurora More moderate amount of storage space Amazon RDS Small amount of storage space Amazon Redshift High performance Amazon Aurora More moderate level of performance Amazon RDS Good level of performance on a budget Amazon Redshift Database service that can scale up and down as needed Amazon Aurora Database service with a predictable level of scalability Amazon RDS Database service that can scale up to very large sizes Amazon Redshift
  • 18. Scalability • You can adjust the computing power and memory of your database system, with a maximum limit of 32 CPUs and 244 GiB of RAM. • For Amazon Aurora, the database storage can automatically grow as your data needs increase, up to a maximum of 64 TB. Alternatively, you can set a maximum size yourself. • MVSOL, MariaDB, Oracle, and PostgreSQL engines can scale up to 32 TB of storage, while SQL Server supports up to 16 TB. • You can create copies of your main database called replicas, which can handle high-volume read requests from applications.
  • 19. Availability • Always Accessible: Amazon's databases are designed to be highly available. • They use a Multi-Availability Zone deployment, which means your data is automatically replicated across different locations. • Automatic Backups and Recovery: Amazon's databases regularly take backups of your data and transaction logs.
  • 20. Data Security and Privacy • They have a number of physical, electronic, and procedural safeguards in place to protect customer data. • They use industry-leading encryption features to protect data in transit and at rest. • Customers have control over how their data is stored and who can access it. • Amazon does not access or use customer data without their permission, except as required to prevent fraud or abuse, or to comply with law.
  • 21. AUTHORS RESEARCH PAPER NAME ABSTRACT A STUDY ON AWS ARCHITECTURE Prangya Prachi Samantaray Dr. Aswini Kumar Mohanty Dr.Arati Pradhan • In the current era, cloud computing has become integral, offering enhanced IT resource utilization and services. • This growth has led to increased adoption of cloud solutions, with a focus on inter-cloud communication and security. • This paper centers on the hybrid cloud concept, particularly in the context of Amazon Web Services (AWS), discussing its integration with on-premises infrastructure and addressing key issues. Millions of Tiny Databases Marc Brooker Tao Chen Fan Ping • In 2013, a project was initiated to build a database for Amazon EBS that required high availability and strong consistency. • Recognizing the constraints of the CAP theorem and distributed systems, the approach shifted to creating a distributed system with numerous databases. • Physalia, a transactional key-value store, was developed to provide high availability and strong consistency for cloud control systems. • It strategically places data based on transaction patterns and infrastructure knowledge. • This paper discusses its role in Amazon EBS and its broader applicability to distributed system challenges.
  • 22. AUTHORS RESEARCH PAPER NAME ABSTRACT Database Security Management for Healthcare SaaS in the Amazon AWS Cloud Fabio Bracci, Antonio Corradi, Luca Foschini • The rise of healthcare Cloud computing as an evolution of networking, SaaS, and security best practices. • Describes how to make healthcare SaaS services compliant in the Cloud, ensuring data security standards are met. • Encryption & security key management functions can be easily added without compromising system performance. • Future work involves conducting experiments on larger-scale Cloud deployments and exploring different Cloud providers like OpenStack. Amazon Relational Database Service Delivers Enhanced Database Performance at Lower Total Cost Carl W. Olofson, Matthew Marden • Amazon RDS supports six database engines the open source MySQL, PostgreSQL, and Maria DB, as well as Oracle, Microsoft SQL Server, and Amazon’s own cloud-native RDBMS, Aurora. • They required databases that they could cost-effectively scale to match business demand in a cost-effective but high-performing manner. • It is a cloud-native database service aligned with cloud strategies,. IDC's study demonstrates the value of running various database workloads and engines in RDS.
  • 23. AUTHORS RESEARCH PAPER NAME ABSTRACT Analysis of research on amazon AWS cloud computing seller data security Muhammad Talha, Mishal Sohail, Hajar Hajji • Big data and cloud computing are intertwined; major cloud companies like Google and Amazon handle vast amounts of big data. • There are two types of RDS databases: Online Transaction Processing (OLTP) and Online Analytical Processing (OLAP) Amazon uses AWS cloud computing to implement data analysis and mining, with a high level of security protection • Significance of this big data in the amazon dataset is beyond collection and aggregation. • Its true value emerges during processing, analysis, visualization, and application. Core big data concerns encompass data origin, analysis, and commercialization. Dynamo: Amazon’s Highly Available Key- value Store Avinash Lakshman, Alex Pilchin, Swaminathan Sivasubramanian • Amazon.com faces a massive-scale reliability challenge due to the global e-commerce operation's size. • This paper introduces Dynamo, a highly available key-value storage system. • Dynamo prioritizes availability over consistency and employs object versioning and application-assisted conflict resolution.
  • 24. AUTHORS RESEARCH PAPER NAME ABSTRACT Using the Amazon Metric to Construct an Image Database based on what people do Robert Columb , Theodor G Wheld • The General approach of constructing an image database based on people's activities or behaviors, using methods is commonly employed in data analysis and computer vision. • Defining scope & objective Data collection • Data Annotation • Dimensionally Reduction • Data Construction Data Analysis • Improvement and Application A Feasible Schema Design Strategy for Amazon DynamoDB: A Nested Normal Form Approach Wai Yin Mok and the University of Alabama • Designing a schema for Amazon DynamoDB involves making decisions about the structure of your tables and the organization of your data to optimize performance, scalability, and cost- effectiveness. • First understand the DataModel ,Start with Entities, Denormalize it, Hierarchical Data Modelling identify the PK,CK and FK, batch operation and transaction ,estimate and optimize capacity units ,testing and optimization
  • 25. AUTHORS RESEARCH PAPER NAME ABSTRACT Research Paper on AWS Cloud Infrastructure vs Traditional On-Premise Akshay Kushwaha • This paper highlights the advantages of AWS Cloud over on- premises solutions and introduces AWS services. • AWS, launched in 2006, has seen widespread adoption, with 77% of enterprises having cloud applications or infrastructure. • It offers a wide range of global cloud products with over one million active enterprise customers, featuring on-demand services and over 140 offerings. • This enables rapid response to changing business needs for startups, SMBs, and the public sector.
  • 27. THANK YOU CS-A BATCH 2 GROUP 3 Prasanna Bhalerao [35] Yash Bhalerao [36] Atharva Chawle [50] Chirag Belani [51] Kalyani Chopade [52]