SlideShare a Scribd company logo
HOW RIGHTSCALE DOES IT:
CLOUD MIGRATION AND
PORTABILITY
• Brian Adler
Director, Enterprise Architecture
RightScale
Panelist
1
• Decision-Making Framework for Portability & Migration
• Common Use Cases for Portability
• How RightScale Helps
• Business & Technical Considerations
• Real Customer Examples
• Wrap-Up
Agenda
2
Broker Cloud Services with RightScale
Self-Service Cloud Analytics
Universal Cloud Management Platform
Cloud Management
Multi-Cloud Orchestration
3
Governance
Public
Clouds
Private
Clouds
Virtual
Servers
Bare Metal
Servers
13%
22%
17%
31%
Public Cloud Private Cloud
Enterprise Respondents
with 1000+ VMs in Cloud
2015
2016
More Workloads Are Moving to Cloud
Source: RightScale 2016 State of the Cloud Report
1. Operate anywhere
2. Leverage existing investments
3. Optimize costs
4. Access unique capabilities
5. Create resilient architectures
6. Maintain vendor leverage
7. Future-proof your cloud strategy
8. Multi-cloud happens
Multi-Cloud Is a Given
5
• Migration
• Data center consolidation
• Cloud-first strategy
• Increased agility
• DevOps initiatives
• Cost reduction
• Portability
• Least expensive cloud
• Support global regions with different providers
• Avoid vendor lock-in; negotiating leverage
• High availability, disaster recovery
Drivers for Cloud Migration and Portability
6
But It’s Not All Rainbows and Unicorns
vSphere
AWS or
other clouds
Greenfield
workloads
Migrated
workloads
Resource Pools
Public Cloud 1
Requirements
Filters
Performance
Cost
Compliance
Geo-location
Security
Match Application Requirements to Clouds
Vendors
Existing DC
App 1 App 2
Application
Portfolio
App 1
App 2
App 3
App n
…
App 4
App 5
Public Cloud 2
Hosted Private
Internal Private
Virtualized
App 3
App 4 App 5
App 6
App 7
8
Assess Business Impact to Establish Priority
9
REFACTOR
DON’T MIGRATE HOLD OFF
QUICK WINS
Technical Fit
BusinessImpact
App 1
App 7
App 3
App 12
App 4
App 6
App 2
App 5
App 8
App 11
App 10
App 9
Three Strategies for Existing Workloads
10
Manage
Natively
Migrate
Once
Make Portable
Apply the Right Strategy
11
REFACTOR
DON’T MIGRATE HOLD OFF
QUICK WINS
Technical Fit
BusinessImpact
App 1
App 7
App 3
App 12
App 4
App 6
App 2
App 5
App 8
App 11
App 10
App 9
Manage
Natively
Migrate
Once
Make
Portable
Manage
Natively
Make
Portable
5 Use Cases for Portability
• Most Common
• Best-venue approach
• Geography, Cost, Features
• Lifecycle approach
• Dev/Test vs. Staging/Production
• Spiky vs. steady-state
• Disaster Recovery
• Less Common
• Split-tier architectures
• Cloud-bursting
PORTABILITY IN RIGHTSCALE
Two Options for Portability
14
AWS Azure Google CloudStack OpenStack vSphere
Multi-Cloud Image
Configuration Scripts Containers
ServerTemplate Portability
• Script-based
• Scripts that configure
appropriately for each
cloud
• Container-based
• Deploy code via Docker
containers
• Combo of both
• Use scripts to configure
Docker hosts and containers
to deploy code
Application Templates
15
Load Balancers
App Servers
Master DB Slave DB
Replicate >
DNS
Configure a system:
Cloud Application Template (CAT)
Configure a server:
• ServerTemplates (portable)
• Docker container (portable)
• AMI
• CloudFormation
• VM template
Approaches for Cloud Selection in Self-Service
16
User chooses
cloud based on
allowed options
Requirements
dictate cloud
choice
Cost dictates cloud
choice
ASSESSING YOUR PORTFOLIO
FOR MIGRATION
Cloud-Suitability Scoring Criteria
Business Considerations
Cost/ROI
Vendor
Relationships
Licensing
Workload
variability
OPEX vs. CAPEX
Migration
Costs
Agility
Workload reuse
Speed-to-market
Level of changes
Existing vendor
relationships
Lock-in avoidance
IP-Locked
MAC-Locked
Licensing servers
(FlexNet, FlexLM) w/
restricted IP Pools
Cloud-Suitability Scoring Criteria
Technical Considerations
Basics Data/Storage Other
OS availability
Clustering
Tenancy
Networking
Multicast
SSL termination
Static and Virtual
IP requirements
Filesystem/
Storage
configurations
Database I/O
requirements
Bandwidth
Data movement
Scale-down logic
Master/Master DB
configurations
Application Assessment Examples
20
REFACTOR
DON’T MIGRATE HOLD OFF
QUICK WINS
Technical Fit
BusinessImpact App 6
App 5
App 9
App 5 – Easy
App 6 – Medium
App 9 – Hard
• App 5
• Partner lookup directory
• Internal user (employee) facing web application
• Stateless application
• No shared filesystem
• No unique network or IP requirements
Application Assessment – “Easy”
21
Application Assessment Examples
22
REFACTOR
DON’T MIGRATE HOLD OFF
QUICK WINS
Technical Fit
BusinessImpact App 6
App 5
App 9
App 5 – Easy
App 6 – Medium
App 9 – Hard
• App 6
• JBoss application
• Multicast used for clustering app servers
• Application redesign required to use WKA (well-known addresses)
• Unsupported OS (HP-UX)
• Required porting to different OS
• Stateless application
• No shared filesystem
• No unique network or IP requirements
Application Assessment – “Medium”
23
Application Assessment Examples
24
REFACTOR
DON’T MIGRATE HOLD OFF
QUICK WINS
Technical Fit
BusinessImpact App 6
App 5
App 9
App 5 – Easy
App 6 – Medium
App 9 – Hard
• App 9
• Oracle RAC
• Multicast required by Oracle grid infrastructure processes
• Shared, multi-mountable filesystem required
• Virtual IP required for failover
• Licensing concerns
Application Assessment – “Hard”
25
Cloud Infrastructure Considerations
Technical Considerations
• User-controlled IP address space, routing, etc. is possible with many IaaS
offerings
• Use of VPN functionality can “extend” on-premises datacenter to the cloud
securely
Network Connectivity
Scale-down
Logic
Master/Master
Database
configurations
• Several IaaS vendors support dedicated links (AWS Direct Connect, Azure
ExpressRoute)
• Security, latency, complexity reduced
• Varying port speeds (and cost structures) available
Physical Connectivity
Cloud Infrastructure Considerations
Technical Considerations
• Public Internet (usually) required, thus latency targets can be difficult to achieve
• WAN Accelerators can be of great benefit in certain situations
Latency
Scale-down
Logic
Master/Master
Database
configurations
• Typical SAN/NAS configurations not available
• IaaS vendors provide object storage options (non-POSIX compliant)
• Shared filesystems need to be self-implemented
• GlusterFS
• Ceph
• OpenAFS
Storage
Cloud Infrastructure Considerations
Technical Considerations
Scale-down
Logic
Master/Master
Database
configurations
• Network
• VPC, Virtual Network, Cloud Networks, etc.
• Data
• At-rest: Some vendors provide encrypted block and/or object storage
• In-flight: HTTPS, SSL, TLS, etc.
• Third-party tools also available for data at-rest encryption and key
management
Security
Migration Tool Realities
• AWS VM Import/Export, etc.
IaaS Vendor-Supplied
Scale-down
Logic
• Entire industry sprouting up around this use case
• Varying approaches
• Automation
-Storage and networking ignored or reconfigured
• Container/Wrapper
-VMs run in third-party container
-Adds overhead impacting performance
• Combination: Automation & Manual
-Networking and storage can be duplicated
-Scalability questionable for large (dozens to hundreds of VMs) deployments
Third-Party Tools
• Hybrid cloud is the dominant model for enterprises
• You have to decide which workloads to move to cloud
• Apply a technical filter to identify segments
• Apply a business impact filter to identify priority
• Apply the appropriate strategy for migration to cloud
• Manage Natively
• Migrate Once
• Make Portable
• Portability provides a lot of flexibility and benefits
Takeaways
30
• A Multi-Cloud Platform
• Professional Services to Help You Move
• Cloud vendors may fund some PS work to migrate apps to their cloud
• Managed Services to Keep It Running
RightScale Can Help
31
• Definitive Guide to Cloud Strategy
www.rightscale.com/lp/cloud-strategy-guide
Q&A
32
THANK YOU.

More Related Content

PDF
RightScale Webinar: Key Considerations For Cloud Migration and Portability
PDF
Enterprise Cloud Strategy: 7 Areas You Need to Re-Think
PDF
Cloud migration strategies
PDF
Cloud Migration Strategy
PDF
Migrating to AWS
PDF
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
PDF
Cloud Migration - CCS Technologies (P) Ltd.
RightScale Webinar: Key Considerations For Cloud Migration and Portability
Enterprise Cloud Strategy: 7 Areas You Need to Re-Think
Cloud migration strategies
Cloud Migration Strategy
Migrating to AWS
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration - CCS Technologies (P) Ltd.

What's hot (6)

PPT
Cloud Migration: Moving to the Cloud
PPTX
Simplified migration with CloudEndure
PDF
RightScale Webinar: Hybrid-IT: Connecting Your On-Premises Infrastructure Wit...
PDF
AWS Innovate 2016- Planning a Phased Cloud Migration Strategy - Abhishek Mah...
PPTX
Data Center Migration to the AWS Cloud
PDF
Cloud Migration Strategy and Best Practices
Cloud Migration: Moving to the Cloud
Simplified migration with CloudEndure
RightScale Webinar: Hybrid-IT: Connecting Your On-Premises Infrastructure Wit...
AWS Innovate 2016- Planning a Phased Cloud Migration Strategy - Abhishek Mah...
Data Center Migration to the AWS Cloud
Cloud Migration Strategy and Best Practices
Ad

Similar to Cloud Migration and Portability Best Practices (20)

PPTX
Virtualization and cloud computing
PDF
A Successful Journey to the Cloud with Data Virtualization
PDF
IBM - Introduction to Cloudant
PDF
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
PDF
Cloud Data Strategy event London
PDF
Cloud computing
PPT
Basics of Java Cloud
PDF
AWS and VMware: How to Architect and Manage Hybrid Environments
PDF
A1 keynote oracle_infrastructure_as_a_service_move_any_workload_to_the_cloud
PPTX
Cloud Computing Overview
PDF
Hacking apache cloud stack
PPTX
Cloud-Computing basic introduction chap 1 pptx
PPTX
Cloud computing_Final
PDF
Oracle cloud oagi
PDF
Achieve business agility with Cloud APIs, Cloud-aware Apps, and Cloud DevOps ...
PPTX
Cloud computing options
PDF
Diadem Technologies - Cloud Computing - Nasscom Workshop
PPTX
Cloud Computing by AGDMOUN Khalid
PDF
Ask The Architect: RightScale & AWS Dive Deep into Hybrid IT
PDF
Automating Cloud Operations: Tips from Managed Services
Virtualization and cloud computing
A Successful Journey to the Cloud with Data Virtualization
IBM - Introduction to Cloudant
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
Cloud Data Strategy event London
Cloud computing
Basics of Java Cloud
AWS and VMware: How to Architect and Manage Hybrid Environments
A1 keynote oracle_infrastructure_as_a_service_move_any_workload_to_the_cloud
Cloud Computing Overview
Hacking apache cloud stack
Cloud-Computing basic introduction chap 1 pptx
Cloud computing_Final
Oracle cloud oagi
Achieve business agility with Cloud APIs, Cloud-aware Apps, and Cloud DevOps ...
Cloud computing options
Diadem Technologies - Cloud Computing - Nasscom Workshop
Cloud Computing by AGDMOUN Khalid
Ask The Architect: RightScale & AWS Dive Deep into Hybrid IT
Automating Cloud Operations: Tips from Managed Services
Ad

More from RightScale (20)

PDF
10 Must-Have Automated Cloud Policies for IT Governance
PDF
Kubernetes and Terraform in the Cloud: How RightScale Does DevOps
PDF
Optimize Software, SaaS, and Cloud with Flexera and RightScale
PDF
Prepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About Now
PDF
How to Set Up a Cloud Cost Optimization Process for your Enterprise
PDF
Multi-Cloud Management with RightScale CMP (Demo)
PDF
Comparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBM
PDF
How to Allocate and Report Cloud Costs with RightScale Optima
PDF
Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...
PDF
Using RightScale CMP with Cloud Provider Tools
PDF
Best Practices for Multi-Cloud Security and Compliance
PDF
Automating Multi-Cloud Policies for AWS, Azure, Google, and More
PDF
The 5 Stages of Cloud Management for Enterprises
PDF
9 Ways to Reduce Cloud Storage Costs
PDF
Serverless Comparison: AWS vs Azure vs Google vs IBM
PDF
Best Practices for Cloud Managed Services Providers: The Path to CMP Success
PDF
Cloud Storage Comparison: AWS vs Azure vs Google vs IBM
PDF
2018 Cloud Trends: RightScale State of the Cloud Report
PDF
Got a Multi-Cloud Strategy? How RightScale CMP Helps
PDF
How to Manage Cloud Costs with RightScale Optima
10 Must-Have Automated Cloud Policies for IT Governance
Kubernetes and Terraform in the Cloud: How RightScale Does DevOps
Optimize Software, SaaS, and Cloud with Flexera and RightScale
Prepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About Now
How to Set Up a Cloud Cost Optimization Process for your Enterprise
Multi-Cloud Management with RightScale CMP (Demo)
Comparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBM
How to Allocate and Report Cloud Costs with RightScale Optima
Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...
Using RightScale CMP with Cloud Provider Tools
Best Practices for Multi-Cloud Security and Compliance
Automating Multi-Cloud Policies for AWS, Azure, Google, and More
The 5 Stages of Cloud Management for Enterprises
9 Ways to Reduce Cloud Storage Costs
Serverless Comparison: AWS vs Azure vs Google vs IBM
Best Practices for Cloud Managed Services Providers: The Path to CMP Success
Cloud Storage Comparison: AWS vs Azure vs Google vs IBM
2018 Cloud Trends: RightScale State of the Cloud Report
Got a Multi-Cloud Strategy? How RightScale CMP Helps
How to Manage Cloud Costs with RightScale Optima

Recently uploaded (20)

PDF
GamePlan Trading System Review: Professional Trader's Honest Take
PDF
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
KodekX | Application Modernization Development
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPT
Teaching material agriculture food technology
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Electronic commerce courselecture one. Pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Unlocking AI with Model Context Protocol (MCP)
GamePlan Trading System Review: Professional Trader's Honest Take
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
Per capita expenditure prediction using model stacking based on satellite ima...
KodekX | Application Modernization Development
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
NewMind AI Monthly Chronicles - July 2025
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Mobile App Security Testing_ A Comprehensive Guide.pdf
Teaching material agriculture food technology
The AUB Centre for AI in Media Proposal.docx
Electronic commerce courselecture one. Pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Understanding_Digital_Forensics_Presentation.pptx
cuic standard and advanced reporting.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Unlocking AI with Model Context Protocol (MCP)

Cloud Migration and Portability Best Practices

  • 1. HOW RIGHTSCALE DOES IT: CLOUD MIGRATION AND PORTABILITY
  • 2. • Brian Adler Director, Enterprise Architecture RightScale Panelist 1
  • 3. • Decision-Making Framework for Portability & Migration • Common Use Cases for Portability • How RightScale Helps • Business & Technical Considerations • Real Customer Examples • Wrap-Up Agenda 2
  • 4. Broker Cloud Services with RightScale Self-Service Cloud Analytics Universal Cloud Management Platform Cloud Management Multi-Cloud Orchestration 3 Governance Public Clouds Private Clouds Virtual Servers Bare Metal Servers
  • 5. 13% 22% 17% 31% Public Cloud Private Cloud Enterprise Respondents with 1000+ VMs in Cloud 2015 2016 More Workloads Are Moving to Cloud Source: RightScale 2016 State of the Cloud Report
  • 6. 1. Operate anywhere 2. Leverage existing investments 3. Optimize costs 4. Access unique capabilities 5. Create resilient architectures 6. Maintain vendor leverage 7. Future-proof your cloud strategy 8. Multi-cloud happens Multi-Cloud Is a Given 5
  • 7. • Migration • Data center consolidation • Cloud-first strategy • Increased agility • DevOps initiatives • Cost reduction • Portability • Least expensive cloud • Support global regions with different providers • Avoid vendor lock-in; negotiating leverage • High availability, disaster recovery Drivers for Cloud Migration and Portability 6
  • 8. But It’s Not All Rainbows and Unicorns vSphere AWS or other clouds Greenfield workloads Migrated workloads
  • 9. Resource Pools Public Cloud 1 Requirements Filters Performance Cost Compliance Geo-location Security Match Application Requirements to Clouds Vendors Existing DC App 1 App 2 Application Portfolio App 1 App 2 App 3 App n … App 4 App 5 Public Cloud 2 Hosted Private Internal Private Virtualized App 3 App 4 App 5 App 6 App 7 8
  • 10. Assess Business Impact to Establish Priority 9 REFACTOR DON’T MIGRATE HOLD OFF QUICK WINS Technical Fit BusinessImpact App 1 App 7 App 3 App 12 App 4 App 6 App 2 App 5 App 8 App 11 App 10 App 9
  • 11. Three Strategies for Existing Workloads 10 Manage Natively Migrate Once Make Portable
  • 12. Apply the Right Strategy 11 REFACTOR DON’T MIGRATE HOLD OFF QUICK WINS Technical Fit BusinessImpact App 1 App 7 App 3 App 12 App 4 App 6 App 2 App 5 App 8 App 11 App 10 App 9 Manage Natively Migrate Once Make Portable Manage Natively Make Portable
  • 13. 5 Use Cases for Portability • Most Common • Best-venue approach • Geography, Cost, Features • Lifecycle approach • Dev/Test vs. Staging/Production • Spiky vs. steady-state • Disaster Recovery • Less Common • Split-tier architectures • Cloud-bursting
  • 15. Two Options for Portability 14 AWS Azure Google CloudStack OpenStack vSphere Multi-Cloud Image Configuration Scripts Containers ServerTemplate Portability • Script-based • Scripts that configure appropriately for each cloud • Container-based • Deploy code via Docker containers • Combo of both • Use scripts to configure Docker hosts and containers to deploy code
  • 16. Application Templates 15 Load Balancers App Servers Master DB Slave DB Replicate > DNS Configure a system: Cloud Application Template (CAT) Configure a server: • ServerTemplates (portable) • Docker container (portable) • AMI • CloudFormation • VM template
  • 17. Approaches for Cloud Selection in Self-Service 16 User chooses cloud based on allowed options Requirements dictate cloud choice Cost dictates cloud choice
  • 19. Cloud-Suitability Scoring Criteria Business Considerations Cost/ROI Vendor Relationships Licensing Workload variability OPEX vs. CAPEX Migration Costs Agility Workload reuse Speed-to-market Level of changes Existing vendor relationships Lock-in avoidance IP-Locked MAC-Locked Licensing servers (FlexNet, FlexLM) w/ restricted IP Pools
  • 20. Cloud-Suitability Scoring Criteria Technical Considerations Basics Data/Storage Other OS availability Clustering Tenancy Networking Multicast SSL termination Static and Virtual IP requirements Filesystem/ Storage configurations Database I/O requirements Bandwidth Data movement Scale-down logic Master/Master DB configurations
  • 21. Application Assessment Examples 20 REFACTOR DON’T MIGRATE HOLD OFF QUICK WINS Technical Fit BusinessImpact App 6 App 5 App 9 App 5 – Easy App 6 – Medium App 9 – Hard
  • 22. • App 5 • Partner lookup directory • Internal user (employee) facing web application • Stateless application • No shared filesystem • No unique network or IP requirements Application Assessment – “Easy” 21
  • 23. Application Assessment Examples 22 REFACTOR DON’T MIGRATE HOLD OFF QUICK WINS Technical Fit BusinessImpact App 6 App 5 App 9 App 5 – Easy App 6 – Medium App 9 – Hard
  • 24. • App 6 • JBoss application • Multicast used for clustering app servers • Application redesign required to use WKA (well-known addresses) • Unsupported OS (HP-UX) • Required porting to different OS • Stateless application • No shared filesystem • No unique network or IP requirements Application Assessment – “Medium” 23
  • 25. Application Assessment Examples 24 REFACTOR DON’T MIGRATE HOLD OFF QUICK WINS Technical Fit BusinessImpact App 6 App 5 App 9 App 5 – Easy App 6 – Medium App 9 – Hard
  • 26. • App 9 • Oracle RAC • Multicast required by Oracle grid infrastructure processes • Shared, multi-mountable filesystem required • Virtual IP required for failover • Licensing concerns Application Assessment – “Hard” 25
  • 27. Cloud Infrastructure Considerations Technical Considerations • User-controlled IP address space, routing, etc. is possible with many IaaS offerings • Use of VPN functionality can “extend” on-premises datacenter to the cloud securely Network Connectivity Scale-down Logic Master/Master Database configurations • Several IaaS vendors support dedicated links (AWS Direct Connect, Azure ExpressRoute) • Security, latency, complexity reduced • Varying port speeds (and cost structures) available Physical Connectivity
  • 28. Cloud Infrastructure Considerations Technical Considerations • Public Internet (usually) required, thus latency targets can be difficult to achieve • WAN Accelerators can be of great benefit in certain situations Latency Scale-down Logic Master/Master Database configurations • Typical SAN/NAS configurations not available • IaaS vendors provide object storage options (non-POSIX compliant) • Shared filesystems need to be self-implemented • GlusterFS • Ceph • OpenAFS Storage
  • 29. Cloud Infrastructure Considerations Technical Considerations Scale-down Logic Master/Master Database configurations • Network • VPC, Virtual Network, Cloud Networks, etc. • Data • At-rest: Some vendors provide encrypted block and/or object storage • In-flight: HTTPS, SSL, TLS, etc. • Third-party tools also available for data at-rest encryption and key management Security
  • 30. Migration Tool Realities • AWS VM Import/Export, etc. IaaS Vendor-Supplied Scale-down Logic • Entire industry sprouting up around this use case • Varying approaches • Automation -Storage and networking ignored or reconfigured • Container/Wrapper -VMs run in third-party container -Adds overhead impacting performance • Combination: Automation & Manual -Networking and storage can be duplicated -Scalability questionable for large (dozens to hundreds of VMs) deployments Third-Party Tools
  • 31. • Hybrid cloud is the dominant model for enterprises • You have to decide which workloads to move to cloud • Apply a technical filter to identify segments • Apply a business impact filter to identify priority • Apply the appropriate strategy for migration to cloud • Manage Natively • Migrate Once • Make Portable • Portability provides a lot of flexibility and benefits Takeaways 30
  • 32. • A Multi-Cloud Platform • Professional Services to Help You Move • Cloud vendors may fund some PS work to migrate apps to their cloud • Managed Services to Keep It Running RightScale Can Help 31
  • 33. • Definitive Guide to Cloud Strategy www.rightscale.com/lp/cloud-strategy-guide Q&A 32