SlideShare ist ein Scribd-Unternehmen logo
1 von 28
Downloaden Sie, um offline zu lesen
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
What’s new in Amazon RDS
Kathy Gibbs
Senior database specialist solutions architect
AWS
A D B 2 0 7
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Agenda
• Configuring your database instance in Amazon Relational Database
Service (Amazon RDS)
• Managing high availability, read replicas, and backups in Amazon RDS
• Monitoring and troubleshooting your Amazon RDS database
• Optimizing costs in Amazon RDS
• Spotlighting new features NEW!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Scalable compute
and storage with a few
clicks; minimal
downtime for your
application
Automatic Multi-AZ
data replication;
automated backup,
snapshots, and failover
Data encryption at rest
and in transit; industry
compliance and
assurance programs
Amazon RDS: Managed relational database service
with a choice of popular database engines
Easy to administer
Easy deployment
and maintenance of
hardware, the OS,
and DB software;
built-in monitoring
Performant & scalable Available & durable Secure & compliant
Microsoft SQL Server
S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Amazon RDS database engines
Commercial Open source Cloud native
Storage based on Amazon Elastic Block Store (Amazon EBS) Amazon Aurora storage system
MySQL-compatible
PostgreSQL-compatibleMicrosoft SQL Server
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Which database engine version should you use?
MySQL: 5.5, 5.6, 5.7, 8.0
MySQL 8.0: Window functions, common
table expressions, JSON functions,
spatial support, improved performance,
crash-safe DDL operations, security roles,
TLS 1.2
MariaDB: 10.0, 10.1, 10.2, 10.3
MariaDB 10.3: Oracle compatibility
(PL/SQL parser), sequences, INTERSECT
and EXCEPT, new ROW type and TYPE
OF stored functions, invisible columns,
temporal versioned tables, user-defined
aggregates, instant ADD COLUMN
operations
PostgreSQL: 9.3, 9.4, 9.5, 9.6, 10, 11
PostgreSQL 10: Native table partitioning, improved
parallelism in query execution, ICU collation support, column
group statistics, enhanced FDW and PLV8 extensions, huge
pages enabled by default
PostgreSQL 11: Embedded transactions within a stored
procedure, improvements to partitioning, improvements to
parallelism, faster addition of columns with a non-null
column default
Oracle: 11.2, 12.1, 12.2
Oracle 12.2: New engine versioning scheme—release update
(.ru) and release update revision (.rur)
SQL Server: 2008 R2, 2012, 2014, 2016, 2017
NEW!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Which instance type should you choose?
T family
• Burstable instances
• 1 vCPU, 1 GiB RAM –
8 vCPUs, 32 GiB RAM
• Moderate networking
performance
• Is good for small or variable
workloads
• You can monitor CPU
credit metrics in Amazon
CloudWatch
• T2.micro is eligible for the
AWS Free Tier
• T3 enables unlimited
mode—can burst above
baseline for an extra charge
M family
• General purpose instances
• 2 vCPUs, 8 GiB RAM –
64 vCPUs, 256 GiB RAM
• High-performance
networking
• Is good for running CPU-
intensive workloads (such
as WordPress)
• M5 offers up to 96 vCPUs
R family
• Memory-optimized instances
• 2 vCPUs, 16 GiB RAM –
96 vCPUs, 768 GiB RAM
• High-performance
networking
• Is good for query-intensive
workloads or high connection
counts
• R5 offers up to vCPU 768 GiB
RAM
• Oracle support is available for
X1 and X1e instances and for
CPU license optimizationNEW!
NEW!NEW!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Which storage type should you choose?
General purpose (gp2)
• SSD storage
• Maximum of 64 TiB for Oracle
• Maximum of 32 TiB for PostgreSQL,
MySQL, and MariaDB
• Maximum of 16 TiB for SQL Server
• Leveraging of Amazon EBS elastic volumes
• IOPS that is determined by volume size
• Minimum of 100 IOPS (below 33.33 GiB)
• Bursts of up to 3,000 IOPS (applicable
below 1.3 TiB)
• Baseline of 16,000 IOPS per volume (at
5.3 TiB and above)
• Affordable performance
Provisioned IOPS (io1)
• SSD storage
• Maximum of 64 TiB for Oracle
• Maximum of 32 TiB for PostgreSQL,
MySQL, and MariaDB
• Leveraging of Amazon EBS elastic volumes
• Maximum of 80,000 IOPS (64,000 on
SQL Server)
• Delivery within 10 percent of the IOPS
performance 99.9 percent of the time
• High performance and consistency
Magnetic
• Magnetic storage
• Maximum of 1 TB
• Support for legacy databases
NEW!NEW!
NEW!
S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Can you run Amazon RDS in your data center?
• Amazon RDS instances running in vSphere clusters (in preview)
• Use cases
• Automated management of on-premises databases
• Hybrid cloud backups and scaling
• Migration of databases to AWS
• Features
• Automated management, including provisioning and patching
• Unified management console
• Storage and compute scaling
• Read replicas on premises or in AWS
• Performance monitoring with vSphere and CloudWatch
• Simple backup and restore on premises or in AWS
• Supported engines: MySQL, MariaDB, PostgreSQL, SQL Server, Oracle
NEW!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
VMware vSphere private data center
AWS Cloud
Amazon RDS
Connector
Dedicated VPN tunnel
enables database
management entirely
within your private
data center
DB instance
standby
DB instance
read replica
DB instance
primaryAmazon RDS
on VMware
The Amazon RDS Connector
packages technologies at the
core of Amazon RDS in AWS
and deploys them on premises
Amazon RDS on VMware
NEW!
S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
PrimarySecondary
How do you ensure high availability for your database?
• Multi-AZ configurations provide
enterprise-grade fault tolerance
solution for production databases
• Each database host manages a set of
Amazon EBS volumes with a full copy of
the data
• Instances are monitored by an external
observer to maintain consensus over
quorum
• Failover is initiated by automation or
through the Amazon RDS API
• Redirection to the new primary instance
is provided through DNS
• This detects infrastructure issues, not
database engine problems
StandbyPrimary
Availability Zone 1 Availability Zone 2
AWS region
Applications
Synchronous
replication
Amazon
Route 53
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
How can you gain read scalability?
• Use Amazon RDS read replicas to relieve
pressure on your source database with
additional read capacity
• Create up to five replicas per source database
• Monitor replication lag in Amazon
CloudWatch or Amazon RDS console
• Read replicas are supported for MySQL,
MariaDB, and PostgreSQL
• Single-region read replicas for Oracle
Enterprise Edition (EE) are available in
preview
• This is coming soon for SQL Server
Region
Asynchronous
replication
NEW!
NEW!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
How can you plan for disaster recovery?
• Use a cross-region read replica as a
standby database for recovery in the
event of a disaster
• Configure read replicas for Multi-AZ
to reduce recovery time
• Use delayed replication for MySQL
to protect from self-inflicted
disasters
• Feature is supported for MySQL,
MariaDB, and PostgreSQL
• For Oracle and SQL Server, use cross-
region backup copies
Region 1
Availability Zone 2
Synchronous
replication
Synchronous
replication
Availability Zone 3
Availability Zone 1 Availability Zone 4
Region 2
Asynchronous
replication
NEW!
NEW!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
How does Amazon RDS manage backups?
• There are two options—automated
backups and manual snapshots
• Amazon RDS leverages Amazon EBS
snapshots stored in Amazon Simple
Storage Service (Amazon S3)
• For automated backups, transaction
logs are stored every five minutes in
Amazon S3 to support point-in-time
recovery
• There is no performance penalty for
backups, and there is a brief pause for
Single-AZ configurations
• Snapshots can be copied across
regions or shared with other accounts
RDS
Host
Amazon S3
Application
Amazon
EBS
volume
Standby
instance
Amazon S3
Region 1 Region 2
Availability Zone 1
Availability
Zone 2
Primary instance
Amazon
EBS volume
Transaction
logs
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
New Amazon RDS backup features
• Retain automated backups
• You can optionally keep automated
backups and transaction logs
upon instance deletion
• You can perform a point-in-time
restore to any point during the
retained period
• Automated backups are retained
for the original retention period
for the instance
• Specify parameter group value on restore
• Copy incremental encrypted snapshots
NEW!
NEW!
NEW!
S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
How can you monitor your Amazon RDS database?
• CloudWatch metrics
• CPU, storage, memory
• Swap usage
• I/O (read and write)
• Latency (read and write)
• Throughput (read and write)
• Replica lag
• CloudWatch alarms—similar to
on-premises monitoring tools
• Enhanced monitoring
• Access to additional CPU, memory, file
system, and disk I/O metrics
• As low as one-second intervals
• Integration with third-party
monitoring tools
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
How do you troubleshoot performance problems?
• Identify database bottlenecks
with Amazon RDS Performance
Insights
• Measure database load—average
active sessions measured
through lightweight sampling
• View load by database wait
states (CPU, I/O, locks)
• Slice database load by top SQL
statements
• Use adjustable time frame—hour,
day, week, and longer
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
New features in Performance Insights
• Engine support—all engines
• Extended data retention
• Retain up to two years of performance data
• Trend performance over time, analyze month-over-month activity, and compare end-of-
quarter or end-of-year performance with earlier performance
• Load metrics in CloudWatch
• DBLoad
• DBLoadCPU
• DBLoadNonCPU
• AWS CloudFormation support
NEW!
NEW!
NEW!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
How do you adhere to best practices?
• Amazon RDS Recommendations
provides individualized best
practice guidance by analyzing
your resources
• It offers an initial set of
configuration-based
recommendations
• Future launches will include
usage, parameters, and
performance recommendations
• Results are presented in the AWS
Management Console to apply
immediately or schedule for the
next maintenance window
NEW!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
How do you manage database log files?
• You can view database engine logs in the Amazon RDS console or
download them via the Amazon RDS API
• You can now publish logs in real time to Amazon CloudWatch Logs
• You can set CloudWatch alarms based on text search patterns
• Supported engines are Aurora MySQL, Amazon RDS MySQL, MariaDB, Oracle, and Amazon
RDS PostgreSQL
• This feature is coming soon for
Aurora PostgreSQL
CloudWatch
alarms
NEW!
Oracle DB
instance
CloudWatch
Logs
MySQL DB
instance alternate
PostgreSQL
instance
CloudWatch
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
How can you track events with Amazon RDS resources?
• Amazon RDS event notifications let you know
when important things happen
• There are built-in notifications for Amazon Simple
Notification Service (Amazon SNS)
• RDS now publishes events to Amazon CloudWatch
Events
• Lets you create rules to respond to changes in resources
• Supports cross-account event delivery
• Amazon RDS includes 6 source types (DB instance,
DB parameter group, DB security group, DB
snapshot, DB cluster, DB cluster snapshot)
• Amazon RDS includes 17 event categories
(availability, backup, deletion, configuration
change, and more)
NEW!
S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Can you stop and start your databases?
• This solution is for development and test
environments
• You can stop and start a running DB instance from the
console or AWS Command Line Interface (AWS CLI)
• It is now available for both Single-AZ and Multi-AZ DB
instances and Aurora DB clusters
• While an instance is stopped, you only pay for storage
• Backup retention window is maintained while an
instance is stopped
• Instances are restarted after seven days
• Pending maintenance operations are applied
• Instances can be stopped again, if needed
NEW!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Can you save money with Reserved Instances (RIs)?
• Amazon RDS RIs provide a discount compared to on-demand prices
• You can match region, instance family, and engine of on-demand usage to
apply benefit
• Amazon RDS RIs offer size flexibility for open-source and Oracle BYOL engines
• By default, RIs are shared among all
accounts in consolidated billing
• RI utilization and coverage
reports help you determine
how your RIs are being used
• Amazon RDS RI recommendations
report uses historical data to
recommend which RIs to buy
NEW!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Thank you!
S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Kathy Gibbs

Weitere ähnliche Inhalte

Was ist angesagt?

How to speed up and scale your innovation efforts - MAD203 - Chicago AWS Summit
How to speed up and scale your innovation efforts - MAD203 - Chicago AWS SummitHow to speed up and scale your innovation efforts - MAD203 - Chicago AWS Summit
How to speed up and scale your innovation efforts - MAD203 - Chicago AWS SummitAmazon Web Services
 
What's new in Amazon Aurora - ADB203 - Chicago AWS Summit
What's new in Amazon Aurora - ADB203 - Chicago AWS SummitWhat's new in Amazon Aurora - ADB203 - Chicago AWS Summit
What's new in Amazon Aurora - ADB203 - Chicago AWS SummitAmazon Web Services
 
Module 2: Core AWS Compute and Storage Services - Virtual AWSome Day June 2018
Module 2: Core AWS Compute and Storage Services - Virtual AWSome Day June 2018Module 2: Core AWS Compute and Storage Services - Virtual AWSome Day June 2018
Module 2: Core AWS Compute and Storage Services - Virtual AWSome Day June 2018Amazon Web Services
 
Resiliency-and-Availability-Design-Patterns-for-the-Cloud
Resiliency-and-Availability-Design-Patterns-for-the-CloudResiliency-and-Availability-Design-Patterns-for-the-Cloud
Resiliency-and-Availability-Design-Patterns-for-the-CloudAmazon Web Services
 
Modernize your data warehouse with Amazon Redshift - ADB305 - New York AWS Su...
Modernize your data warehouse with Amazon Redshift - ADB305 - New York AWS Su...Modernize your data warehouse with Amazon Redshift - ADB305 - New York AWS Su...
Modernize your data warehouse with Amazon Redshift - ADB305 - New York AWS Su...Amazon Web Services
 
A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...
A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...
A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...Amazon Web Services
 
Introducing Open Distro for Elasticsearch - ADB201 - New York AWS Summit
Introducing Open Distro for Elasticsearch - ADB201 - New York AWS SummitIntroducing Open Distro for Elasticsearch - ADB201 - New York AWS Summit
Introducing Open Distro for Elasticsearch - ADB201 - New York AWS SummitAmazon Web Services
 
Modernize your data warehouse with Amazon Redshift - ADB305 - Atlanta AWS Summit
Modernize your data warehouse with Amazon Redshift - ADB305 - Atlanta AWS SummitModernize your data warehouse with Amazon Redshift - ADB305 - Atlanta AWS Summit
Modernize your data warehouse with Amazon Redshift - ADB305 - Atlanta AWS SummitAmazon Web Services
 
A Practitioner Guide to Securing Your Cloud (Like an Expert)
A Practitioner Guide to Securing Your Cloud (Like an Expert)A Practitioner Guide to Securing Your Cloud (Like an Expert)
A Practitioner Guide to Securing Your Cloud (Like an Expert)Amazon Web Services
 
Module 1: AWS Cloud Concepts, VPC, and Security Groups - Virtual AWSome Day J...
Module 1: AWS Cloud Concepts, VPC, and Security Groups - Virtual AWSome Day J...Module 1: AWS Cloud Concepts, VPC, and Security Groups - Virtual AWSome Day J...
Module 1: AWS Cloud Concepts, VPC, and Security Groups - Virtual AWSome Day J...Amazon Web Services
 
Using automation to drive continuous-compliance best practices - SEC208 - New...
Using automation to drive continuous-compliance best practices - SEC208 - New...Using automation to drive continuous-compliance best practices - SEC208 - New...
Using automation to drive continuous-compliance best practices - SEC208 - New...Amazon Web Services
 
Accelerating your Cloud Migration with VMware Cloud on AWS - SVC210 - Atlanta...
Accelerating your Cloud Migration with VMware Cloud on AWS - SVC210 - Atlanta...Accelerating your Cloud Migration with VMware Cloud on AWS - SVC210 - Atlanta...
Accelerating your Cloud Migration with VMware Cloud on AWS - SVC210 - Atlanta...Amazon Web Services
 
AWS Media Preservation Summit - Los Angeles
AWS Media Preservation Summit - Los AngelesAWS Media Preservation Summit - Los Angeles
AWS Media Preservation Summit - Los AngelesAmazon Web Services
 
AWS SSA Webinar - Cost optimisation on AWS
AWS SSA Webinar - Cost optimisation on AWSAWS SSA Webinar - Cost optimisation on AWS
AWS SSA Webinar - Cost optimisation on AWSCobus Bernard
 
Ditching the overhead - Moving Apache Kafka workloads into Amazon MSK - ADB30...
Ditching the overhead - Moving Apache Kafka workloads into Amazon MSK - ADB30...Ditching the overhead - Moving Apache Kafka workloads into Amazon MSK - ADB30...
Ditching the overhead - Moving Apache Kafka workloads into Amazon MSK - ADB30...Amazon 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
 
“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
 
[NEW LAUNCH] Introducing AWS Deep Learning Containers
[NEW LAUNCH] Introducing AWS Deep Learning Containers[NEW LAUNCH] Introducing AWS Deep Learning Containers
[NEW LAUNCH] Introducing AWS Deep Learning ContainersAmazon Web Services
 

Was ist angesagt? (20)

How to speed up and scale your innovation efforts - MAD203 - Chicago AWS Summit
How to speed up and scale your innovation efforts - MAD203 - Chicago AWS SummitHow to speed up and scale your innovation efforts - MAD203 - Chicago AWS Summit
How to speed up and scale your innovation efforts - MAD203 - Chicago AWS Summit
 
What's new in Amazon Aurora - ADB203 - Chicago AWS Summit
What's new in Amazon Aurora - ADB203 - Chicago AWS SummitWhat's new in Amazon Aurora - ADB203 - Chicago AWS Summit
What's new in Amazon Aurora - ADB203 - Chicago AWS Summit
 
EC2_and_VPC_workshop
EC2_and_VPC_workshopEC2_and_VPC_workshop
EC2_and_VPC_workshop
 
Module 2: Core AWS Compute and Storage Services - Virtual AWSome Day June 2018
Module 2: Core AWS Compute and Storage Services - Virtual AWSome Day June 2018Module 2: Core AWS Compute and Storage Services - Virtual AWSome Day June 2018
Module 2: Core AWS Compute and Storage Services - Virtual AWSome Day June 2018
 
Resiliency-and-Availability-Design-Patterns-for-the-Cloud
Resiliency-and-Availability-Design-Patterns-for-the-CloudResiliency-and-Availability-Design-Patterns-for-the-Cloud
Resiliency-and-Availability-Design-Patterns-for-the-Cloud
 
Overview of Amazon Web Services
Overview of Amazon Web ServicesOverview of Amazon Web Services
Overview of Amazon Web Services
 
Modernize your data warehouse with Amazon Redshift - ADB305 - New York AWS Su...
Modernize your data warehouse with Amazon Redshift - ADB305 - New York AWS Su...Modernize your data warehouse with Amazon Redshift - ADB305 - New York AWS Su...
Modernize your data warehouse with Amazon Redshift - ADB305 - New York AWS Su...
 
A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...
A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...
A tale of two customers - Simplified data protection with Veeam, N2WS & AWS -...
 
Introducing Open Distro for Elasticsearch - ADB201 - New York AWS Summit
Introducing Open Distro for Elasticsearch - ADB201 - New York AWS SummitIntroducing Open Distro for Elasticsearch - ADB201 - New York AWS Summit
Introducing Open Distro for Elasticsearch - ADB201 - New York AWS Summit
 
Modernize your data warehouse with Amazon Redshift - ADB305 - Atlanta AWS Summit
Modernize your data warehouse with Amazon Redshift - ADB305 - Atlanta AWS SummitModernize your data warehouse with Amazon Redshift - ADB305 - Atlanta AWS Summit
Modernize your data warehouse with Amazon Redshift - ADB305 - Atlanta AWS Summit
 
A Practitioner Guide to Securing Your Cloud (Like an Expert)
A Practitioner Guide to Securing Your Cloud (Like an Expert)A Practitioner Guide to Securing Your Cloud (Like an Expert)
A Practitioner Guide to Securing Your Cloud (Like an Expert)
 
Module 1: AWS Cloud Concepts, VPC, and Security Groups - Virtual AWSome Day J...
Module 1: AWS Cloud Concepts, VPC, and Security Groups - Virtual AWSome Day J...Module 1: AWS Cloud Concepts, VPC, and Security Groups - Virtual AWSome Day J...
Module 1: AWS Cloud Concepts, VPC, and Security Groups - Virtual AWSome Day J...
 
Using automation to drive continuous-compliance best practices - SEC208 - New...
Using automation to drive continuous-compliance best practices - SEC208 - New...Using automation to drive continuous-compliance best practices - SEC208 - New...
Using automation to drive continuous-compliance best practices - SEC208 - New...
 
Accelerating your Cloud Migration with VMware Cloud on AWS - SVC210 - Atlanta...
Accelerating your Cloud Migration with VMware Cloud on AWS - SVC210 - Atlanta...Accelerating your Cloud Migration with VMware Cloud on AWS - SVC210 - Atlanta...
Accelerating your Cloud Migration with VMware Cloud on AWS - SVC210 - Atlanta...
 
AWS Media Preservation Summit - Los Angeles
AWS Media Preservation Summit - Los AngelesAWS Media Preservation Summit - Los Angeles
AWS Media Preservation Summit - Los Angeles
 
AWS SSA Webinar - Cost optimisation on AWS
AWS SSA Webinar - Cost optimisation on AWSAWS SSA Webinar - Cost optimisation on AWS
AWS SSA Webinar - Cost optimisation on AWS
 
Ditching the overhead - Moving Apache Kafka workloads into Amazon MSK - ADB30...
Ditching the overhead - Moving Apache Kafka workloads into Amazon MSK - ADB30...Ditching the overhead - Moving Apache Kafka workloads into Amazon MSK - ADB30...
Ditching the overhead - Moving Apache Kafka workloads into Amazon MSK - ADB30...
 
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
 
“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...
 
[NEW LAUNCH] Introducing AWS Deep Learning Containers
[NEW LAUNCH] Introducing AWS Deep Learning Containers[NEW LAUNCH] Introducing AWS Deep Learning Containers
[NEW LAUNCH] Introducing AWS Deep Learning Containers
 

Ähnlich wie What’s new in Amazon RDS - ADB207 - Chicago AWS Summit

What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018
What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018
What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018Amazon Web Services
 
Amazon RDS & Amazon Aurora: Relational Databases on AWS - SRV206 - Atlanta AW...
Amazon RDS & Amazon Aurora: Relational Databases on AWS - SRV206 - Atlanta AW...Amazon RDS & Amazon Aurora: Relational Databases on AWS - SRV206 - Atlanta AW...
Amazon RDS & Amazon Aurora: Relational Databases on AWS - SRV206 - Atlanta AW...Amazon Web Services
 
Amazon RDS: Deep Dive - SRV310 - Chicago AWS Summit
Amazon RDS: Deep Dive - SRV310 - Chicago AWS SummitAmazon RDS: Deep Dive - SRV310 - Chicago AWS Summit
Amazon RDS: Deep Dive - SRV310 - Chicago AWS SummitAmazon Web Services
 
DAT302_Deep Dive on Amazon Relational Database Service (RDS)
DAT302_Deep Dive on Amazon Relational Database Service (RDS)DAT302_Deep Dive on Amazon Relational Database Service (RDS)
DAT302_Deep Dive on Amazon Relational Database Service (RDS)Amazon Web Services
 
DAT203_Running MySQL Databases on AWS
DAT203_Running MySQL Databases on AWSDAT203_Running MySQL Databases on AWS
DAT203_Running MySQL Databases on AWSAmazon 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
 
SRV310 Optimizing Relational Databases on AWS: Deep Dive on Amazon RDS
 SRV310 Optimizing Relational Databases on AWS: Deep Dive on Amazon RDS SRV310 Optimizing Relational Databases on AWS: Deep Dive on Amazon RDS
SRV310 Optimizing Relational Databases on AWS: Deep Dive on Amazon RDSAmazon Web Services
 
ENT305 Migrating Your Databases to AWS: Deep Dive on Amazon Relational Databa...
ENT305 Migrating Your Databases to AWS: Deep Dive on Amazon Relational Databa...ENT305 Migrating Your Databases to AWS: Deep Dive on Amazon Relational Databa...
ENT305 Migrating Your Databases to AWS: Deep Dive on Amazon Relational Databa...Amazon Web Services
 
Amazon RDS with Amazon Aurora | AWS Public Sector Summit 2016
Amazon RDS with Amazon Aurora | AWS Public Sector Summit 2016Amazon RDS with Amazon Aurora | AWS Public Sector Summit 2016
Amazon RDS with Amazon Aurora | AWS Public Sector Summit 2016Amazon Web Services
 
Relational Database Services on AWS
Relational Database Services on AWSRelational Database Services on AWS
Relational Database Services on AWSAmazon Web Services
 
AWS Webcast - Introduction to Amazon RDS: Low Admin, High Performance Databas...
AWS Webcast - Introduction to Amazon RDS: Low Admin, High Performance Databas...AWS Webcast - Introduction to Amazon RDS: Low Admin, High Performance Databas...
AWS Webcast - Introduction to Amazon RDS: Low Admin, High Performance Databas...Amazon Web Services
 
Relational Database Services on AWS - Bill Baldwin
Relational Database Services on AWS - Bill BaldwinRelational Database Services on AWS - Bill Baldwin
Relational Database Services on AWS - Bill BaldwinAmazon Web Services
 
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
 
Oracle & SQL Server on the Cloud: Database Week SF
Oracle & SQL Server on the Cloud: Database Week SFOracle & SQL Server on the Cloud: Database Week SF
Oracle & SQL Server on the Cloud: Database Week SFAmazon Web Services
 
Oracle & SQL Server on the Cloud: Database Week San Francisco
Oracle & SQL Server on the Cloud: Database Week San FranciscoOracle & SQL Server on the Cloud: Database Week San Francisco
Oracle & SQL Server on the Cloud: Database Week San FranciscoAmazon Web Services
 
AWS Webcast - Introduction to RDS Low Admin High Perf DBS
AWS Webcast - Introduction to RDS Low Admin High Perf DBSAWS Webcast - Introduction to RDS Low Admin High Perf DBS
AWS Webcast - Introduction to RDS Low Admin High Perf DBSAmazon Web Services
 

Ähnlich wie What’s new in Amazon RDS - ADB207 - Chicago AWS Summit (20)

What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018
What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018
What's New in Amazon Relational Database Service (DAT203) - AWS re:Invent 2018
 
Amazon RDS & Amazon Aurora: Relational Databases on AWS - SRV206 - Atlanta AW...
Amazon RDS & Amazon Aurora: Relational Databases on AWS - SRV206 - Atlanta AW...Amazon RDS & Amazon Aurora: Relational Databases on AWS - SRV206 - Atlanta AW...
Amazon RDS & Amazon Aurora: Relational Databases on AWS - SRV206 - Atlanta AW...
 
Amazon RDS: Deep Dive - SRV310 - Chicago AWS Summit
Amazon RDS: Deep Dive - SRV310 - Chicago AWS SummitAmazon RDS: Deep Dive - SRV310 - Chicago AWS Summit
Amazon RDS: Deep Dive - SRV310 - Chicago AWS Summit
 
Amazon RDS_Deep Dive - SRV310
Amazon RDS_Deep Dive - SRV310 Amazon RDS_Deep Dive - SRV310
Amazon RDS_Deep Dive - SRV310
 
DAT302_Deep Dive on Amazon Relational Database Service (RDS)
DAT302_Deep Dive on Amazon Relational Database Service (RDS)DAT302_Deep Dive on Amazon Relational Database Service (RDS)
DAT302_Deep Dive on Amazon Relational Database Service (RDS)
 
DAT203_Running MySQL Databases on AWS
DAT203_Running MySQL Databases on AWSDAT203_Running MySQL Databases on AWS
DAT203_Running MySQL Databases on AWS
 
Introduction to Amazon Relational Database Service
Introduction to Amazon Relational Database ServiceIntroduction to Amazon Relational Database Service
Introduction to Amazon Relational Database Service
 
SRV310 Optimizing Relational Databases on AWS: Deep Dive on Amazon RDS
 SRV310 Optimizing Relational Databases on AWS: Deep Dive on Amazon RDS SRV310 Optimizing Relational Databases on AWS: Deep Dive on Amazon RDS
SRV310 Optimizing Relational Databases on AWS: Deep Dive on Amazon RDS
 
ENT305 Migrating Your Databases to AWS: Deep Dive on Amazon Relational Databa...
ENT305 Migrating Your Databases to AWS: Deep Dive on Amazon Relational Databa...ENT305 Migrating Your Databases to AWS: Deep Dive on Amazon Relational Databa...
ENT305 Migrating Your Databases to AWS: Deep Dive on Amazon Relational Databa...
 
MySQL and MariaDB
MySQL and MariaDBMySQL and MariaDB
MySQL and MariaDB
 
Amazon RDS with Amazon Aurora | AWS Public Sector Summit 2016
Amazon RDS with Amazon Aurora | AWS Public Sector Summit 2016Amazon RDS with Amazon Aurora | AWS Public Sector Summit 2016
Amazon RDS with Amazon Aurora | AWS Public Sector Summit 2016
 
Relational Database Services on AWS
Relational Database Services on AWSRelational Database Services on AWS
Relational Database Services on AWS
 
AWS Webcast - Introduction to Amazon RDS: Low Admin, High Performance Databas...
AWS Webcast - Introduction to Amazon RDS: Low Admin, High Performance Databas...AWS Webcast - Introduction to Amazon RDS: Low Admin, High Performance Databas...
AWS Webcast - Introduction to Amazon RDS: Low Admin, High Performance Databas...
 
Relational Database Services on AWS - Bill Baldwin
Relational Database Services on AWS - Bill BaldwinRelational Database Services on AWS - Bill Baldwin
Relational Database Services on AWS - Bill Baldwin
 
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
 
SQL Server on AWS
SQL Server on AWSSQL Server on AWS
SQL Server on AWS
 
Oracle & SQL Server on the Cloud: Database Week SF
Oracle & SQL Server on the Cloud: Database Week SFOracle & SQL Server on the Cloud: Database Week SF
Oracle & SQL Server on the Cloud: Database Week SF
 
Oracle & SQL Server on the Cloud: Database Week San Francisco
Oracle & SQL Server on the Cloud: Database Week San FranciscoOracle & SQL Server on the Cloud: Database Week San Francisco
Oracle & SQL Server on the Cloud: Database Week San Francisco
 
AWS Webcast - Introduction to RDS Low Admin High Perf DBS
AWS Webcast - Introduction to RDS Low Admin High Perf DBSAWS Webcast - Introduction to RDS Low Admin High Perf DBS
AWS Webcast - Introduction to RDS Low Admin High Perf DBS
 
SQL Server on AWS
SQL Server on AWSSQL Server on AWS
SQL Server on AWS
 

Mehr von Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...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
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsAmazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareAmazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSAmazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAmazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareAmazon Web Services
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWSAmazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...Amazon Web Services
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceAmazon Web Services
 

Mehr von Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
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...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

What’s new in Amazon RDS - ADB207 - Chicago AWS Summit

  • 1. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T What’s new in Amazon RDS Kathy Gibbs Senior database specialist solutions architect AWS A D B 2 0 7
  • 2. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Agenda • Configuring your database instance in Amazon Relational Database Service (Amazon RDS) • Managing high availability, read replicas, and backups in Amazon RDS • Monitoring and troubleshooting your Amazon RDS database • Optimizing costs in Amazon RDS • Spotlighting new features NEW!
  • 3. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Scalable compute and storage with a few clicks; minimal downtime for your application Automatic Multi-AZ data replication; automated backup, snapshots, and failover Data encryption at rest and in transit; industry compliance and assurance programs Amazon RDS: Managed relational database service with a choice of popular database engines Easy to administer Easy deployment and maintenance of hardware, the OS, and DB software; built-in monitoring Performant & scalable Available & durable Secure & compliant Microsoft SQL Server
  • 4. S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 5. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Amazon RDS database engines Commercial Open source Cloud native Storage based on Amazon Elastic Block Store (Amazon EBS) Amazon Aurora storage system MySQL-compatible PostgreSQL-compatibleMicrosoft SQL Server
  • 6. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Which database engine version should you use? MySQL: 5.5, 5.6, 5.7, 8.0 MySQL 8.0: Window functions, common table expressions, JSON functions, spatial support, improved performance, crash-safe DDL operations, security roles, TLS 1.2 MariaDB: 10.0, 10.1, 10.2, 10.3 MariaDB 10.3: Oracle compatibility (PL/SQL parser), sequences, INTERSECT and EXCEPT, new ROW type and TYPE OF stored functions, invisible columns, temporal versioned tables, user-defined aggregates, instant ADD COLUMN operations PostgreSQL: 9.3, 9.4, 9.5, 9.6, 10, 11 PostgreSQL 10: Native table partitioning, improved parallelism in query execution, ICU collation support, column group statistics, enhanced FDW and PLV8 extensions, huge pages enabled by default PostgreSQL 11: Embedded transactions within a stored procedure, improvements to partitioning, improvements to parallelism, faster addition of columns with a non-null column default Oracle: 11.2, 12.1, 12.2 Oracle 12.2: New engine versioning scheme—release update (.ru) and release update revision (.rur) SQL Server: 2008 R2, 2012, 2014, 2016, 2017 NEW!
  • 7. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Which instance type should you choose? T family • Burstable instances • 1 vCPU, 1 GiB RAM – 8 vCPUs, 32 GiB RAM • Moderate networking performance • Is good for small or variable workloads • You can monitor CPU credit metrics in Amazon CloudWatch • T2.micro is eligible for the AWS Free Tier • T3 enables unlimited mode—can burst above baseline for an extra charge M family • General purpose instances • 2 vCPUs, 8 GiB RAM – 64 vCPUs, 256 GiB RAM • High-performance networking • Is good for running CPU- intensive workloads (such as WordPress) • M5 offers up to 96 vCPUs R family • Memory-optimized instances • 2 vCPUs, 16 GiB RAM – 96 vCPUs, 768 GiB RAM • High-performance networking • Is good for query-intensive workloads or high connection counts • R5 offers up to vCPU 768 GiB RAM • Oracle support is available for X1 and X1e instances and for CPU license optimizationNEW! NEW!NEW!
  • 8. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Which storage type should you choose? General purpose (gp2) • SSD storage • Maximum of 64 TiB for Oracle • Maximum of 32 TiB for PostgreSQL, MySQL, and MariaDB • Maximum of 16 TiB for SQL Server • Leveraging of Amazon EBS elastic volumes • IOPS that is determined by volume size • Minimum of 100 IOPS (below 33.33 GiB) • Bursts of up to 3,000 IOPS (applicable below 1.3 TiB) • Baseline of 16,000 IOPS per volume (at 5.3 TiB and above) • Affordable performance Provisioned IOPS (io1) • SSD storage • Maximum of 64 TiB for Oracle • Maximum of 32 TiB for PostgreSQL, MySQL, and MariaDB • Leveraging of Amazon EBS elastic volumes • Maximum of 80,000 IOPS (64,000 on SQL Server) • Delivery within 10 percent of the IOPS performance 99.9 percent of the time • High performance and consistency Magnetic • Magnetic storage • Maximum of 1 TB • Support for legacy databases NEW!NEW! NEW!
  • 9. S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 10. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Can you run Amazon RDS in your data center? • Amazon RDS instances running in vSphere clusters (in preview) • Use cases • Automated management of on-premises databases • Hybrid cloud backups and scaling • Migration of databases to AWS • Features • Automated management, including provisioning and patching • Unified management console • Storage and compute scaling • Read replicas on premises or in AWS • Performance monitoring with vSphere and CloudWatch • Simple backup and restore on premises or in AWS • Supported engines: MySQL, MariaDB, PostgreSQL, SQL Server, Oracle NEW!
  • 11. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T VMware vSphere private data center AWS Cloud Amazon RDS Connector Dedicated VPN tunnel enables database management entirely within your private data center DB instance standby DB instance read replica DB instance primaryAmazon RDS on VMware The Amazon RDS Connector packages technologies at the core of Amazon RDS in AWS and deploys them on premises Amazon RDS on VMware NEW!
  • 12. S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 13. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T PrimarySecondary How do you ensure high availability for your database? • Multi-AZ configurations provide enterprise-grade fault tolerance solution for production databases • Each database host manages a set of Amazon EBS volumes with a full copy of the data • Instances are monitored by an external observer to maintain consensus over quorum • Failover is initiated by automation or through the Amazon RDS API • Redirection to the new primary instance is provided through DNS • This detects infrastructure issues, not database engine problems StandbyPrimary Availability Zone 1 Availability Zone 2 AWS region Applications Synchronous replication Amazon Route 53
  • 14. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T How can you gain read scalability? • Use Amazon RDS read replicas to relieve pressure on your source database with additional read capacity • Create up to five replicas per source database • Monitor replication lag in Amazon CloudWatch or Amazon RDS console • Read replicas are supported for MySQL, MariaDB, and PostgreSQL • Single-region read replicas for Oracle Enterprise Edition (EE) are available in preview • This is coming soon for SQL Server Region Asynchronous replication NEW! NEW!
  • 15. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T How can you plan for disaster recovery? • Use a cross-region read replica as a standby database for recovery in the event of a disaster • Configure read replicas for Multi-AZ to reduce recovery time • Use delayed replication for MySQL to protect from self-inflicted disasters • Feature is supported for MySQL, MariaDB, and PostgreSQL • For Oracle and SQL Server, use cross- region backup copies Region 1 Availability Zone 2 Synchronous replication Synchronous replication Availability Zone 3 Availability Zone 1 Availability Zone 4 Region 2 Asynchronous replication NEW! NEW!
  • 16. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T How does Amazon RDS manage backups? • There are two options—automated backups and manual snapshots • Amazon RDS leverages Amazon EBS snapshots stored in Amazon Simple Storage Service (Amazon S3) • For automated backups, transaction logs are stored every five minutes in Amazon S3 to support point-in-time recovery • There is no performance penalty for backups, and there is a brief pause for Single-AZ configurations • Snapshots can be copied across regions or shared with other accounts RDS Host Amazon S3 Application Amazon EBS volume Standby instance Amazon S3 Region 1 Region 2 Availability Zone 1 Availability Zone 2 Primary instance Amazon EBS volume Transaction logs
  • 17. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T New Amazon RDS backup features • Retain automated backups • You can optionally keep automated backups and transaction logs upon instance deletion • You can perform a point-in-time restore to any point during the retained period • Automated backups are retained for the original retention period for the instance • Specify parameter group value on restore • Copy incremental encrypted snapshots NEW! NEW! NEW!
  • 18. S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 19. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T How can you monitor your Amazon RDS database? • CloudWatch metrics • CPU, storage, memory • Swap usage • I/O (read and write) • Latency (read and write) • Throughput (read and write) • Replica lag • CloudWatch alarms—similar to on-premises monitoring tools • Enhanced monitoring • Access to additional CPU, memory, file system, and disk I/O metrics • As low as one-second intervals • Integration with third-party monitoring tools
  • 20. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T How do you troubleshoot performance problems? • Identify database bottlenecks with Amazon RDS Performance Insights • Measure database load—average active sessions measured through lightweight sampling • View load by database wait states (CPU, I/O, locks) • Slice database load by top SQL statements • Use adjustable time frame—hour, day, week, and longer
  • 21. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T New features in Performance Insights • Engine support—all engines • Extended data retention • Retain up to two years of performance data • Trend performance over time, analyze month-over-month activity, and compare end-of- quarter or end-of-year performance with earlier performance • Load metrics in CloudWatch • DBLoad • DBLoadCPU • DBLoadNonCPU • AWS CloudFormation support NEW! NEW! NEW!
  • 22. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T How do you adhere to best practices? • Amazon RDS Recommendations provides individualized best practice guidance by analyzing your resources • It offers an initial set of configuration-based recommendations • Future launches will include usage, parameters, and performance recommendations • Results are presented in the AWS Management Console to apply immediately or schedule for the next maintenance window NEW!
  • 23. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T How do you manage database log files? • You can view database engine logs in the Amazon RDS console or download them via the Amazon RDS API • You can now publish logs in real time to Amazon CloudWatch Logs • You can set CloudWatch alarms based on text search patterns • Supported engines are Aurora MySQL, Amazon RDS MySQL, MariaDB, Oracle, and Amazon RDS PostgreSQL • This feature is coming soon for Aurora PostgreSQL CloudWatch alarms NEW! Oracle DB instance CloudWatch Logs MySQL DB instance alternate PostgreSQL instance CloudWatch
  • 24. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T How can you track events with Amazon RDS resources? • Amazon RDS event notifications let you know when important things happen • There are built-in notifications for Amazon Simple Notification Service (Amazon SNS) • RDS now publishes events to Amazon CloudWatch Events • Lets you create rules to respond to changes in resources • Supports cross-account event delivery • Amazon RDS includes 6 source types (DB instance, DB parameter group, DB security group, DB snapshot, DB cluster, DB cluster snapshot) • Amazon RDS includes 17 event categories (availability, backup, deletion, configuration change, and more) NEW!
  • 25. S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 26. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Can you stop and start your databases? • This solution is for development and test environments • You can stop and start a running DB instance from the console or AWS Command Line Interface (AWS CLI) • It is now available for both Single-AZ and Multi-AZ DB instances and Aurora DB clusters • While an instance is stopped, you only pay for storage • Backup retention window is maintained while an instance is stopped • Instances are restarted after seven days • Pending maintenance operations are applied • Instances can be stopped again, if needed NEW!
  • 27. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Can you save money with Reserved Instances (RIs)? • Amazon RDS RIs provide a discount compared to on-demand prices • You can match region, instance family, and engine of on-demand usage to apply benefit • Amazon RDS RIs offer size flexibility for open-source and Oracle BYOL engines • By default, RIs are shared among all accounts in consolidated billing • RI utilization and coverage reports help you determine how your RIs are being used • Amazon RDS RI recommendations report uses historical data to recommend which RIs to buy NEW!
  • 28. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Thank you! S U M M I T © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Kathy Gibbs