SlideShare a Scribd company logo
1 of 70
Download to read offline
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Design, Deploy, and Optimize
Microsoft SQL Server on AWS
Tom Staab
Partner Solutions Architect,
Amazon Web Services
G P S T E C 3 1 4
Douglas McDowell
Chief Strategy Officer,
SentryOne
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Public cloud market leaders dominate the Windows segment of the
Infrastructure as a Service Market
IDC estimates AWS accounted for approximately
57.7% of total Windows instances deployed in the
public cloud IaaS market during 2017, followed by
Microsoft Azure at 30.9%. The rest of the market
collectively accounted for the remaining 11.4% of
Windows instances deployed in the public cloud
IaaS market during 2017.
IDC notes the Windows public cloud IaaS market
continues to expand due to the growing usage of
public cloud IaaS among enterprises and the
movement of Windows workloads into public cloud
IaaS.
Note: Includes Windows instances deployed in the public cloud IaaS market during 2017
Source: IDC estimates, 2018
1
57.7%
2
30.9%
3
11.4%
Worldwide Windows public cloud IaaS instances by
cloud provider, 2017
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Innovation for Windows on AWS
Key Windows launches since 2008
89
42
750+
instance types, 22 instance families
different AMIs for Windows workloads
Windows ISV listings
in AWS Marketplace
Windows Deep Learning AMI
Hyper-V support in SMS
Application-consistent Snapshots through VSS
WS 2008 & SQL Server 2008
Visual Studio Toolkit
Microsoft SCOM plugin release
AWS Directory Service
EC2 Dedicated Hosts (BYOL)
Microsoft SharePoint 2016 (Marketplace)
Windows Server 2008 R2
SQL Server 2008 R2
Windows Server 2003
SQL Server 2005
.NET SDK
Microsoft SCVMM plugin
Windows Server 2012
SQL Server 2012
AWS Tools for Windows PowerShell
Amazon RDS adds SQL Server
EC2 Run Command
EC2 Systems Manager
Windows Server & SQL Server 2016
EC2 Dedicated Instances (BYOL)
.NET on Lambda & Codebuild
SAP instance on AWS 2012
Trusted Advisor
checks for Windows
SQL Server 2017 Windows & Linux
X-Ray .NET SDK
CustomerAdoption
Windows for Lightsail
.NET Core & PowerShell
on AL2/Ubuntu
2008 Today
.NET Core 2.0 Support
with Lambda & X-Ray
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SQL Server on AWS
Design/optimize Migrate Manage/optimize
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SQL Server architecture design decisions
RAM capacity
RAM
Processing power
Processing
Storage capacity
Storage
Network bandwidth/latency
Network
High availability
High Availability
Disaster recovery
Disaster Recovery
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Where can I run my SQL Server
workloads on AWS?
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Where can I run my SQL Server workloads on AWS?
Amazon Relational Database Service
(Amazon RDS)
Amazon Elastic Compute Cloud
(Amazon EC2)
Managed service with up to 64 vCPU, 488 GB RAM, and 16 TB storage
Self-managed virtual machine with up to 128 vCPU, 4TB RAM, and 400-TB storage
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon RDS for SQL Server SQL Server on Amazon EC2
Options for deploying SQL Server on AWS
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon RDS for SQL Server
Power, HVAC, net
OS install/maintenance
OS patching
DBMS install/maintenance
DBMS patching
Database backups
High availability
Scaling
AWS managed Customer managed
• Consider RDS first
• Focus on business
value tasks
• High-level tuning
• Schema
optimization
• No in-house
database expertise
• Automatic Host
Replacement
Options for deploying SQL Server on AWS
SQL Server on Amazon EC2
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon RDS for SQL Server SQL Server on Amazon EC2
Power, HVAC, net
OS install/maintenance
OS patching
DBMS install/maintenance
DBMS patching
Database backups
High availability
Scaling
AWS managed Customer managed
Power, HVAC, net
OS install/maintenance
OS patching
DBMS install/maintenance
DBMS patching
Database backups
High availability
Scaling
• Consider RDS first
• Focus on business
value tasks
• High-level tuning
• Schema
optimization
• No in-house
database expertise
• Automatic Host
Replacement
• Need full control over
DB instance
• 3rd party server agents
• Clustering
• Options that are not
currently available in
Amazon RDS
Options for deploying SQL Server on AWS
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon RDS: Hassle-free flexibility
Instance Type Selection:
M4 instances for lower cost
R4 instances for more RAM
EBS Volume Type Selection:
GP2 volumes for lower cost
IO1 volumes for I/O intensive, critical workloads
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon RDS for SQL Server instance types
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Multi-AZ SQL Server on Amazon RDS
Availability Zone 1
Private Subnet
Availability Zone 2
AWS Region
Amazon
RDS
Primary
Amazon
RDS
Secondary
Private Subnet
Automatic
Failover
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Multi-AZ SQL Server on Amazon RDS
Availability Zone 1
Private Subnet
Availability Zone 2
AWS Region
Amazon
RDS
Primary
Amazon
RDS
Secondary
Private Subnet
Automatic
Failover
Managed Service
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Microsoft licensing on AWS
Dedicated options for
licenses not eligible for
license mobility
Default tenancy
for license mobility-
eligible products with
software assurance
AWS licensing
Buy license-included
instances from AWS
Bring licenses to AWS
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon EC2: Purpose-built compute families
Current Instance Families and Generation Family/Usage
M5, M4 General purpose compute
T2, T3 Burstable performance
C5, C4 Compute optimized
X1, X1E, R5, R5d, R4, R3
Memory
optimized
P2, G3, F1 Accelerated computing
I3
Storage optimized
(I/O)
D2
Storage optimized
(Density)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon EC2: Scaling to meet your needs
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
License optimization with Optimize CPUs
• Control active vCPUs and hyper-threading status
when launching new EC2 instances
• Reduce the number of SQL Server licenses
*Sample licensing example only
Instance Type Total vCPUs Active vCPUs with
Optimize CPUs
SQL Server license
savings
r5.4xlarge 16 8 50%
r5.8xlarge 32 8 75%
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
How do I use Optimize CPU?
Set with AWS CLI run-instances
--cpu-options “CoreCount=x,ThreadsPerCore=y”
View with AWS CLI describe-instances
“CpuOptions”: {“CoreCount”: x, “ThreadsPerCore”: y}
Alternatively, set with AWS SDK or Amazon EC2 API
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Database and backup
storage options
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS has a variety of storage options
Amazon EC2 Instance Store (Ephemeral Volumes)
Amazon Elastic Block Store (Amazon EBS)
Amazon Elastic File System (Amazon EFS)
Amazon Simple Storage Service (Amazon S3)
Amazon Glacier
AWS Storage Gateway: File Gateway
AWS Snowball & AWS Snowball Edge
AWS Snowmobile
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
What is Amazon EC2 Instance Store?
• Local to instance
• Non-persistent data store
• SSD or HDD
• Data not replicated (by default)
• No snapshot support
EC2 instances
Physical host
Instance store
or
* Not all instance types have local, instance storage
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon EC2 Instance Store use cases
Temporary storage (SQL Server tempdb)
I3 and R5d instance types
• Temporary storage (SQL Server tempdb)
• Very low latency (0.1 ms)
• Extremely high IOPS (over 3 million vs. 80K for EBS-optimized)
• Higher throughput (almost 10x EBS max)
D2 instance type
• Up to 48 TB of HDD-based local storage
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon EBS
• Persistent block level storage for EC2
• Pay only for what you provision
• Native redundancy and write cache
• Consistent and low-latency performance
• Optimized for random I/O
• Native support for encryption at rest (data volumes)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon EBS volume types
HDDSSD
Provisioned IOPS
$0.125 per GiB
$0.065 per PIOPS
io1
General purpose
$0.10 per GiB
gp2
Throughput optimized
$0.045 per GiB
st1 sc1
Cold
$0.025 per GiB
Snapshot storage for all volume types is $0.05 per GiB per month
* All prices are per month, prorated to the second, and from the us-east-1 region as of October 2018
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Optimizing performance on
Amazon EBS
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon EC2 Instance sizing for EBS performance
x1e.2xlarge
8 vCPU
244 GiB RAM
Dedicated to EBS
1,000 Mbps ~ 125 MiB/s
2 TiB GP2 volume:
6,000 IOPS
160 MiB/s max throughput
7,400 16K IOPS
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon EC2 Instance sizing for EBS performance
Dedicated to EBS
1,000 Mbps ~ 125 MiB/s
2 TiB GP2 volume:
6,000 IOPS
160 MiB/s max throughput
7,400 16K IOPS
r5.2xlarge
8 vCPU
64 GiB RAM
Dedicated to EBS
1,700 Mbps ~ 210 MiB/s
12,000 16K IOPS
3,500 Mbps ~ 435 MiB/s
18,750 16K IOPS
2 TiB GP2 volume:
6,000 IOPS
160 MiB/s max throughput
x1e.2xlarge
8 vCPU
244 GiB RAM
Burst rate
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Best practice: RAID
When to RAID?
• Storage requirement > 16 TiB
• Throughput requirement > 500 MiB/s
• Largest instance can support up to 1,750 MiB/s
• IOPS requirement > 32,000 @ 16K
• Largest instance can support up to 75,000 @ 16K
EBS EBS EBS
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Best practice: RAID
Avoid RAID for redundancy
• Amazon EBS data is already replicated
• RAID1 halves available Amazon EBS bandwidth
• RAID5/6 loses 20% to 30% of usable I/O to parity
EBS EBS EBS
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SQL Server high availability
and disaster recovery
on Amazon EC2
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Multi-AZ Always On availability group
Availability Zone 1
Private Subnet
Availability Zone 2
Private Subnet
AWS Region
Amazon
EC2
Primary
Replica
Amazon
EC2
Secondary
Replica
Synchronous Commit
Automatic Failover
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Multi-region Always On availability group
Availability Zone 1
Private Subnet
AWS Region A
Availability Zone 2
Private Subnet
Availability Zone 1
Private Subnet
AWS Region B
Amazon
EC2
Primary
Replica
Amazon
EC2
Secondary
Replica
Amazon
EC2
Secondary
Replica
Synchronous Commit
Automatic Failover
Asynchronous Commit
Manual Failover
VPC
Peering
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Multi-region Distributed availability group
Availability Zone 1
Private Subnet
AWS Region A
Availability Zone 2
Private Subnet
Amazon
EC2
Primary
Replica
Amazon
EC2
Secondary
Replica
Synchronous Commit
Automatic Failover
Availability Zone 1
Private Subnet
AWS Region B
Availability Zone 2
Private Subnet
Amazon
EC2
Primary
Replica
Amazon
EC2
Secondary
Replica
Synchronous Commit
Automatic Failover
VPC
Peering
Asynchronous Commit
Manual Failover
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Multi-AZ Failover Cluster Instance
Amazon
EBS
Amazon
EBS
Availability Zone 1
Private Subnet
Availability Zone 2
Private Subnet
AWS Region
Amazon
EC2
Primary
Replica
Amazon
EC2
Secondary
Replica
Data Replication
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Migrating SQL Server to AWS
Amazon
EC2
Amazon EBS
Amazon
RDS
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Simple backup/restore migrations
Amazon RDS
Amazon EC2
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Hybrid Distributed availability group
On premises
Primary
Replica
Secondary
Replica
Synchronous Commit
Automatic Failover
Availability Zone 1
Private Subnet
AWS Region
Availability Zone 2
Private Subnet
Amazon
EC2
Primary
Replica
Amazon
EC2
Secondary
Replica
Synchronous Commit
Automatic Failover
Asynchronous Commit
Manual Failover
AWS Direct
Connect
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
What are AWS DMS and AWS SCT?
AWS Database Migration Service (AWS DMS) easily and
securely migrates and/or replicates your databases and data
warehouses to AWS
AWS Schema Conversion Tool (AWS SCT) converts your commercial
database and data warehouse schemas to open-source engines or
AWS-native services, such as Amazon Aurora and Amazon Redshift
Over 64,000 databases migrated and counting …
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
When to use AWS DMS and AWS SCT?
Modernize Migrate Replicate
Modernize your database tier —
• Commercial to open-source
• Commercial to Amazon Aurora
Modernize your data warehouse —
• Commercial to Amazon Redshift
• Migrate business-critical
applications
• Migrate from Classic to VPC
• Migrate data warehouse to
Amazon Redshift
• Upgrade to a minor version
• Consolidate shards into Aurora
• Create cross-region Read Replicas
• Run your analytics in the cloud
• Keep your dev/test and production
environment in sync
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Migration acceleration with VMware Cloud on AWS
Customer examples:
• Global retailer—Migrated 143 VMs in
a weekend; CIO said “That’s migration
acceleration!”
• Large partner—Migrated over 350
VMs in 2 days
• Large university—Migrated 100 VMs
in a day using HCX
Application-specific migration
Datacenter-wide migration
Application refresh
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Managing SQL Server on AWS
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Auto Scaling
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Systems Manager
Inventory
Compliance
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon CloudWatch
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SQL Server on Amazon RDS
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Data Performance Management
• Plan Explorer: free query analysis and optimization
• SQL Sentry: enterprise class SQL Server monitoring
• DOC xPress: documentation, lineage, and impact analysis
sentryone.com/aws
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Free is best…
The best T-SQL query analysis and
optimization tool is free
• Index Analysis – uncover a new, easy way to gauge the
impact of potential index changes
• Statistics Analysis with Histogram – visualize query
parameters and statistics with histogram range
highlighting
• Query Performance Profiling and Playback – see which
operators are impacting CPU, I/O, and waits
• Plan Diagram – see more of the plan on screen with full
layout control and optimized layout algorithms
• Tuning History and Comments – maintain a history of
different versions as you fine-tune your query
• Multiple Documents – open multiple query tuning
sessions in a single Plan Explorer instance
• Deadlocks Diagram – troubleshoot complex deadlocks
quickly and easily with the synchronized diagram and
treeview
sentryone.com/aws
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SentryOne SQL Sentry
Go deeper – SQL Server on EC2 and RDS
• Leverages the Waits and Queues troubleshooting methodology
• Performance Counters (Queues) with SQL Server Wait Statistics (Waits)
• Correlation helps to speed up Root Cause Detection
• Insight on how SQL Server is using Memory and Compute resources
• Workload-centric view for SQL Server
• Excessive CPU, Disk, and Memory use are just symptoms
• By understanding the workload you can find out why resource usage is elevated
• Understand which are the big hitting queries as well as the death by a thousand cuts queries
• Identify blocking and deadlocking in one place
• Leverage the built-in Plan Explorer engine to replay Deadlock activity
• Built-in temporal baselines based on historical activity and allows custom baselines to be
created
• Create advanced performance and health conditions in SentryOne with Baselines and custom
queries
sentryone.com/aws
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
sentryone.com/aws
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
sentryone.com/aws
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
sentryone.com/aws
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.sentryone.com/aws
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SentryOne DOC xPress
Documentation, Lineage, and Impact Analysis
• Documentation
• Extremely detailed technical documentation: .CHM, HTML, and Word
output
• Prebuilt and Customizable templates: Developer (detailed technical
info), Business Analyst (high-level overview)
• Metadata Snapshot
• Create solutions that span multiple technologies: SQL Server,
Integration Services, Reporting Services, Analysis Services, Tableau,
Excel PowerPivot
• Creates a point in time snapshot of metadata from all items in the
solution
• Lineage and Impact Analysis
• Lineage across and within technologies: SQL Server to SSIS to SSAS to
SSRS
• Analyze the impact of changes on other items
• Trace data through multiple systems
• Parses down to the T-SQL level
• Data Dictionary
• Capture custom information about the objects you are tracking in DOC
xPress
• Users can create their own fields
• Reporting on which items are missing data
• Data dictionary entries are included in the documentation output
• Snapshot Comparison
• Compare metadata snapshotssentryone.com/aws
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SentryOne DOC xPress
Documentation, Lineage, and Impact Analysis
• Documentation
• Extremely detailed technical documentation: .CHM, HTML, and Word
output
• Prebuilt and Customizable templates: Developer (detailed technical info),
Business Analyst (high-level overview)
• Metadata Snapshot
• Create solutions that span multiple technologies: SQL Server, Integration
Services, Reporting Services, Analysis Services, Tableau, Excel PowerPivot
• Creates a point in time snapshot of metadata from all items in the solution
• Lineage and Impact Analysis
• Lineage across and within technologies: SQL Server to SSIS to SSAS to
SSRS
• Analyze the impact of changes on other items
• Trace data through multiple systems
• Parses down to the T-SQL level
• Data Dictionary
• Capture custom information about the objects you are tracking in DOC
xPress
• Users can create their own fields
• Reporting on which items are missing data
• Data dictionary entries are included in the documentation output
• Snapshot Comparison
• Compare metadata snapshots
• See what’s changed over time
sentryone.com/aws
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
SentryOne DOC xPress
Documentation, Lineage, and Impact Analysis
• Documentation
• Extremely detailed technical documentation: .CHM, HTML, and Word
output
• Prebuilt and Customizable templates: Developer (detailed technical info),
Business Analyst (high-level overview)
• Metadata Snapshot
• Create solutions that span multiple technologies: SQL Server, Integration
Services, Reporting Services, Analysis Services, Tableau, Excel PowerPivot
• Creates a point in time snapshot of metadata from all items in the solution
• Lineage and Impact Analysis
• Lineage across and within technologies: SQL to SSIS to SSAS to SSRS
• Analyze the impact of changes on other items
• Trace data through multiple systems
• Parses down to the T-SQL level
• Data Dictionary
• Capture custom information about the objects you are tracking in DOC
xPress
• Users can create their own fields
• Reporting on which items are missing data
• Data dictionary entries are included in the documentation output
• Snapshot Comparison
• Compare metadata snapshots
• See what’s changed over time
sentryone.com/aws
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Still have questions?
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Programs to Accelerate and Aid Migration
Rapid Migration POCs
Migrate your first Windows
application in a week.
Rapid Migration offers
customers a partner-led
migration of one qualifying
application build in a one-
week engagement.
Accelerate time to value
with re:Think.
re:Think for Windows is
designed to help customers
who want to migrate or build
significant Windows Server,
SQL Server, and .NET
workload on AWS.
re:Think
Leverage AWS expertise in
migrating your workloads
with MAP.
MAP provides tools,
training, migration
methodology, partner
support and investment
benefits to help with all
things migration.
Migration Acceleration
Program (MAP)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
+thousands of additional APN partners
Microsoft Competency Consulting Partners
Partners help scale differentiated solutions
https://aws.amazon.com/windows/partner-solutions/#database
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Helpful Resources
Windows Server on AWS
https://aws.amazon.com/windows/
SQL Server on AWS
https://aws.amazon.com/sql/
Amazon Relational Database Service (RDS)
https://aws.amazon.com/rds/
Microsoft Competency Partners
https://aws.amazon.com/windows/partner-solutions/#database
SentryOne on AWS
https://www.sentryone.com/aws
https://docs.sentryone.com/help/aws-rds
http://aws.amazon.com/marketplace/pp/B07G49G6CQ/
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Windows training & resources to get started
Windows technical bootcamps
Onsite for partners and/or customers
Windows Workloads on AWS Bootcamp
AWS Developer Dojo
Migrating Windows Applications to AWS
EC2 Systems Manager Bootcamp
Microsoft licensing on AWS
Live or on-demand webinars
Dedicated licensing specialist
Overview video:
https://www.youtube.com/watch?v=ZZm8U9S6Prk
Contact Us
microsoft@amazon.com
Learn more at:
http://aws.amazon.com/windows/
Take a test drive:
http://aws.amazon.com/testdrive/
Take a hands-on lab:
https://www.qwiklabs.com/quests/13
Sign up at:
http://aws.amazon.com/getting-started
Thank you!
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Tom Staab
Douglas McDowell
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.

More Related Content

What's hot

Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...
Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...
Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...Amazon Web Services
 
Hands-On: Building a Migration Strategy for SQL Server on AWS (WIN310) - AWS ...
Hands-On: Building a Migration Strategy for SQL Server on AWS (WIN310) - AWS ...Hands-On: Building a Migration Strategy for SQL Server on AWS (WIN310) - AWS ...
Hands-On: Building a Migration Strategy for SQL Server on AWS (WIN310) - AWS ...Amazon Web Services
 
Running Your SQL Server Database on Amazon RDS (DAT329) - AWS re:Invent 2018
Running Your SQL Server Database on Amazon RDS (DAT329) - AWS re:Invent 2018Running Your SQL Server Database on Amazon RDS (DAT329) - AWS re:Invent 2018
Running Your SQL Server Database on Amazon RDS (DAT329) - AWS re:Invent 2018Amazon Web Services
 
Scale Your SAP HANA In-Memory Database on Amazon EC2 High Memory Instances wi...
Scale Your SAP HANA In-Memory Database on Amazon EC2 High Memory Instances wi...Scale Your SAP HANA In-Memory Database on Amazon EC2 High Memory Instances wi...
Scale Your SAP HANA In-Memory Database on Amazon EC2 High Memory Instances wi...Amazon Web Services
 
Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018
Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018
Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018Amazon Web Services
 
AWS Data Transfer Services Deep Dive
AWS Data Transfer Services Deep Dive AWS Data Transfer Services Deep Dive
AWS Data Transfer Services Deep Dive Amazon Web Services
 
Accelerating Life Sciences with HPC on AWS - AWS Online Tech Talks
Accelerating Life Sciences with HPC on AWS - AWS Online Tech TalksAccelerating Life Sciences with HPC on AWS - AWS Online Tech Talks
Accelerating Life Sciences with HPC on AWS - AWS Online Tech TalksAmazon Web Services
 
Building Your First Serverless Data Lake (ANT356-R1) - AWS re:Invent 2018
Building Your First Serverless Data Lake (ANT356-R1) - AWS re:Invent 2018Building Your First Serverless Data Lake (ANT356-R1) - AWS re:Invent 2018
Building Your First Serverless Data Lake (ANT356-R1) - AWS re:Invent 2018Amazon Web Services
 
Migrate & Optimize Microsoft Applications on AWS
Migrate & Optimize Microsoft Applications on AWSMigrate & Optimize Microsoft Applications on AWS
Migrate & Optimize Microsoft Applications on AWSAmazon Web Services
 
Build Your Own Log Analytics Solutions on AWS (ANT323-R) - AWS re:Invent 2018
Build Your Own Log Analytics Solutions on AWS (ANT323-R) - AWS re:Invent 2018Build Your Own Log Analytics Solutions on AWS (ANT323-R) - AWS re:Invent 2018
Build Your Own Log Analytics Solutions on AWS (ANT323-R) - AWS re:Invent 2018Amazon Web Services
 
High Performance Computing on AWS: Driving Innovation without Infrastructure ...
High Performance Computing on AWS: Driving Innovation without Infrastructure ...High Performance Computing on AWS: Driving Innovation without Infrastructure ...
High Performance Computing on AWS: Driving Innovation without Infrastructure ...Amazon Web Services
 
Make Your Disaster Recovery Plan Resilient & Cost-Effective (ENT213-S) - AWS ...
Make Your Disaster Recovery Plan Resilient & Cost-Effective (ENT213-S) - AWS ...Make Your Disaster Recovery Plan Resilient & Cost-Effective (ENT213-S) - AWS ...
Make Your Disaster Recovery Plan Resilient & Cost-Effective (ENT213-S) - AWS ...Amazon Web Services
 
Deep Learning Applications Using TensorFlow, ft. Advanced Microgrid Solutions...
Deep Learning Applications Using TensorFlow, ft. Advanced Microgrid Solutions...Deep Learning Applications Using TensorFlow, ft. Advanced Microgrid Solutions...
Deep Learning Applications Using TensorFlow, ft. Advanced Microgrid Solutions...Amazon Web Services
 
Scaling Up to Your First 10 Million Users (ARC205-R1) - AWS re:Invent 2018
Scaling Up to Your First 10 Million Users (ARC205-R1) - AWS re:Invent 2018Scaling Up to Your First 10 Million Users (ARC205-R1) - AWS re:Invent 2018
Scaling Up to Your First 10 Million Users (ARC205-R1) - AWS re:Invent 2018Amazon 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
 
Module 4 - AWSome Day Online Conference 2018
Module 4 - AWSome Day Online Conference 2018Module 4 - AWSome Day Online Conference 2018
Module 4 - AWSome Day Online Conference 2018Amazon 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
 
GulfMark Protects Business-critical Data on Land and at Sea
 GulfMark Protects Business-critical Data on Land and at Sea GulfMark Protects Business-critical Data on Land and at Sea
GulfMark Protects Business-critical Data on Land and at SeaAmazon Web Services
 

What's hot (20)

Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...
Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...
Deep Dive on Amazon Elastic Block Storage (Amazon EBS) (STG310-R1) - AWS re:I...
 
Hands-On: Building a Migration Strategy for SQL Server on AWS (WIN310) - AWS ...
Hands-On: Building a Migration Strategy for SQL Server on AWS (WIN310) - AWS ...Hands-On: Building a Migration Strategy for SQL Server on AWS (WIN310) - AWS ...
Hands-On: Building a Migration Strategy for SQL Server on AWS (WIN310) - AWS ...
 
Running Your SQL Server Database on Amazon RDS (DAT329) - AWS re:Invent 2018
Running Your SQL Server Database on Amazon RDS (DAT329) - AWS re:Invent 2018Running Your SQL Server Database on Amazon RDS (DAT329) - AWS re:Invent 2018
Running Your SQL Server Database on Amazon RDS (DAT329) - AWS re:Invent 2018
 
What's New with Amazon DynamoDB
What's New with Amazon DynamoDBWhat's New with Amazon DynamoDB
What's New with Amazon DynamoDB
 
Scale Your SAP HANA In-Memory Database on Amazon EC2 High Memory Instances wi...
Scale Your SAP HANA In-Memory Database on Amazon EC2 High Memory Instances wi...Scale Your SAP HANA In-Memory Database on Amazon EC2 High Memory Instances wi...
Scale Your SAP HANA In-Memory Database on Amazon EC2 High Memory Instances wi...
 
Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018
Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018
Backing Up Amazon EC2 with Amazon EBS Snapshots (CMP301-R1) - AWS re:Invent 2018
 
AWS Data Transfer Services Deep Dive
AWS Data Transfer Services Deep Dive AWS Data Transfer Services Deep Dive
AWS Data Transfer Services Deep Dive
 
Accelerating Life Sciences with HPC on AWS - AWS Online Tech Talks
Accelerating Life Sciences with HPC on AWS - AWS Online Tech TalksAccelerating Life Sciences with HPC on AWS - AWS Online Tech Talks
Accelerating Life Sciences with HPC on AWS - AWS Online Tech Talks
 
SRV319 Amazon EC2 Foundations
SRV319 Amazon EC2 FoundationsSRV319 Amazon EC2 Foundations
SRV319 Amazon EC2 Foundations
 
Building Your First Serverless Data Lake (ANT356-R1) - AWS re:Invent 2018
Building Your First Serverless Data Lake (ANT356-R1) - AWS re:Invent 2018Building Your First Serverless Data Lake (ANT356-R1) - AWS re:Invent 2018
Building Your First Serverless Data Lake (ANT356-R1) - AWS re:Invent 2018
 
Migrate & Optimize Microsoft Applications on AWS
Migrate & Optimize Microsoft Applications on AWSMigrate & Optimize Microsoft Applications on AWS
Migrate & Optimize Microsoft Applications on AWS
 
Build Your Own Log Analytics Solutions on AWS (ANT323-R) - AWS re:Invent 2018
Build Your Own Log Analytics Solutions on AWS (ANT323-R) - AWS re:Invent 2018Build Your Own Log Analytics Solutions on AWS (ANT323-R) - AWS re:Invent 2018
Build Your Own Log Analytics Solutions on AWS (ANT323-R) - AWS re:Invent 2018
 
High Performance Computing on AWS: Driving Innovation without Infrastructure ...
High Performance Computing on AWS: Driving Innovation without Infrastructure ...High Performance Computing on AWS: Driving Innovation without Infrastructure ...
High Performance Computing on AWS: Driving Innovation without Infrastructure ...
 
Make Your Disaster Recovery Plan Resilient & Cost-Effective (ENT213-S) - AWS ...
Make Your Disaster Recovery Plan Resilient & Cost-Effective (ENT213-S) - AWS ...Make Your Disaster Recovery Plan Resilient & Cost-Effective (ENT213-S) - AWS ...
Make Your Disaster Recovery Plan Resilient & Cost-Effective (ENT213-S) - AWS ...
 
Deep Learning Applications Using TensorFlow, ft. Advanced Microgrid Solutions...
Deep Learning Applications Using TensorFlow, ft. Advanced Microgrid Solutions...Deep Learning Applications Using TensorFlow, ft. Advanced Microgrid Solutions...
Deep Learning Applications Using TensorFlow, ft. Advanced Microgrid Solutions...
 
Scaling Up to Your First 10 Million Users (ARC205-R1) - AWS re:Invent 2018
Scaling Up to Your First 10 Million Users (ARC205-R1) - AWS re:Invent 2018Scaling Up to Your First 10 Million Users (ARC205-R1) - AWS re:Invent 2018
Scaling Up to Your First 10 Million Users (ARC205-R1) - AWS re:Invent 2018
 
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...
 
Module 4 - AWSome Day Online Conference 2018
Module 4 - AWSome Day Online Conference 2018Module 4 - AWSome Day Online Conference 2018
Module 4 - AWSome Day Online Conference 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...
 
GulfMark Protects Business-critical Data on Land and at Sea
 GulfMark Protects Business-critical Data on Land and at Sea GulfMark Protects Business-critical Data on Land and at Sea
GulfMark Protects Business-critical Data on Land and at Sea
 

Similar to Design, Deploy, and Optimize Microsoft SQL Server on AWS (GPSTEC314) - AWS re:Invent 2018

Amazon EC2 Foundations - SRV319 - Atlanta AWS Summit
Amazon EC2 Foundations - SRV319 - Atlanta AWS SummitAmazon EC2 Foundations - SRV319 - Atlanta AWS Summit
Amazon EC2 Foundations - SRV319 - Atlanta AWS SummitAmazon Web Services
 
Moving your commercial databases to Amazon RDS
Moving your commercial databases to Amazon RDSMoving your commercial databases to Amazon RDS
Moving your commercial databases to Amazon RDSAmazon Web Services
 
Amazon EC2 Foundations - SRV319 - Toronto AWS Summit
Amazon EC2 Foundations - SRV319 - Toronto AWS SummitAmazon EC2 Foundations - SRV319 - Toronto AWS Summit
Amazon EC2 Foundations - SRV319 - Toronto AWS SummitAmazon Web Services
 
Design, Deploy, Optimize SQL Server Workloads on AWS - SRV209 - Anaheim AWS S...
Design, Deploy, Optimize SQL Server Workloads on AWS - SRV209 - Anaheim AWS S...Design, Deploy, Optimize SQL Server Workloads on AWS - SRV209 - Anaheim AWS S...
Design, Deploy, Optimize SQL Server Workloads on AWS - SRV209 - Anaheim AWS S...Amazon Web Services
 
Design, Deploy, and Optimize Microsoft SQL Server on AWS
Design, Deploy, and Optimize Microsoft SQL Server on AWSDesign, Deploy, and Optimize Microsoft SQL Server on AWS
Design, Deploy, and Optimize Microsoft SQL Server on AWSAmazon Web Services
 
Design, Deploy, & Optimize SQL Server Workloads - SRV209 - Chicago AWS Summit
Design, Deploy, & Optimize SQL Server Workloads - SRV209 - Chicago AWS SummitDesign, Deploy, & Optimize SQL Server Workloads - SRV209 - Chicago AWS Summit
Design, Deploy, & Optimize SQL Server Workloads - SRV209 - Chicago AWS SummitAmazon Web Services
 
Design, Deploy, & Optimize SQL Server Workloads
Design, Deploy, & Optimize SQL Server Workloads Design, Deploy, & Optimize SQL Server Workloads
Design, Deploy, & Optimize SQL Server Workloads Amazon Web Services
 
Oracle and SQL Server on the Cloud - Bill Baldwin
Oracle and SQL Server on the Cloud - Bill BaldwinOracle and SQL Server on the Cloud - Bill Baldwin
Oracle and SQL Server on the Cloud - Bill BaldwinAmazon 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
 
Amazon EC2 Foundations (CMP208-R1) - AWS re:Invent 2018
Amazon EC2 Foundations (CMP208-R1) - AWS re:Invent 2018Amazon EC2 Foundations (CMP208-R1) - AWS re:Invent 2018
Amazon EC2 Foundations (CMP208-R1) - AWS re:Invent 2018Amazon Web Services
 
Relational Database Services on AWS - Bill Baldwin, Gareth Eagar
Relational Database Services on AWS - Bill Baldwin, Gareth EagarRelational Database Services on AWS - Bill Baldwin, Gareth Eagar
Relational Database Services on AWS - Bill Baldwin, Gareth EagarAmazon Web Services
 
Amazon Aurora and AWS Database Migration Service
Amazon Aurora and AWS Database Migration ServiceAmazon Aurora and AWS Database Migration Service
Amazon Aurora and AWS Database Migration ServiceAmazon Web Services
 
Oracle and SQL Server on the Cloud
Oracle and SQL Server on the CloudOracle and SQL Server on the Cloud
Oracle and SQL Server on the CloudAmazon Web Services
 
AWSome Day Online Conference 2018 - Module 2
AWSome Day Online Conference 2018 -  Module 2AWSome Day Online Conference 2018 -  Module 2
AWSome Day Online Conference 2018 - Module 2Amazon 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
 
Intro to Open Source Databases on AWS - AWS Online Tech Talks
Intro to Open Source Databases on AWS - AWS Online Tech TalksIntro to Open Source Databases on AWS - AWS Online Tech Talks
Intro to Open Source Databases on AWS - AWS Online Tech TalksAmazon Web Services
 
Getting started with AWS Foundational Services
Getting started with AWS Foundational ServicesGetting started with AWS Foundational Services
Getting started with AWS Foundational ServicesAmazon Web Services
 

Similar to Design, Deploy, and Optimize Microsoft SQL Server on AWS (GPSTEC314) - AWS re:Invent 2018 (20)

Amazon EC2 Foundations - SRV319 - Atlanta AWS Summit
Amazon EC2 Foundations - SRV319 - Atlanta AWS SummitAmazon EC2 Foundations - SRV319 - Atlanta AWS Summit
Amazon EC2 Foundations - SRV319 - Atlanta AWS Summit
 
Moving your commercial databases to Amazon RDS
Moving your commercial databases to Amazon RDSMoving your commercial databases to Amazon RDS
Moving your commercial databases to Amazon RDS
 
SQL Server on AWS
SQL Server on AWSSQL Server on AWS
SQL Server on AWS
 
Amazon EC2 Foundations - SRV319 - Toronto AWS Summit
Amazon EC2 Foundations - SRV319 - Toronto AWS SummitAmazon EC2 Foundations - SRV319 - Toronto AWS Summit
Amazon EC2 Foundations - SRV319 - Toronto AWS Summit
 
SQL Server on AWS
SQL Server on AWSSQL Server on AWS
SQL Server on AWS
 
Design, Deploy, Optimize SQL Server Workloads on AWS - SRV209 - Anaheim AWS S...
Design, Deploy, Optimize SQL Server Workloads on AWS - SRV209 - Anaheim AWS S...Design, Deploy, Optimize SQL Server Workloads on AWS - SRV209 - Anaheim AWS S...
Design, Deploy, Optimize SQL Server Workloads on AWS - SRV209 - Anaheim AWS S...
 
Design, Deploy, and Optimize Microsoft SQL Server on AWS
Design, Deploy, and Optimize Microsoft SQL Server on AWSDesign, Deploy, and Optimize Microsoft SQL Server on AWS
Design, Deploy, and Optimize Microsoft SQL Server on AWS
 
Design, Deploy, & Optimize SQL Server Workloads - SRV209 - Chicago AWS Summit
Design, Deploy, & Optimize SQL Server Workloads - SRV209 - Chicago AWS SummitDesign, Deploy, & Optimize SQL Server Workloads - SRV209 - Chicago AWS Summit
Design, Deploy, & Optimize SQL Server Workloads - SRV209 - Chicago AWS Summit
 
Design, Deploy, & Optimize SQL Server Workloads
Design, Deploy, & Optimize SQL Server Workloads Design, Deploy, & Optimize SQL Server Workloads
Design, Deploy, & Optimize SQL Server Workloads
 
Oracle and SQL Server on the Cloud - Bill Baldwin
Oracle and SQL Server on the Cloud - Bill BaldwinOracle and SQL Server on the Cloud - Bill Baldwin
Oracle and SQL Server on the Cloud - Bill Baldwin
 
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
 
Amazon EC2 Foundations (CMP208-R1) - AWS re:Invent 2018
Amazon EC2 Foundations (CMP208-R1) - AWS re:Invent 2018Amazon EC2 Foundations (CMP208-R1) - AWS re:Invent 2018
Amazon EC2 Foundations (CMP208-R1) - AWS re:Invent 2018
 
Relational Database Services on AWS - Bill Baldwin, Gareth Eagar
Relational Database Services on AWS - Bill Baldwin, Gareth EagarRelational Database Services on AWS - Bill Baldwin, Gareth Eagar
Relational Database Services on AWS - Bill Baldwin, Gareth Eagar
 
Amazon Aurora and AWS Database Migration Service
Amazon Aurora and AWS Database Migration ServiceAmazon Aurora and AWS Database Migration Service
Amazon Aurora and AWS Database Migration Service
 
Oracle and SQL Server on the Cloud
Oracle and SQL Server on the CloudOracle and SQL Server on the Cloud
Oracle and SQL Server on the Cloud
 
AWSome Day Online Conference 2018 - Module 2
AWSome Day Online Conference 2018 -  Module 2AWSome Day Online Conference 2018 -  Module 2
AWSome Day Online Conference 2018 - Module 2
 
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
 
Intro to Open Source Databases on AWS - AWS Online Tech Talks
Intro to Open Source Databases on AWS - AWS Online Tech TalksIntro to Open Source Databases on AWS - AWS Online Tech Talks
Intro to Open Source Databases on AWS - AWS Online Tech Talks
 
Getting started with AWS Foundational Services
Getting started with AWS Foundational ServicesGetting started with AWS Foundational Services
Getting started with AWS Foundational Services
 

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

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
 

Design, Deploy, and Optimize Microsoft SQL Server on AWS (GPSTEC314) - AWS re:Invent 2018

  • 1.
  • 2. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Design, Deploy, and Optimize Microsoft SQL Server on AWS Tom Staab Partner Solutions Architect, Amazon Web Services G P S T E C 3 1 4 Douglas McDowell Chief Strategy Officer, SentryOne
  • 3. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Public cloud market leaders dominate the Windows segment of the Infrastructure as a Service Market IDC estimates AWS accounted for approximately 57.7% of total Windows instances deployed in the public cloud IaaS market during 2017, followed by Microsoft Azure at 30.9%. The rest of the market collectively accounted for the remaining 11.4% of Windows instances deployed in the public cloud IaaS market during 2017. IDC notes the Windows public cloud IaaS market continues to expand due to the growing usage of public cloud IaaS among enterprises and the movement of Windows workloads into public cloud IaaS. Note: Includes Windows instances deployed in the public cloud IaaS market during 2017 Source: IDC estimates, 2018 1 57.7% 2 30.9% 3 11.4% Worldwide Windows public cloud IaaS instances by cloud provider, 2017
  • 4. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Innovation for Windows on AWS Key Windows launches since 2008 89 42 750+ instance types, 22 instance families different AMIs for Windows workloads Windows ISV listings in AWS Marketplace Windows Deep Learning AMI Hyper-V support in SMS Application-consistent Snapshots through VSS WS 2008 & SQL Server 2008 Visual Studio Toolkit Microsoft SCOM plugin release AWS Directory Service EC2 Dedicated Hosts (BYOL) Microsoft SharePoint 2016 (Marketplace) Windows Server 2008 R2 SQL Server 2008 R2 Windows Server 2003 SQL Server 2005 .NET SDK Microsoft SCVMM plugin Windows Server 2012 SQL Server 2012 AWS Tools for Windows PowerShell Amazon RDS adds SQL Server EC2 Run Command EC2 Systems Manager Windows Server & SQL Server 2016 EC2 Dedicated Instances (BYOL) .NET on Lambda & Codebuild SAP instance on AWS 2012 Trusted Advisor checks for Windows SQL Server 2017 Windows & Linux X-Ray .NET SDK CustomerAdoption Windows for Lightsail .NET Core & PowerShell on AL2/Ubuntu 2008 Today .NET Core 2.0 Support with Lambda & X-Ray
  • 5. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. SQL Server on AWS Design/optimize Migrate Manage/optimize
  • 6. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. SQL Server architecture design decisions RAM capacity RAM Processing power Processing Storage capacity Storage Network bandwidth/latency Network High availability High Availability Disaster recovery Disaster Recovery
  • 7. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Where can I run my SQL Server workloads on AWS?
  • 8. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Where can I run my SQL Server workloads on AWS? Amazon Relational Database Service (Amazon RDS) Amazon Elastic Compute Cloud (Amazon EC2) Managed service with up to 64 vCPU, 488 GB RAM, and 16 TB storage Self-managed virtual machine with up to 128 vCPU, 4TB RAM, and 400-TB storage
  • 9. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon RDS for SQL Server SQL Server on Amazon EC2 Options for deploying SQL Server on AWS
  • 10. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon RDS for SQL Server Power, HVAC, net OS install/maintenance OS patching DBMS install/maintenance DBMS patching Database backups High availability Scaling AWS managed Customer managed • Consider RDS first • Focus on business value tasks • High-level tuning • Schema optimization • No in-house database expertise • Automatic Host Replacement Options for deploying SQL Server on AWS SQL Server on Amazon EC2
  • 11. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon RDS for SQL Server SQL Server on Amazon EC2 Power, HVAC, net OS install/maintenance OS patching DBMS install/maintenance DBMS patching Database backups High availability Scaling AWS managed Customer managed Power, HVAC, net OS install/maintenance OS patching DBMS install/maintenance DBMS patching Database backups High availability Scaling • Consider RDS first • Focus on business value tasks • High-level tuning • Schema optimization • No in-house database expertise • Automatic Host Replacement • Need full control over DB instance • 3rd party server agents • Clustering • Options that are not currently available in Amazon RDS Options for deploying SQL Server on AWS
  • 12. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon RDS: Hassle-free flexibility Instance Type Selection: M4 instances for lower cost R4 instances for more RAM EBS Volume Type Selection: GP2 volumes for lower cost IO1 volumes for I/O intensive, critical workloads
  • 13. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon RDS for SQL Server instance types
  • 14. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Multi-AZ SQL Server on Amazon RDS Availability Zone 1 Private Subnet Availability Zone 2 AWS Region Amazon RDS Primary Amazon RDS Secondary Private Subnet Automatic Failover
  • 15. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Multi-AZ SQL Server on Amazon RDS Availability Zone 1 Private Subnet Availability Zone 2 AWS Region Amazon RDS Primary Amazon RDS Secondary Private Subnet Automatic Failover Managed Service
  • 16. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Microsoft licensing on AWS Dedicated options for licenses not eligible for license mobility Default tenancy for license mobility- eligible products with software assurance AWS licensing Buy license-included instances from AWS Bring licenses to AWS
  • 17. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon EC2: Purpose-built compute families Current Instance Families and Generation Family/Usage M5, M4 General purpose compute T2, T3 Burstable performance C5, C4 Compute optimized X1, X1E, R5, R5d, R4, R3 Memory optimized P2, G3, F1 Accelerated computing I3 Storage optimized (I/O) D2 Storage optimized (Density)
  • 18. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon EC2: Scaling to meet your needs
  • 19. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. License optimization with Optimize CPUs • Control active vCPUs and hyper-threading status when launching new EC2 instances • Reduce the number of SQL Server licenses *Sample licensing example only Instance Type Total vCPUs Active vCPUs with Optimize CPUs SQL Server license savings r5.4xlarge 16 8 50% r5.8xlarge 32 8 75%
  • 20. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. How do I use Optimize CPU? Set with AWS CLI run-instances --cpu-options “CoreCount=x,ThreadsPerCore=y” View with AWS CLI describe-instances “CpuOptions”: {“CoreCount”: x, “ThreadsPerCore”: y} Alternatively, set with AWS SDK or Amazon EC2 API
  • 21. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Database and backup storage options
  • 22. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS has a variety of storage options Amazon EC2 Instance Store (Ephemeral Volumes) Amazon Elastic Block Store (Amazon EBS) Amazon Elastic File System (Amazon EFS) Amazon Simple Storage Service (Amazon S3) Amazon Glacier AWS Storage Gateway: File Gateway AWS Snowball & AWS Snowball Edge AWS Snowmobile
  • 23. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. What is Amazon EC2 Instance Store? • Local to instance • Non-persistent data store • SSD or HDD • Data not replicated (by default) • No snapshot support EC2 instances Physical host Instance store or * Not all instance types have local, instance storage
  • 24. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon EC2 Instance Store use cases Temporary storage (SQL Server tempdb) I3 and R5d instance types • Temporary storage (SQL Server tempdb) • Very low latency (0.1 ms) • Extremely high IOPS (over 3 million vs. 80K for EBS-optimized) • Higher throughput (almost 10x EBS max) D2 instance type • Up to 48 TB of HDD-based local storage
  • 25. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon EBS • Persistent block level storage for EC2 • Pay only for what you provision • Native redundancy and write cache • Consistent and low-latency performance • Optimized for random I/O • Native support for encryption at rest (data volumes)
  • 26. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon EBS volume types HDDSSD Provisioned IOPS $0.125 per GiB $0.065 per PIOPS io1 General purpose $0.10 per GiB gp2 Throughput optimized $0.045 per GiB st1 sc1 Cold $0.025 per GiB Snapshot storage for all volume types is $0.05 per GiB per month * All prices are per month, prorated to the second, and from the us-east-1 region as of October 2018
  • 27. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Optimizing performance on Amazon EBS
  • 28. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon EC2 Instance sizing for EBS performance x1e.2xlarge 8 vCPU 244 GiB RAM Dedicated to EBS 1,000 Mbps ~ 125 MiB/s 2 TiB GP2 volume: 6,000 IOPS 160 MiB/s max throughput 7,400 16K IOPS
  • 29. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon EC2 Instance sizing for EBS performance Dedicated to EBS 1,000 Mbps ~ 125 MiB/s 2 TiB GP2 volume: 6,000 IOPS 160 MiB/s max throughput 7,400 16K IOPS r5.2xlarge 8 vCPU 64 GiB RAM Dedicated to EBS 1,700 Mbps ~ 210 MiB/s 12,000 16K IOPS 3,500 Mbps ~ 435 MiB/s 18,750 16K IOPS 2 TiB GP2 volume: 6,000 IOPS 160 MiB/s max throughput x1e.2xlarge 8 vCPU 244 GiB RAM Burst rate
  • 30. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Best practice: RAID When to RAID? • Storage requirement > 16 TiB • Throughput requirement > 500 MiB/s • Largest instance can support up to 1,750 MiB/s • IOPS requirement > 32,000 @ 16K • Largest instance can support up to 75,000 @ 16K EBS EBS EBS
  • 31. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Best practice: RAID Avoid RAID for redundancy • Amazon EBS data is already replicated • RAID1 halves available Amazon EBS bandwidth • RAID5/6 loses 20% to 30% of usable I/O to parity EBS EBS EBS
  • 32. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. SQL Server high availability and disaster recovery on Amazon EC2
  • 33. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Multi-AZ Always On availability group Availability Zone 1 Private Subnet Availability Zone 2 Private Subnet AWS Region Amazon EC2 Primary Replica Amazon EC2 Secondary Replica Synchronous Commit Automatic Failover
  • 34. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Multi-region Always On availability group Availability Zone 1 Private Subnet AWS Region A Availability Zone 2 Private Subnet Availability Zone 1 Private Subnet AWS Region B Amazon EC2 Primary Replica Amazon EC2 Secondary Replica Amazon EC2 Secondary Replica Synchronous Commit Automatic Failover Asynchronous Commit Manual Failover VPC Peering
  • 35. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Multi-region Distributed availability group Availability Zone 1 Private Subnet AWS Region A Availability Zone 2 Private Subnet Amazon EC2 Primary Replica Amazon EC2 Secondary Replica Synchronous Commit Automatic Failover Availability Zone 1 Private Subnet AWS Region B Availability Zone 2 Private Subnet Amazon EC2 Primary Replica Amazon EC2 Secondary Replica Synchronous Commit Automatic Failover VPC Peering Asynchronous Commit Manual Failover
  • 36. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Multi-AZ Failover Cluster Instance Amazon EBS Amazon EBS Availability Zone 1 Private Subnet Availability Zone 2 Private Subnet AWS Region Amazon EC2 Primary Replica Amazon EC2 Secondary Replica Data Replication
  • 37. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Migrating SQL Server to AWS Amazon EC2 Amazon EBS Amazon RDS
  • 38. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Simple backup/restore migrations Amazon RDS Amazon EC2
  • 39. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Hybrid Distributed availability group On premises Primary Replica Secondary Replica Synchronous Commit Automatic Failover Availability Zone 1 Private Subnet AWS Region Availability Zone 2 Private Subnet Amazon EC2 Primary Replica Amazon EC2 Secondary Replica Synchronous Commit Automatic Failover Asynchronous Commit Manual Failover AWS Direct Connect
  • 40. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. What are AWS DMS and AWS SCT? AWS Database Migration Service (AWS DMS) easily and securely migrates and/or replicates your databases and data warehouses to AWS AWS Schema Conversion Tool (AWS SCT) converts your commercial database and data warehouse schemas to open-source engines or AWS-native services, such as Amazon Aurora and Amazon Redshift Over 64,000 databases migrated and counting …
  • 41. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. When to use AWS DMS and AWS SCT? Modernize Migrate Replicate Modernize your database tier — • Commercial to open-source • Commercial to Amazon Aurora Modernize your data warehouse — • Commercial to Amazon Redshift • Migrate business-critical applications • Migrate from Classic to VPC • Migrate data warehouse to Amazon Redshift • Upgrade to a minor version • Consolidate shards into Aurora • Create cross-region Read Replicas • Run your analytics in the cloud • Keep your dev/test and production environment in sync
  • 42. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Migration acceleration with VMware Cloud on AWS Customer examples: • Global retailer—Migrated 143 VMs in a weekend; CIO said “That’s migration acceleration!” • Large partner—Migrated over 350 VMs in 2 days • Large university—Migrated 100 VMs in a day using HCX Application-specific migration Datacenter-wide migration Application refresh
  • 43. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Managing SQL Server on AWS
  • 44. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Auto Scaling
  • 45. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Systems Manager Inventory Compliance
  • 46. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon CloudWatch
  • 47. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. SQL Server on Amazon RDS
  • 48. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Data Performance Management • Plan Explorer: free query analysis and optimization • SQL Sentry: enterprise class SQL Server monitoring • DOC xPress: documentation, lineage, and impact analysis sentryone.com/aws
  • 49. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Free is best… The best T-SQL query analysis and optimization tool is free • Index Analysis – uncover a new, easy way to gauge the impact of potential index changes • Statistics Analysis with Histogram – visualize query parameters and statistics with histogram range highlighting • Query Performance Profiling and Playback – see which operators are impacting CPU, I/O, and waits • Plan Diagram – see more of the plan on screen with full layout control and optimized layout algorithms • Tuning History and Comments – maintain a history of different versions as you fine-tune your query • Multiple Documents – open multiple query tuning sessions in a single Plan Explorer instance • Deadlocks Diagram – troubleshoot complex deadlocks quickly and easily with the synchronized diagram and treeview sentryone.com/aws
  • 50. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. SentryOne SQL Sentry Go deeper – SQL Server on EC2 and RDS • Leverages the Waits and Queues troubleshooting methodology • Performance Counters (Queues) with SQL Server Wait Statistics (Waits) • Correlation helps to speed up Root Cause Detection • Insight on how SQL Server is using Memory and Compute resources • Workload-centric view for SQL Server • Excessive CPU, Disk, and Memory use are just symptoms • By understanding the workload you can find out why resource usage is elevated • Understand which are the big hitting queries as well as the death by a thousand cuts queries • Identify blocking and deadlocking in one place • Leverage the built-in Plan Explorer engine to replay Deadlock activity • Built-in temporal baselines based on historical activity and allows custom baselines to be created • Create advanced performance and health conditions in SentryOne with Baselines and custom queries sentryone.com/aws
  • 51. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. sentryone.com/aws
  • 52. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. sentryone.com/aws
  • 53. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 54. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 55. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 56. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 57. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. sentryone.com/aws
  • 58. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.sentryone.com/aws
  • 59. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 60. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 61. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. SentryOne DOC xPress Documentation, Lineage, and Impact Analysis • Documentation • Extremely detailed technical documentation: .CHM, HTML, and Word output • Prebuilt and Customizable templates: Developer (detailed technical info), Business Analyst (high-level overview) • Metadata Snapshot • Create solutions that span multiple technologies: SQL Server, Integration Services, Reporting Services, Analysis Services, Tableau, Excel PowerPivot • Creates a point in time snapshot of metadata from all items in the solution • Lineage and Impact Analysis • Lineage across and within technologies: SQL Server to SSIS to SSAS to SSRS • Analyze the impact of changes on other items • Trace data through multiple systems • Parses down to the T-SQL level • Data Dictionary • Capture custom information about the objects you are tracking in DOC xPress • Users can create their own fields • Reporting on which items are missing data • Data dictionary entries are included in the documentation output • Snapshot Comparison • Compare metadata snapshotssentryone.com/aws
  • 62. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. SentryOne DOC xPress Documentation, Lineage, and Impact Analysis • Documentation • Extremely detailed technical documentation: .CHM, HTML, and Word output • Prebuilt and Customizable templates: Developer (detailed technical info), Business Analyst (high-level overview) • Metadata Snapshot • Create solutions that span multiple technologies: SQL Server, Integration Services, Reporting Services, Analysis Services, Tableau, Excel PowerPivot • Creates a point in time snapshot of metadata from all items in the solution • Lineage and Impact Analysis • Lineage across and within technologies: SQL Server to SSIS to SSAS to SSRS • Analyze the impact of changes on other items • Trace data through multiple systems • Parses down to the T-SQL level • Data Dictionary • Capture custom information about the objects you are tracking in DOC xPress • Users can create their own fields • Reporting on which items are missing data • Data dictionary entries are included in the documentation output • Snapshot Comparison • Compare metadata snapshots • See what’s changed over time sentryone.com/aws
  • 63. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. SentryOne DOC xPress Documentation, Lineage, and Impact Analysis • Documentation • Extremely detailed technical documentation: .CHM, HTML, and Word output • Prebuilt and Customizable templates: Developer (detailed technical info), Business Analyst (high-level overview) • Metadata Snapshot • Create solutions that span multiple technologies: SQL Server, Integration Services, Reporting Services, Analysis Services, Tableau, Excel PowerPivot • Creates a point in time snapshot of metadata from all items in the solution • Lineage and Impact Analysis • Lineage across and within technologies: SQL to SSIS to SSAS to SSRS • Analyze the impact of changes on other items • Trace data through multiple systems • Parses down to the T-SQL level • Data Dictionary • Capture custom information about the objects you are tracking in DOC xPress • Users can create their own fields • Reporting on which items are missing data • Data dictionary entries are included in the documentation output • Snapshot Comparison • Compare metadata snapshots • See what’s changed over time sentryone.com/aws
  • 64. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Still have questions?
  • 65. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Programs to Accelerate and Aid Migration Rapid Migration POCs Migrate your first Windows application in a week. Rapid Migration offers customers a partner-led migration of one qualifying application build in a one- week engagement. Accelerate time to value with re:Think. re:Think for Windows is designed to help customers who want to migrate or build significant Windows Server, SQL Server, and .NET workload on AWS. re:Think Leverage AWS expertise in migrating your workloads with MAP. MAP provides tools, training, migration methodology, partner support and investment benefits to help with all things migration. Migration Acceleration Program (MAP)
  • 66. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. +thousands of additional APN partners Microsoft Competency Consulting Partners Partners help scale differentiated solutions https://aws.amazon.com/windows/partner-solutions/#database
  • 67. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Helpful Resources Windows Server on AWS https://aws.amazon.com/windows/ SQL Server on AWS https://aws.amazon.com/sql/ Amazon Relational Database Service (RDS) https://aws.amazon.com/rds/ Microsoft Competency Partners https://aws.amazon.com/windows/partner-solutions/#database SentryOne on AWS https://www.sentryone.com/aws https://docs.sentryone.com/help/aws-rds http://aws.amazon.com/marketplace/pp/B07G49G6CQ/
  • 68. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Windows training & resources to get started Windows technical bootcamps Onsite for partners and/or customers Windows Workloads on AWS Bootcamp AWS Developer Dojo Migrating Windows Applications to AWS EC2 Systems Manager Bootcamp Microsoft licensing on AWS Live or on-demand webinars Dedicated licensing specialist Overview video: https://www.youtube.com/watch?v=ZZm8U9S6Prk Contact Us microsoft@amazon.com Learn more at: http://aws.amazon.com/windows/ Take a test drive: http://aws.amazon.com/testdrive/ Take a hands-on lab: https://www.qwiklabs.com/quests/13 Sign up at: http://aws.amazon.com/getting-started
  • 69. Thank you! © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Tom Staab Douglas McDowell
  • 70. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.