SlideShare a Scribd company logo
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Webinar
A n t o n i o D ’ O r t e n z i o – A W S S o l u t i o n s A r c h i t e c t u r e
SAP HANA High Availability on AWS
D e c e m b e r 1 1 , 2 0 1 8
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What this session will cover:
• Create awareness about the availability of a SAP system
• Help identify important metrics
• Identify the available architecture patterns on AWS
• Explain the pro‘s and con‘s of the available patterns
What this session will NOT cover:
• Discuss specific applications or databases
• Promote known High Availability solutions
This sessions assumes you have:
• Some basic knowledge (>0) of AWS Cloud core concepts (e.g. Amazon
EC2, Amazon VPC, etc)
• Basic knowledge of SAP and SAP HANA architecture core concepts
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• SAP: Impacts from Downtime and Benefits from
High Availability
• AWS Global Infrastructure
• SAP HANA HA Options in AWS
• Lessons Learned
• Discussion with TechEdge
Agenda
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
System =
=
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
System = precious
=
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What is the impact of
downtime?
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Impact to customers relying on your business
Impact to business financials
Impact to business reputation and credibility
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Position, action, benefit
Choose
HA
design
Build
and
test
Optimize
and
enhance
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What is High Availability?
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Failure: Something is broken
Mean Time Between Failure: Average
time that something is working
Mean Time To Repair: Time it took to
fix something that broke
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Availability
Calculated as:
[ MTBF / (MTBF + MTTR) ]
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What does it all mean?
TBF1 + TBF2 + TBF3 + TBF4 + TBF5 + TBF6 = 523,000 mins  MTBF = 523,000/6 = 87,166 mins
TTR1 + TTR2 + TTR3 + TTR4 + TTR5 = 2,600 mins  MTTR = 2,600/6 = 433 mins
Availability = 87,166/(87,166 + 433) = 0.995
99.5% Availability (i.e. about a 7 hours downtime every 60 days)
AWS Global Infrastructure
Region -> Availability Zone -> Data Center
AWS Global Infrastructure
Region
The AWS Cloud infrastructure:
• A Region (19) is a physical location in the world where we
have multiple Availability Zones
• Availability Zones (57) consist of one or more discrete
data centers, each with redundant power, networking, and
connectivity, housed in separate facilities. Applications and
Data are replicated in real time and consistent in the
different AZs
1
N
2 1
N
2
1
N
2
Low-latency
ensures real
data replication
Distance
ensures
high
availability
1
N
2
1
N
2 1
N
2
1
N
2
1
N
2
1
N
2 1
N
2
1
N
2 1
N
2
1
N
2 1
N
2
1
N
2 1
N
2
1
N
2 1
N
2
1
N
2 1
N
21
N
2 1
N
2 1
N
2 1
N
2
1
N
2
1
N
2 1
N
2
1
N
2
1
N
2 1
N
2
1
N
2
1
N
2 1
N
2
1
N
2
1
N
2 1
N
2
1
N
2
1
N
2 1
N
2
1
N
2
1
N
2 1
N
2
1
N
2
AWS Regions (19)
AZs (57)
1
N
2 1
N
2
1
N
2
1
N
2
N. Virginia
Ohio
N. California
Oregon
Mumbai
Seoul
Singapore
Sydney
Tokyo
Canada
Beijing
Frankfurt
IrelandLondonSão Paulo GovCloud (US-West)
1
N
2 1
N
2
Ningxia
1
N
2 1
N
2
1
N
2
Paris
1
N
2
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SAP Single Points of Failures (SPOFs)
SAP HANA
SAP ASCS
Instance
SAP
WebDisp.
Instance
Shared
Files
Network
Storage
Servers
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Primary SAP
HANA
Server
Primary
SAP ASCS
Server
Data &
Log
SAP App
Server(s)
SAP HAF
Cluster
Fail-over
SAP HANA
Host Auto-Failover (HAF)
DataCenter
/hana/shared
Stby
SAP HANA
Server
Stby
SAP ASCS
Server
SAP App
Server(s)
Legend
Not Running
Running
SAP HANA H.A. components (on-premises)
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SAP HANA H.A. components (on-premises)
Primary SAP
HANA
Server
Primary
SAP ASCS
Server
Disk
SAP App
Server(s)
SAP HSR
Cluster
Fail-over
SAP HANA
System Replication
DataCenter
Disk
Stby
SAP HANA
Server
Stby
SAP ASCS
Server
SAP App
Server(s)
Legend
Not Running
Running
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SAP HANA H.A. options in AWS
Amazon
EC2 Auto
Recovery
Warm
Standby
Single AZ
H.A.
Multi-AZ
H.A.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon EC2 Auto Recovery
SAP HANA
Server
Amazon
CloudWatch
1
3
Availability Zone A
2
Detect and
Restart
Availability Zone B
CloudWatch
monitors EC2
instance health
EC2 instance
restarted
1
3
2
Detect and
Restart
SAP HANA
(master)
EC2 instance
restarted
SAP HANA
(worker)
SAP HANA
(worker)
Legend
Not Running
Running
CloudWatch
monitors EC2
instance health
Amazon EC2
instance
Amazon EC2
instance
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Uptime: MTTR of minutes
Cost: CloudWatch Alarm only (~$1 per
month/instance)
Complexity: Low. CloudWatch monitor, detects and
responds to failures
Consideration: Systems restart in the same AZ
Does Auto Recovery work for you?
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Warm Standby
Amazon
CloudWatch
Availability Zone A Availability Zone B
Primary SAP
HANA
Server
Primary
SAP ASCS
Server
SAP App
Server(s)
SAP HSR
x1e.32xlarge r4.8xlarge
(pre-load off)
CloudWatch
monitors EC2
instance health
Amazon EFS
(/sapmnt)
AMI
snapshots
Stby
SAP HANA
Server1
Legend
Not Running
Running
Stby
SAP ASCS
Server
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Warm Standby failover
Amazon
CloudWatch
Availability Zone A Availability Zone B
SAP HANA
Server
Primary
SAP ASCS
Server
SAP App
Server(s)
x1e.32xlarge r4.8xlarge ->
x1e.32xlarge
CloudWatch
monitors EC2
instance health
1
SAP HANA
Server
SAP ASCS
Server
SAP App
Server(s)
Start ASCS
instance
Start PAS+AAS
instance(s)
DNS updates
Re-size + SAP
HSR takeover
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Uptime: MTTR can be minutes or longer
Cost: Cost optimized. Low $ for warm resources
Complexity: Use 3rd Party partners solutions or you may
use custom scripting for detection and fail-over
Consideration : HSR take-over and SAP startup required
Does Warm Standby work for you?
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Single AZ H.A.
Amazon
CloudWatch
Availability Zone A
Primary SAP
HANA
Server
Primary
SAP ASCS
Server
SAP App
Server(s)
3rd Party
Clustering
x1e.32xlarge
3rd Party
Clustering
x1e.32xlarge
1
CloudWatch
monitors EC2
instance health
Stby SAP
HANA
Server
Stby
SAP ASCS
Server
Legend
Not Running
Running
Amazon EC2
instance
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Single AZ H.A. failover
Amazon
CloudWatch
Availability Zone A
Primary SAP
HANA
Server
Primary
SAP ASCS
Server
SAP App
Server(s)
3rd Party
Clustering
x1e.32xlarge
CloudWatch
monitors EC2
instance health
1
3rd Party
Clustering
Primary SAP
HANA
Server
Primary
SAP ASCS
Server
x1e.32xlarge
CloudWatch
monitors EC2
instance health
1
Start ASCS instance +
ENQ table re-attach
SAP HSR take-over
Amazon EC2
instance
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Uptime: MTTR of minutes
Cost: Medium $$. Hot SAP HANA resource.
Complexity: Medium, requires 3rd party clustering.
Consideration : Only fail-over systems in the same AZ
Does Single AZ work for you?
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Multi-AZ H.A.
Amazon
CloudWatch
Availability Zone A Availability Zone B
Primary SAP
HANA
Server
Primary
SAP ASCS
Server
SAP App
Server(s)
3rd Party
Clustering
x1e.32xlarge x1e.32xlarge
CloudWatch
monitors EC2
instance health
CloudWatch
monitors EC2
instance health
1 1
3rd Party
Clustering
SAP App
Server(s)AAS instances
Stby
SAP HANA
Server
Stby
SAP ASCS
Server
Legend
Not Running
Running
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Multi-AZ H.A. failover
Amazon
CloudWatch
Availability Zone A Availability Zone B
Primary SAP
HANA
Server
Primary
SAP ASCS
Server
SAP App
Server(s)
3rd Party
Clustering
x1e.32xlarge x1e.32xlarge
CloudWatch
monitors EC2
instance health
CloudWatch
monitors EC2
instance health
1 1
3rd Party
Clustering
SAP App
Server(s)AAS instances
Stby
SAP HANA
Server
Stby
SAP ASCS
Server
Legend
Not Running
Running
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Multi-AZ H.A. failover
Amazon
CloudWatch
Availability Zone A Availability Zone B
Primary SAP
HANA
Server
Primary
SAP ASCS
Server
SAP App
Server(s)
3rd Party
Clustering
x1e.32xlarge x1e.32xlarge
CloudWatch
monitors EC2
instance health
CloudWatch
monitors EC2
instance health
1 1
3rd Party
Clustering
SAP App
Server(s)AAS instances
Primary
SAP HANA
Server
Stby
SAP ASCS
Server
Legend
Not Running
Running
SAP HSR take-over
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Multi-AZ H.A. failover
Amazon
CloudWatch
Availability Zone A Availability Zone B
Primary SAP
HANA
Server
Primary
SAP ASCS
Server
SAP App
Server(s)
3rd Party
Clustering
x1e.32xlarge x1e.32xlarge
CloudWatch
monitors EC2
instance health
CloudWatch
monitors EC2
instance health
1 1
3rd Party
Clustering
SAP App
Server(s)AAS instances
Primary
SAP HANA
Server
Primary
SAP ASCS
Server
Legend
Not Running
Running
Start ASCS instance +
ENQ table re-attach
SAP HSR take-over
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Uptime: Low MTTR
Cost: Higher $$$. Hot resources
Complexity: Highly integrated and orchestrated solution
from 3rd party partner
Consideration : Supports Multi-AZ scenarios and is the
most complex architecture
Does Multi-AZ work for you?
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Summary of SAP HANA H.A. options
Cost and
Complexity
Failures
Scenarios
covered
Highest Uptime
EC2 Auto
Recovery
Warm
Standby
Single AZ
Multi-AZ
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Auto recovery lessons learned
Utilize the AWS SAP HANA Quick Start to automatically set up EC2 Auto
Recovery
The service costs about $1 per month for every EC2 instance activated on
Use on SAP application servers at a bare minimum
Test it—use AWS Business Support or an AWS Technical Account Manager
• Timing
• OS settings
• Cluster configuration
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Warm standby lessons learned
Disk size of standby system = disk size of source system
Standby EC2 instance size driven by:
• Row store and/or loaded column tables of the primary HANA DB
• Use SAP DOC-47702 to calculate the standby HANA size
• We’ve seen customer standby systems 15x smaller than the source HANA
system
Procure a separate EC2 instance for a warm standby setup
• Benefit over standard “cost optimized” on premise setup
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Single AZ lessons learned
Offers lower levels of HANA DB latency than two AZ setup:
• Useful when using HANA HSR in synchronous mode and high change rates
Does not qualify for the EC2 SLA’s:
• Does not pass AWS Well-Architected
Primary cost difference with multi-AZ is the $00.02 per GB inter-AZ data transfer
cost
Typically we’ve seen total networking costs are well under 5% of your total bill
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Multi-AZ lessons learned
Use of overlay IP address is a requirement:
• On premises users can only reach the overlay IP via NLB/ELB or Amazon Route 53
Pay extra care in configuring your cluster:
• There can false positives if a cluster is not configured correctly
• AWS Professional Services or AWS Partner Network can expedite and safeguard
the HA setup
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
THANK YOU!

More Related Content

What's hot

Amazon Aurora Storage Demystified: How It All Works (DAT363) - AWS re:Invent ...
Amazon Aurora Storage Demystified: How It All Works (DAT363) - AWS re:Invent ...Amazon Aurora Storage Demystified: How It All Works (DAT363) - AWS re:Invent ...
Amazon Aurora Storage Demystified: How It All Works (DAT363) - AWS re:Invent ...
Amazon Web Services
 
Building with AWS Databases: Match Your Workload to the Right Database (DAT30...
Building with AWS Databases: Match Your Workload to the Right Database (DAT30...Building with AWS Databases: Match Your Workload to the Right Database (DAT30...
Building with AWS Databases: Match Your Workload to the Right Database (DAT30...
Amazon Web Services
 
Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...
Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...
Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...
Amazon Web Services
 
SQL Server to Amazon Aurora Migration, Step by Step (DAT405) - AWS re:Invent ...
SQL Server to Amazon Aurora Migration, Step by Step (DAT405) - AWS re:Invent ...SQL Server to Amazon Aurora Migration, Step by Step (DAT405) - AWS re:Invent ...
SQL Server to Amazon Aurora Migration, Step by Step (DAT405) - AWS re:Invent ...
Amazon Web Services
 
Best Practices for Migrating Oracle Databases to the Cloud - AWS Online Tech ...
Best Practices for Migrating Oracle Databases to the Cloud - AWS Online Tech ...Best Practices for Migrating Oracle Databases to the Cloud - AWS Online Tech ...
Best Practices for Migrating Oracle Databases to the Cloud - AWS Online Tech ...
Amazon Web Services
 
SAP on AWS: SAPPHIRE NOW 2018 Recap
SAP on AWS: SAPPHIRE NOW 2018 RecapSAP on AWS: SAPPHIRE NOW 2018 Recap
SAP on AWS: SAPPHIRE NOW 2018 Recap
Amazon Web Services
 
Deployment of SAP Solutions on AWS (Level 200)
Deployment of SAP Solutions on AWS (Level 200)Deployment of SAP Solutions on AWS (Level 200)
Deployment of SAP Solutions on AWS (Level 200)
Amazon Web Services
 
Relational Database Services on AWS
Relational Database Services on AWSRelational Database Services on AWS
Relational Database Services on AWS
Amazon Web Services
 
以 Amazon EC2 Spot 執行個體有效控制專案成本 (Level: 200)
以 Amazon EC2 Spot 執行個體有效控制專案成本 (Level: 200)以 Amazon EC2 Spot 執行個體有效控制專案成本 (Level: 200)
以 Amazon EC2 Spot 執行個體有效控制專案成本 (Level: 200)
Amazon Web Services
 
SRV308 Deep Dive on Amazon Aurora
SRV308 Deep Dive on Amazon AuroraSRV308 Deep Dive on Amazon Aurora
SRV308 Deep Dive on Amazon Aurora
Amazon Web Services
 
ElastiCache: Deep Dive Best Practices and Usage Patterns - AWS Online Tech Talks
ElastiCache: Deep Dive Best Practices and Usage Patterns - AWS Online Tech TalksElastiCache: Deep Dive Best Practices and Usage Patterns - AWS Online Tech Talks
ElastiCache: Deep Dive Best Practices and Usage Patterns - AWS Online Tech Talks
Amazon Web Services
 
Introducing Amazon Aurora with PostgreSQL Compatibility - AWS Online Tech Talks
Introducing Amazon Aurora with PostgreSQL Compatibility - AWS Online Tech TalksIntroducing Amazon Aurora with PostgreSQL Compatibility - AWS Online Tech Talks
Introducing Amazon Aurora with PostgreSQL Compatibility - AWS Online Tech Talks
Amazon Web Services
 
Oracle on AWS
Oracle on AWSOracle on AWS
Oracle on AWS
Amazon Web Services
 
Nonrelational Revolution
Nonrelational RevolutionNonrelational Revolution
Nonrelational Revolution
Amazon Web Services
 
Design, Deploy, and Optimize Microsoft SQL Server on AWS (GPSTEC314) - AWS re...
Design, Deploy, and Optimize Microsoft SQL Server on AWS (GPSTEC314) - AWS re...Design, Deploy, and Optimize Microsoft SQL Server on AWS (GPSTEC314) - AWS re...
Design, Deploy, and Optimize Microsoft SQL Server on AWS (GPSTEC314) - AWS re...
Amazon Web Services
 
New Features for Building Powerful Containerized Microservices on AWS - AWS O...
New Features for Building Powerful Containerized Microservices on AWS - AWS O...New Features for Building Powerful Containerized Microservices on AWS - AWS O...
New Features for Building Powerful Containerized Microservices on AWS - AWS O...
Amazon Web Services
 
SQL Server on AWS
SQL Server on AWSSQL Server on AWS
SQL Server on AWS
Amazon Web Services
 
ElastiCache Deep Dive: Design Patterns for In-Memory Data Stores (DAT302-R1) ...
ElastiCache Deep Dive: Design Patterns for In-Memory Data Stores (DAT302-R1) ...ElastiCache Deep Dive: Design Patterns for In-Memory Data Stores (DAT302-R1) ...
ElastiCache Deep Dive: Design Patterns for In-Memory Data Stores (DAT302-R1) ...
Amazon Web Services
 
Deep Dive on MySQL Databases on Amazon RDS (DAT322) - AWS re:Invent 2018
Deep Dive on MySQL Databases on Amazon RDS (DAT322) - AWS re:Invent 2018Deep Dive on MySQL Databases on Amazon RDS (DAT322) - AWS re:Invent 2018
Deep Dive on MySQL Databases on Amazon RDS (DAT322) - AWS re:Invent 2018
Amazon Web Services
 
Accelerate SAP Workloads on AWS High-Memory Instances Powered by Intel (BAP34...
Accelerate SAP Workloads on AWS High-Memory Instances Powered by Intel (BAP34...Accelerate SAP Workloads on AWS High-Memory Instances Powered by Intel (BAP34...
Accelerate SAP Workloads on AWS High-Memory Instances Powered by Intel (BAP34...
Amazon Web Services
 

What's hot (20)

Amazon Aurora Storage Demystified: How It All Works (DAT363) - AWS re:Invent ...
Amazon Aurora Storage Demystified: How It All Works (DAT363) - AWS re:Invent ...Amazon Aurora Storage Demystified: How It All Works (DAT363) - AWS re:Invent ...
Amazon Aurora Storage Demystified: How It All Works (DAT363) - AWS re:Invent ...
 
Building with AWS Databases: Match Your Workload to the Right Database (DAT30...
Building with AWS Databases: Match Your Workload to the Right Database (DAT30...Building with AWS Databases: Match Your Workload to the Right Database (DAT30...
Building with AWS Databases: Match Your Workload to the Right Database (DAT30...
 
Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...
Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...
Aurora Serverless: Scalable, Cost-Effective Application Deployment (DAT336) -...
 
SQL Server to Amazon Aurora Migration, Step by Step (DAT405) - AWS re:Invent ...
SQL Server to Amazon Aurora Migration, Step by Step (DAT405) - AWS re:Invent ...SQL Server to Amazon Aurora Migration, Step by Step (DAT405) - AWS re:Invent ...
SQL Server to Amazon Aurora Migration, Step by Step (DAT405) - AWS re:Invent ...
 
Best Practices for Migrating Oracle Databases to the Cloud - AWS Online Tech ...
Best Practices for Migrating Oracle Databases to the Cloud - AWS Online Tech ...Best Practices for Migrating Oracle Databases to the Cloud - AWS Online Tech ...
Best Practices for Migrating Oracle Databases to the Cloud - AWS Online Tech ...
 
SAP on AWS: SAPPHIRE NOW 2018 Recap
SAP on AWS: SAPPHIRE NOW 2018 RecapSAP on AWS: SAPPHIRE NOW 2018 Recap
SAP on AWS: SAPPHIRE NOW 2018 Recap
 
Deployment of SAP Solutions on AWS (Level 200)
Deployment of SAP Solutions on AWS (Level 200)Deployment of SAP Solutions on AWS (Level 200)
Deployment of SAP Solutions on AWS (Level 200)
 
Relational Database Services on AWS
Relational Database Services on AWSRelational Database Services on AWS
Relational Database Services on AWS
 
以 Amazon EC2 Spot 執行個體有效控制專案成本 (Level: 200)
以 Amazon EC2 Spot 執行個體有效控制專案成本 (Level: 200)以 Amazon EC2 Spot 執行個體有效控制專案成本 (Level: 200)
以 Amazon EC2 Spot 執行個體有效控制專案成本 (Level: 200)
 
SRV308 Deep Dive on Amazon Aurora
SRV308 Deep Dive on Amazon AuroraSRV308 Deep Dive on Amazon Aurora
SRV308 Deep Dive on Amazon Aurora
 
ElastiCache: Deep Dive Best Practices and Usage Patterns - AWS Online Tech Talks
ElastiCache: Deep Dive Best Practices and Usage Patterns - AWS Online Tech TalksElastiCache: Deep Dive Best Practices and Usage Patterns - AWS Online Tech Talks
ElastiCache: Deep Dive Best Practices and Usage Patterns - AWS Online Tech Talks
 
Introducing Amazon Aurora with PostgreSQL Compatibility - AWS Online Tech Talks
Introducing Amazon Aurora with PostgreSQL Compatibility - AWS Online Tech TalksIntroducing Amazon Aurora with PostgreSQL Compatibility - AWS Online Tech Talks
Introducing Amazon Aurora with PostgreSQL Compatibility - AWS Online Tech Talks
 
Oracle on AWS
Oracle on AWSOracle on AWS
Oracle on AWS
 
Nonrelational Revolution
Nonrelational RevolutionNonrelational Revolution
Nonrelational Revolution
 
Design, Deploy, and Optimize Microsoft SQL Server on AWS (GPSTEC314) - AWS re...
Design, Deploy, and Optimize Microsoft SQL Server on AWS (GPSTEC314) - AWS re...Design, Deploy, and Optimize Microsoft SQL Server on AWS (GPSTEC314) - AWS re...
Design, Deploy, and Optimize Microsoft SQL Server on AWS (GPSTEC314) - AWS re...
 
New Features for Building Powerful Containerized Microservices on AWS - AWS O...
New Features for Building Powerful Containerized Microservices on AWS - AWS O...New Features for Building Powerful Containerized Microservices on AWS - AWS O...
New Features for Building Powerful Containerized Microservices on AWS - AWS O...
 
SQL Server on AWS
SQL Server on AWSSQL Server on AWS
SQL Server on AWS
 
ElastiCache Deep Dive: Design Patterns for In-Memory Data Stores (DAT302-R1) ...
ElastiCache Deep Dive: Design Patterns for In-Memory Data Stores (DAT302-R1) ...ElastiCache Deep Dive: Design Patterns for In-Memory Data Stores (DAT302-R1) ...
ElastiCache Deep Dive: Design Patterns for In-Memory Data Stores (DAT302-R1) ...
 
Deep Dive on MySQL Databases on Amazon RDS (DAT322) - AWS re:Invent 2018
Deep Dive on MySQL Databases on Amazon RDS (DAT322) - AWS re:Invent 2018Deep Dive on MySQL Databases on Amazon RDS (DAT322) - AWS re:Invent 2018
Deep Dive on MySQL Databases on Amazon RDS (DAT322) - AWS re:Invent 2018
 
Accelerate SAP Workloads on AWS High-Memory Instances Powered by Intel (BAP34...
Accelerate SAP Workloads on AWS High-Memory Instances Powered by Intel (BAP34...Accelerate SAP Workloads on AWS High-Memory Instances Powered by Intel (BAP34...
Accelerate SAP Workloads on AWS High-Memory Instances Powered by Intel (BAP34...
 

Similar to SAP-HANA in high Availability su AWS-Webinar

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
 
Accelerate your Digital Transformation by running SAP on AWS
Accelerate your Digital Transformation by running SAP on AWSAccelerate your Digital Transformation by running SAP on AWS
Accelerate your Digital Transformation by running SAP on AWS
Amazon Web Services
 
Enabling Your Organization’s Amazon Redshift Adoption – Going from Zero to He...
Enabling Your Organization’s Amazon Redshift Adoption – Going from Zero to He...Enabling Your Organization’s Amazon Redshift Adoption – Going from Zero to He...
Enabling Your Organization’s Amazon Redshift Adoption – Going from Zero to He...
Amazon Web Services
 
Resiliency Testing: Verify That Your System Is as Reliable as You Think (ARC4...
Resiliency Testing: Verify That Your System Is as Reliable as You Think (ARC4...Resiliency Testing: Verify That Your System Is as Reliable as You Think (ARC4...
Resiliency Testing: Verify That Your System Is as Reliable as You Think (ARC4...
Amazon Web Services
 
Virtual AWSome Day October 2018 - Amazon Web Services
Virtual AWSome Day October 2018 - Amazon Web ServicesVirtual AWSome Day October 2018 - Amazon Web Services
Virtual AWSome Day October 2018 - Amazon Web Services
Amazon Web Services
 
Track 1_Session 2_SAP on AWS - Running your critical workloads.pdf
Track 1_Session 2_SAP on AWS - Running your critical workloads.pdfTrack 1_Session 2_SAP on AWS - Running your critical workloads.pdf
Track 1_Session 2_SAP on AWS - Running your critical workloads.pdf
Amazon Web Services
 
Migrate Your Hadoop/Spark Workload to Amazon EMR and Architect It for Securit...
Migrate Your Hadoop/Spark Workload to Amazon EMR and Architect It for Securit...Migrate Your Hadoop/Spark Workload to Amazon EMR and Architect It for Securit...
Migrate Your Hadoop/Spark Workload to Amazon EMR and Architect It for Securit...
Amazon Web Services
 
[NEW LAUNCH!] Deep Dive on Amazon RDS on Vmware (DAT375) - AWS re:Invent 2018
[NEW LAUNCH!] Deep Dive on Amazon RDS on Vmware (DAT375) - AWS re:Invent 2018[NEW LAUNCH!] Deep Dive on Amazon RDS on Vmware (DAT375) - AWS re:Invent 2018
[NEW LAUNCH!] Deep Dive on Amazon RDS on Vmware (DAT375) - AWS re:Invent 2018
Amazon Web Services
 
Nuvem Híbrida - EBC on the road Brazil Edition [Portuguese]
Nuvem Híbrida - EBC on the road Brazil Edition [Portuguese]Nuvem Híbrida - EBC on the road Brazil Edition [Portuguese]
Nuvem Híbrida - EBC on the road Brazil Edition [Portuguese]
Amazon Web Services
 
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
Amazon Web Services
 
The Non-Relational Revolution
The Non-Relational RevolutionThe Non-Relational Revolution
The Non-Relational Revolution
Mikhail Prudnikov
 
Achieving Global Consistency Using AWS CloudFormation StackSets - AWS Online ...
Achieving Global Consistency Using AWS CloudFormation StackSets - AWS Online ...Achieving Global Consistency Using AWS CloudFormation StackSets - AWS Online ...
Achieving Global Consistency Using AWS CloudFormation StackSets - AWS Online ...
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 Summit
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
 
AWS re:Invent recap
AWS re:Invent recapAWS re:Invent recap
AWS re:Invent recap
Amazon Web Services LATAM
 
Operational Excellence with Containerized Workloads Using AWS Fargate (CON320...
Operational Excellence with Containerized Workloads Using AWS Fargate (CON320...Operational Excellence with Containerized Workloads Using AWS Fargate (CON320...
Operational Excellence with Containerized Workloads Using AWS Fargate (CON320...
Amazon Web Services
 
ENT202 Breaking Barriers: Move Enterprise SAP Customers to SAP HANA on AWS in...
ENT202 Breaking Barriers: Move Enterprise SAP Customers to SAP HANA on AWS in...ENT202 Breaking Barriers: Move Enterprise SAP Customers to SAP HANA on AWS in...
ENT202 Breaking Barriers: Move Enterprise SAP Customers to SAP HANA on AWS in...
Amazon Web Services
 
[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...
[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...
[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...
Amazon Web Services
 
Inside AWS: Technology Choices for Modern Applications (SRV305-R1) - AWS re:I...
Inside AWS: Technology Choices for Modern Applications (SRV305-R1) - AWS re:I...Inside AWS: Technology Choices for Modern Applications (SRV305-R1) - AWS re:I...
Inside AWS: Technology Choices for Modern Applications (SRV305-R1) - AWS re:I...
Amazon Web Services
 
AWSome Day - Solutions Architecture Best Practices
AWSome Day - Solutions Architecture Best PracticesAWSome Day - Solutions Architecture Best Practices
AWSome Day - Solutions Architecture Best Practices
Amazon Web Services
 

Similar to SAP-HANA in high Availability su AWS-Webinar (20)

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]
 
Accelerate your Digital Transformation by running SAP on AWS
Accelerate your Digital Transformation by running SAP on AWSAccelerate your Digital Transformation by running SAP on AWS
Accelerate your Digital Transformation by running SAP on AWS
 
Enabling Your Organization’s Amazon Redshift Adoption – Going from Zero to He...
Enabling Your Organization’s Amazon Redshift Adoption – Going from Zero to He...Enabling Your Organization’s Amazon Redshift Adoption – Going from Zero to He...
Enabling Your Organization’s Amazon Redshift Adoption – Going from Zero to He...
 
Resiliency Testing: Verify That Your System Is as Reliable as You Think (ARC4...
Resiliency Testing: Verify That Your System Is as Reliable as You Think (ARC4...Resiliency Testing: Verify That Your System Is as Reliable as You Think (ARC4...
Resiliency Testing: Verify That Your System Is as Reliable as You Think (ARC4...
 
Virtual AWSome Day October 2018 - Amazon Web Services
Virtual AWSome Day October 2018 - Amazon Web ServicesVirtual AWSome Day October 2018 - Amazon Web Services
Virtual AWSome Day October 2018 - Amazon Web Services
 
Track 1_Session 2_SAP on AWS - Running your critical workloads.pdf
Track 1_Session 2_SAP on AWS - Running your critical workloads.pdfTrack 1_Session 2_SAP on AWS - Running your critical workloads.pdf
Track 1_Session 2_SAP on AWS - Running your critical workloads.pdf
 
Migrate Your Hadoop/Spark Workload to Amazon EMR and Architect It for Securit...
Migrate Your Hadoop/Spark Workload to Amazon EMR and Architect It for Securit...Migrate Your Hadoop/Spark Workload to Amazon EMR and Architect It for Securit...
Migrate Your Hadoop/Spark Workload to Amazon EMR and Architect It for Securit...
 
[NEW LAUNCH!] Deep Dive on Amazon RDS on Vmware (DAT375) - AWS re:Invent 2018
[NEW LAUNCH!] Deep Dive on Amazon RDS on Vmware (DAT375) - AWS re:Invent 2018[NEW LAUNCH!] Deep Dive on Amazon RDS on Vmware (DAT375) - AWS re:Invent 2018
[NEW LAUNCH!] Deep Dive on Amazon RDS on Vmware (DAT375) - AWS re:Invent 2018
 
Nuvem Híbrida - EBC on the road Brazil Edition [Portuguese]
Nuvem Híbrida - EBC on the road Brazil Edition [Portuguese]Nuvem Híbrida - EBC on the road Brazil Edition [Portuguese]
Nuvem Híbrida - EBC on the road Brazil Edition [Portuguese]
 
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
 
The Non-Relational Revolution
The Non-Relational RevolutionThe Non-Relational Revolution
The Non-Relational Revolution
 
Achieving Global Consistency Using AWS CloudFormation StackSets - AWS Online ...
Achieving Global Consistency Using AWS CloudFormation StackSets - AWS Online ...Achieving Global Consistency Using AWS CloudFormation StackSets - AWS Online ...
Achieving Global Consistency Using AWS CloudFormation StackSets - AWS Online ...
 
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
 
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...
 
AWS re:Invent recap
AWS re:Invent recapAWS re:Invent recap
AWS re:Invent recap
 
Operational Excellence with Containerized Workloads Using AWS Fargate (CON320...
Operational Excellence with Containerized Workloads Using AWS Fargate (CON320...Operational Excellence with Containerized Workloads Using AWS Fargate (CON320...
Operational Excellence with Containerized Workloads Using AWS Fargate (CON320...
 
ENT202 Breaking Barriers: Move Enterprise SAP Customers to SAP HANA on AWS in...
ENT202 Breaking Barriers: Move Enterprise SAP Customers to SAP HANA on AWS in...ENT202 Breaking Barriers: Move Enterprise SAP Customers to SAP HANA on AWS in...
ENT202 Breaking Barriers: Move Enterprise SAP Customers to SAP HANA on AWS in...
 
[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...
[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...
[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...
 
Inside AWS: Technology Choices for Modern Applications (SRV305-R1) - AWS re:I...
Inside AWS: Technology Choices for Modern Applications (SRV305-R1) - AWS re:I...Inside AWS: Technology Choices for Modern Applications (SRV305-R1) - AWS re:I...
Inside AWS: Technology Choices for Modern Applications (SRV305-R1) - AWS re:I...
 
AWSome Day - Solutions Architecture Best Practices
AWSome Day - Solutions Architecture Best PracticesAWSome Day - Solutions Architecture Best Practices
AWSome Day - Solutions Architecture Best Practices
 

More from 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 Fargate
Amazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
Amazon 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
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
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 Workloads
Amazon Web Services
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
Amazon 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 sfatare
Amazon 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 NodeJS
Amazon 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 web
Amazon 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 sfatare
Amazon 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 Service
Amazon Web Services
 

More from 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
 

SAP-HANA in high Availability su AWS-Webinar

  • 1. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Webinar A n t o n i o D ’ O r t e n z i o – A W S S o l u t i o n s A r c h i t e c t u r e SAP HANA High Availability on AWS D e c e m b e r 1 1 , 2 0 1 8
  • 2. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What this session will cover: • Create awareness about the availability of a SAP system • Help identify important metrics • Identify the available architecture patterns on AWS • Explain the pro‘s and con‘s of the available patterns What this session will NOT cover: • Discuss specific applications or databases • Promote known High Availability solutions This sessions assumes you have: • Some basic knowledge (>0) of AWS Cloud core concepts (e.g. Amazon EC2, Amazon VPC, etc) • Basic knowledge of SAP and SAP HANA architecture core concepts
  • 3. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • SAP: Impacts from Downtime and Benefits from High Availability • AWS Global Infrastructure • SAP HANA HA Options in AWS • Lessons Learned • Discussion with TechEdge Agenda
  • 4. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. System = =
  • 5. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. System = precious =
  • 6. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What is the impact of downtime?
  • 7. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Impact to customers relying on your business Impact to business financials Impact to business reputation and credibility
  • 8. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Position, action, benefit Choose HA design Build and test Optimize and enhance
  • 9. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What is High Availability?
  • 10. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Failure: Something is broken Mean Time Between Failure: Average time that something is working Mean Time To Repair: Time it took to fix something that broke
  • 11. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Availability Calculated as: [ MTBF / (MTBF + MTTR) ]
  • 12. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What does it all mean? TBF1 + TBF2 + TBF3 + TBF4 + TBF5 + TBF6 = 523,000 mins  MTBF = 523,000/6 = 87,166 mins TTR1 + TTR2 + TTR3 + TTR4 + TTR5 = 2,600 mins  MTTR = 2,600/6 = 433 mins Availability = 87,166/(87,166 + 433) = 0.995 99.5% Availability (i.e. about a 7 hours downtime every 60 days)
  • 13. AWS Global Infrastructure Region -> Availability Zone -> Data Center
  • 14. AWS Global Infrastructure Region The AWS Cloud infrastructure: • A Region (19) is a physical location in the world where we have multiple Availability Zones • Availability Zones (57) consist of one or more discrete data centers, each with redundant power, networking, and connectivity, housed in separate facilities. Applications and Data are replicated in real time and consistent in the different AZs 1 N 2 1 N 2 1 N 2 Low-latency ensures real data replication Distance ensures high availability 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 21 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 1 N 2 AWS Regions (19) AZs (57) 1 N 2 1 N 2 1 N 2 1 N 2 N. Virginia Ohio N. California Oregon Mumbai Seoul Singapore Sydney Tokyo Canada Beijing Frankfurt IrelandLondonSão Paulo GovCloud (US-West) 1 N 2 1 N 2 Ningxia 1 N 2 1 N 2 1 N 2 Paris 1 N 2
  • 15. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SAP Single Points of Failures (SPOFs) SAP HANA SAP ASCS Instance SAP WebDisp. Instance Shared Files Network Storage Servers
  • 16. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Primary SAP HANA Server Primary SAP ASCS Server Data & Log SAP App Server(s) SAP HAF Cluster Fail-over SAP HANA Host Auto-Failover (HAF) DataCenter /hana/shared Stby SAP HANA Server Stby SAP ASCS Server SAP App Server(s) Legend Not Running Running SAP HANA H.A. components (on-premises)
  • 17. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SAP HANA H.A. components (on-premises) Primary SAP HANA Server Primary SAP ASCS Server Disk SAP App Server(s) SAP HSR Cluster Fail-over SAP HANA System Replication DataCenter Disk Stby SAP HANA Server Stby SAP ASCS Server SAP App Server(s) Legend Not Running Running
  • 18. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. SAP HANA H.A. options in AWS Amazon EC2 Auto Recovery Warm Standby Single AZ H.A. Multi-AZ H.A.
  • 19. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon EC2 Auto Recovery SAP HANA Server Amazon CloudWatch 1 3 Availability Zone A 2 Detect and Restart Availability Zone B CloudWatch monitors EC2 instance health EC2 instance restarted 1 3 2 Detect and Restart SAP HANA (master) EC2 instance restarted SAP HANA (worker) SAP HANA (worker) Legend Not Running Running CloudWatch monitors EC2 instance health Amazon EC2 instance Amazon EC2 instance
  • 20. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Uptime: MTTR of minutes Cost: CloudWatch Alarm only (~$1 per month/instance) Complexity: Low. CloudWatch monitor, detects and responds to failures Consideration: Systems restart in the same AZ Does Auto Recovery work for you?
  • 21. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Warm Standby Amazon CloudWatch Availability Zone A Availability Zone B Primary SAP HANA Server Primary SAP ASCS Server SAP App Server(s) SAP HSR x1e.32xlarge r4.8xlarge (pre-load off) CloudWatch monitors EC2 instance health Amazon EFS (/sapmnt) AMI snapshots Stby SAP HANA Server1 Legend Not Running Running Stby SAP ASCS Server
  • 22. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Warm Standby failover Amazon CloudWatch Availability Zone A Availability Zone B SAP HANA Server Primary SAP ASCS Server SAP App Server(s) x1e.32xlarge r4.8xlarge -> x1e.32xlarge CloudWatch monitors EC2 instance health 1 SAP HANA Server SAP ASCS Server SAP App Server(s) Start ASCS instance Start PAS+AAS instance(s) DNS updates Re-size + SAP HSR takeover
  • 23. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Uptime: MTTR can be minutes or longer Cost: Cost optimized. Low $ for warm resources Complexity: Use 3rd Party partners solutions or you may use custom scripting for detection and fail-over Consideration : HSR take-over and SAP startup required Does Warm Standby work for you?
  • 24. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Single AZ H.A. Amazon CloudWatch Availability Zone A Primary SAP HANA Server Primary SAP ASCS Server SAP App Server(s) 3rd Party Clustering x1e.32xlarge 3rd Party Clustering x1e.32xlarge 1 CloudWatch monitors EC2 instance health Stby SAP HANA Server Stby SAP ASCS Server Legend Not Running Running Amazon EC2 instance
  • 25. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Single AZ H.A. failover Amazon CloudWatch Availability Zone A Primary SAP HANA Server Primary SAP ASCS Server SAP App Server(s) 3rd Party Clustering x1e.32xlarge CloudWatch monitors EC2 instance health 1 3rd Party Clustering Primary SAP HANA Server Primary SAP ASCS Server x1e.32xlarge CloudWatch monitors EC2 instance health 1 Start ASCS instance + ENQ table re-attach SAP HSR take-over Amazon EC2 instance
  • 26. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Uptime: MTTR of minutes Cost: Medium $$. Hot SAP HANA resource. Complexity: Medium, requires 3rd party clustering. Consideration : Only fail-over systems in the same AZ Does Single AZ work for you?
  • 27. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Multi-AZ H.A. Amazon CloudWatch Availability Zone A Availability Zone B Primary SAP HANA Server Primary SAP ASCS Server SAP App Server(s) 3rd Party Clustering x1e.32xlarge x1e.32xlarge CloudWatch monitors EC2 instance health CloudWatch monitors EC2 instance health 1 1 3rd Party Clustering SAP App Server(s)AAS instances Stby SAP HANA Server Stby SAP ASCS Server Legend Not Running Running
  • 28. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Multi-AZ H.A. failover Amazon CloudWatch Availability Zone A Availability Zone B Primary SAP HANA Server Primary SAP ASCS Server SAP App Server(s) 3rd Party Clustering x1e.32xlarge x1e.32xlarge CloudWatch monitors EC2 instance health CloudWatch monitors EC2 instance health 1 1 3rd Party Clustering SAP App Server(s)AAS instances Stby SAP HANA Server Stby SAP ASCS Server Legend Not Running Running
  • 29. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Multi-AZ H.A. failover Amazon CloudWatch Availability Zone A Availability Zone B Primary SAP HANA Server Primary SAP ASCS Server SAP App Server(s) 3rd Party Clustering x1e.32xlarge x1e.32xlarge CloudWatch monitors EC2 instance health CloudWatch monitors EC2 instance health 1 1 3rd Party Clustering SAP App Server(s)AAS instances Primary SAP HANA Server Stby SAP ASCS Server Legend Not Running Running SAP HSR take-over
  • 30. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Multi-AZ H.A. failover Amazon CloudWatch Availability Zone A Availability Zone B Primary SAP HANA Server Primary SAP ASCS Server SAP App Server(s) 3rd Party Clustering x1e.32xlarge x1e.32xlarge CloudWatch monitors EC2 instance health CloudWatch monitors EC2 instance health 1 1 3rd Party Clustering SAP App Server(s)AAS instances Primary SAP HANA Server Primary SAP ASCS Server Legend Not Running Running Start ASCS instance + ENQ table re-attach SAP HSR take-over
  • 31. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Uptime: Low MTTR Cost: Higher $$$. Hot resources Complexity: Highly integrated and orchestrated solution from 3rd party partner Consideration : Supports Multi-AZ scenarios and is the most complex architecture Does Multi-AZ work for you?
  • 32. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Summary of SAP HANA H.A. options Cost and Complexity Failures Scenarios covered Highest Uptime EC2 Auto Recovery Warm Standby Single AZ Multi-AZ
  • 33. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Auto recovery lessons learned Utilize the AWS SAP HANA Quick Start to automatically set up EC2 Auto Recovery The service costs about $1 per month for every EC2 instance activated on Use on SAP application servers at a bare minimum Test it—use AWS Business Support or an AWS Technical Account Manager • Timing • OS settings • Cluster configuration
  • 34. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Warm standby lessons learned Disk size of standby system = disk size of source system Standby EC2 instance size driven by: • Row store and/or loaded column tables of the primary HANA DB • Use SAP DOC-47702 to calculate the standby HANA size • We’ve seen customer standby systems 15x smaller than the source HANA system Procure a separate EC2 instance for a warm standby setup • Benefit over standard “cost optimized” on premise setup
  • 35. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Single AZ lessons learned Offers lower levels of HANA DB latency than two AZ setup: • Useful when using HANA HSR in synchronous mode and high change rates Does not qualify for the EC2 SLA’s: • Does not pass AWS Well-Architected Primary cost difference with multi-AZ is the $00.02 per GB inter-AZ data transfer cost Typically we’ve seen total networking costs are well under 5% of your total bill
  • 36. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Multi-AZ lessons learned Use of overlay IP address is a requirement: • On premises users can only reach the overlay IP via NLB/ELB or Amazon Route 53 Pay extra care in configuring your cluster: • There can false positives if a cluster is not configured correctly • AWS Professional Services or AWS Partner Network can expedite and safeguard the HA setup
  • 37. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. THANK YOU!