SlideShare ist ein Scribd-Unternehmen logo
1 von 29
Downloaden Sie, um offline zu lesen
© 2014 Cloud Technology Partners, Inc. / Confidential
1
April 7, 2014
Adventures in Enterprise Application Migration to AWS
Dreams to Realities to Best Practices
© 2014 Cloud Technology Partners, Inc. / Confidential
2
• Me?
– Kacy Clarke
– Vice President, Principal Architect at Cloud Technology Partners
– Cloud architecture, AWS, big data, application migration, cloud data
management, DevOps/ProdOps
kacy.clarke@cloudtp.com
– www.linkedin.com/in/kacyclarke/
– www.google.com/+KacyClarke
– @kacyclarke
updraft-downdraft.blogspot.com
• Us?
– Cloud Technology Partners, Inc. www.cloudtp.com
– A cloud consulting and products company focused on application
migrations and new application development
• This Session?
– A discussion of enterprise application migration: the dreams, the
realities, and best practices
Setting the Stage
© 2014 Cloud Technology Partners, Inc. / Confidential
3
The Dream: Enterprise Application Migration
© 2014 Cloud Technology Partners, Inc. / Confidential
4
A 2012 survey by IDC reports an average 72% savings and a seven month
payback for moving applications to Amazon Web Services
The Dream: The Pragmatists Are Starting to Move
Geoffrey Moore: Crossing the Chasm
© 2014 Cloud Technology Partners, Inc. / Confidential
5
AWS is a very different environment from the
typical enterprise data center
• Applications are configured for pre-allocated capacity
• They assume infrastructure availability
• Infrastructure teams use ITIL processes for changes
• Operations teams monitor infrastructure, not apps
• Security teams want to encrypt and firewall everything
The Reality: Enterprise Applications Don’t Migrate That Easily
network
latency
© 2014 Cloud Technology Partners, Inc. / Confidential
6
The Reality: The Cloud is Very Different
Traditional
Architectures
• Scale Up
• Monolithic
• Stateful
• Infra Dependent
• Fixed Capacity
• LAN Located
dependencies
• Latency intolerant
• Tightly coupled
• Consolidated /
clustered DB
• Rich / chatty client
• Commercial licenses
• Infra Supported
Availability
• Semi-automated
build/deploy
• Manual fault
recovery
• Active/Passive/DR
• Perimeter Security
• Allocated costs
The “Old World”
Cloud Aligned
Architectures
• Scale Out
• Distributed
• Stateless
• Infra Agnostic
• Elastic capacity
• WAN, Location
transparency
• Latency tolerant
• Loosely coupled
• Sharded / replicated
/ distributed DB
• Mobile/thin client
• PaaS / Open Source
• App Supported
Availability
• Continuous
Integration/Delivery
• Self healing, fault
tolerant
• Active/Active
• Defense in depth
• Pay as you go
The “New World”
The Targets
Refactor
Automate
© 2014 Cloud Technology Partners, Inc. / Confidential
7
Cloud is harder and has a broader impact than enterprises expected
The Reality: Enterprises are Concerned About the Effort and Risk
Gartner Inc., 2013
© 2014 Cloud Technology Partners, Inc. / Confidential
8
The Reality Check for Enterprise Application Migration
• The Lift and Shift Dream
• The Forklift Dream
© 2014 Cloud Technology Partners, Inc. / Confidential
9
The Lift and Shift Dream
© 2014 Cloud Technology Partners, Inc. / Confidential
10
The Dream: Creating a Data Center Annex
Enterprise
DC Annex
Enterprise
Data Center
Used for:
• Dev/Test
• Non-critical workloads
• BC/DR
• Batch analytics
• Storage
Cloud Provider
Built on:
• IaaS
• BYOL
• Extension of current
Ops/Security
© 2014 Cloud Technology Partners, Inc. / Confidential
11
Application
Data
App Infrastructure
• Webservers
• App Servers
• Database Servers
OS, File System, Network Topology
Security Framework
Operational Tools
Virtualization
Compute, Storage, Network
Cloud Provider Data Center
The Dream: Lift and Shift Application Migration
Internal Deployment Cloud Deployment
Application
Data
App Infrastructure
• Webservers
• App Servers
• Database Servers
OS, File System, Network Topology
Security Framework
Operational Tools
Virtualization
Compute, Storage, Network
Internal Data Center
© 2014 Cloud Technology Partners, Inc. / Confidential
12
You don’t have to change your applications to migrate to the cloud
Baseline Migration Will Enable Rapid Lift and Shift Migration
• Simple discovery tools
• Automated application migration
• Same operations environment and security
framework
• Example Cloud Migration Tool Vendors:
– Racemi
– RiverMeadow
– CloudVelocity
– Ravello Systems
– Bolt VTA by Yuruware
– Rackware
– Appcara
– CliQr
– AppZero
© 2014 Cloud Technology Partners, Inc. / Confidential
13
The Reality: Enterprise Applications Don’t Always Fit the Cloud
© 2014 Cloud Technology Partners, Inc. / Confidential
14
• Missed SLA’s
• Long Mean Time to Recovery
• Gaps in monitoring and operational tools
• Sporadic performance problems
• Data synchronization and placement issues
• SDLC sprawl and inconsistencies
• Lack of transparency on what’s happening with
the application or the system
• Dev and operational skills and knowledge
• Integration latency
• Manual or frozen configurations
• Compliance or security findings
• Cost savings objectives not met
The Reality: Lift and Shift Can Result in Cloud Migration Debt
© 2014 Cloud Technology Partners, Inc. / Confidential
15
systems thinking: a holistic approach to analysis
that focuses on the way that a system's
constituent parts interrelate and how systems
work and change over time and within the context
of larger systems. The systems thinking approach
contrasts with traditional analysis, which studies
systems by breaking them down into their
separate elements
• Cloud Migration Impacts:
– Application Architecture
– Infrastructure Architecture
– Data Lifecycle Management
– Security and Compliance
– SDLC
– Operations and Monitoring
– Support
– Cost Management and Planning
Application migration requires the holistic analysis of systems thinking
The Reality: It’s Not an Application, It’s a System
© 2014 Cloud Technology Partners, Inc. / Confidential
16
1. Rehost/Lift and Shift
2. Replatform and Tune
3. Fully Refactoring
Best Practices: Initial Application Migration Strategies
© 2014 Cloud Technology Partners, Inc. / Confidential
17
Application
Data
App Infrastructure
• Webservers
• App Servers
• Database Servers
OS, File System, Network Topology
Security Framework
Operational Tools
Virtualization
Compute, Storage, Network
Cloud Provider Data Center
Best Practices: Enhanced Lift and Shift
Internal Deployment Cloud Deployment
Application
Data
App Infrastructure
• Webservers
• App Servers
• Database Servers
OS, File System, Network Topology
Security Framework
Operational Tools
Virtualization
Compute, Storage, Network
Internal Data Center
© 2014 Cloud Technology Partners, Inc. / Confidential
18
1. Bootstrap or fully bake AMIs
2. Automate provisioning and processes
3. Replace existing storage options with AWS Storage (EBS, S3, RDS, etc..)
4. Test mounted file systems carefully (GlusterFS, Ceph) and replace if necessary
5. Leverage AWS security features (IAM, security groups, VPC, key pairs, MFA, VPN
connectivity, etc..)
6. Evaluate networking options (Direct Connect, WAN optimization, )
7. Analyze data movement performance and cost (AWS Import/Export, Storage
Gateway, data compression, etc..)
8. Upgrade your system and application monitoring to gather more metrics
Even with Lift and Shift, some changes are needed to deploy on AWS
Best Practices: Enhanced Lift and Shift
© 2014 Cloud Technology Partners, Inc. / Confidential
19
Application
Data
App Infrastructure
• Webservers
• App Servers
• Database Servers
OS, File System, Network Topology
Security Framework
Operational Tools
Virtualization
Compute, Storage, Network
Cloud Provider Data Center
Best Practices: Replatform and Tune
Internal Deployment Cloud Deployment
Application
Data
App Infrastructure
• Webservers
• App Servers
• Database Servers
OS, File System, Network Topology
Security Framework
Operational Tools
Virtualization
Compute, Storage, Network
Internal Data Center
© 2014 Cloud Technology Partners, Inc. / Confidential
20
• Resiliency and Self-Healing
– Alerting and monitoring for failures, automated reconnect/restart/recover
– Application managed availability
– Increased redundancy, spread across more availability zones
• Data Management
– Cloud integrated data lifecycle and master data management, optimized data movement
• Replatform to leverage AWS Native App Infrastructure (Elasticache, RDS, DynamoDB,…)
• Transparency and Metrics
– New application monitoring tools and activity logging
– User Experience and performance testing/monitoring
• Elasticity and Right Sizing
– Cost monitoring and instance type optimization
– Fully automated provisioning, pre-warmed instances for planned scaling
• Manageability
– Auto-response for common conditions
– Integrated app and systems monitoring with joint DevOps/SysOps team
Targeted optimization of the application, infrastructure, tools and operations
Best Practices: Second Generation AWS Modifications
© 2014 Cloud Technology Partners, Inc. / Confidential
21
The Forklift Dream
© 2014 Cloud Technology Partners, Inc. / Confidential
22
The Dream: Large Scale App Portfolio Migration to the Cloud
• “We want to move 40-50% of our 9000
applications to the cloud in 2 years”
• “Our objective is to shutdown our data
center in 18 months”
• “We’re constrained by power and cooling
and need to expand our capacity outside of
our four walls.”
• “Our applications all run on VMware so
they should move easily.”
• “We’ll just move the easy applications first,
and then we’ll know enough to be able to
move the mission critical applications”
• “This is an infrastructure (or application) led
project. The other teams don’t need to be
involved until we figure the strategy out.”
© 2014 Cloud Technology Partners, Inc. / Confidential
23
• F1000 application portfolios can contain
1000’s
• Most application portfolio or configuration
management databases (CMDB) are <
50% complete and < 50% accurate
• Cloud strategies are being decided in
boardrooms and executive suites
• Enterprises don’t have the knowledge nor
the resources to refactor every application
• Missing automated builds or test suites to
rapidly validate releases
• Spaghetti integrations between apps
• Unknown dependencies
• Low hanging fruit sometimes have worms
The Reality: Migrating Apps is Shaped by What You Don’t See
© 2014 Cloud Technology Partners, Inc. / Confidential
24
Use a fact based, decision support methodology and tool-set to guide placement of applications
within a range of infrastructure endpoints from physical servers to private cloud to public cloud
Best Practices: Application Portfolio Analysis at Scale
Stay where it is
Target Endpoints
Target Cloud
Provider
Refactor /
Replatform /
Replace
Options for Application
Rationalization
DepthAnalysis
Replace
Reuse
Refactor
Replatform
Rehost
Retain
Retire
App Strategy
Sensitive Data
COTS vs.
Custom
Commodity vs.
Core
Workload
Logical
Architecture
Eco-system
Criticality
Programming
Language
Physical
Architecture
Availability
Application
Decision
Framework -
ADF™
Breadth Analysis
© 2014 Cloud Technology Partners, Inc. / Confidential
25
• Determining the right migration
strategy for your app depends on
its level of cloud alignment, cloud
readiness, potential benefits
achieved from migrating, and risks
• Not everything will migrate
• Migration strategy selection also
depends on the target cloud
endpoint
• Public and other external cloud
endpoints may require 2x-10x
effort
• Rehost and replatform strategies
minimize change for applications
that are either cloud ready, or
have higher risks or lower cloud
benefits
• Refactor and reuse strategies
accept the cost of change in
return for business benefits
• There are patterns, processes,
teams and tools to support each
strategy and each cloud endpoint
Best Practices: Application Migration Is Not One Size Fits All
• Replace application with SaaS service
• Build cloud native application with similar / improved
characteristics and features
• Develop and productize common business and
technical services
• Consolidate similar applications and services
• Targeted changes to the application to address issues
leverage the cloud
• Revise applications to leverage common services
• Move to more cloud-aligned technology and platform
services
• Integration with cloud operations and monitoring
• Lift and shift, minimizing changes, virtualization
replatforming
• Leave application as-is; do not move to cloud
• Application end of life
Replace
Reuse
Refactor
Replatform
Rehost
Retain
Retire
© 2014 Cloud Technology Partners, Inc. / Confidential
26
Best Practices: Applying Systems Thinking to Migration@Scale
Fast Track
Application Assessment
Code Depth Analysis
and Initial POCs
Infrastructure
Applications
Operations
SDLC/Testing
Governance
Integration
Security
Planning
Data
Execution
© 2014 Cloud Technology Partners, Inc. / Confidential
27
PaaSLane Accelerates Portfolio Analysis
Application Decision
Framework
Thousands of Applications
Narrow Candidate Applications
Define Target Applications
Days
Minutes
© 2014 Cloud Technology Partners, Inc. / Confidential
28
Depth: PaaSLane™ for Cloud Migration & Development
PaaSLane™ analyzes application source code,
discovering issues and recommending
solutions to ensure cloud readiness and
accelerate application migrations.
1
2
Rapidly Profile Java and
.NET Application Code
Assess Application Readiness
for Multiple Cloud Platforms
3
Deliver Code Remediations
Required for Cloud Platforms
4
Estimate Development Effort
Required to Implement
Remediations
3 Key Use Cases
1. Cloud Health Check
Pre-migration review and
estimation.
2. Cloud Migration
Track progress of cloud
readiness effort.
3. Continuous Optimization
Keep applications optimized for
the cloud.
Assess Cloud Readiness In Minutes, Not Weeks
© 2014 Cloud Technology Partners, Inc. / Confidential
29
Amazon Rules
• 30+ rules to help migrate applications to AWS
• Recommend AWS services such as S3, RDS, SES, SMS, etc.
Default Rule Categories
– General: Best practices for creating cloud-native applications.
– Availability: Potential stability issues in cloud platforms.
– Performance: Improving application performance and reducing overprovisioning.
– Quality: Improving overall code quality and adherence to standards.
– Scalability: Enhancing elasticity and reducing bottlenecks in the cloud.
– Security: Implementing secure coding practices and strong cryptography.
– Standardization: Enforcing platform standardization and identifying third-party dependencies.
PaaSLane™ AWS Edition: Data Driven Refactoring
• May fail to run or be a high security riskBlockers
• Likely to impact performance or functionalityImportant
• May be impactful: further research requiredWarnings
• Build a more cloud-native applicationOptimizations

Weitere ähnliche Inhalte

Was ist angesagt?

Cloud Workload Suitability
Cloud Workload SuitabilityCloud Workload Suitability
Cloud Workload SuitabilityVedanta Barooah
 
Applications in the Cloud - Architecture, Operations, and more
Applications in the Cloud - Architecture, Operations, and moreApplications in the Cloud - Architecture, Operations, and more
Applications in the Cloud - Architecture, Operations, and moreJohn Treadway
 
CloudExpo NY 2014: Moving Mission Critical Applications to the Cloud
CloudExpo NY 2014: Moving Mission Critical Applications to the CloudCloudExpo NY 2014: Moving Mission Critical Applications to the Cloud
CloudExpo NY 2014: Moving Mission Critical Applications to the CloudKacy Clarke
 
Risc and velostrata 2 28 2018 lessons_in_cloud_migration
Risc and velostrata  2 28 2018 lessons_in_cloud_migrationRisc and velostrata  2 28 2018 lessons_in_cloud_migration
Risc and velostrata 2 28 2018 lessons_in_cloud_migrationRISC Networks
 
Ritech Solutions - Go For Launch Overview (AWS)
Ritech Solutions - Go For Launch Overview (AWS) Ritech Solutions - Go For Launch Overview (AWS)
Ritech Solutions - Go For Launch Overview (AWS) Oliver Wells
 
Cloud migration strategies
Cloud migration strategiesCloud migration strategies
Cloud migration strategiesSogetiLabs
 
Simplify Cloud Migration to AWS with RISC Network’s Complete App Analysis
Simplify Cloud Migration  to  AWS with RISC Network’s Complete App AnalysisSimplify Cloud Migration  to  AWS with RISC Network’s Complete App Analysis
Simplify Cloud Migration to AWS with RISC Network’s Complete App AnalysisRISC Networks
 
Migrating Traditional Apps from On-Premises to the Hybrid Cloud
Migrating Traditional Apps from On-Premises to the Hybrid CloudMigrating Traditional Apps from On-Premises to the Hybrid Cloud
Migrating Traditional Apps from On-Premises to the Hybrid CloudRackspace
 
How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...
How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...
How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...Amazon Web Services
 
Hybrid Cloud : Database-as-a-Service: OOW 16
Hybrid Cloud : Database-as-a-Service: OOW 16 Hybrid Cloud : Database-as-a-Service: OOW 16
Hybrid Cloud : Database-as-a-Service: OOW 16 Bala Kuchibhotla
 
Migrating your Existing Applications to the Cloud
Migrating your Existing Applications to the CloudMigrating your Existing Applications to the Cloud
Migrating your Existing Applications to the CloudNestweaver
 
The 2014 AWS Enterprise Summit - Where to Begin
The 2014 AWS Enterprise Summit - Where to BeginThe 2014 AWS Enterprise Summit - Where to Begin
The 2014 AWS Enterprise Summit - Where to BeginAmazon Web Services
 
(ISM205) A Framework for IT and Business Transformation
(ISM205) A Framework for IT and Business Transformation(ISM205) A Framework for IT and Business Transformation
(ISM205) A Framework for IT and Business TransformationAmazon Web Services
 

Was ist angesagt? (20)

Cloud Workload Suitability
Cloud Workload SuitabilityCloud Workload Suitability
Cloud Workload Suitability
 
Applications in the Cloud - Architecture, Operations, and more
Applications in the Cloud - Architecture, Operations, and moreApplications in the Cloud - Architecture, Operations, and more
Applications in the Cloud - Architecture, Operations, and more
 
CloudExpo NY 2014: Moving Mission Critical Applications to the Cloud
CloudExpo NY 2014: Moving Mission Critical Applications to the CloudCloudExpo NY 2014: Moving Mission Critical Applications to the Cloud
CloudExpo NY 2014: Moving Mission Critical Applications to the Cloud
 
Risc and velostrata 2 28 2018 lessons_in_cloud_migration
Risc and velostrata  2 28 2018 lessons_in_cloud_migrationRisc and velostrata  2 28 2018 lessons_in_cloud_migration
Risc and velostrata 2 28 2018 lessons_in_cloud_migration
 
Ritech Solutions - Go For Launch Overview (AWS)
Ritech Solutions - Go For Launch Overview (AWS) Ritech Solutions - Go For Launch Overview (AWS)
Ritech Solutions - Go For Launch Overview (AWS)
 
Application Portfolio Migration
Application Portfolio MigrationApplication Portfolio Migration
Application Portfolio Migration
 
Cloud migration strategies
Cloud migration strategiesCloud migration strategies
Cloud migration strategies
 
Cloud Migration: Moving to the Cloud
Cloud Migration: Moving to the CloudCloud Migration: Moving to the Cloud
Cloud Migration: Moving to the Cloud
 
Simplify Cloud Migration to AWS with RISC Network’s Complete App Analysis
Simplify Cloud Migration  to  AWS with RISC Network’s Complete App AnalysisSimplify Cloud Migration  to  AWS with RISC Network’s Complete App Analysis
Simplify Cloud Migration to AWS with RISC Network’s Complete App Analysis
 
Migrating to Public Cloud
Migrating to Public CloudMigrating to Public Cloud
Migrating to Public Cloud
 
Cloud Migration
Cloud MigrationCloud Migration
Cloud Migration
 
Migrating Traditional Apps from On-Premises to the Hybrid Cloud
Migrating Traditional Apps from On-Premises to the Hybrid CloudMigrating Traditional Apps from On-Premises to the Hybrid Cloud
Migrating Traditional Apps from On-Premises to the Hybrid Cloud
 
How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...
How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...
How a Global Healthcare Company Built a Migration Factory to Quickly Move Tho...
 
Hybrid Cloud : Database-as-a-Service: OOW 16
Hybrid Cloud : Database-as-a-Service: OOW 16 Hybrid Cloud : Database-as-a-Service: OOW 16
Hybrid Cloud : Database-as-a-Service: OOW 16
 
Aws migration case study_blr_meetup
Aws migration case study_blr_meetupAws migration case study_blr_meetup
Aws migration case study_blr_meetup
 
Cloud Migration Strategy - IT Transformation with Cloud
Cloud Migration Strategy - IT Transformation with CloudCloud Migration Strategy - IT Transformation with Cloud
Cloud Migration Strategy - IT Transformation with Cloud
 
Migrating your Existing Applications to the Cloud
Migrating your Existing Applications to the CloudMigrating your Existing Applications to the Cloud
Migrating your Existing Applications to the Cloud
 
The 2014 AWS Enterprise Summit - Where to Begin
The 2014 AWS Enterprise Summit - Where to BeginThe 2014 AWS Enterprise Summit - Where to Begin
The 2014 AWS Enterprise Summit - Where to Begin
 
(ISM205) A Framework for IT and Business Transformation
(ISM205) A Framework for IT and Business Transformation(ISM205) A Framework for IT and Business Transformation
(ISM205) A Framework for IT and Business Transformation
 
Migrating to AWS
Migrating to AWSMigrating to AWS
Migrating to AWS
 

Ähnlich wie Applying systems thinking to AWS enterprise application migration

Accenture 2014 AWS re:Invent Enterprise Migration Breakout Session
Accenture 2014 AWS re:Invent Enterprise Migration Breakout SessionAccenture 2014 AWS re:Invent Enterprise Migration Breakout Session
Accenture 2014 AWS re:Invent Enterprise Migration Breakout SessionTom Laszewski
 
Cloud migration presentation
Cloud migration presentationCloud migration presentation
Cloud migration presentationyeshlenchetty
 
Best practices for application migration to public clouds interop presentation
Best practices for application migration to public clouds interop presentationBest practices for application migration to public clouds interop presentation
Best practices for application migration to public clouds interop presentationesebeus
 
AWS Partner Webcast - Data Center Migration to the AWS Cloud
AWS Partner Webcast - Data Center Migration to the AWS CloudAWS Partner Webcast - Data Center Migration to the AWS Cloud
AWS Partner Webcast - Data Center Migration to the AWS CloudAmazon Web Services
 
Radu crahmaliuc 23feb2012
Radu crahmaliuc 23feb2012Radu crahmaliuc 23feb2012
Radu crahmaliuc 23feb2012Agora Group
 
Accelerating government agility with cloud computing v1
Accelerating government agility with cloud computing v1Accelerating government agility with cloud computing v1
Accelerating government agility with cloud computing v1David Linthicum
 
Cisco ACI for the Microsoft Cloud Platform
Cisco ACI for the Microsoft Cloud PlatformCisco ACI for the Microsoft Cloud Platform
Cisco ACI for the Microsoft Cloud PlatformShashi Kiran
 
Mashing Up DevOps with Cloud Computing
Mashing Up DevOps with Cloud ComputingMashing Up DevOps with Cloud Computing
Mashing Up DevOps with Cloud ComputingDavid Linthicum
 
Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...
Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...
Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...Amazon Web Services
 
Moving to the Cloud-How to Develop Cloud Strategy for Your Organization
Moving to the Cloud-How to Develop Cloud Strategy for Your OrganizationMoving to the Cloud-How to Develop Cloud Strategy for Your Organization
Moving to the Cloud-How to Develop Cloud Strategy for Your OrganizationEmtec Inc.
 
Best Practices for Monitoring Cloud Networks
Best Practices for Monitoring Cloud NetworksBest Practices for Monitoring Cloud Networks
Best Practices for Monitoring Cloud NetworksThousandEyes
 
Intel IT Open Cloud - What's under the Hood and How do we Drive it?
Intel IT Open Cloud - What's under the Hood and How do we Drive it?Intel IT Open Cloud - What's under the Hood and How do we Drive it?
Intel IT Open Cloud - What's under the Hood and How do we Drive it?Odinot Stanislas
 
Migrating thousands of workloads to AWS at enterprise scale
Migrating thousands of workloads to AWS at enterprise scaleMigrating thousands of workloads to AWS at enterprise scale
Migrating thousands of workloads to AWS at enterprise scaleTom Laszewski
 
AWS e-Zest Cloud Event 2013 - AWS for Enterprises
AWS e-Zest Cloud Event 2013 - AWS for EnterprisesAWS e-Zest Cloud Event 2013 - AWS for Enterprises
AWS e-Zest Cloud Event 2013 - AWS for Enterprisese-Zest Solutions
 
Redefining business delivery with cloudxchange.io
Redefining business delivery  with cloudxchange.io Redefining business delivery  with cloudxchange.io
Redefining business delivery with cloudxchange.io Cloudxchange.io
 
Are you REALLY ready for the cloud?
Are you REALLY ready for the cloud?Are you REALLY ready for the cloud?
Are you REALLY ready for the cloud?Riverbed Technology
 
Accelerate Cloud Migrations - Introduction to PaaSLane
Accelerate Cloud Migrations - Introduction to PaaSLaneAccelerate Cloud Migrations - Introduction to PaaSLane
Accelerate Cloud Migrations - Introduction to PaaSLaneBenjamin Grubin
 
Ask The Architect: RightScale & AWS Dive Deep into Hybrid IT
Ask The Architect: RightScale & AWS Dive Deep into Hybrid ITAsk The Architect: RightScale & AWS Dive Deep into Hybrid IT
Ask The Architect: RightScale & AWS Dive Deep into Hybrid ITRightScale
 
Aberdeen Oil & Gas Event - Cloud Adoption Framework
Aberdeen Oil & Gas Event - Cloud Adoption FrameworkAberdeen Oil & Gas Event - Cloud Adoption Framework
Aberdeen Oil & Gas Event - Cloud Adoption FrameworkAmazon Web Services
 

Ähnlich wie Applying systems thinking to AWS enterprise application migration (20)

Accenture 2014 AWS re:Invent Enterprise Migration Breakout Session
Accenture 2014 AWS re:Invent Enterprise Migration Breakout SessionAccenture 2014 AWS re:Invent Enterprise Migration Breakout Session
Accenture 2014 AWS re:Invent Enterprise Migration Breakout Session
 
Cloud migration presentation
Cloud migration presentationCloud migration presentation
Cloud migration presentation
 
Best practices for application migration to public clouds interop presentation
Best practices for application migration to public clouds interop presentationBest practices for application migration to public clouds interop presentation
Best practices for application migration to public clouds interop presentation
 
AWS Partner Webcast - Data Center Migration to the AWS Cloud
AWS Partner Webcast - Data Center Migration to the AWS CloudAWS Partner Webcast - Data Center Migration to the AWS Cloud
AWS Partner Webcast - Data Center Migration to the AWS Cloud
 
Radu crahmaliuc 23feb2012
Radu crahmaliuc 23feb2012Radu crahmaliuc 23feb2012
Radu crahmaliuc 23feb2012
 
Accelerating government agility with cloud computing v1
Accelerating government agility with cloud computing v1Accelerating government agility with cloud computing v1
Accelerating government agility with cloud computing v1
 
Cisco ACI for the Microsoft Cloud Platform
Cisco ACI for the Microsoft Cloud PlatformCisco ACI for the Microsoft Cloud Platform
Cisco ACI for the Microsoft Cloud Platform
 
Migrating to the Cloud
Migrating to the CloudMigrating to the Cloud
Migrating to the Cloud
 
Mashing Up DevOps with Cloud Computing
Mashing Up DevOps with Cloud ComputingMashing Up DevOps with Cloud Computing
Mashing Up DevOps with Cloud Computing
 
Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...
Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...
Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...
 
Moving to the Cloud-How to Develop Cloud Strategy for Your Organization
Moving to the Cloud-How to Develop Cloud Strategy for Your OrganizationMoving to the Cloud-How to Develop Cloud Strategy for Your Organization
Moving to the Cloud-How to Develop Cloud Strategy for Your Organization
 
Best Practices for Monitoring Cloud Networks
Best Practices for Monitoring Cloud NetworksBest Practices for Monitoring Cloud Networks
Best Practices for Monitoring Cloud Networks
 
Intel IT Open Cloud - What's under the Hood and How do we Drive it?
Intel IT Open Cloud - What's under the Hood and How do we Drive it?Intel IT Open Cloud - What's under the Hood and How do we Drive it?
Intel IT Open Cloud - What's under the Hood and How do we Drive it?
 
Migrating thousands of workloads to AWS at enterprise scale
Migrating thousands of workloads to AWS at enterprise scaleMigrating thousands of workloads to AWS at enterprise scale
Migrating thousands of workloads to AWS at enterprise scale
 
AWS e-Zest Cloud Event 2013 - AWS for Enterprises
AWS e-Zest Cloud Event 2013 - AWS for EnterprisesAWS e-Zest Cloud Event 2013 - AWS for Enterprises
AWS e-Zest Cloud Event 2013 - AWS for Enterprises
 
Redefining business delivery with cloudxchange.io
Redefining business delivery  with cloudxchange.io Redefining business delivery  with cloudxchange.io
Redefining business delivery with cloudxchange.io
 
Are you REALLY ready for the cloud?
Are you REALLY ready for the cloud?Are you REALLY ready for the cloud?
Are you REALLY ready for the cloud?
 
Accelerate Cloud Migrations - Introduction to PaaSLane
Accelerate Cloud Migrations - Introduction to PaaSLaneAccelerate Cloud Migrations - Introduction to PaaSLane
Accelerate Cloud Migrations - Introduction to PaaSLane
 
Ask The Architect: RightScale & AWS Dive Deep into Hybrid IT
Ask The Architect: RightScale & AWS Dive Deep into Hybrid ITAsk The Architect: RightScale & AWS Dive Deep into Hybrid IT
Ask The Architect: RightScale & AWS Dive Deep into Hybrid IT
 
Aberdeen Oil & Gas Event - Cloud Adoption Framework
Aberdeen Oil & Gas Event - Cloud Adoption FrameworkAberdeen Oil & Gas Event - Cloud Adoption Framework
Aberdeen Oil & Gas Event - Cloud Adoption Framework
 

Kürzlich hochgeladen

A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 

Kürzlich hochgeladen (20)

A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 

Applying systems thinking to AWS enterprise application migration

  • 1. © 2014 Cloud Technology Partners, Inc. / Confidential 1 April 7, 2014 Adventures in Enterprise Application Migration to AWS Dreams to Realities to Best Practices
  • 2. © 2014 Cloud Technology Partners, Inc. / Confidential 2 • Me? – Kacy Clarke – Vice President, Principal Architect at Cloud Technology Partners – Cloud architecture, AWS, big data, application migration, cloud data management, DevOps/ProdOps kacy.clarke@cloudtp.com – www.linkedin.com/in/kacyclarke/ – www.google.com/+KacyClarke – @kacyclarke updraft-downdraft.blogspot.com • Us? – Cloud Technology Partners, Inc. www.cloudtp.com – A cloud consulting and products company focused on application migrations and new application development • This Session? – A discussion of enterprise application migration: the dreams, the realities, and best practices Setting the Stage
  • 3. © 2014 Cloud Technology Partners, Inc. / Confidential 3 The Dream: Enterprise Application Migration
  • 4. © 2014 Cloud Technology Partners, Inc. / Confidential 4 A 2012 survey by IDC reports an average 72% savings and a seven month payback for moving applications to Amazon Web Services The Dream: The Pragmatists Are Starting to Move Geoffrey Moore: Crossing the Chasm
  • 5. © 2014 Cloud Technology Partners, Inc. / Confidential 5 AWS is a very different environment from the typical enterprise data center • Applications are configured for pre-allocated capacity • They assume infrastructure availability • Infrastructure teams use ITIL processes for changes • Operations teams monitor infrastructure, not apps • Security teams want to encrypt and firewall everything The Reality: Enterprise Applications Don’t Migrate That Easily network latency
  • 6. © 2014 Cloud Technology Partners, Inc. / Confidential 6 The Reality: The Cloud is Very Different Traditional Architectures • Scale Up • Monolithic • Stateful • Infra Dependent • Fixed Capacity • LAN Located dependencies • Latency intolerant • Tightly coupled • Consolidated / clustered DB • Rich / chatty client • Commercial licenses • Infra Supported Availability • Semi-automated build/deploy • Manual fault recovery • Active/Passive/DR • Perimeter Security • Allocated costs The “Old World” Cloud Aligned Architectures • Scale Out • Distributed • Stateless • Infra Agnostic • Elastic capacity • WAN, Location transparency • Latency tolerant • Loosely coupled • Sharded / replicated / distributed DB • Mobile/thin client • PaaS / Open Source • App Supported Availability • Continuous Integration/Delivery • Self healing, fault tolerant • Active/Active • Defense in depth • Pay as you go The “New World” The Targets Refactor Automate
  • 7. © 2014 Cloud Technology Partners, Inc. / Confidential 7 Cloud is harder and has a broader impact than enterprises expected The Reality: Enterprises are Concerned About the Effort and Risk Gartner Inc., 2013
  • 8. © 2014 Cloud Technology Partners, Inc. / Confidential 8 The Reality Check for Enterprise Application Migration • The Lift and Shift Dream • The Forklift Dream
  • 9. © 2014 Cloud Technology Partners, Inc. / Confidential 9 The Lift and Shift Dream
  • 10. © 2014 Cloud Technology Partners, Inc. / Confidential 10 The Dream: Creating a Data Center Annex Enterprise DC Annex Enterprise Data Center Used for: • Dev/Test • Non-critical workloads • BC/DR • Batch analytics • Storage Cloud Provider Built on: • IaaS • BYOL • Extension of current Ops/Security
  • 11. © 2014 Cloud Technology Partners, Inc. / Confidential 11 Application Data App Infrastructure • Webservers • App Servers • Database Servers OS, File System, Network Topology Security Framework Operational Tools Virtualization Compute, Storage, Network Cloud Provider Data Center The Dream: Lift and Shift Application Migration Internal Deployment Cloud Deployment Application Data App Infrastructure • Webservers • App Servers • Database Servers OS, File System, Network Topology Security Framework Operational Tools Virtualization Compute, Storage, Network Internal Data Center
  • 12. © 2014 Cloud Technology Partners, Inc. / Confidential 12 You don’t have to change your applications to migrate to the cloud Baseline Migration Will Enable Rapid Lift and Shift Migration • Simple discovery tools • Automated application migration • Same operations environment and security framework • Example Cloud Migration Tool Vendors: – Racemi – RiverMeadow – CloudVelocity – Ravello Systems – Bolt VTA by Yuruware – Rackware – Appcara – CliQr – AppZero
  • 13. © 2014 Cloud Technology Partners, Inc. / Confidential 13 The Reality: Enterprise Applications Don’t Always Fit the Cloud
  • 14. © 2014 Cloud Technology Partners, Inc. / Confidential 14 • Missed SLA’s • Long Mean Time to Recovery • Gaps in monitoring and operational tools • Sporadic performance problems • Data synchronization and placement issues • SDLC sprawl and inconsistencies • Lack of transparency on what’s happening with the application or the system • Dev and operational skills and knowledge • Integration latency • Manual or frozen configurations • Compliance or security findings • Cost savings objectives not met The Reality: Lift and Shift Can Result in Cloud Migration Debt
  • 15. © 2014 Cloud Technology Partners, Inc. / Confidential 15 systems thinking: a holistic approach to analysis that focuses on the way that a system's constituent parts interrelate and how systems work and change over time and within the context of larger systems. The systems thinking approach contrasts with traditional analysis, which studies systems by breaking them down into their separate elements • Cloud Migration Impacts: – Application Architecture – Infrastructure Architecture – Data Lifecycle Management – Security and Compliance – SDLC – Operations and Monitoring – Support – Cost Management and Planning Application migration requires the holistic analysis of systems thinking The Reality: It’s Not an Application, It’s a System
  • 16. © 2014 Cloud Technology Partners, Inc. / Confidential 16 1. Rehost/Lift and Shift 2. Replatform and Tune 3. Fully Refactoring Best Practices: Initial Application Migration Strategies
  • 17. © 2014 Cloud Technology Partners, Inc. / Confidential 17 Application Data App Infrastructure • Webservers • App Servers • Database Servers OS, File System, Network Topology Security Framework Operational Tools Virtualization Compute, Storage, Network Cloud Provider Data Center Best Practices: Enhanced Lift and Shift Internal Deployment Cloud Deployment Application Data App Infrastructure • Webservers • App Servers • Database Servers OS, File System, Network Topology Security Framework Operational Tools Virtualization Compute, Storage, Network Internal Data Center
  • 18. © 2014 Cloud Technology Partners, Inc. / Confidential 18 1. Bootstrap or fully bake AMIs 2. Automate provisioning and processes 3. Replace existing storage options with AWS Storage (EBS, S3, RDS, etc..) 4. Test mounted file systems carefully (GlusterFS, Ceph) and replace if necessary 5. Leverage AWS security features (IAM, security groups, VPC, key pairs, MFA, VPN connectivity, etc..) 6. Evaluate networking options (Direct Connect, WAN optimization, ) 7. Analyze data movement performance and cost (AWS Import/Export, Storage Gateway, data compression, etc..) 8. Upgrade your system and application monitoring to gather more metrics Even with Lift and Shift, some changes are needed to deploy on AWS Best Practices: Enhanced Lift and Shift
  • 19. © 2014 Cloud Technology Partners, Inc. / Confidential 19 Application Data App Infrastructure • Webservers • App Servers • Database Servers OS, File System, Network Topology Security Framework Operational Tools Virtualization Compute, Storage, Network Cloud Provider Data Center Best Practices: Replatform and Tune Internal Deployment Cloud Deployment Application Data App Infrastructure • Webservers • App Servers • Database Servers OS, File System, Network Topology Security Framework Operational Tools Virtualization Compute, Storage, Network Internal Data Center
  • 20. © 2014 Cloud Technology Partners, Inc. / Confidential 20 • Resiliency and Self-Healing – Alerting and monitoring for failures, automated reconnect/restart/recover – Application managed availability – Increased redundancy, spread across more availability zones • Data Management – Cloud integrated data lifecycle and master data management, optimized data movement • Replatform to leverage AWS Native App Infrastructure (Elasticache, RDS, DynamoDB,…) • Transparency and Metrics – New application monitoring tools and activity logging – User Experience and performance testing/monitoring • Elasticity and Right Sizing – Cost monitoring and instance type optimization – Fully automated provisioning, pre-warmed instances for planned scaling • Manageability – Auto-response for common conditions – Integrated app and systems monitoring with joint DevOps/SysOps team Targeted optimization of the application, infrastructure, tools and operations Best Practices: Second Generation AWS Modifications
  • 21. © 2014 Cloud Technology Partners, Inc. / Confidential 21 The Forklift Dream
  • 22. © 2014 Cloud Technology Partners, Inc. / Confidential 22 The Dream: Large Scale App Portfolio Migration to the Cloud • “We want to move 40-50% of our 9000 applications to the cloud in 2 years” • “Our objective is to shutdown our data center in 18 months” • “We’re constrained by power and cooling and need to expand our capacity outside of our four walls.” • “Our applications all run on VMware so they should move easily.” • “We’ll just move the easy applications first, and then we’ll know enough to be able to move the mission critical applications” • “This is an infrastructure (or application) led project. The other teams don’t need to be involved until we figure the strategy out.”
  • 23. © 2014 Cloud Technology Partners, Inc. / Confidential 23 • F1000 application portfolios can contain 1000’s • Most application portfolio or configuration management databases (CMDB) are < 50% complete and < 50% accurate • Cloud strategies are being decided in boardrooms and executive suites • Enterprises don’t have the knowledge nor the resources to refactor every application • Missing automated builds or test suites to rapidly validate releases • Spaghetti integrations between apps • Unknown dependencies • Low hanging fruit sometimes have worms The Reality: Migrating Apps is Shaped by What You Don’t See
  • 24. © 2014 Cloud Technology Partners, Inc. / Confidential 24 Use a fact based, decision support methodology and tool-set to guide placement of applications within a range of infrastructure endpoints from physical servers to private cloud to public cloud Best Practices: Application Portfolio Analysis at Scale Stay where it is Target Endpoints Target Cloud Provider Refactor / Replatform / Replace Options for Application Rationalization DepthAnalysis Replace Reuse Refactor Replatform Rehost Retain Retire App Strategy Sensitive Data COTS vs. Custom Commodity vs. Core Workload Logical Architecture Eco-system Criticality Programming Language Physical Architecture Availability Application Decision Framework - ADF™ Breadth Analysis
  • 25. © 2014 Cloud Technology Partners, Inc. / Confidential 25 • Determining the right migration strategy for your app depends on its level of cloud alignment, cloud readiness, potential benefits achieved from migrating, and risks • Not everything will migrate • Migration strategy selection also depends on the target cloud endpoint • Public and other external cloud endpoints may require 2x-10x effort • Rehost and replatform strategies minimize change for applications that are either cloud ready, or have higher risks or lower cloud benefits • Refactor and reuse strategies accept the cost of change in return for business benefits • There are patterns, processes, teams and tools to support each strategy and each cloud endpoint Best Practices: Application Migration Is Not One Size Fits All • Replace application with SaaS service • Build cloud native application with similar / improved characteristics and features • Develop and productize common business and technical services • Consolidate similar applications and services • Targeted changes to the application to address issues leverage the cloud • Revise applications to leverage common services • Move to more cloud-aligned technology and platform services • Integration with cloud operations and monitoring • Lift and shift, minimizing changes, virtualization replatforming • Leave application as-is; do not move to cloud • Application end of life Replace Reuse Refactor Replatform Rehost Retain Retire
  • 26. © 2014 Cloud Technology Partners, Inc. / Confidential 26 Best Practices: Applying Systems Thinking to Migration@Scale Fast Track Application Assessment Code Depth Analysis and Initial POCs Infrastructure Applications Operations SDLC/Testing Governance Integration Security Planning Data Execution
  • 27. © 2014 Cloud Technology Partners, Inc. / Confidential 27 PaaSLane Accelerates Portfolio Analysis Application Decision Framework Thousands of Applications Narrow Candidate Applications Define Target Applications Days Minutes
  • 28. © 2014 Cloud Technology Partners, Inc. / Confidential 28 Depth: PaaSLane™ for Cloud Migration & Development PaaSLane™ analyzes application source code, discovering issues and recommending solutions to ensure cloud readiness and accelerate application migrations. 1 2 Rapidly Profile Java and .NET Application Code Assess Application Readiness for Multiple Cloud Platforms 3 Deliver Code Remediations Required for Cloud Platforms 4 Estimate Development Effort Required to Implement Remediations 3 Key Use Cases 1. Cloud Health Check Pre-migration review and estimation. 2. Cloud Migration Track progress of cloud readiness effort. 3. Continuous Optimization Keep applications optimized for the cloud. Assess Cloud Readiness In Minutes, Not Weeks
  • 29. © 2014 Cloud Technology Partners, Inc. / Confidential 29 Amazon Rules • 30+ rules to help migrate applications to AWS • Recommend AWS services such as S3, RDS, SES, SMS, etc. Default Rule Categories – General: Best practices for creating cloud-native applications. – Availability: Potential stability issues in cloud platforms. – Performance: Improving application performance and reducing overprovisioning. – Quality: Improving overall code quality and adherence to standards. – Scalability: Enhancing elasticity and reducing bottlenecks in the cloud. – Security: Implementing secure coding practices and strong cryptography. – Standardization: Enforcing platform standardization and identifying third-party dependencies. PaaSLane™ AWS Edition: Data Driven Refactoring • May fail to run or be a high security riskBlockers • Likely to impact performance or functionalityImportant • May be impactful: further research requiredWarnings • Build a more cloud-native applicationOptimizations