SlideShare ist ein Scribd-Unternehmen logo
1 von 40
3/14/19
1
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Mv – Marcus Vinicius Ferreira
Sr. SA, Public Sector, Education
Fev/2019
EBC: Databases in the Cloud
Databases, DataWarehouses, DataLakes
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Mv – Marcus Vinicius Ferreira
mvferr@amazon.com
Solutions Architect
BR, Public Sector, Education
Previous: Oracle, Sun, Abril, Baby, Nubank
Presenter
Mv
3/14/19
2
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Agenda
• Databases: RDS e Aurora
• Datawarehouse: Amazon Redshift
• Data Lake
• Database Freedom
• Q&A
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Databases:
Amazon RDS
3/14/19
3
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Corporate data
center
Database DB on EC2
instance RDS
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Databases: SQL, NoSQL
EC2
Server
Volume Volume Volume Volume Volume Volume
3/14/19
4
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon Relational Database Service
• Introduced in 2009
• Multi-engine support: Amazon Aurora, MySQL,
MariaDB, PostgreSQL, Oracle, Microsoft SQL
Server
• Automated provisioning, patching, scaling,
replicas, backup/restore, monitoring, failover
• Easy to manage via console or API
• Low-cost ‘pay for what you use’
• Built-in High availability with RDS Multi-AZ and
Amazon Aurora
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Commercial Open source Cloud native
MySQL Compatible
PostgreSQL Compatible
Amazon Aurora
3/14/19
5
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
If you host your databases on premises
Power, HVAC, net
Rack and stack
Server maintenance
OS patches
DB s/w patches
Database backups
High availability
DB s/w installs
OS installation
Scaling
App optimization
you
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Power, HVAC, net
Rack and stack
Server maintenance
OS patches
DB s/w patches
Database backups
Scaling
High availability
DB s/w installs
OS installation
App optimization
If you host your databases on premises
?
you
3/14/19
6
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
If you host your databases in EC2
Power, HVAC, net
Rack and stack
Server maintenance
OS patches
DB s/w patches
Database backups
Scaling
High availability
DB s/w installs
OS installation
App optimization
you
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
OS patches
DB s/w patches
Database backups
Scaling
High availability
DB s/w installs
App optimization
Power, HVAC, net
Rack and stack
Server maintenance
OS installation
If you host your databases in EC2
?
you
3/14/19
7
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
If you choose a managed database service
Power, HVAC, net
Rack and stack
Server maintenance
OS patches
DB s/w patches
Database backups
App optimization
High availability
DB s/w installs
OS installation
Scaling
Database tuning
Design and Review
App optimization
Best practices
you
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
How is Database Practitioner time spent with
Amazon RDS?
New Apps
App upgrades
Schema design
Query construction
Query optimization
Automatic fail-over
Backup & recovery
Isolation & security
Industry compliance
Push-button scaling
Automated patching
Advanced monitoring
Routine maintenance
RDS takes care of your time-
consuming database management
tasks, freeing you to focus on your
applications and business
DBA AWS
3/14/19
8
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Focus: application optimization
App optimization
Database tuning
Design and Review
App optimization
Best practices
you
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon RDS Performance Insights
DB Load : Average Active
Sessions
• Easy
• Powerful
• Identifies database
bottlenecks
Top SQL
• Identifies source of
bottleneck
Enables Problem Discovery
• Adjustable Time frame
• Hour, day, week and longer
• Investigate: SQL, waits, user,
hosts
3/14/19
9
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Š 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Tamanhos de Instâncias
1 x c4.8xlarge 2 x c4.4xlarge
≈
4 x c4.2xlarge
≈
8 x c4.xlarge
≈
~$1.60 ~$0.80 ~$0.40 ~$0.20
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Scaling Instances Up/Down
AWS Management Console
3/14/19
10
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
RDS Multi-AZ: High-Availability comes FIRST.
172.31.0.0/16
sa-east-1a sa-east-1b sa-east-1c
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Availability Zone A
AWS Region
10.1.0.0/16
10.1.1.0/24
Availability Zone B
10.1.2.0/24
Synchronous Replication
M S
Single
Availability Zone
Configuration
HA Multi Availability Zone Configuration
3/14/19
11
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
High availability—Multi-AZ to DNS
Availability Zone A
AWS Region
Availability Zone B
M S
DNS
mydatabase.us-west-2.rds.amazonaws.com:3306
M
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Database Resize
Availability Zone
AWS Region
10.1.2.0/24
Availability Zone
10.1.1.0/24
Prod
3/14/19
12
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Empty
Architectures
can evolve…
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Database Resize
Availability Zone
AWS Region
10.1.2.0/24
Availability Zone
10.1.1.0/24
Prod
3/14/19
13
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Database Resize... and separation.
Availability Zone
AWS Region
10.1.2.0/24
Availability Zone
10.1.1.0/24
ERP
Website 1
Website 2
ERP
Website 1
Website 2
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon CloudWatch for RDS
l CPU utilization
l Storage
l Memory
l 50+ system/OS metrics
l 1–60 second granularity
l DB connections
l Selects per second
l Latency (read and write)
l Cache hit ratio
l Replica lag
CloudWatch alarms
l Similar to on-premises custom
monitoring tools
3/14/19
14
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Database Resize... and separation.
Availability Zone
AWS Region
10.1.2.0/24
Availability Zone
10.1.1.0/24
ERP
Website 1
Website 2
ERP
Website 1
Website 2
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Read Replicas
Read scaling and disaster recovery
RDS for MySQL, PostgreSQL,
MariaDB
• Relieve pressure on your master node
with additional read capacity
• Bring data close to your applications
in different regions
• Promote a read replica to a master for
faster recovery in the event of disaster
Asynchronous
replication
BI/reporting
application server
Read only
Read/write Primary
Read replica
Slave
3/14/19
15
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Database Resize... and separation.
Availability Zone
AWS Region
10.1.2.0/24
Availability Zone
10.1.1.0/24
ERP
Website 1
Website 2
ERP
Website 1
Website 2
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Automated backups
Point-in-time recovery for your DB instance
• Scheduled daily volume backup of
entire instance
• Archive database change logs
• 35–day maximum retention
• Minimal impact on database
performance
• Taken from standby when
running Multi-AZ
Every day during your backup
window, RDS creates a storage
volume snapshot of your instance
Every five minutes, RDS backs up the
transaction logs of your database
3/14/19
16
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Database snapshots
Backups of your entire DB instance in Amazon S3
Bucket
Volume
Snapshot 2Snapshot 1 Snapshot 3
• Always incremental
• Amazon S3 à
99.999999999% durability
• Supports encryption
• Copy across accounts,
across regions
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Database:
Amazon Aurora
3/14/19
17
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
BETTER SCALABILITY & LATENCY:
Scale out to millions of reads per second
Scale-Out Read Performance
Up to 15 Read Replicas Across Three AZs
Auto-Scale New Read Replicas
Auto-Scale Storage (no pre-provisioning needed)
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
FAST: Aurora MySQL – 5x Read/Write Throughput
WRITE PERFORMANCE READ PERFORMANCE
MySQL SysBench results
R3.8XL: 32 cores / 244 GB RAM
Five times higher throughput than stock MySQL
based on industry standard benchmarks.
0
25,000
50,000
75,000
100,000
125,000
150,000
0
100,000
200,000
300,000
400,000
500,000
600,000
700,000
Aurora MySQL 5.6 MySQL 5.7
3/14/19
18
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
BETTER DURABILITY: Aurora 6-way replicated storage
Six copies across three Availability Zones
• 4 out of 6 write quorum; 3 out of 6 read quorum
• Peer-to-peer replication for repairs
SQL
Transaction
AZ 1 AZ 2 AZ 3
Caching
SQL
Transaction
AZ 1 AZ 2 AZ 3
Caching
Read availabilityRead and write availability
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Simplify storage management
• Automatic storage scaling up to 64 TB—no performance impact
• Continuous, incremental backups to Amazon S3
• Instantly create user snapshots—no performance impact
• Automatic restriping, mirror repair, hot spot management, encryption
Up to 64 TB of storage—autoincremented in 10 GB units
up to 64 TB
3/14/19
19
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Datawarehouse:
Amazon Redshift
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Purpose-
built
databases &
analytic
engines.
Right tool for the right job.
3/14/19
20
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Traditionally, BI Looked Like This
OLTP ERP CRM LOB
Data Warehouse
Business Intelligence
• On-premises
• Relational data
• Terabyte to Petabyte scale
• Schema defined prior to data load
• Operational reporting and ad hoc
• Large initial capex + $10K–$50K / Terabyte / Year
• Difficult and slow to scale
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon Redshift is Secure
Security is Built-in
10 GigE
(HPC)
Customer VPC
Internal
VPC
JDBC/ODBC
Leader
Node
Compute
Node
Compute
Node
Compute
Node
• End-to-end data encryption
• Amazon VPC for network isolation
• Audit logging and AWS CloudTrail integration
• Communicate event-specific notifications via
email, text message, or call with Amazon SNS
• Certifications and compliance include
• SOC 1/2/3, PCI-DSS, FedRAMP, HIPAA
S3
3/14/19
21
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Database Resize... and separation.
Availability Zone
AWS Region
10.1.2.0/24
Availability Zone
10.1.1.0/24
Prod
Website 1
Website 2 ReportsAmazon
Redshift
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon Redshift is Integrated
Use Existing BI Tools
JDBC/ODBC
Tool based native drivers
On Prem
Amazon
QuickSight
Existing or new
BI tool
Amazon
Redshift
3/14/19
22
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Database Migration Service
Accelerate Migrations to Amazon Redshift
DMS usage is free for 6 months
For more information: https://aws.amazon.com/dms/free-dms/
“AWS Database Migration Service is
the most impressive migration service
we’ve seen.”
Azure SQL
Database
AWS DMS Amazon
Redshift
2. Relational Databases
1. Non-Relational Databases
3. Other sources
Amazon S3
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Starting small is powerful, when you can scale up fast
Scaling up your analytics systems With AWS Traditional IT *
get a new BI server 20 minutes 3 months
upgrade your analytics server to the
newest Intel processors and add 16GB
memory
15 minutes 2 months
add 500TB of storage instant 2 months
grow a DWH cluster from 8GB to 1PB 1 hour 8 months
build a 1024-node Hadoop cluster 30 minutes unlikely
roll out multi-region production
environment
hours months
* actual provisioning times in a well-organized IT division
3/14/19
23
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Data Lake
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
The world’s most
valuable resource is
no longer oil, but data.*
*Copyright: The Economist, 2017, David Parkins
“
”
3/14/19
24
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Organizations that successfully
generate business value from their
data, will outperform their peers.*
24%
15%
Leaders Followers
Organic revenue growth
*Aberdeen: Angling for Insight in Today’s Data Lake, Michael Lock, SVP Analytics and Business Intelligence
To become a leader, data is becoming the differentiator
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Data Continues to Grow
• Data volumes are growing faster
than the ability to analyze the data
• New types of data cannot be
analyzed in context with data in
the data warehouse
• Users and applications need faster
data ingest & analytics results
3/14/19
25
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Sources:
Gartner: User Survey Analysis: Key Trends Shaping the Future of Data Center Infrastructure Through 2011
IDC: Worldwide Business Analytics Software 2012–2016 Forecast and 2011 Vendor Shares
Legacy Architecture Models Lead to Dark Data
Traditional data warehouses cannot keep pace with data growth
1990 2000 2010 2020
DataVolume
All Data Analyzed Data
Dark Data
is not available
for analysis
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What do the analysts say?
https://www.promptcloud.com
https://john-popelaars.blogspot.com
https://ww.signiant.com
https://www.linkedin.com/pulse/world-today-data-rich-information-poor-guru-p-mohapatra-pmp/
3/14/19
26
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Datalake: beyond the Datawarehouse
OLTP ERP CRM LOB
Data Warehouse
Business Intelligence
• S3 buckets
• File based storage
• Petabyte scale and beyond
• History information will never be deleted
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Characteristics of a Data Lake
Future
Proof
Flexible
Access
Dive in
Anywhere
Collect
Anything
3/14/19
27
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Data Lake Pipeline
Ingest Store Process Consume
ETL/Streaming
User Profile
Recommendation
Hot Homes
Similar Homes
Agent Follow-up
Agent Scorecard
Marketing
A/B Testing
Real Time Data
Insights
Business
intelligence
Redfin
website
Amazon
EMR/Spark
Amazon
Redshift
Amazon
DynamoDB
Amazon S3
Data lake
On premisesdata
Web appdata
Amazon RDS
Other databases
Devices
Your data
Social Media
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Central Storage
Secure, Cost Effective
Storage in S3
S3
Catalog & Search
Access & Search Metadata
DynamoDB Amazon ES
Access & User Interface
Give your users easy & secure access
API Gateway IAM Cognito
Protect & Secure
Use entitlements to ensure data is secure and users identities are verified
Security Token
Service
Cloudwatch Cloudtrail KMS
Athena Quicksight EMR Redshift
Processing & Analytics
Use predictive and prescriptive
analytics to gain better understanding
Firehose Direct Connect Snowball DMS
Data Ingestion
Get your data into S3
quickly and securely
3/14/19
28
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Big Data Pipeline
CONSUME
Amazon QuickSight
Apps & Services
Analysis&visualizationNotebooksAPI
ETL
Streaming
Amazon Kinesis
Analytics
Amazon KCL
apps
AWS Lambda
Amazon Redshift
PROCESS/ANALYZE
Amazon Machine
Learning
Presto
Amazon
EMR
BatchInteractiveStreamML
Amazon EC2
COLLECT
Mobile apps
Web apps
Devices
Sensors &
IoT solutions AWS IoT
Analytics
Enterprise
apps
Logging
Amazon
CloudWatch
AWS
CloudTrail
LoggingIoTApplications
STORE
Amazon Elasticsearch
Service
Apache Kafka
Amazon Kinesis
Streams
Amazon Kinesis
Firehose
Amazon DynamoDB
Amazon S3
Amazon RDS
Amazon DynamoDB
Streams
SearchSQLNoSQLFileStream
Amazon Redshift
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Leadership
3/14/19
29
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Compliance
• SOC 1, 2, 3
• ISO 27001/9001
• ISO 27017/27018
• PCI
• FedRAMP
(MySQL)
• HIPAA BAA
Aurora
• SOC 1, 2, 3
• ISO 27001/9001
• ISO 27017/27018
• PCI
• FedRAMP
• HIPAA BAA
• UK Gov. Programs
• Singapore MTCS
MySQL
• SOC 1, 2, 3
• ISO 27001/9001
• ISO 27017/27018
• PCI
• FedRAMP
• HIPAA BAA
• UK Gov. Programs
• Singapore MTCS
Oracle
• SOC 1, 2, 3
• ISO 27001/9001
• ISO 27017/27018
• PCI
• HIPAA BAA
MariaDB
• SOC 1, 2, 3
• ISO 27001/9001
• ISO 27017/27018
• PCI
• FedRAMP
• HIPAA BAA
• UK Gov. Programs
• Singapore MTCS
PostgreSQL
• SOC 1, 2, 3
• ISO 27001/9001
• ISO 27017/27018
• PCI
• HIPAA BAA
• UK Gov. Programs
• Singapore MTCS
SQL Server
Singapore MTCS
27001/9001
27017/27018
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Gartner, Magic Quadrant for Data Management Solutions for Analytics, 13 February 2018. This graphic was
published by Gartner, Inc. as part of a larger research document and should be evaluated in the context of
the entire document. The Gartner document is available upon request from Amazon. Gartner does not
endorse any vendor, product or service depicted in its research publications, and does not advise technology
users to select only those vendors with the highest ratings or other designation. Gartner research
publications consist of the opinions of Gartner's research organization and should not be construed as
statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this research,
including any warranties of merchantability or fitness for a particular purpose.
3/14/19
30
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
The Forrester Wave™ is copyrighted by Forrester Research, Inc. Forrester and Forrester
Wave™ are trademarks of Forrester Research, Inc. The Forrester Wave™ is a graphical
representation of Forrester's call on a market and is plotted using a detailed spreadsheet
with exposed scores, weightings, and comments. Forrester does not endorse any vendor,
product, or service depicted in the Forrester Wave. Information is based on best available
resources. Opinions reflect judgment at the time and are subject to change.
The Forrester Wave™
Database-As-A-Service, Q2 2017
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
The Forrester Wave™ is copyrighted by Forrester Research, Inc. Forrester and Forrester Wave™ are trademarks of Forrester Research, Inc. The Forrester Wave™ is a graphical representation of Forrester's call on a market and is plotted using a
detailed spreadsheet with exposed scores, weightings, and comments. Forrester does not endorse any vendor, product, or service depicted in the Forrester Wave. Information is based on best available resources. Opinions reflect judgment at
the time and are subject to change.
“Amazon Redshift has the largest adoption of
BDW in the cloud.”
“With more than 5,000 deployments,
Amazon Redshift has the largest data
warehouse deployments in the cloud – some
over 10 petabytes in size.”
AWS received a score of 5/5 (the highest score
possible) in the: customer base, market
awareness, ability to execute,
road map, support, and partners criteria
3/14/19
31
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Starting small is powerful, when you can scale up fast
Scaling up your analytics systems With AWS Traditional IT *
get a new BI server 20 minutes 3 months
upgrade your analytics server to the
newest Intel processors and add 16GB
memory
15 minutes 2 months
add 500TB of storage instant 2 months
grow a DWH cluster from 8GB to 1PB 1 hour 8 months
build a 1024-node Hadoop cluster 30 minutes unlikely
roll out multi-region production
environment
hours months
* actual provisioning times in a well-organized IT division
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Customer Successes
3/14/19
32
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Hundreds of thousands of customers use Amazon RDS
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Thousands of Organizations Run Mission
Critical Workloads on Amazon Redshift
3/14/19
33
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Airbnb moved its main MySQL database to
Amazon RDS with only 15 minutes of downtime
• RDS simplifies much of the time-consuming administrative
tasks associated with databases so engineers can spend more
time on features
• Airbnb uses asynchronous replication to improve website
performance launched via the RDS console or an API call
• Multi-Availability Zone (Multi-AZ) provides Airbnb with
high availability
Airbnb—Amazon RDS for MySQL
3/14/19
34
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
CUSTOMERS: Provide scalable web services quickly
The Government of Ontario makes
government information and
services accessible to the 14
million people in Ontario, Canada's
largest province.
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Database Freedom
3/14/19
35
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What is Database Freedom?
Launched in early 2018, Database Freedom is an AWS
Database Migration Program focused on accelerating
enterprise migrations from commercial database engines
to AWS native database services.
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What we hear from customers about legacy
databases...
AUDIT
Very expensive Proprietary Lock-in Punitive
licensing
You’ve got mail
https://www.theregister.co.uk/2017/01/30/oracle_effectively_doubles_licence_fees_to_run_in_aws/
https://www.infoworld.com/article/3164517/cloud-computing/oracle-is-pricing-itself-out-of-amazons-cloud.html
3/14/19
36
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Programs
Discover Database Freedom with AWS
Innovation
• Tools: Database Migration Service (DMS) and Schema Conversion Tool (SCT)
• Services: Aurora MySQL and Aurora PostgreSQL, DynamoDB, EMR, Redshift,
and others
• Optimized and new EC2 and RDS instance types
• ProServe, Partners, Service Teams
• Workload Qualification Framework
• Patterns and Recommendations
Expertise
• AWS Professional Services, Partners, Product Teams
• Migration Playbooks
• Patterns and Recommendations
• Proofs-of-Concepts
• Workshops
• Incentives / Credits
Database Freedom is an AWS Database Migration Program focused on accelerating enterprise migrations from
commercial database engines to AWS native database services.
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS migration options
AWS DMS
Database migration and
replication managed
service
Benefit
• Easily and securely
migrate and/or
replicate your
databases and data
warehouses to AWS
• Migrate between
different database
engines
• Low cost and global
availability
AWS SCT
Development
tooling to convert
schemas between
databases and data
warehouses
Benefit
• Automates schema
conversion including
database structure and
code
• Minimizes manual
effort of performing a
schema re-write
• Allows conversion
from commercial to
open source platforms
Native Tooling
Migration options
included with the
engine
Benefit
• Leverage a familiar
environment
• Full support for native
features
Open Source
Ora2Pg and others
Benefit
• Tailored solution for a
specific problem
• Multiple tools can
offer a more complete
solution than any one
product
• Free
Commercial
Attunity, Golden
Gate and others
Benefit
• Commercial solutions
are available for a
wide range of
migration sources and
targets including
legacy mainframe
systems
Innovation
3/14/19
37
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
DynamoDB NeptuneRDS
Aurora CommercialCommunity
Timestream QLDBElastiCache
Relational Key-value Document In-memory Graph Time series Ledger
Innovation
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS database partners
Migration SI Partners License Advisory Partners
Expertise
3/14/19
38
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Verizon is migrating over 1,000 business-critical applications and database backend systems to AWS,
several of which also include the migration of production databases to Amazon Aurora.
By migrating from Microsoft SQL Server to Amazon Aurora, Ryanair can run one of the largest email
campaigns in Europe with higher performance at a fraction of the cost, sending out 22 million emails
daily to customers.
Trimble migrated their Oracle databases to Amazon RDS and project they will pay about 1/4th of
what they paid when managing their private infrastructure.
Intuit migrated from Microsoft SQL Server to Amazon Redshift to reduce data-processing timelines
and get insights to decision makers faster and more frequently.
Equinox Fitness migrated its Teradata on-premises data warehouse to Amazon Redshift. They went from
static reports to a modern data lake that delivers dynamic reports.
Migrated their Market Data system from SQL Server to Aurora MySQL using AWS Database Migration
Service(DMS) to replicate data nightly. Reduces their processing times from 8 hours to 3 hours.
By December 2018, Amazon.com will have migrated 88% of their Oracle DBs (and 97% of critical
system DBs) moved to Amazon Aurora and Amazon DynamoDB. They also migrated their 50 PB
Oracle Data Warehouse to AWS (Amazon S3, Amazon Redshift, and Amazon EMR).
Samsung Electronics migrated their Cassandra clusters to Amazon DynamoDB for their Samsung
Cloud workload with 70% cost savings.
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Questions?
3/14/19
39
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Thank You!
https://aws.amazon.com/rds/
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Global Infrastructure
18 Regions – 55 Availability Zones – 114 Edge Locations
Region & Number of Availability Zones
AWS GovCloud (2) EU
Ireland (3)
US West Frankfurt (2)
Oregon (3) London (2)
Northern California (3)
Asia Pacific
US East Singapore (2)
N. Virginia (5), Ohio (3) Sydney (2), Tokyo (3),
Seoul (2), Mumbai (2)
Canada
Central (2) China
Beijing (2)
South America
SĂŁo Paulo (3)
Announced Regions
Paris, Ningxia
3/14/19
40
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Region
New Region
Coming Soon
Edge Location
Region &
Number of Availability Zones#
The Global Infrastructure
Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
REGION
~ 2ms latency
3
AZa
AZc
AZb
Redundant Tier-1 Internet &
Inter-Region Connectivity
TCTC
DC
DC
DC
DC
DCDC
DC
DC
DC

Weitere ähnliche Inhalte

Was ist angesagt?

Manage your database in the cloud like a pro with Cloud Volumes Service for A...
Manage your database in the cloud like a pro with Cloud Volumes Service for A...Manage your database in the cloud like a pro with Cloud Volumes Service for A...
Manage your database in the cloud like a pro with Cloud Volumes Service for A...Amazon Web Services
 
Migrate a relational database to Aurora - ADB302 - Atlanta AWS Summit
Migrate a relational database to Aurora - ADB302 - Atlanta AWS SummitMigrate a relational database to Aurora - ADB302 - Atlanta AWS Summit
Migrate a relational database to Aurora - ADB302 - Atlanta AWS SummitAmazon Web Services
 
Innovation-at-Hyper-scale-Outlook-on-Emerging-Technologies
Innovation-at-Hyper-scale-Outlook-on-Emerging-TechnologiesInnovation-at-Hyper-scale-Outlook-on-Emerging-Technologies
Innovation-at-Hyper-scale-Outlook-on-Emerging-TechnologiesAmazon Web Services
 
Getting started with streaming analytics: streaming basics (1 of 3)
Getting started with streaming analytics: streaming basics (1 of 3)Getting started with streaming analytics: streaming basics (1 of 3)
Getting started with streaming analytics: streaming basics (1 of 3)javier ramirez
 
Databases-on-AWS-Purpose-built-databases,-the-right-tool-for-the-right-job
Databases-on-AWS-Purpose-built-databases,-the-right-tool-for-the-right-jobDatabases-on-AWS-Purpose-built-databases,-the-right-tool-for-the-right-job
Databases-on-AWS-Purpose-built-databases,-the-right-tool-for-the-right-jobAmazon Web Services
 
Journey into the Cloud with VMware Cloud on AWS: Deep Dive - CMP303 - Anaheim...
Journey into the Cloud with VMware Cloud on AWS: Deep Dive - CMP303 - Anaheim...Journey into the Cloud with VMware Cloud on AWS: Deep Dive - CMP303 - Anaheim...
Journey into the Cloud with VMware Cloud on AWS: Deep Dive - CMP303 - Anaheim...Amazon Web Services
 
Best-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWSBest-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWSAmazon Web Services
 
AWS Data Transfer Services: Deep Dive - SRV302 - Chicago AWS Summit
AWS Data Transfer Services: Deep Dive - SRV302 - Chicago AWS SummitAWS Data Transfer Services: Deep Dive - SRV302 - Chicago AWS Summit
AWS Data Transfer Services: Deep Dive - SRV302 - Chicago AWS SummitAmazon Web Services
 
High-Performance-Computing-on-AWS-and-Industry-Simulation
High-Performance-Computing-on-AWS-and-Industry-SimulationHigh-Performance-Computing-on-AWS-and-Industry-Simulation
High-Performance-Computing-on-AWS-and-Industry-SimulationAmazon Web Services
 
AWSome Day MODULE 3 - Databases
AWSome Day MODULE 3 - DatabasesAWSome Day MODULE 3 - Databases
AWSome Day MODULE 3 - DatabasesAmazon Web Services
 
Best Practices for Database Migration to the Cloud: Improve Application Perfo...
Best Practices for Database Migration to the Cloud: Improve Application Perfo...Best Practices for Database Migration to the Cloud: Improve Application Perfo...
Best Practices for Database Migration to the Cloud: Improve Application Perfo...Amazon Web Services
 
Performing serverless analytics in AWS Glue - ADB202 - Chicago AWS Summit
Performing serverless analytics in AWS Glue - ADB202 - Chicago AWS SummitPerforming serverless analytics in AWS Glue - ADB202 - Chicago AWS Summit
Performing serverless analytics in AWS Glue - ADB202 - Chicago AWS SummitAmazon Web Services
 
Power up Your AWS Data Lake and Warehouse with Trusted Data (Sponsored by Tal...
Power up Your AWS Data Lake and Warehouse with Trusted Data (Sponsored by Tal...Power up Your AWS Data Lake and Warehouse with Trusted Data (Sponsored by Tal...
Power up Your AWS Data Lake and Warehouse with Trusted Data (Sponsored by Tal...Amazon Web Services
 
Modern Data Platform on AWS
Modern Data Platform on AWSModern Data Platform on AWS
Modern Data Platform on AWSAmazon Web Services
 
Deep dive on Amazon S3 Glacier Deep Archive - STG301 - Santa Clara AWS Summit
Deep dive on Amazon S3 Glacier Deep Archive - STG301 - Santa Clara AWS SummitDeep dive on Amazon S3 Glacier Deep Archive - STG301 - Santa Clara AWS Summit
Deep dive on Amazon S3 Glacier Deep Archive - STG301 - Santa Clara AWS SummitAmazon Web Services
 
Leveraging Data Analytics in the Cloud to Support Data-Driven Decisions
Leveraging Data Analytics in the Cloud to Support Data-Driven DecisionsLeveraging Data Analytics in the Cloud to Support Data-Driven Decisions
Leveraging Data Analytics in the Cloud to Support Data-Driven DecisionsAmazon Web Services
 
Need for Speed – Intro To Real-Time Data Streaming Analytics on AWS | AWS Sum...
Need for Speed – Intro To Real-Time Data Streaming Analytics on AWS | AWS Sum...Need for Speed – Intro To Real-Time Data Streaming Analytics on AWS | AWS Sum...
Need for Speed – Intro To Real-Time Data Streaming Analytics on AWS | AWS Sum...AWS Summits
 

Was ist angesagt? (20)

Manage your database in the cloud like a pro with Cloud Volumes Service for A...
Manage your database in the cloud like a pro with Cloud Volumes Service for A...Manage your database in the cloud like a pro with Cloud Volumes Service for A...
Manage your database in the cloud like a pro with Cloud Volumes Service for A...
 
Migrate a relational database to Aurora - ADB302 - Atlanta AWS Summit
Migrate a relational database to Aurora - ADB302 - Atlanta AWS SummitMigrate a relational database to Aurora - ADB302 - Atlanta AWS Summit
Migrate a relational database to Aurora - ADB302 - Atlanta AWS Summit
 
Innovation-at-Hyper-scale-Outlook-on-Emerging-Technologies
Innovation-at-Hyper-scale-Outlook-on-Emerging-TechnologiesInnovation-at-Hyper-scale-Outlook-on-Emerging-Technologies
Innovation-at-Hyper-scale-Outlook-on-Emerging-Technologies
 
EC2_and_VPC_workshop
EC2_and_VPC_workshopEC2_and_VPC_workshop
EC2_and_VPC_workshop
 
Getting started with streaming analytics: streaming basics (1 of 3)
Getting started with streaming analytics: streaming basics (1 of 3)Getting started with streaming analytics: streaming basics (1 of 3)
Getting started with streaming analytics: streaming basics (1 of 3)
 
Databases-on-AWS-Purpose-built-databases,-the-right-tool-for-the-right-job
Databases-on-AWS-Purpose-built-databases,-the-right-tool-for-the-right-jobDatabases-on-AWS-Purpose-built-databases,-the-right-tool-for-the-right-job
Databases-on-AWS-Purpose-built-databases,-the-right-tool-for-the-right-job
 
Journey into the Cloud with VMware Cloud on AWS: Deep Dive - CMP303 - Anaheim...
Journey into the Cloud with VMware Cloud on AWS: Deep Dive - CMP303 - Anaheim...Journey into the Cloud with VMware Cloud on AWS: Deep Dive - CMP303 - Anaheim...
Journey into the Cloud with VMware Cloud on AWS: Deep Dive - CMP303 - Anaheim...
 
Best-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWSBest-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWS
 
AWS Data Transfer Services: Deep Dive - SRV302 - Chicago AWS Summit
AWS Data Transfer Services: Deep Dive - SRV302 - Chicago AWS SummitAWS Data Transfer Services: Deep Dive - SRV302 - Chicago AWS Summit
AWS Data Transfer Services: Deep Dive - SRV302 - Chicago AWS Summit
 
High-Performance-Computing-on-AWS-and-Industry-Simulation
High-Performance-Computing-on-AWS-and-Industry-SimulationHigh-Performance-Computing-on-AWS-and-Industry-Simulation
High-Performance-Computing-on-AWS-and-Industry-Simulation
 
AWSome Day MODULE 3 - Databases
AWSome Day MODULE 3 - DatabasesAWSome Day MODULE 3 - Databases
AWSome Day MODULE 3 - Databases
 
Best Practices for Database Migration to the Cloud: Improve Application Perfo...
Best Practices for Database Migration to the Cloud: Improve Application Perfo...Best Practices for Database Migration to the Cloud: Improve Application Perfo...
Best Practices for Database Migration to the Cloud: Improve Application Perfo...
 
Performing serverless analytics in AWS Glue - ADB202 - Chicago AWS Summit
Performing serverless analytics in AWS Glue - ADB202 - Chicago AWS SummitPerforming serverless analytics in AWS Glue - ADB202 - Chicago AWS Summit
Performing serverless analytics in AWS Glue - ADB202 - Chicago AWS Summit
 
Power up Your AWS Data Lake and Warehouse with Trusted Data (Sponsored by Tal...
Power up Your AWS Data Lake and Warehouse with Trusted Data (Sponsored by Tal...Power up Your AWS Data Lake and Warehouse with Trusted Data (Sponsored by Tal...
Power up Your AWS Data Lake and Warehouse with Trusted Data (Sponsored by Tal...
 
Modern Data Platform on AWS
Modern Data Platform on AWSModern Data Platform on AWS
Modern Data Platform on AWS
 
Deep dive on Amazon S3 Glacier Deep Archive - STG301 - Santa Clara AWS Summit
Deep dive on Amazon S3 Glacier Deep Archive - STG301 - Santa Clara AWS SummitDeep dive on Amazon S3 Glacier Deep Archive - STG301 - Santa Clara AWS Summit
Deep dive on Amazon S3 Glacier Deep Archive - STG301 - Santa Clara AWS Summit
 
Leveraging Data Analytics in the Cloud to Support Data-Driven Decisions
Leveraging Data Analytics in the Cloud to Support Data-Driven DecisionsLeveraging Data Analytics in the Cloud to Support Data-Driven Decisions
Leveraging Data Analytics in the Cloud to Support Data-Driven Decisions
 
Need for Speed – Intro To Real-Time Data Streaming Analytics on AWS | AWS Sum...
Need for Speed – Intro To Real-Time Data Streaming Analytics on AWS | AWS Sum...Need for Speed – Intro To Real-Time Data Streaming Analytics on AWS | AWS Sum...
Need for Speed – Intro To Real-Time Data Streaming Analytics on AWS | AWS Sum...
 
Build_a_Unified_Cloud
Build_a_Unified_CloudBuild_a_Unified_Cloud
Build_a_Unified_Cloud
 
Data Lake na ĂĄrea da saĂşde- AWS
Data Lake na ĂĄrea da saĂşde- AWSData Lake na ĂĄrea da saĂşde- AWS
Data Lake na ĂĄrea da saĂşde- AWS
 

Ähnlich wie Databases in the Cloud em Amazon Web Services

Webinar AWS: Ciclo de vida e anĂĄlise de dados na Nuvem AWS
Webinar AWS: Ciclo de vida e anĂĄlise de dados na Nuvem AWSWebinar AWS: Ciclo de vida e anĂĄlise de dados na Nuvem AWS
Webinar AWS: Ciclo de vida e anĂĄlise de dados na Nuvem AWSAmazon Web Services LATAM
 
Migrate and Modernize Your Database
Migrate and Modernize Your DatabaseMigrate and Modernize Your Database
Migrate and Modernize Your DatabaseAmazon Web Services
 
Scale Up and Modernize Your Database with Amazon Relational Database Service ...
Scale Up and Modernize Your Database with Amazon Relational Database Service ...Scale Up and Modernize Your Database with Amazon Relational Database Service ...
Scale Up and Modernize Your Database with Amazon Relational Database Service ...Amazon Web Services
 
Enterprise-Database-Migration-Strategies-and-Options-on-AWS
Enterprise-Database-Migration-Strategies-and-Options-on-AWSEnterprise-Database-Migration-Strategies-and-Options-on-AWS
Enterprise-Database-Migration-Strategies-and-Options-on-AWSAmazon Web Services
 
Databases - EBC on the road Brazil Edition [Portuguese]
Databases - EBC on the road Brazil Edition [Portuguese]Databases - EBC on the road Brazil Edition [Portuguese]
Databases - EBC on the road Brazil Edition [Portuguese]Amazon Web Services
 
Architecting SAP on Amazon Web Services - SVC216 - Chicago AWS Summit
Architecting SAP on Amazon Web Services - SVC216 - Chicago AWS SummitArchitecting SAP on Amazon Web Services - SVC216 - Chicago AWS Summit
Architecting SAP on Amazon Web Services - SVC216 - Chicago AWS SummitAmazon Web Services
 
Databases - Choosing the right Database on AWS
Databases - Choosing the right Database on AWSDatabases - Choosing the right Database on AWS
Databases - Choosing the right Database on AWSAmazon Web Services
 
The Evolution of Database Technologies Christian Bandulet
The Evolution of Database Technologies Christian BanduletThe Evolution of Database Technologies Christian Bandulet
The Evolution of Database Technologies Christian BanduletChristian Bandulet
 
Scaling a database with Amazon RDS for Oracle - ADB208 - Chicago AWS Summit
Scaling a database with Amazon RDS for Oracle - ADB208 - Chicago AWS SummitScaling a database with Amazon RDS for Oracle - ADB208 - Chicago AWS Summit
Scaling a database with Amazon RDS for Oracle - ADB208 - Chicago AWS SummitAmazon Web Services
 
“Lift and shift” storage for business-critical applications - STG203 - New Yo...
“Lift and shift” storage for business-critical applications - STG203 - New Yo...“Lift and shift” storage for business-critical applications - STG203 - New Yo...
“Lift and shift” storage for business-critical applications - STG203 - New Yo...Amazon Web Services
 
Disaster Recovery Options with AWS - AWS Online Tech Talks
Disaster Recovery Options with AWS - AWS Online Tech TalksDisaster Recovery Options with AWS - AWS Online Tech Talks
Disaster Recovery Options with AWS - AWS Online Tech TalksAmazon Web Services
 
2. migration, disaster recovery and business continuity in the cloud
2. migration, disaster recovery and business continuity in the cloud2. migration, disaster recovery and business continuity in the cloud
2. migration, disaster recovery and business continuity in the cloudReham Maher El-Safarini
 
Deep Dive - Amazon Relational Database Services_AWSPSSummit_Singapore
Deep Dive - Amazon Relational Database Services_AWSPSSummit_SingaporeDeep Dive - Amazon Relational Database Services_AWSPSSummit_Singapore
Deep Dive - Amazon Relational Database Services_AWSPSSummit_SingaporeAmazon Web Services
 
AWS DevDay Berlin - Resiliency and availability design patterns for the cloud
AWS DevDay Berlin - Resiliency and availability design patterns for the cloudAWS DevDay Berlin - Resiliency and availability design patterns for the cloud
AWS DevDay Berlin - Resiliency and availability design patterns for the cloudCobus Bernard
 
Best Practices cho việc lưu trữ, backup, và khôi phục dữ liệu trên AWS
Best Practices cho việc lưu trữ, backup, và khôi phục dữ liệu trên AWSBest Practices cho việc lưu trữ, backup, và khôi phục dữ liệu trên AWS
Best Practices cho việc lưu trữ, backup, và khôi phục dữ liệu trên AWSAmazon Web Services
 
Running Mission Critical Workloads on AWS
Running Mission Critical Workloads on AWSRunning Mission Critical Workloads on AWS
Running Mission Critical Workloads on AWSAmazon Web Services
 
How-to-Choose-the-Right-Database-to-Build-High-Performance-Internet-Scale-App...
How-to-Choose-the-Right-Database-to-Build-High-Performance-Internet-Scale-App...How-to-Choose-the-Right-Database-to-Build-High-Performance-Internet-Scale-App...
How-to-Choose-the-Right-Database-to-Build-High-Performance-Internet-Scale-App...Amazon Web Services
 
Disaster Recovery Options with AWS (with Live Demos) - AWS Online Tech Talks
Disaster Recovery Options with AWS (with Live Demos) - AWS Online Tech TalksDisaster Recovery Options with AWS (with Live Demos) - AWS Online Tech Talks
Disaster Recovery Options with AWS (with Live Demos) - AWS Online Tech TalksAmazon Web Services
 

Ähnlich wie Databases in the Cloud em Amazon Web Services (20)

Webinar AWS: Ciclo de vida e anĂĄlise de dados na Nuvem AWS
Webinar AWS: Ciclo de vida e anĂĄlise de dados na Nuvem AWSWebinar AWS: Ciclo de vida e anĂĄlise de dados na Nuvem AWS
Webinar AWS: Ciclo de vida e anĂĄlise de dados na Nuvem AWS
 
Migrate and Modernize Your Database
Migrate and Modernize Your DatabaseMigrate and Modernize Your Database
Migrate and Modernize Your Database
 
Scale Up and Modernize Your Database with Amazon Relational Database Service ...
Scale Up and Modernize Your Database with Amazon Relational Database Service ...Scale Up and Modernize Your Database with Amazon Relational Database Service ...
Scale Up and Modernize Your Database with Amazon Relational Database Service ...
 
Enterprise-Database-Migration-Strategies-and-Options-on-AWS
Enterprise-Database-Migration-Strategies-and-Options-on-AWSEnterprise-Database-Migration-Strategies-and-Options-on-AWS
Enterprise-Database-Migration-Strategies-and-Options-on-AWS
 
Databases - EBC on the road Brazil Edition [Portuguese]
Databases - EBC on the road Brazil Edition [Portuguese]Databases - EBC on the road Brazil Edition [Portuguese]
Databases - EBC on the road Brazil Edition [Portuguese]
 
Architecting SAP on Amazon Web Services - SVC216 - Chicago AWS Summit
Architecting SAP on Amazon Web Services - SVC216 - Chicago AWS SummitArchitecting SAP on Amazon Web Services - SVC216 - Chicago AWS Summit
Architecting SAP on Amazon Web Services - SVC216 - Chicago AWS Summit
 
Cloud Migration Workshop
Cloud Migration WorkshopCloud Migration Workshop
Cloud Migration Workshop
 
Databases - Choosing the right Database on AWS
Databases - Choosing the right Database on AWSDatabases - Choosing the right Database on AWS
Databases - Choosing the right Database on AWS
 
The Evolution of Database Technologies Christian Bandulet
The Evolution of Database Technologies Christian BanduletThe Evolution of Database Technologies Christian Bandulet
The Evolution of Database Technologies Christian Bandulet
 
Scaling a database with Amazon RDS for Oracle - ADB208 - Chicago AWS Summit
Scaling a database with Amazon RDS for Oracle - ADB208 - Chicago AWS SummitScaling a database with Amazon RDS for Oracle - ADB208 - Chicago AWS Summit
Scaling a database with Amazon RDS for Oracle - ADB208 - Chicago AWS Summit
 
“Lift and shift” storage for business-critical applications - STG203 - New Yo...
“Lift and shift” storage for business-critical applications - STG203 - New Yo...“Lift and shift” storage for business-critical applications - STG203 - New Yo...
“Lift and shift” storage for business-critical applications - STG203 - New Yo...
 
Disaster Recovery Options with AWS - AWS Online Tech Talks
Disaster Recovery Options with AWS - AWS Online Tech TalksDisaster Recovery Options with AWS - AWS Online Tech Talks
Disaster Recovery Options with AWS - AWS Online Tech Talks
 
2. migration, disaster recovery and business continuity in the cloud
2. migration, disaster recovery and business continuity in the cloud2. migration, disaster recovery and business continuity in the cloud
2. migration, disaster recovery and business continuity in the cloud
 
Deep Dive - Amazon Relational Database Services_AWSPSSummit_Singapore
Deep Dive - Amazon Relational Database Services_AWSPSSummit_SingaporeDeep Dive - Amazon Relational Database Services_AWSPSSummit_Singapore
Deep Dive - Amazon Relational Database Services_AWSPSSummit_Singapore
 
Webinar AWS: Desmistificando a Nuvem
Webinar AWS: Desmistificando a NuvemWebinar AWS: Desmistificando a Nuvem
Webinar AWS: Desmistificando a Nuvem
 
AWS DevDay Berlin - Resiliency and availability design patterns for the cloud
AWS DevDay Berlin - Resiliency and availability design patterns for the cloudAWS DevDay Berlin - Resiliency and availability design patterns for the cloud
AWS DevDay Berlin - Resiliency and availability design patterns for the cloud
 
Best Practices cho việc lưu trữ, backup, và khôi phục dữ liệu trên AWS
Best Practices cho việc lưu trữ, backup, và khôi phục dữ liệu trên AWSBest Practices cho việc lưu trữ, backup, và khôi phục dữ liệu trên AWS
Best Practices cho việc lưu trữ, backup, và khôi phục dữ liệu trên AWS
 
Running Mission Critical Workloads on AWS
Running Mission Critical Workloads on AWSRunning Mission Critical Workloads on AWS
Running Mission Critical Workloads on AWS
 
How-to-Choose-the-Right-Database-to-Build-High-Performance-Internet-Scale-App...
How-to-Choose-the-Right-Database-to-Build-High-Performance-Internet-Scale-App...How-to-Choose-the-Right-Database-to-Build-High-Performance-Internet-Scale-App...
How-to-Choose-the-Right-Database-to-Build-High-Performance-Internet-Scale-App...
 
Disaster Recovery Options with AWS (with Live Demos) - AWS Online Tech Talks
Disaster Recovery Options with AWS (with Live Demos) - AWS Online Tech TalksDisaster Recovery Options with AWS (with Live Demos) - AWS Online Tech Talks
Disaster Recovery Options with AWS (with Live Demos) - AWS Online Tech Talks
 

Mehr von Amazon Web Services LATAM

AWS para terceiro setor - Sessão 1 - Introdução à nuvem
AWS para terceiro setor - Sessão 1 - Introdução à nuvemAWS para terceiro setor - Sessão 1 - Introdução à nuvem
AWS para terceiro setor - Sessão 1 - Introdução à nuvemAmazon Web Services LATAM
 
AWS para terceiro setor - SessĂŁo 2 - Armazenamento e Backup
AWS para terceiro setor - SessĂŁo 2 - Armazenamento e BackupAWS para terceiro setor - SessĂŁo 2 - Armazenamento e Backup
AWS para terceiro setor - SessĂŁo 2 - Armazenamento e BackupAmazon Web Services LATAM
 
AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.
AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.
AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.Amazon Web Services LATAM
 
AWS para terceiro setor - Sessão 1 - Introdução à nuvem
AWS para terceiro setor - Sessão 1 - Introdução à nuvemAWS para terceiro setor - Sessão 1 - Introdução à nuvem
AWS para terceiro setor - Sessão 1 - Introdução à nuvemAmazon Web Services LATAM
 
AWS para terceiro setor - SessĂŁo 2 - Armazenamento e Backup
AWS para terceiro setor - SessĂŁo 2 - Armazenamento e BackupAWS para terceiro setor - SessĂŁo 2 - Armazenamento e Backup
AWS para terceiro setor - SessĂŁo 2 - Armazenamento e BackupAmazon Web Services LATAM
 
AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.
AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.
AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.Amazon Web Services LATAM
 
Automatice el proceso de entrega con CI/CD en AWS
Automatice el proceso de entrega con CI/CD en AWSAutomatice el proceso de entrega con CI/CD en AWS
Automatice el proceso de entrega con CI/CD en AWSAmazon Web Services LATAM
 
Automatize seu processo de entrega de software com CI/CD na AWS
Automatize seu processo de entrega de software com CI/CD na AWSAutomatize seu processo de entrega de software com CI/CD na AWS
Automatize seu processo de entrega de software com CI/CD na AWSAmazon Web Services LATAM
 
Ransomware: como recuperar os seus dados na nuvem AWS
Ransomware: como recuperar os seus dados na nuvem AWSRansomware: como recuperar os seus dados na nuvem AWS
Ransomware: como recuperar os seus dados na nuvem AWSAmazon Web Services LATAM
 
Ransomware: cĂłmo recuperar sus datos en la nube de AWS
Ransomware: cĂłmo recuperar sus datos en la nube de AWSRansomware: cĂłmo recuperar sus datos en la nube de AWS
Ransomware: cĂłmo recuperar sus datos en la nube de AWSAmazon Web Services LATAM
 
Ransomware: EstratÊgias de Mitigação
Ransomware: EstratÊgias de MitigaçãoRansomware: EstratÊgias de Mitigação
Ransomware: EstratÊgias de MitigaçãoAmazon Web Services LATAM
 
Ransomware: EstratĂŠgias de MitigaciĂłn
Ransomware: EstratĂŠgias de MitigaciĂłnRansomware: EstratĂŠgias de MitigaciĂłn
Ransomware: EstratĂŠgias de MitigaciĂłnAmazon Web Services LATAM
 
Aprenda a migrar y transferir datos al usar la nube de AWS
Aprenda a migrar y transferir datos al usar la nube de AWSAprenda a migrar y transferir datos al usar la nube de AWS
Aprenda a migrar y transferir datos al usar la nube de AWSAmazon Web Services LATAM
 
Aprenda como migrar e transferir dados ao utilizar a nuvem da AWS
Aprenda como migrar e transferir dados ao utilizar a nuvem da AWSAprenda como migrar e transferir dados ao utilizar a nuvem da AWS
Aprenda como migrar e transferir dados ao utilizar a nuvem da AWSAmazon Web Services LATAM
 
CĂłmo mover a un almacenamiento de archivos administrados
CĂłmo mover a un almacenamiento de archivos administradosCĂłmo mover a un almacenamiento de archivos administrados
CĂłmo mover a un almacenamiento de archivos administradosAmazon Web Services LATAM
 
Os benefĂ­cios de migrar seus workloads de Big Data para a AWS
Os benefĂ­cios de migrar seus workloads de Big Data para a AWSOs benefĂ­cios de migrar seus workloads de Big Data para a AWS
Os benefĂ­cios de migrar seus workloads de Big Data para a AWSAmazon Web Services LATAM
 

Mehr von Amazon Web Services LATAM (20)

AWS para terceiro setor - Sessão 1 - Introdução à nuvem
AWS para terceiro setor - Sessão 1 - Introdução à nuvemAWS para terceiro setor - Sessão 1 - Introdução à nuvem
AWS para terceiro setor - Sessão 1 - Introdução à nuvem
 
AWS para terceiro setor - SessĂŁo 2 - Armazenamento e Backup
AWS para terceiro setor - SessĂŁo 2 - Armazenamento e BackupAWS para terceiro setor - SessĂŁo 2 - Armazenamento e Backup
AWS para terceiro setor - SessĂŁo 2 - Armazenamento e Backup
 
AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.
AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.
AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.
 
AWS para terceiro setor - Sessão 1 - Introdução à nuvem
AWS para terceiro setor - Sessão 1 - Introdução à nuvemAWS para terceiro setor - Sessão 1 - Introdução à nuvem
AWS para terceiro setor - Sessão 1 - Introdução à nuvem
 
AWS para terceiro setor - SessĂŁo 2 - Armazenamento e Backup
AWS para terceiro setor - SessĂŁo 2 - Armazenamento e BackupAWS para terceiro setor - SessĂŁo 2 - Armazenamento e Backup
AWS para terceiro setor - SessĂŁo 2 - Armazenamento e Backup
 
AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.
AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.
AWS para terceiro setor - SessĂŁo 3 - Protegendo seus dados.
 
Automatice el proceso de entrega con CI/CD en AWS
Automatice el proceso de entrega con CI/CD en AWSAutomatice el proceso de entrega con CI/CD en AWS
Automatice el proceso de entrega con CI/CD en AWS
 
Automatize seu processo de entrega de software com CI/CD na AWS
Automatize seu processo de entrega de software com CI/CD na AWSAutomatize seu processo de entrega de software com CI/CD na AWS
Automatize seu processo de entrega de software com CI/CD na AWS
 
CĂłmo empezar con Amazon EKS
CĂłmo empezar con Amazon EKSCĂłmo empezar con Amazon EKS
CĂłmo empezar con Amazon EKS
 
Como começar com Amazon EKS
Como começar com Amazon EKSComo começar com Amazon EKS
Como começar com Amazon EKS
 
Ransomware: como recuperar os seus dados na nuvem AWS
Ransomware: como recuperar os seus dados na nuvem AWSRansomware: como recuperar os seus dados na nuvem AWS
Ransomware: como recuperar os seus dados na nuvem AWS
 
Ransomware: cĂłmo recuperar sus datos en la nube de AWS
Ransomware: cĂłmo recuperar sus datos en la nube de AWSRansomware: cĂłmo recuperar sus datos en la nube de AWS
Ransomware: cĂłmo recuperar sus datos en la nube de AWS
 
Ransomware: EstratÊgias de Mitigação
Ransomware: EstratÊgias de MitigaçãoRansomware: EstratÊgias de Mitigação
Ransomware: EstratÊgias de Mitigação
 
Ransomware: EstratĂŠgias de MitigaciĂłn
Ransomware: EstratĂŠgias de MitigaciĂłnRansomware: EstratĂŠgias de MitigaciĂłn
Ransomware: EstratĂŠgias de MitigaciĂłn
 
Aprenda a migrar y transferir datos al usar la nube de AWS
Aprenda a migrar y transferir datos al usar la nube de AWSAprenda a migrar y transferir datos al usar la nube de AWS
Aprenda a migrar y transferir datos al usar la nube de AWS
 
Aprenda como migrar e transferir dados ao utilizar a nuvem da AWS
Aprenda como migrar e transferir dados ao utilizar a nuvem da AWSAprenda como migrar e transferir dados ao utilizar a nuvem da AWS
Aprenda como migrar e transferir dados ao utilizar a nuvem da AWS
 
CĂłmo mover a un almacenamiento de archivos administrados
CĂłmo mover a un almacenamiento de archivos administradosCĂłmo mover a un almacenamiento de archivos administrados
CĂłmo mover a un almacenamiento de archivos administrados
 
Simplifique su BI con AWS
Simplifique su BI con AWSSimplifique su BI con AWS
Simplifique su BI con AWS
 
Simplifique o seu BI com a AWS
Simplifique o seu BI com a AWSSimplifique o seu BI com a AWS
Simplifique o seu BI com a AWS
 
Os benefĂ­cios de migrar seus workloads de Big Data para a AWS
Os benefĂ­cios de migrar seus workloads de Big Data para a AWSOs benefĂ­cios de migrar seus workloads de Big Data para a AWS
Os benefĂ­cios de migrar seus workloads de Big Data para a AWS
 

KĂźrzlich hochgeladen

Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa494f574xmv
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一z xss
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书rnrncn29
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxDyna Gilbert
 
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书rnrncn29
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 
Elevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New OrleansElevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New Orleanscorenetworkseo
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Sonam Pathan
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhimiss dipika
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationLinaWolf1
 
SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predieusebiomeyer
 
Q4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxQ4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxeditsforyah
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 

KĂźrzlich hochgeladen (20)

young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptx
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 
Elevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New OrleansElevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New Orleans
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhi
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 Documentation
 
SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predi
 
Q4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxQ4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptx
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 

Databases in the Cloud em Amazon Web Services

  • 1. 3/14/19 1 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Mv – Marcus Vinicius Ferreira Sr. SA, Public Sector, Education Fev/2019 EBC: Databases in the Cloud Databases, DataWarehouses, DataLakes Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Mv – Marcus Vinicius Ferreira mvferr@amazon.com Solutions Architect BR, Public Sector, Education Previous: Oracle, Sun, Abril, Baby, Nubank Presenter Mv
  • 2. 3/14/19 2 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Agenda • Databases: RDS e Aurora • Datawarehouse: Amazon Redshift • Data Lake • Database Freedom • Q&A Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Databases: Amazon RDS
  • 3. 3/14/19 3 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Corporate data center Database DB on EC2 instance RDS Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Databases: SQL, NoSQL EC2 Server Volume Volume Volume Volume Volume Volume
  • 4. 3/14/19 4 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Relational Database Service • Introduced in 2009 • Multi-engine support: Amazon Aurora, MySQL, MariaDB, PostgreSQL, Oracle, Microsoft SQL Server • Automated provisioning, patching, scaling, replicas, backup/restore, monitoring, failover • Easy to manage via console or API • Low-cost ‘pay for what you use’ • Built-in High availability with RDS Multi-AZ and Amazon Aurora Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Commercial Open source Cloud native MySQL Compatible PostgreSQL Compatible Amazon Aurora
  • 5. 3/14/19 5 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. If you host your databases on premises Power, HVAC, net Rack and stack Server maintenance OS patches DB s/w patches Database backups High availability DB s/w installs OS installation Scaling App optimization you Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Power, HVAC, net Rack and stack Server maintenance OS patches DB s/w patches Database backups Scaling High availability DB s/w installs OS installation App optimization If you host your databases on premises ? you
  • 6. 3/14/19 6 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. If you host your databases in EC2 Power, HVAC, net Rack and stack Server maintenance OS patches DB s/w patches Database backups Scaling High availability DB s/w installs OS installation App optimization you Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. OS patches DB s/w patches Database backups Scaling High availability DB s/w installs App optimization Power, HVAC, net Rack and stack Server maintenance OS installation If you host your databases in EC2 ? you
  • 7. 3/14/19 7 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. If you choose a managed database service Power, HVAC, net Rack and stack Server maintenance OS patches DB s/w patches Database backups App optimization High availability DB s/w installs OS installation Scaling Database tuning Design and Review App optimization Best practices you Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. How is Database Practitioner time spent with Amazon RDS? New Apps App upgrades Schema design Query construction Query optimization Automatic fail-over Backup & recovery Isolation & security Industry compliance Push-button scaling Automated patching Advanced monitoring Routine maintenance RDS takes care of your time- consuming database management tasks, freeing you to focus on your applications and business DBA AWS
  • 8. 3/14/19 8 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Focus: application optimization App optimization Database tuning Design and Review App optimization Best practices you Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon RDS Performance Insights DB Load : Average Active Sessions • Easy • Powerful • Identifies database bottlenecks Top SQL • Identifies source of bottleneck Enables Problem Discovery • Adjustable Time frame • Hour, day, week and longer • Investigate: SQL, waits, user, hosts
  • 9. 3/14/19 9 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Š 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Tamanhos de Instâncias 1 x c4.8xlarge 2 x c4.4xlarge ≈ 4 x c4.2xlarge ≈ 8 x c4.xlarge ≈ ~$1.60 ~$0.80 ~$0.40 ~$0.20 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Scaling Instances Up/Down AWS Management Console
  • 10. 3/14/19 10 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. RDS Multi-AZ: High-Availability comes FIRST. 172.31.0.0/16 sa-east-1a sa-east-1b sa-east-1c Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Availability Zone A AWS Region 10.1.0.0/16 10.1.1.0/24 Availability Zone B 10.1.2.0/24 Synchronous Replication M S Single Availability Zone Configuration HA Multi Availability Zone Configuration
  • 11. 3/14/19 11 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. High availability—Multi-AZ to DNS Availability Zone A AWS Region Availability Zone B M S DNS mydatabase.us-west-2.rds.amazonaws.com:3306 M Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Database Resize Availability Zone AWS Region 10.1.2.0/24 Availability Zone 10.1.1.0/24 Prod
  • 12. 3/14/19 12 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Empty Architectures can evolve… Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Database Resize Availability Zone AWS Region 10.1.2.0/24 Availability Zone 10.1.1.0/24 Prod
  • 13. 3/14/19 13 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Database Resize... and separation. Availability Zone AWS Region 10.1.2.0/24 Availability Zone 10.1.1.0/24 ERP Website 1 Website 2 ERP Website 1 Website 2 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon CloudWatch for RDS l CPU utilization l Storage l Memory l 50+ system/OS metrics l 1–60 second granularity l DB connections l Selects per second l Latency (read and write) l Cache hit ratio l Replica lag CloudWatch alarms l Similar to on-premises custom monitoring tools
  • 14. 3/14/19 14 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Database Resize... and separation. Availability Zone AWS Region 10.1.2.0/24 Availability Zone 10.1.1.0/24 ERP Website 1 Website 2 ERP Website 1 Website 2 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Read Replicas Read scaling and disaster recovery RDS for MySQL, PostgreSQL, MariaDB • Relieve pressure on your master node with additional read capacity • Bring data close to your applications in different regions • Promote a read replica to a master for faster recovery in the event of disaster Asynchronous replication BI/reporting application server Read only Read/write Primary Read replica Slave
  • 15. 3/14/19 15 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Database Resize... and separation. Availability Zone AWS Region 10.1.2.0/24 Availability Zone 10.1.1.0/24 ERP Website 1 Website 2 ERP Website 1 Website 2 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Automated backups Point-in-time recovery for your DB instance • Scheduled daily volume backup of entire instance • Archive database change logs • 35–day maximum retention • Minimal impact on database performance • Taken from standby when running Multi-AZ Every day during your backup window, RDS creates a storage volume snapshot of your instance Every five minutes, RDS backs up the transaction logs of your database
  • 16. 3/14/19 16 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Database snapshots Backups of your entire DB instance in Amazon S3 Bucket Volume Snapshot 2Snapshot 1 Snapshot 3 • Always incremental • Amazon S3 Ă  99.999999999% durability • Supports encryption • Copy across accounts, across regions Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Database: Amazon Aurora
  • 17. 3/14/19 17 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. BETTER SCALABILITY & LATENCY: Scale out to millions of reads per second Scale-Out Read Performance Up to 15 Read Replicas Across Three AZs Auto-Scale New Read Replicas Auto-Scale Storage (no pre-provisioning needed) Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. FAST: Aurora MySQL – 5x Read/Write Throughput WRITE PERFORMANCE READ PERFORMANCE MySQL SysBench results R3.8XL: 32 cores / 244 GB RAM Five times higher throughput than stock MySQL based on industry standard benchmarks. 0 25,000 50,000 75,000 100,000 125,000 150,000 0 100,000 200,000 300,000 400,000 500,000 600,000 700,000 Aurora MySQL 5.6 MySQL 5.7
  • 18. 3/14/19 18 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. BETTER DURABILITY: Aurora 6-way replicated storage Six copies across three Availability Zones • 4 out of 6 write quorum; 3 out of 6 read quorum • Peer-to-peer replication for repairs SQL Transaction AZ 1 AZ 2 AZ 3 Caching SQL Transaction AZ 1 AZ 2 AZ 3 Caching Read availabilityRead and write availability Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Simplify storage management • Automatic storage scaling up to 64 TB—no performance impact • Continuous, incremental backups to Amazon S3 • Instantly create user snapshots—no performance impact • Automatic restriping, mirror repair, hot spot management, encryption Up to 64 TB of storage—autoincremented in 10 GB units up to 64 TB
  • 19. 3/14/19 19 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Datawarehouse: Amazon Redshift Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Purpose- built databases & analytic engines. Right tool for the right job.
  • 20. 3/14/19 20 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Traditionally, BI Looked Like This OLTP ERP CRM LOB Data Warehouse Business Intelligence • On-premises • Relational data • Terabyte to Petabyte scale • Schema defined prior to data load • Operational reporting and ad hoc • Large initial capex + $10K–$50K / Terabyte / Year • Difficult and slow to scale Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Redshift is Secure Security is Built-in 10 GigE (HPC) Customer VPC Internal VPC JDBC/ODBC Leader Node Compute Node Compute Node Compute Node • End-to-end data encryption • Amazon VPC for network isolation • Audit logging and AWS CloudTrail integration • Communicate event-specific notifications via email, text message, or call with Amazon SNS • Certifications and compliance include • SOC 1/2/3, PCI-DSS, FedRAMP, HIPAA S3
  • 21. 3/14/19 21 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Database Resize... and separation. Availability Zone AWS Region 10.1.2.0/24 Availability Zone 10.1.1.0/24 Prod Website 1 Website 2 ReportsAmazon Redshift Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Redshift is Integrated Use Existing BI Tools JDBC/ODBC Tool based native drivers On Prem Amazon QuickSight Existing or new BI tool Amazon Redshift
  • 22. 3/14/19 22 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Database Migration Service Accelerate Migrations to Amazon Redshift DMS usage is free for 6 months For more information: https://aws.amazon.com/dms/free-dms/ “AWS Database Migration Service is the most impressive migration service we’ve seen.” Azure SQL Database AWS DMS Amazon Redshift 2. Relational Databases 1. Non-Relational Databases 3. Other sources Amazon S3 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Starting small is powerful, when you can scale up fast Scaling up your analytics systems With AWS Traditional IT * get a new BI server 20 minutes 3 months upgrade your analytics server to the newest Intel processors and add 16GB memory 15 minutes 2 months add 500TB of storage instant 2 months grow a DWH cluster from 8GB to 1PB 1 hour 8 months build a 1024-node Hadoop cluster 30 minutes unlikely roll out multi-region production environment hours months * actual provisioning times in a well-organized IT division
  • 23. 3/14/19 23 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Data Lake Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. The world’s most valuable resource is no longer oil, but data.* *Copyright: The Economist, 2017, David Parkins “ ”
  • 24. 3/14/19 24 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Organizations that successfully generate business value from their data, will outperform their peers.* 24% 15% Leaders Followers Organic revenue growth *Aberdeen: Angling for Insight in Today’s Data Lake, Michael Lock, SVP Analytics and Business Intelligence To become a leader, data is becoming the differentiator Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Data Continues to Grow • Data volumes are growing faster than the ability to analyze the data • New types of data cannot be analyzed in context with data in the data warehouse • Users and applications need faster data ingest & analytics results
  • 25. 3/14/19 25 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Sources: Gartner: User Survey Analysis: Key Trends Shaping the Future of Data Center Infrastructure Through 2011 IDC: Worldwide Business Analytics Software 2012–2016 Forecast and 2011 Vendor Shares Legacy Architecture Models Lead to Dark Data Traditional data warehouses cannot keep pace with data growth 1990 2000 2010 2020 DataVolume All Data Analyzed Data Dark Data is not available for analysis Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What do the analysts say? https://www.promptcloud.com https://john-popelaars.blogspot.com https://ww.signiant.com https://www.linkedin.com/pulse/world-today-data-rich-information-poor-guru-p-mohapatra-pmp/
  • 26. 3/14/19 26 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Datalake: beyond the Datawarehouse OLTP ERP CRM LOB Data Warehouse Business Intelligence • S3 buckets • File based storage • Petabyte scale and beyond • History information will never be deleted Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Characteristics of a Data Lake Future Proof Flexible Access Dive in Anywhere Collect Anything
  • 27. 3/14/19 27 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Data Lake Pipeline Ingest Store Process Consume ETL/Streaming User Profile Recommendation Hot Homes Similar Homes Agent Follow-up Agent Scorecard Marketing A/B Testing Real Time Data Insights Business intelligence Redfin website Amazon EMR/Spark Amazon Redshift Amazon DynamoDB Amazon S3 Data lake On premisesdata Web appdata Amazon RDS Other databases Devices Your data Social Media Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Central Storage Secure, Cost Effective Storage in S3 S3 Catalog & Search Access & Search Metadata DynamoDB Amazon ES Access & User Interface Give your users easy & secure access API Gateway IAM Cognito Protect & Secure Use entitlements to ensure data is secure and users identities are verified Security Token Service Cloudwatch Cloudtrail KMS Athena Quicksight EMR Redshift Processing & Analytics Use predictive and prescriptive analytics to gain better understanding Firehose Direct Connect Snowball DMS Data Ingestion Get your data into S3 quickly and securely
  • 28. 3/14/19 28 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Big Data Pipeline CONSUME Amazon QuickSight Apps & Services Analysis&visualizationNotebooksAPI ETL Streaming Amazon Kinesis Analytics Amazon KCL apps AWS Lambda Amazon Redshift PROCESS/ANALYZE Amazon Machine Learning Presto Amazon EMR BatchInteractiveStreamML Amazon EC2 COLLECT Mobile apps Web apps Devices Sensors & IoT solutions AWS IoT Analytics Enterprise apps Logging Amazon CloudWatch AWS CloudTrail LoggingIoTApplications STORE Amazon Elasticsearch Service Apache Kafka Amazon Kinesis Streams Amazon Kinesis Firehose Amazon DynamoDB Amazon S3 Amazon RDS Amazon DynamoDB Streams SearchSQLNoSQLFileStream Amazon Redshift Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Leadership
  • 29. 3/14/19 29 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Compliance • SOC 1, 2, 3 • ISO 27001/9001 • ISO 27017/27018 • PCI • FedRAMP (MySQL) • HIPAA BAA Aurora • SOC 1, 2, 3 • ISO 27001/9001 • ISO 27017/27018 • PCI • FedRAMP • HIPAA BAA • UK Gov. Programs • Singapore MTCS MySQL • SOC 1, 2, 3 • ISO 27001/9001 • ISO 27017/27018 • PCI • FedRAMP • HIPAA BAA • UK Gov. Programs • Singapore MTCS Oracle • SOC 1, 2, 3 • ISO 27001/9001 • ISO 27017/27018 • PCI • HIPAA BAA MariaDB • SOC 1, 2, 3 • ISO 27001/9001 • ISO 27017/27018 • PCI • FedRAMP • HIPAA BAA • UK Gov. Programs • Singapore MTCS PostgreSQL • SOC 1, 2, 3 • ISO 27001/9001 • ISO 27017/27018 • PCI • HIPAA BAA • UK Gov. Programs • Singapore MTCS SQL Server Singapore MTCS 27001/9001 27017/27018 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Gartner, Magic Quadrant for Data Management Solutions for Analytics, 13 February 2018. This graphic was published by Gartner, Inc. as part of a larger research document and should be evaluated in the context of the entire document. The Gartner document is available upon request from Amazon. Gartner does not endorse any vendor, product or service depicted in its research publications, and does not advise technology users to select only those vendors with the highest ratings or other designation. Gartner research publications consist of the opinions of Gartner's research organization and should not be construed as statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this research, including any warranties of merchantability or fitness for a particular purpose.
  • 30. 3/14/19 30 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. The Forrester Wave™ is copyrighted by Forrester Research, Inc. Forrester and Forrester Wave™ are trademarks of Forrester Research, Inc. The Forrester Wave™ is a graphical representation of Forrester's call on a market and is plotted using a detailed spreadsheet with exposed scores, weightings, and comments. Forrester does not endorse any vendor, product, or service depicted in the Forrester Wave. Information is based on best available resources. Opinions reflect judgment at the time and are subject to change. The Forrester Wave™ Database-As-A-Service, Q2 2017 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. The Forrester Wave™ is copyrighted by Forrester Research, Inc. Forrester and Forrester Wave™ are trademarks of Forrester Research, Inc. The Forrester Wave™ is a graphical representation of Forrester's call on a market and is plotted using a detailed spreadsheet with exposed scores, weightings, and comments. Forrester does not endorse any vendor, product, or service depicted in the Forrester Wave. Information is based on best available resources. Opinions reflect judgment at the time and are subject to change. “Amazon Redshift has the largest adoption of BDW in the cloud.” “With more than 5,000 deployments, Amazon Redshift has the largest data warehouse deployments in the cloud – some over 10 petabytes in size.” AWS received a score of 5/5 (the highest score possible) in the: customer base, market awareness, ability to execute, road map, support, and partners criteria
  • 31. 3/14/19 31 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Starting small is powerful, when you can scale up fast Scaling up your analytics systems With AWS Traditional IT * get a new BI server 20 minutes 3 months upgrade your analytics server to the newest Intel processors and add 16GB memory 15 minutes 2 months add 500TB of storage instant 2 months grow a DWH cluster from 8GB to 1PB 1 hour 8 months build a 1024-node Hadoop cluster 30 minutes unlikely roll out multi-region production environment hours months * actual provisioning times in a well-organized IT division Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Customer Successes
  • 32. 3/14/19 32 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Hundreds of thousands of customers use Amazon RDS Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Thousands of Organizations Run Mission Critical Workloads on Amazon Redshift
  • 33. 3/14/19 33 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Airbnb moved its main MySQL database to Amazon RDS with only 15 minutes of downtime • RDS simplifies much of the time-consuming administrative tasks associated with databases so engineers can spend more time on features • Airbnb uses asynchronous replication to improve website performance launched via the RDS console or an API call • Multi-Availability Zone (Multi-AZ) provides Airbnb with high availability Airbnb—Amazon RDS for MySQL
  • 34. 3/14/19 34 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. CUSTOMERS: Provide scalable web services quickly The Government of Ontario makes government information and services accessible to the 14 million people in Ontario, Canada's largest province. Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Database Freedom
  • 35. 3/14/19 35 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What is Database Freedom? Launched in early 2018, Database Freedom is an AWS Database Migration Program focused on accelerating enterprise migrations from commercial database engines to AWS native database services. Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What we hear from customers about legacy databases... AUDIT Very expensive Proprietary Lock-in Punitive licensing You’ve got mail https://www.theregister.co.uk/2017/01/30/oracle_effectively_doubles_licence_fees_to_run_in_aws/ https://www.infoworld.com/article/3164517/cloud-computing/oracle-is-pricing-itself-out-of-amazons-cloud.html
  • 36. 3/14/19 36 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Programs Discover Database Freedom with AWS Innovation • Tools: Database Migration Service (DMS) and Schema Conversion Tool (SCT) • Services: Aurora MySQL and Aurora PostgreSQL, DynamoDB, EMR, Redshift, and others • Optimized and new EC2 and RDS instance types • ProServe, Partners, Service Teams • Workload Qualification Framework • Patterns and Recommendations Expertise • AWS Professional Services, Partners, Product Teams • Migration Playbooks • Patterns and Recommendations • Proofs-of-Concepts • Workshops • Incentives / Credits Database Freedom is an AWS Database Migration Program focused on accelerating enterprise migrations from commercial database engines to AWS native database services. Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS migration options AWS DMS Database migration and replication managed service Benefit • Easily and securely migrate and/or replicate your databases and data warehouses to AWS • Migrate between different database engines • Low cost and global availability AWS SCT Development tooling to convert schemas between databases and data warehouses Benefit • Automates schema conversion including database structure and code • Minimizes manual effort of performing a schema re-write • Allows conversion from commercial to open source platforms Native Tooling Migration options included with the engine Benefit • Leverage a familiar environment • Full support for native features Open Source Ora2Pg and others Benefit • Tailored solution for a specific problem • Multiple tools can offer a more complete solution than any one product • Free Commercial Attunity, Golden Gate and others Benefit • Commercial solutions are available for a wide range of migration sources and targets including legacy mainframe systems Innovation
  • 37. 3/14/19 37 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. DynamoDB NeptuneRDS Aurora CommercialCommunity Timestream QLDBElastiCache Relational Key-value Document In-memory Graph Time series Ledger Innovation Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS database partners Migration SI Partners License Advisory Partners Expertise
  • 38. 3/14/19 38 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Verizon is migrating over 1,000 business-critical applications and database backend systems to AWS, several of which also include the migration of production databases to Amazon Aurora. By migrating from Microsoft SQL Server to Amazon Aurora, Ryanair can run one of the largest email campaigns in Europe with higher performance at a fraction of the cost, sending out 22 million emails daily to customers. Trimble migrated their Oracle databases to Amazon RDS and project they will pay about 1/4th of what they paid when managing their private infrastructure. Intuit migrated from Microsoft SQL Server to Amazon Redshift to reduce data-processing timelines and get insights to decision makers faster and more frequently. Equinox Fitness migrated its Teradata on-premises data warehouse to Amazon Redshift. They went from static reports to a modern data lake that delivers dynamic reports. Migrated their Market Data system from SQL Server to Aurora MySQL using AWS Database Migration Service(DMS) to replicate data nightly. Reduces their processing times from 8 hours to 3 hours. By December 2018, Amazon.com will have migrated 88% of their Oracle DBs (and 97% of critical system DBs) moved to Amazon Aurora and Amazon DynamoDB. They also migrated their 50 PB Oracle Data Warehouse to AWS (Amazon S3, Amazon Redshift, and Amazon EMR). Samsung Electronics migrated their Cassandra clusters to Amazon DynamoDB for their Samsung Cloud workload with 70% cost savings. Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Questions?
  • 39. 3/14/19 39 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Thank You! https://aws.amazon.com/rds/ Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Global Infrastructure 18 Regions – 55 Availability Zones – 114 Edge Locations Region & Number of Availability Zones AWS GovCloud (2) EU Ireland (3) US West Frankfurt (2) Oregon (3) London (2) Northern California (3) Asia Pacific US East Singapore (2) N. Virginia (5), Ohio (3) Sydney (2), Tokyo (3), Seoul (2), Mumbai (2) Canada Central (2) China Beijing (2) South America SĂŁo Paulo (3) Announced Regions Paris, Ningxia
  • 40. 3/14/19 40 Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Region New Region Coming Soon Edge Location Region & Number of Availability Zones# The Global Infrastructure Š 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. REGION ~ 2ms latency 3 AZa AZc AZb Redundant Tier-1 Internet & Inter-Region Connectivity TCTC DC DC DC DC DCDC DC DC DC