SlideShare a Scribd company logo
1 of 33
Download to read offline
© 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
December 9, 2015 | Los Angeles, CA
Migration of Microsoft
Workloads to
Amazon Web Services
Agenda
• AWS Migration Methodology
• Architecture Best Practices
• Workload Migration Examples
• Migration Tools
• Additional Resources
AWS Migration Methodology
Modernizing IT: Gartner’s 5 Rs
Packaged
Apps
Databases
Custom Apps
Phase out
unnecessary
applications
Leave data or
applications in
place and
extend via new
platform
Replace custom
applications with
modern,
packaged
offerings
Move
application and
data to new
platform without
modification
Create new
applications
utilizing services
to speed
implementation
Modernizing IT: Gartner’s 5 Rs
Packaged
Apps
Databases
Custom Apps
Phase out
unnecessary
applications
Leave data or
applications in
place and
extend via new
platform
Replace custom
applications with
modern,
packaged
offerings
Move
application and
data to new
platform without
modification
Create new
applications
utilizing services
to speed
implementation
AWS Migration Patterns: Path to the Cloud
Phased Migration Strategy
Cloud
Assessment
Phase
•Assess
Costs
•Assess
Architecture
•Document
current
inventory &
workloads
•Assess
Security
Proof of
Concept
Phase
•Learn AWS
•Build a pilot
•Build
Support
within the
organization
Data
Migration
Phase
•Leverage
different
storage
options
•Migrate
Application
Migration
Phase
•Lift & Shift
Migration
•Hybrid
Migration
Leverage the
Cloud Phase
•Auto-scaling
•Automation
•Elasticity
•High
Availability
Optimization
Phase
•Utilization
•Monitoring
•Efficiency
•Performance
•Re-
engineering
Phase Driven Approach to Cloud Migration
Phase Process Benefits
Cloud
Assessment
• Financial Assessment (TCO calculation)
• Security and Compliance Assessment
• Technical Assessment (Classify application
types)
• Identify the tools that can be reused and the
tools that need to be built
• Migrate licensed products
• Create a plan and measure success
• Business case for migration (Lower
TCO, faster time to market, higher
flexibility & agility, scalability +
elasticity)
• Identify gaps between your current
traditional legacy architecture and
next -generation cloud architecture
Proof of
Concept
• Get your feet wet with AWS
• Build a pilot and validate the technology
• Test existing software in the cloud
• Build confidence with various AWS
services
• Mitigate risk by validating critical
pieces of your proposed architecture
Data
Migration
• Understand different storage options in the
AWS cloud
• Migrate fileservers to Amazon S3
• Migrate RDBMS to EC2 + EBS, or Amazon
RDS
• Redundancy, Durable Storage,
Elastic Scalable Storage
• Automated Management Backup
Phase Driven Approach to Cloud Migration
Phase Process Benefits
Application
Migration
• Understanding the different instance type and
performance characteristics
• Network connectivity and security controls
• Deploy instances and software
• Failure tolerance, optimal capacity
provisioning, high availability
• Scalable compute resources
• Infrastructure automation
Leverage the
Cloud
• Leverage other AWS services
• Automate elasticity and SDLC
• Flexibility and agility
• Automation and improved productivity
• Harden security
• Create dashboard to manage AWS resources
• Leverage multiple availability zones
• Reduction in CapEx in IT
• Flexibility and agility
• Automation and improved
productivity
• Higher Availability
Optimization • Optimize usage based on demand
• Improve efficiency
• Implement advanced monitoring and
telemetry
• Re-engineer your application
• Decompose your relational databases
• Increased utilization and
transformational impact in OpEx
• Better visibility through advanced
monitoring and telemetry
Phase Deep-Dive: Assessment & Discovery
Application/Device Mapping
A document that relates individual compute instances and
infrastructure to a specific application.
Security
You will want to understand any application specific security
requirements, Data Protection mechanisms, authentication
mechanisms and security classification efforts.
Application Architecture Diagrams
Application diagrams that show the relationships between
infrastructure and software for a specific workload.
Compliance
Any compliance regulations will need to ne vetted in order to
meet the organizations audit requirements such as HIPPA,
PCI, DSS, FedRAMP
Integration/Dependency Mapping
A document that shows the integration points or
dependencies of one application on other applications.
Criticality, RPO/RTO Objectives
What are the application specific criticality rankings,
RPO/RTO objectives and migration efforts will need to
consider application maintenance windows (Recovery Time
Objectives)
Application Load Metrics
Understanding an applications load profile will help
understand the scale of the infrastructure required to support
the environment.
Architecture Best Practices
Architecture Best Practices
Resiliency Loose
Coupling
Elasticity Storage Security
Workload Migration Example
First You
Need a
Target:
The VPC
Availability Zone
Private SubnetPublic Subnet
NAT
10.0.0.0/24 10.0.2.0/24
DCDBAPPWEB
Domain
Controller
SQL
Server
App
Server
IIS
Server
RDGW
Availability Zone
Private SubnetPublic Subnet
NAT
10.0.0.0/24 10.0.2.0/24
DCDBAPPWEB
Domain
Controller
SQL
Server
App
Server
IIS
Server
RDGW
Remote
Users / Admins
The Principles of Security Don’t Change Much
• Roles Based Access Control and Least Privilege Apply
• Use Security Groups to filter traffic
Availability Zone
Web Security Group SQL Security Group
Private SubnetPublic Subnet
Accept TCP Port 80
from Internet
Accept TCP Port
1433 from Web SG
User
WEB SQL
TCP 80 TCP 1433
10.0.0.0/24 10.0.1.0/24
Remember You Are Always Working Remote
Deploying a bastion host in each Availability Zone can provide
highly available and secure remote access over the Internet
• Clients can use the Remote Desktop Protocol (RDP) over
HTTPS to establish a secure, encrypted connection
• Bastion hosts can run Windows PowerShell Web Access for
remote command line administration
SQL Server on AWS
SQL Server on Amazon EC2
• You Manage Your Infrastructure
• Advanced Deployments: WSFC +
AlwaysOn Availability Groups
Amazon RDS for SQL Server
• Fully Managed by AWS
• No Administrative Intervention
• Uses SQL Server Mirroring
Many Versions and Editions of SQL Server including Express, Web, Standard and
Enterprise and SQL 2005, 2008, 2012, 2014
Highly Available SQL Server
Availability Zone 1
Private Subnet
Primary
Replica
Availability Zone 2
Private Subnet
Secondary
Replica
Synchronous-commit Synchronous-commit
Primary: 10.0.2.100
WSFC: 10.0.2.101
AG Listener: 10.0.2.102
Primary: 10.0.3.100
WSFC: 10.0.3.101
AG Listener: 10.0.3.102
AG Listener:
ag.awslabs.net
Automatic Failover
SQL Server WSFC: The Quorum
Availability Zone 1
Private Subnet
Primary
Replica
Availability Zone 2
Private Subnet
Secondary
Replica
Synchronous-commit Synchronous-commit
Automatic Failover
Witness
Server
SQL Server WSFC Failover: The Witness
Availability Zone 1
Primary
Replica
Availability Zone 2
Secondary
Replica
Automatic Failover
Witness
Server
Availability Zone 3
SQL Server HA with Read Replica
Availability Zone 1
Private Subnet
Primary
Replica
Availability Zone 2
Private Subnet
Secondary
Replica 1
Synchronous-commit Synchronous-commit
AG Listener:
ag.awslabs.net
Automatic Failover
Asynchronous-commit
Secondary
Replica 2
(Readable)
Reporting
Application
SQL Server HA Hybrid
Availability Zone 1
Private Subnet
Primary
Replica
Availability Zone 2
Secondary
Replica 1
Private Subnet
AG Listener:
ag.awslabs.net
Corporate Network
VPN
Automatic Failover
Secondary
Replica 2
(Readable)
Reporting
Application
Backups
Manual Failover
SQL Server HA Hybrid – Replicating to AWS
Primary
Replica
Secondary
Replica 1
AG Listener:
ag.awslabs.net
VPN
Automatic Failover
Secondary
Replica 2
(Readable)
DR, Migration
Manual Failover
Corporate Network
Migration to Amazon RDS for SQL Server
Create
Database
• Use Console, CLI or API
Prepare the
Source
• Disable foreign key constraints, database
triggers, and automated backups
Import
Logins and
Data
• Query for Logins
• Generate Scripts to obtain the data
Reverse
Preparations
• Re-enable the
elements disabled
before
Migration Tools
AWS Database Migration Service
AWS
Database Migration
Service
• Start your first migration in 10 minutes or less
• Keep your apps running during the migration
• Replicate within, to or from Amazon EC2 or RDS
• Move data to the same or different database
engine
• Sign up for preview at aws.amazon.com/dms
AWS Database Migration Service
Customer
Premises
Application Users
AWS
Internet
VPN
• Start a replication instance
• Connect to source and target
databases
• Select tables, schemas, or databases
Let AWS Database Migration Service
create tables, load data, and keep
them in sync
Switch applications over to the target
at your convenience
AWS
Database Migration
Service
Migration Tools
AWS Provided Tools
• AWS Import/Export, Snowball
• VM Import/Export
• Amazon RDS Migration Tool
• Amazon WorkMail Migration
Tool
• AWS Data Pipeline
Partner Tools
Migration Tools
• Common set of tools that can assist customers in migrating workloads into Amazon
Web Services.
• Tools and Partner’s change. Here is an abbreviated list of some commonly
recommended tools.
Description Tool assisted migration options
Production environment, Live Migration with
minimum downtime
CloudEndure
Production environment, not so critical
workloads, can sustain outage
RACEMI
Windows 2003, in-place upgrade and migration AppZero
Database migrations, all use cases Attunity
Non-Prod / Non-critical migrations AWS VM Import
Additional Resources
Microsoft Quick Starts
https://aws.amazon.com/quickstart/
• Web Application Proxy and Active Directory Federation Services
• Lync Server 2013
• Exchange Server 2013
• Windows PowerShell DSC
• SharePoint Server 2013
• SQL Server 2012 and 2014 with WSFC
• Remote Desktop Gateway
• Active Directory Domain Services
Where Can I Learn More?
• AWS Directory Services
• Microsoft Pages on AWS
• Microsoft Whitepapers on AWS
• Windows FAQ on AWS
• Microsoft License Mobility on AWS
Thank You!
Slides will be available on SlideShare.

More Related Content

More from 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
 
Come costruire un'architettura Serverless nel Cloud AWS
Come costruire un'architettura Serverless nel Cloud AWSCome costruire un'architettura Serverless nel Cloud AWS
Come costruire un'architettura Serverless nel Cloud AWSAmazon Web Services
 
AWS Serverless per startup: come innovare senza preoccuparsi dei server
AWS Serverless per startup: come innovare senza preoccuparsi dei serverAWS Serverless per startup: come innovare senza preoccuparsi dei server
AWS Serverless per startup: come innovare senza preoccuparsi dei serverAmazon Web Services
 

More from Amazon Web Services (20)

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
 
Come costruire un'architettura Serverless nel Cloud AWS
Come costruire un'architettura Serverless nel Cloud AWSCome costruire un'architettura Serverless nel Cloud AWS
Come costruire un'architettura Serverless nel Cloud AWS
 
AWS Serverless per startup: come innovare senza preoccuparsi dei server
AWS Serverless per startup: come innovare senza preoccuparsi dei serverAWS Serverless per startup: come innovare senza preoccuparsi dei server
AWS Serverless per startup: come innovare senza preoccuparsi dei server
 

Recently uploaded

FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 

Recently uploaded (20)

FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 

[AWS Days Microsoft-LA 2015]: Migration of Microsoft Workloads

  • 1. © 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved. December 9, 2015 | Los Angeles, CA Migration of Microsoft Workloads to Amazon Web Services
  • 2. Agenda • AWS Migration Methodology • Architecture Best Practices • Workload Migration Examples • Migration Tools • Additional Resources
  • 4. Modernizing IT: Gartner’s 5 Rs Packaged Apps Databases Custom Apps Phase out unnecessary applications Leave data or applications in place and extend via new platform Replace custom applications with modern, packaged offerings Move application and data to new platform without modification Create new applications utilizing services to speed implementation
  • 5. Modernizing IT: Gartner’s 5 Rs Packaged Apps Databases Custom Apps Phase out unnecessary applications Leave data or applications in place and extend via new platform Replace custom applications with modern, packaged offerings Move application and data to new platform without modification Create new applications utilizing services to speed implementation
  • 6. AWS Migration Patterns: Path to the Cloud
  • 7. Phased Migration Strategy Cloud Assessment Phase •Assess Costs •Assess Architecture •Document current inventory & workloads •Assess Security Proof of Concept Phase •Learn AWS •Build a pilot •Build Support within the organization Data Migration Phase •Leverage different storage options •Migrate Application Migration Phase •Lift & Shift Migration •Hybrid Migration Leverage the Cloud Phase •Auto-scaling •Automation •Elasticity •High Availability Optimization Phase •Utilization •Monitoring •Efficiency •Performance •Re- engineering
  • 8. Phase Driven Approach to Cloud Migration Phase Process Benefits Cloud Assessment • Financial Assessment (TCO calculation) • Security and Compliance Assessment • Technical Assessment (Classify application types) • Identify the tools that can be reused and the tools that need to be built • Migrate licensed products • Create a plan and measure success • Business case for migration (Lower TCO, faster time to market, higher flexibility & agility, scalability + elasticity) • Identify gaps between your current traditional legacy architecture and next -generation cloud architecture Proof of Concept • Get your feet wet with AWS • Build a pilot and validate the technology • Test existing software in the cloud • Build confidence with various AWS services • Mitigate risk by validating critical pieces of your proposed architecture Data Migration • Understand different storage options in the AWS cloud • Migrate fileservers to Amazon S3 • Migrate RDBMS to EC2 + EBS, or Amazon RDS • Redundancy, Durable Storage, Elastic Scalable Storage • Automated Management Backup
  • 9. Phase Driven Approach to Cloud Migration Phase Process Benefits Application Migration • Understanding the different instance type and performance characteristics • Network connectivity and security controls • Deploy instances and software • Failure tolerance, optimal capacity provisioning, high availability • Scalable compute resources • Infrastructure automation Leverage the Cloud • Leverage other AWS services • Automate elasticity and SDLC • Flexibility and agility • Automation and improved productivity • Harden security • Create dashboard to manage AWS resources • Leverage multiple availability zones • Reduction in CapEx in IT • Flexibility and agility • Automation and improved productivity • Higher Availability Optimization • Optimize usage based on demand • Improve efficiency • Implement advanced monitoring and telemetry • Re-engineer your application • Decompose your relational databases • Increased utilization and transformational impact in OpEx • Better visibility through advanced monitoring and telemetry
  • 10. Phase Deep-Dive: Assessment & Discovery Application/Device Mapping A document that relates individual compute instances and infrastructure to a specific application. Security You will want to understand any application specific security requirements, Data Protection mechanisms, authentication mechanisms and security classification efforts. Application Architecture Diagrams Application diagrams that show the relationships between infrastructure and software for a specific workload. Compliance Any compliance regulations will need to ne vetted in order to meet the organizations audit requirements such as HIPPA, PCI, DSS, FedRAMP Integration/Dependency Mapping A document that shows the integration points or dependencies of one application on other applications. Criticality, RPO/RTO Objectives What are the application specific criticality rankings, RPO/RTO objectives and migration efforts will need to consider application maintenance windows (Recovery Time Objectives) Application Load Metrics Understanding an applications load profile will help understand the scale of the infrastructure required to support the environment.
  • 12. Architecture Best Practices Resiliency Loose Coupling Elasticity Storage Security
  • 14. First You Need a Target: The VPC Availability Zone Private SubnetPublic Subnet NAT 10.0.0.0/24 10.0.2.0/24 DCDBAPPWEB Domain Controller SQL Server App Server IIS Server RDGW Availability Zone Private SubnetPublic Subnet NAT 10.0.0.0/24 10.0.2.0/24 DCDBAPPWEB Domain Controller SQL Server App Server IIS Server RDGW Remote Users / Admins
  • 15. The Principles of Security Don’t Change Much • Roles Based Access Control and Least Privilege Apply • Use Security Groups to filter traffic Availability Zone Web Security Group SQL Security Group Private SubnetPublic Subnet Accept TCP Port 80 from Internet Accept TCP Port 1433 from Web SG User WEB SQL TCP 80 TCP 1433 10.0.0.0/24 10.0.1.0/24
  • 16. Remember You Are Always Working Remote Deploying a bastion host in each Availability Zone can provide highly available and secure remote access over the Internet • Clients can use the Remote Desktop Protocol (RDP) over HTTPS to establish a secure, encrypted connection • Bastion hosts can run Windows PowerShell Web Access for remote command line administration
  • 17. SQL Server on AWS SQL Server on Amazon EC2 • You Manage Your Infrastructure • Advanced Deployments: WSFC + AlwaysOn Availability Groups Amazon RDS for SQL Server • Fully Managed by AWS • No Administrative Intervention • Uses SQL Server Mirroring Many Versions and Editions of SQL Server including Express, Web, Standard and Enterprise and SQL 2005, 2008, 2012, 2014
  • 18. Highly Available SQL Server Availability Zone 1 Private Subnet Primary Replica Availability Zone 2 Private Subnet Secondary Replica Synchronous-commit Synchronous-commit Primary: 10.0.2.100 WSFC: 10.0.2.101 AG Listener: 10.0.2.102 Primary: 10.0.3.100 WSFC: 10.0.3.101 AG Listener: 10.0.3.102 AG Listener: ag.awslabs.net Automatic Failover
  • 19. SQL Server WSFC: The Quorum Availability Zone 1 Private Subnet Primary Replica Availability Zone 2 Private Subnet Secondary Replica Synchronous-commit Synchronous-commit Automatic Failover Witness Server
  • 20. SQL Server WSFC Failover: The Witness Availability Zone 1 Primary Replica Availability Zone 2 Secondary Replica Automatic Failover Witness Server Availability Zone 3
  • 21. SQL Server HA with Read Replica Availability Zone 1 Private Subnet Primary Replica Availability Zone 2 Private Subnet Secondary Replica 1 Synchronous-commit Synchronous-commit AG Listener: ag.awslabs.net Automatic Failover Asynchronous-commit Secondary Replica 2 (Readable) Reporting Application
  • 22. SQL Server HA Hybrid Availability Zone 1 Private Subnet Primary Replica Availability Zone 2 Secondary Replica 1 Private Subnet AG Listener: ag.awslabs.net Corporate Network VPN Automatic Failover Secondary Replica 2 (Readable) Reporting Application Backups Manual Failover
  • 23. SQL Server HA Hybrid – Replicating to AWS Primary Replica Secondary Replica 1 AG Listener: ag.awslabs.net VPN Automatic Failover Secondary Replica 2 (Readable) DR, Migration Manual Failover Corporate Network
  • 24. Migration to Amazon RDS for SQL Server Create Database • Use Console, CLI or API Prepare the Source • Disable foreign key constraints, database triggers, and automated backups Import Logins and Data • Query for Logins • Generate Scripts to obtain the data Reverse Preparations • Re-enable the elements disabled before
  • 26. AWS Database Migration Service AWS Database Migration Service • Start your first migration in 10 minutes or less • Keep your apps running during the migration • Replicate within, to or from Amazon EC2 or RDS • Move data to the same or different database engine • Sign up for preview at aws.amazon.com/dms
  • 27. AWS Database Migration Service Customer Premises Application Users AWS Internet VPN • Start a replication instance • Connect to source and target databases • Select tables, schemas, or databases Let AWS Database Migration Service create tables, load data, and keep them in sync Switch applications over to the target at your convenience AWS Database Migration Service
  • 28. Migration Tools AWS Provided Tools • AWS Import/Export, Snowball • VM Import/Export • Amazon RDS Migration Tool • Amazon WorkMail Migration Tool • AWS Data Pipeline Partner Tools
  • 29. Migration Tools • Common set of tools that can assist customers in migrating workloads into Amazon Web Services. • Tools and Partner’s change. Here is an abbreviated list of some commonly recommended tools. Description Tool assisted migration options Production environment, Live Migration with minimum downtime CloudEndure Production environment, not so critical workloads, can sustain outage RACEMI Windows 2003, in-place upgrade and migration AppZero Database migrations, all use cases Attunity Non-Prod / Non-critical migrations AWS VM Import
  • 31. Microsoft Quick Starts https://aws.amazon.com/quickstart/ • Web Application Proxy and Active Directory Federation Services • Lync Server 2013 • Exchange Server 2013 • Windows PowerShell DSC • SharePoint Server 2013 • SQL Server 2012 and 2014 with WSFC • Remote Desktop Gateway • Active Directory Domain Services
  • 32. Where Can I Learn More? • AWS Directory Services • Microsoft Pages on AWS • Microsoft Whitepapers on AWS • Windows FAQ on AWS • Microsoft License Mobility on AWS
  • 33. Thank You! Slides will be available on SlideShare.