SlideShare uma empresa Scribd logo
1 de 26
1© Copyright 2012 Coveros, Inc.. All rights reserved.
Implementing Cloud-based
DevOps for Distributed Agile
Projects
Thomas Stiehm, CTO
tom.stiehm@coveros.com
2© Copyright 2012 Coveros, Inc.. All rights reserved.
 Coveros helps organizations accelerate the delivery of
business value through secure, reliable software.
About Coveros
3© Copyright 2012 Coveros, Inc.. All rights reserved.
Cloud-based
 Cloud Computing - In its essence, Cloud
Computing is a massive distributed
computing model consisting of three tiers:
infrastructure, platform and services, and is
about using swarms of computers to deliver
unprecedented computing power to people
and organizations across the globe. Cloud
computing isn't a new technology nor a new
architecture... it's a new delivery model.1
1. http://www.mkpress.com/CloudReading
4© Copyright 2012 Coveros, Inc.. All rights reserved.
DevOps
 DevOps – A combination of Development
and Operations, it is a software development
method that stresses communication,
collaboration and integration between
software developers and Information
Technology (IT) professionals. DevOps is a
response to the interdependence of software
development and IT operations. It aims to
help an organization rapidly produce
software products and services.1
1. http://en.wikipedia.org/wiki/DevOps
5© Copyright 2012 Coveros, Inc.. All rights reserved.
Distributed Agile Projects
 Distributed Agile, as the name implies, is a
model in which projects execute an Agile
Methodology with teams that are
distributed across multiple geographies.1
1. . Distributed Agile, DH2A: The Proven Agile Software Development Approach and Toolkit for Geographically Dispersed Teams By: Upadrista Venkatesh
6© Copyright 2012 Coveros, Inc.. All rights reserved.
Cloud Computing Services
 Cloud Services Models:
–Software-as-a-Service (SaaS) vendors
that offer web applications, often with the
ability to customize and extend the
applications, ex. SalesForce.com
–Platform-as-a-Service (PaaS) vendors
that give developers the tools to build and
host using specific frameworks or
services, ex. Google Apps Engine
–Infrastructure-as-a-Service (IaaS)
vendors that offer access to raw storage
and computing resources, ex. Amazon
EC2
7© Copyright 2012 Coveros, Inc.. All rights reserved.
Features of Cloud Services
 Cloud Provisioning
 Dynamic Computing Infrastructure
 Self-Service, Self-Managed Platforms
 Programmatic Control of Server Resources
 Internet Access
 Geographic Distribution
8© Copyright 2012 Coveros, Inc.. All rights reserved.
Lessons Learned: The Project
 The technology parts are challenging
 The people parts are hard, often really hard
 Automate everything as early as possible
 Automation is software, treat it like the
application code –
– version
– review
– test
 Test everything, including your automation
 As you learn error and failure conditions,
automate dealing with them
9© Copyright 2012 Coveros, Inc.. All rights reserved.
Lessons Learned: The Vendor
 The right cloud vendor can make or break
you. Pick one that meets your needs, skip
any that don’t provide real cloud services.
 There is no perfect cloud platform, they all
have problems.
 If you pick a cloud provider that expects
things to be done their way, do it their way.
 If you pick a cloud provider that offers extra
services that induce lock-in, consider using
their extra services but think about it a lot. It
could work better than rolling your own.
10© Copyright 2012 Coveros, Inc.. All rights reserved.
Things to Expect
 Expect to do a lot of learning, teaching,
hand holding and pushing for new practices
 Expect to explain things multiple times:
issues, processes, practices, and
priorities at multiple levels: developers,
architects, testers, BAs, Project Managers,
Product Managers, Directors, VPs, the client,
and end users
 Expect confusion, rejection and clinging
to old practices
 Expect to do a lot of expectation setting
and resetting
11© Copyright 2012 Coveros, Inc.. All rights reserved.
Things to Expect
 Expect to make ultimatums and to get
strong pushback to those ultimatums
 Expect to fail the first time, with almost
everything you put in place
 Expect everything to take longer than you
planned
 Expect the expectation of immediate
results and payoffs, work your way through
them
 Expect your detractors to take credit when
things, in the end, succeed
12© Copyright 2012 Coveros, Inc.. All rights reserved.
How to Best Leverage the Cloud
 Understand your system, application and
organizational requirements
 Pick a Service Model
–SaaS
–IaaS
–PaaS
 Pick a Vendor that suits your requirements,
service model and budget
 Train your team on the vendors technology
and service model
13© Copyright 2012 Coveros, Inc.. All rights reserved.
Live in the Cloud
 Use Cloud-based service to
communications:
–Text (IM and Email)
–Voice
–Video
–Collaboration
–Source Code Management
–Code Review
–Project Management Software
 Using Cloud services helps to make people
around the country or globe equal members
of the team and reduces location bias
14© Copyright 2012 Coveros, Inc.. All rights reserved.
Living in the Cloud Example
 Requirements gathering using Cloud
resources such as Google Docs and Sites
 Task Management in the Cloud using Trello
 Project Management in the Cloud using
VersionOne
 Development in the Cloud using EC2
 Development Resources in the Cloud using
GitHub
 Testing in the Cloud using EC2
 Deployment and OPS in the Cloud using
EC2
15© Copyright 2012 Coveros, Inc.. All rights reserved.
Enabling Distributed Teams
 Use Cloud-based technologies to avoid
second class team syndrome
 Face to Face team building
–In person is best
–Video is better than nothing
–If your locations don’t “know” each other,
they won’t trust each other
–Phone calls aren’t enough
 Make sure that all locations have equal
opportunities for
–Advancement
–Interesting Work
16© Copyright 2012 Coveros, Inc.. All rights reserved.
What are the Advantages?
 Ability to focus on your core value
 Flexibility
 Time to market
 Speed of development
 Less up front cost
 Proven platforms
 Scalability or at least scalability patterns
 No hardware infrastructure to manage
 Geographic distribution
 Cheaper?
17© Copyright 2012 Coveros, Inc.. All rights reserved.
Cloud Provisioning
 Most people think of dynamic production
scaling when they think of Cloud provisioning
 But it also means:
–Full setup and tear down of test
environments
–Creation and disposal of development and
test environments based on need
–Scaling development and test
environments to fit the task, so if you want
to do performance testing on a duplicate
of your production environment, you can,
without having those resources in-house
18© Copyright 2012 Coveros, Inc.. All rights reserved.
Programmatic Control
 Programmatic control of self-service APIs
allows your team to fully automate setting
up and tearing down resources for:
–Dynamic scaling of production resources
–On-demand creation of development and
test resources, sized to fit the immediate
needs
–Fully automating the development, test,
and deployment life cycle
 Automation is not magic. You have to work
at it, maintain it, and manage configuration
data.
19© Copyright 2012 Coveros, Inc.. All rights reserved.
Self-Service API
 Automated everything
–Development Setup
–Test Setup
–Running Tests
–Populating Application Data/Test Data
–Builds
–Deployment
–Monitoring/Scaling
–Reporting
 Be able to rebuild your entire environment,
including your development, test tools and
servers automatically
20© Copyright 2012 Coveros, Inc.. All rights reserved.
Cloud vs. Traditional Development
 Vendor lock-in - Your application code will be
tied to the vendor's service offering, you will
be integrating their API and Services into
your code
 You are dependent on their development
and testing, resources and practices
 You don’t have the same level of control,
with SaaS and PaaS you are plugging your
software extension into the vendor’s system
 To get the advantages of cloud platforms you
must work within their constraints, using their
tools or your tools their way
21© Copyright 2012 Coveros, Inc.. All rights reserved.
Trade-Offs
 Loss of control: You no longer control the
infrastructure. It can go down or change and
you have to deal with it and live with it.
 The cloud vendor has a different set of
priorities than you.
 You don’t have to worry about infrastructure.
 SaaS gets you started very quickly, but it
limits how you can grow.
 PaaS simplifies your choices but locks you in
 IaaS can be like a CoLo arrangement with
more control and all of the responsibility.
22© Copyright 2012 Coveros, Inc.. All rights reserved.
Derailments
 Picking the wrong vendor
 Picking the wrong service model
 No automation: development, deployment
test or infrastructure
 Physical data-center operator mentality
 No access VM consoles or VM API
 Staff that is adamantly against change,
management that doesn’t support change
 Application requirements that don’t fit within
the vendor’s framework
23© Copyright 2012 Coveros, Inc.. All rights reserved.
How to Begin
 Create a plan, short term, near term, long
term. You are going to get it wrong, keep
adjusting and resetting expectations.
 Focus on priorities.
 Base priorities on business values,
however you define that. If you don’t show
value, you will fail in the long run.
 Start simple and get more sophisticated
as you go. You are going to have to refactor
your work/process/practices anyway as you
don’t know what you are doing at first, so
rework/refactoring is unavoidable.
24© Copyright 2012 Coveros, Inc.. All rights reserved.
How to Begin
 Work in small, quick steps, adjust your
strategy and tactics around things that
work.
 Fix pain points. Focus on fixing the pain
points of the people that have the most to
gain, prove the value to them and their direct
management.
 Get key stakeholders and influencers on
your side. Show them how life will be better
for them doing things your way.
 Some people will reject the new way of doing
things. Route around them and eventually
the organization will leave them behind.
25© Copyright 2012 Coveros, Inc.. All rights reserved.
Reasons not to use the Cloud
 You have a stable Application with little new
requirements
 You have an infrastructure that meets your
needs
 You need to have complete control over your
entire environment and have little risk
tolerance
 You have to budget exact resources, and
allowing for flexibility and dynamic computing
isn’t allowed
 There isn’t any benefit to changing your
process and practices, for now
26© Copyright 2012 Coveros, Inc.. All rights reserved.
Thank You

Mais conteúdo relacionado

Mais procurados

CompTIA Cloud Essentials Objectives
CompTIA Cloud Essentials ObjectivesCompTIA Cloud Essentials Objectives
CompTIA Cloud Essentials Objectivessombat nirund
 
QA in Cloud world & DevOps
QA in Cloud world & DevOpsQA in Cloud world & DevOps
QA in Cloud world & DevOpsDudi Vaanunu
 
How to modernize legacy application infrastructure?
How to modernize legacy application infrastructure?How to modernize legacy application infrastructure?
How to modernize legacy application infrastructure?Cygnet Infotech
 
Cloud,beyond the hype, looking at the journey to Cloud
Cloud,beyond the hype, looking at the journey to CloudCloud,beyond the hype, looking at the journey to Cloud
Cloud,beyond the hype, looking at the journey to CloudChristian Verstraete
 
Cloud Essentials Launch
Cloud Essentials LaunchCloud Essentials Launch
Cloud Essentials LaunchCompTIA
 
Deloitte Software As A Service Deloitte Seminar
Deloitte Software As A Service   Deloitte SeminarDeloitte Software As A Service   Deloitte Seminar
Deloitte Software As A Service Deloitte SeminarTheo Slaats
 
Cloud Computing – Time for delivery. The question is not “if”, but “how, whe...
Cloud Computing – Time for delivery.  The question is not “if”, but “how, whe...Cloud Computing – Time for delivery.  The question is not “if”, but “how, whe...
Cloud Computing – Time for delivery. The question is not “if”, but “how, whe...Capgemini
 
Understanding The Cloud For Enterprise Businesses.
Understanding The Cloud For Enterprise Businesses. Understanding The Cloud For Enterprise Businesses.
Understanding The Cloud For Enterprise Businesses. Triaxil
 
CloudCamp London 3 - 451 Group - William Fellows
CloudCamp London 3 - 451 Group - William FellowsCloudCamp London 3 - 451 Group - William Fellows
CloudCamp London 3 - 451 Group - William FellowsChris Purrington
 
ECM and the Cloud: Let's Un-Complicate ECM
ECM and the Cloud: Let's Un-Complicate ECM ECM and the Cloud: Let's Un-Complicate ECM
ECM and the Cloud: Let's Un-Complicate ECM Perficient, Inc.
 
The Cloud Strategy
The Cloud StrategyThe Cloud Strategy
The Cloud StrategyVikas Gupta
 
Sprint Cost Savings with Red Hat
Sprint Cost Savings with Red HatSprint Cost Savings with Red Hat
Sprint Cost Savings with Red HatVikas Grover
 
Why Should Nonprofits Care About Cloud Computing
Why Should Nonprofits Care About Cloud ComputingWhy Should Nonprofits Care About Cloud Computing
Why Should Nonprofits Care About Cloud ComputingTechSoup Global
 

Mais procurados (18)

CompTIA Cloud Essentials Objectives
CompTIA Cloud Essentials ObjectivesCompTIA Cloud Essentials Objectives
CompTIA Cloud Essentials Objectives
 
Democratizing IT Automation in a Multi-Cloud World
Democratizing IT Automation in a Multi-Cloud WorldDemocratizing IT Automation in a Multi-Cloud World
Democratizing IT Automation in a Multi-Cloud World
 
QA in Cloud world & DevOps
QA in Cloud world & DevOpsQA in Cloud world & DevOps
QA in Cloud world & DevOps
 
How to modernize legacy application infrastructure?
How to modernize legacy application infrastructure?How to modernize legacy application infrastructure?
How to modernize legacy application infrastructure?
 
Cloud,beyond the hype, looking at the journey to Cloud
Cloud,beyond the hype, looking at the journey to CloudCloud,beyond the hype, looking at the journey to Cloud
Cloud,beyond the hype, looking at the journey to Cloud
 
Choosing the Right Cloud Provider
Choosing the Right Cloud ProviderChoosing the Right Cloud Provider
Choosing the Right Cloud Provider
 
Cloud Essentials Launch
Cloud Essentials LaunchCloud Essentials Launch
Cloud Essentials Launch
 
Cloud Adoption and Risk Report 2019
Cloud Adoption and Risk Report 2019Cloud Adoption and Risk Report 2019
Cloud Adoption and Risk Report 2019
 
Jobs in the Cloud
 Jobs in the Cloud Jobs in the Cloud
Jobs in the Cloud
 
Deloitte Software As A Service Deloitte Seminar
Deloitte Software As A Service   Deloitte SeminarDeloitte Software As A Service   Deloitte Seminar
Deloitte Software As A Service Deloitte Seminar
 
Cloud Computing – Time for delivery. The question is not “if”, but “how, whe...
Cloud Computing – Time for delivery.  The question is not “if”, but “how, whe...Cloud Computing – Time for delivery.  The question is not “if”, but “how, whe...
Cloud Computing – Time for delivery. The question is not “if”, but “how, whe...
 
Understanding The Cloud For Enterprise Businesses.
Understanding The Cloud For Enterprise Businesses. Understanding The Cloud For Enterprise Businesses.
Understanding The Cloud For Enterprise Businesses.
 
CloudCamp London 3 - 451 Group - William Fellows
CloudCamp London 3 - 451 Group - William FellowsCloudCamp London 3 - 451 Group - William Fellows
CloudCamp London 3 - 451 Group - William Fellows
 
ECM and the Cloud: Let's Un-Complicate ECM
ECM and the Cloud: Let's Un-Complicate ECM ECM and the Cloud: Let's Un-Complicate ECM
ECM and the Cloud: Let's Un-Complicate ECM
 
The Cloud Strategy
The Cloud StrategyThe Cloud Strategy
The Cloud Strategy
 
Enterprise Cloud Native
Enterprise Cloud NativeEnterprise Cloud Native
Enterprise Cloud Native
 
Sprint Cost Savings with Red Hat
Sprint Cost Savings with Red HatSprint Cost Savings with Red Hat
Sprint Cost Savings with Red Hat
 
Why Should Nonprofits Care About Cloud Computing
Why Should Nonprofits Care About Cloud ComputingWhy Should Nonprofits Care About Cloud Computing
Why Should Nonprofits Care About Cloud Computing
 

Destaque

Is4632 outsourcing strategies (updated monday)
Is4632 outsourcing strategies (updated monday)Is4632 outsourcing strategies (updated monday)
Is4632 outsourcing strategies (updated monday)tsangchingching
 
Is4632 outsourcing strategies (final) (5)
Is4632 outsourcing strategies (final) (5)Is4632 outsourcing strategies (final) (5)
Is4632 outsourcing strategies (final) (5)tsangchingching
 
DevOps Services Offerings from Rational Lab Services
DevOps Services Offerings from Rational Lab ServicesDevOps Services Offerings from Rational Lab Services
DevOps Services Offerings from Rational Lab ServicesIBM Rational software
 
Accenture DevOps: Delivering applications at the pace of business
Accenture DevOps: Delivering applications at the pace of businessAccenture DevOps: Delivering applications at the pace of business
Accenture DevOps: Delivering applications at the pace of businessAccenture Technology
 
DevOps and Continuous Delivery Reference Architectures (including Nexus and o...
DevOps and Continuous Delivery Reference Architectures (including Nexus and o...DevOps and Continuous Delivery Reference Architectures (including Nexus and o...
DevOps and Continuous Delivery Reference Architectures (including Nexus and o...Sonatype
 
State of the Word 2011
State of the Word 2011State of the Word 2011
State of the Word 2011photomatt
 

Destaque (8)

Is4632 outsourcing strategies (updated monday)
Is4632 outsourcing strategies (updated monday)Is4632 outsourcing strategies (updated monday)
Is4632 outsourcing strategies (updated monday)
 
Is4632 outsourcing strategies (final) (5)
Is4632 outsourcing strategies (final) (5)Is4632 outsourcing strategies (final) (5)
Is4632 outsourcing strategies (final) (5)
 
TCS 2016
TCS 2016TCS 2016
TCS 2016
 
DevOps Services Offerings from Rational Lab Services
DevOps Services Offerings from Rational Lab ServicesDevOps Services Offerings from Rational Lab Services
DevOps Services Offerings from Rational Lab Services
 
Accenture DevOps: Delivering applications at the pace of business
Accenture DevOps: Delivering applications at the pace of businessAccenture DevOps: Delivering applications at the pace of business
Accenture DevOps: Delivering applications at the pace of business
 
DevOps and Continuous Delivery Reference Architectures (including Nexus and o...
DevOps and Continuous Delivery Reference Architectures (including Nexus and o...DevOps and Continuous Delivery Reference Architectures (including Nexus and o...
DevOps and Continuous Delivery Reference Architectures (including Nexus and o...
 
Tcs ppt
Tcs pptTcs ppt
Tcs ppt
 
State of the Word 2011
State of the Word 2011State of the Word 2011
State of the Word 2011
 

Semelhante a Implementing Cloud-based DevOps for Distributed Agile Projects

Implementing Cloud-Based DevOps for Distributed Agile Projects
Implementing Cloud-Based DevOps for Distributed Agile ProjectsImplementing Cloud-Based DevOps for Distributed Agile Projects
Implementing Cloud-Based DevOps for Distributed Agile ProjectsTechWell
 
Virtualization and cloud impact overview auditor spin enterprise gr-cv3
Virtualization and cloud impact overview auditor spin   enterprise gr-cv3Virtualization and cloud impact overview auditor spin   enterprise gr-cv3
Virtualization and cloud impact overview auditor spin enterprise gr-cv3EnterpriseGRC Solutions, Inc.
 
Cloud computing Introductory Session
Cloud computing Introductory SessionCloud computing Introductory Session
Cloud computing Introductory SessionAbhinav Parmar
 
Cloud services deep dive infoworld july 2010
Cloud services deep dive infoworld july 2010Cloud services deep dive infoworld july 2010
Cloud services deep dive infoworld july 2010Kim Jensen
 
Deloitte & Mulesoft : The Right Mix
Deloitte & Mulesoft : The Right MixDeloitte & Mulesoft : The Right Mix
Deloitte & Mulesoft : The Right MixDavid Graham
 
Applying lean, dev ops, and cloud for better business outcomes
Applying lean, dev ops, and cloud for better business outcomesApplying lean, dev ops, and cloud for better business outcomes
Applying lean, dev ops, and cloud for better business outcomesKartik Kanakasabesan
 
Application Considerations for Cloud
Application Considerations for CloudApplication Considerations for Cloud
Application Considerations for CloudKyle Brown
 
6 Reasons To Embrace Cloud Computing Now
6 Reasons To Embrace Cloud Computing Now6 Reasons To Embrace Cloud Computing Now
6 Reasons To Embrace Cloud Computing NowHudson IT
 
Applying DevOps, PaaS and cloud for better citizen service outcomes - IBM Fe...
Applying DevOps, PaaS and cloud for better citizen service  outcomes - IBM Fe...Applying DevOps, PaaS and cloud for better citizen service  outcomes - IBM Fe...
Applying DevOps, PaaS and cloud for better citizen service outcomes - IBM Fe...Sanjeev Sharma
 
Achieve Economic Synergies by Managing Your Enterprise Assets In The Cloud
Achieve Economic Synergies by Managing Your Enterprise Assets In The CloudAchieve Economic Synergies by Managing Your Enterprise Assets In The Cloud
Achieve Economic Synergies by Managing Your Enterprise Assets In The CloudDr. HJ Raza, Ph.D/MBA
 
Benefits Of Migrating Asp .Net Apps To The Cloud - GoDgtl
Benefits Of Migrating Asp .Net Apps To The Cloud - GoDgtlBenefits Of Migrating Asp .Net Apps To The Cloud - GoDgtl
Benefits Of Migrating Asp .Net Apps To The Cloud - GoDgtlMezzybatliwala
 
Cloud vs. on premise
Cloud vs. on premiseCloud vs. on premise
Cloud vs. on premiseAndrew Das
 
Industry Perspective: DevOps - What it Means for the Average Business
Industry Perspective: DevOps - What it Means for the Average BusinessIndustry Perspective: DevOps - What it Means for the Average Business
Industry Perspective: DevOps - What it Means for the Average BusinessMichael Elder
 
Cloud computing Paper
Cloud computing Paper Cloud computing Paper
Cloud computing Paper Assem mousa
 
The new developer experience
The new developer experienceThe new developer experience
The new developer experienceEric Cattoir
 
Architecting your Cloud Strategy - Part One.vsdx
Architecting your Cloud Strategy - Part One.vsdxArchitecting your Cloud Strategy - Part One.vsdx
Architecting your Cloud Strategy - Part One.vsdxGareth Llewellyn
 
The why of a cloud ppt
The why of a cloud pptThe why of a cloud ppt
The why of a cloud pptSana Nasar
 
Enterprise Cloud Management - 2013 EMC World presentation
Enterprise Cloud Management - 2013 EMC World presentationEnterprise Cloud Management - 2013 EMC World presentation
Enterprise Cloud Management - 2013 EMC World presentationServiceMesh
 

Semelhante a Implementing Cloud-based DevOps for Distributed Agile Projects (20)

Implementing Cloud-Based DevOps for Distributed Agile Projects
Implementing Cloud-Based DevOps for Distributed Agile ProjectsImplementing Cloud-Based DevOps for Distributed Agile Projects
Implementing Cloud-Based DevOps for Distributed Agile Projects
 
Virtualization and cloud impact overview auditor spin enterprise gr-cv3
Virtualization and cloud impact overview auditor spin   enterprise gr-cv3Virtualization and cloud impact overview auditor spin   enterprise gr-cv3
Virtualization and cloud impact overview auditor spin enterprise gr-cv3
 
Cloud computing Introductory Session
Cloud computing Introductory SessionCloud computing Introductory Session
Cloud computing Introductory Session
 
Cloud services deep dive infoworld july 2010
Cloud services deep dive infoworld july 2010Cloud services deep dive infoworld july 2010
Cloud services deep dive infoworld july 2010
 
Deloitte & Mulesoft : The Right Mix
Deloitte & Mulesoft : The Right MixDeloitte & Mulesoft : The Right Mix
Deloitte & Mulesoft : The Right Mix
 
Applying lean, dev ops, and cloud for better business outcomes
Applying lean, dev ops, and cloud for better business outcomesApplying lean, dev ops, and cloud for better business outcomes
Applying lean, dev ops, and cloud for better business outcomes
 
Application Considerations for Cloud
Application Considerations for CloudApplication Considerations for Cloud
Application Considerations for Cloud
 
6 Reasons To Embrace Cloud Computing Now
6 Reasons To Embrace Cloud Computing Now6 Reasons To Embrace Cloud Computing Now
6 Reasons To Embrace Cloud Computing Now
 
Applying DevOps, PaaS and cloud for better citizen service outcomes - IBM Fe...
Applying DevOps, PaaS and cloud for better citizen service  outcomes - IBM Fe...Applying DevOps, PaaS and cloud for better citizen service  outcomes - IBM Fe...
Applying DevOps, PaaS and cloud for better citizen service outcomes - IBM Fe...
 
ETCA_5
ETCA_5ETCA_5
ETCA_5
 
Achieve Economic Synergies by Managing Your Enterprise Assets In The Cloud
Achieve Economic Synergies by Managing Your Enterprise Assets In The CloudAchieve Economic Synergies by Managing Your Enterprise Assets In The Cloud
Achieve Economic Synergies by Managing Your Enterprise Assets In The Cloud
 
Benefits Of Migrating Asp .Net Apps To The Cloud - GoDgtl
Benefits Of Migrating Asp .Net Apps To The Cloud - GoDgtlBenefits Of Migrating Asp .Net Apps To The Cloud - GoDgtl
Benefits Of Migrating Asp .Net Apps To The Cloud - GoDgtl
 
Cloud vs. on premise
Cloud vs. on premiseCloud vs. on premise
Cloud vs. on premise
 
Industry Perspective: DevOps - What it Means for the Average Business
Industry Perspective: DevOps - What it Means for the Average BusinessIndustry Perspective: DevOps - What it Means for the Average Business
Industry Perspective: DevOps - What it Means for the Average Business
 
Cloud computing Paper
Cloud computing Paper Cloud computing Paper
Cloud computing Paper
 
The new developer experience
The new developer experienceThe new developer experience
The new developer experience
 
Architecting your Cloud Strategy - Part One.vsdx
Architecting your Cloud Strategy - Part One.vsdxArchitecting your Cloud Strategy - Part One.vsdx
Architecting your Cloud Strategy - Part One.vsdx
 
The why of a cloud ppt
The why of a cloud pptThe why of a cloud ppt
The why of a cloud ppt
 
Enterprise Cloud Management - 2013 EMC World presentation
Enterprise Cloud Management - 2013 EMC World presentationEnterprise Cloud Management - 2013 EMC World presentation
Enterprise Cloud Management - 2013 EMC World presentation
 
To Cloud or Not to Cloud for Transaction Document Production
To Cloud or Not to Cloud for Transaction Document ProductionTo Cloud or Not to Cloud for Transaction Document Production
To Cloud or Not to Cloud for Transaction Document Production
 

Mais de Tom Stiehm

Shifting security all day dev ops
Shifting security all day dev opsShifting security all day dev ops
Shifting security all day dev opsTom Stiehm
 
Shifting Security Left - The Innovation of DevSecOps - ValleyTechCon
Shifting Security Left - The Innovation of DevSecOps - ValleyTechConShifting Security Left - The Innovation of DevSecOps - ValleyTechCon
Shifting Security Left - The Innovation of DevSecOps - ValleyTechConTom Stiehm
 
Shifting Security Left - The Innovation of DevSecOps - AgileDC
Shifting Security Left - The Innovation of DevSecOps - AgileDCShifting Security Left - The Innovation of DevSecOps - AgileDC
Shifting Security Left - The Innovation of DevSecOps - AgileDCTom Stiehm
 
Shifting Security Left from the Lean+Agile 2019 Conference
Shifting Security Left from the Lean+Agile 2019 ConferenceShifting Security Left from the Lean+Agile 2019 Conference
Shifting Security Left from the Lean+Agile 2019 ConferenceTom Stiehm
 
Failure is inevitable but it isn't permanent
Failure is inevitable but it isn't permanentFailure is inevitable but it isn't permanent
Failure is inevitable but it isn't permanentTom Stiehm
 
Agile testing for embedded software development
Agile testing for embedded software developmentAgile testing for embedded software development
Agile testing for embedded software developmentTom Stiehm
 
Integrating security into Continuous Delivery
Integrating security into Continuous DeliveryIntegrating security into Continuous Delivery
Integrating security into Continuous DeliveryTom Stiehm
 

Mais de Tom Stiehm (7)

Shifting security all day dev ops
Shifting security all day dev opsShifting security all day dev ops
Shifting security all day dev ops
 
Shifting Security Left - The Innovation of DevSecOps - ValleyTechCon
Shifting Security Left - The Innovation of DevSecOps - ValleyTechConShifting Security Left - The Innovation of DevSecOps - ValleyTechCon
Shifting Security Left - The Innovation of DevSecOps - ValleyTechCon
 
Shifting Security Left - The Innovation of DevSecOps - AgileDC
Shifting Security Left - The Innovation of DevSecOps - AgileDCShifting Security Left - The Innovation of DevSecOps - AgileDC
Shifting Security Left - The Innovation of DevSecOps - AgileDC
 
Shifting Security Left from the Lean+Agile 2019 Conference
Shifting Security Left from the Lean+Agile 2019 ConferenceShifting Security Left from the Lean+Agile 2019 Conference
Shifting Security Left from the Lean+Agile 2019 Conference
 
Failure is inevitable but it isn't permanent
Failure is inevitable but it isn't permanentFailure is inevitable but it isn't permanent
Failure is inevitable but it isn't permanent
 
Agile testing for embedded software development
Agile testing for embedded software developmentAgile testing for embedded software development
Agile testing for embedded software development
 
Integrating security into Continuous Delivery
Integrating security into Continuous DeliveryIntegrating security into Continuous Delivery
Integrating security into Continuous Delivery
 

Último

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 

Último (20)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 

Implementing Cloud-based DevOps for Distributed Agile Projects

  • 1. 1© Copyright 2012 Coveros, Inc.. All rights reserved. Implementing Cloud-based DevOps for Distributed Agile Projects Thomas Stiehm, CTO tom.stiehm@coveros.com
  • 2. 2© Copyright 2012 Coveros, Inc.. All rights reserved.  Coveros helps organizations accelerate the delivery of business value through secure, reliable software. About Coveros
  • 3. 3© Copyright 2012 Coveros, Inc.. All rights reserved. Cloud-based  Cloud Computing - In its essence, Cloud Computing is a massive distributed computing model consisting of three tiers: infrastructure, platform and services, and is about using swarms of computers to deliver unprecedented computing power to people and organizations across the globe. Cloud computing isn't a new technology nor a new architecture... it's a new delivery model.1 1. http://www.mkpress.com/CloudReading
  • 4. 4© Copyright 2012 Coveros, Inc.. All rights reserved. DevOps  DevOps – A combination of Development and Operations, it is a software development method that stresses communication, collaboration and integration between software developers and Information Technology (IT) professionals. DevOps is a response to the interdependence of software development and IT operations. It aims to help an organization rapidly produce software products and services.1 1. http://en.wikipedia.org/wiki/DevOps
  • 5. 5© Copyright 2012 Coveros, Inc.. All rights reserved. Distributed Agile Projects  Distributed Agile, as the name implies, is a model in which projects execute an Agile Methodology with teams that are distributed across multiple geographies.1 1. . Distributed Agile, DH2A: The Proven Agile Software Development Approach and Toolkit for Geographically Dispersed Teams By: Upadrista Venkatesh
  • 6. 6© Copyright 2012 Coveros, Inc.. All rights reserved. Cloud Computing Services  Cloud Services Models: –Software-as-a-Service (SaaS) vendors that offer web applications, often with the ability to customize and extend the applications, ex. SalesForce.com –Platform-as-a-Service (PaaS) vendors that give developers the tools to build and host using specific frameworks or services, ex. Google Apps Engine –Infrastructure-as-a-Service (IaaS) vendors that offer access to raw storage and computing resources, ex. Amazon EC2
  • 7. 7© Copyright 2012 Coveros, Inc.. All rights reserved. Features of Cloud Services  Cloud Provisioning  Dynamic Computing Infrastructure  Self-Service, Self-Managed Platforms  Programmatic Control of Server Resources  Internet Access  Geographic Distribution
  • 8. 8© Copyright 2012 Coveros, Inc.. All rights reserved. Lessons Learned: The Project  The technology parts are challenging  The people parts are hard, often really hard  Automate everything as early as possible  Automation is software, treat it like the application code – – version – review – test  Test everything, including your automation  As you learn error and failure conditions, automate dealing with them
  • 9. 9© Copyright 2012 Coveros, Inc.. All rights reserved. Lessons Learned: The Vendor  The right cloud vendor can make or break you. Pick one that meets your needs, skip any that don’t provide real cloud services.  There is no perfect cloud platform, they all have problems.  If you pick a cloud provider that expects things to be done their way, do it their way.  If you pick a cloud provider that offers extra services that induce lock-in, consider using their extra services but think about it a lot. It could work better than rolling your own.
  • 10. 10© Copyright 2012 Coveros, Inc.. All rights reserved. Things to Expect  Expect to do a lot of learning, teaching, hand holding and pushing for new practices  Expect to explain things multiple times: issues, processes, practices, and priorities at multiple levels: developers, architects, testers, BAs, Project Managers, Product Managers, Directors, VPs, the client, and end users  Expect confusion, rejection and clinging to old practices  Expect to do a lot of expectation setting and resetting
  • 11. 11© Copyright 2012 Coveros, Inc.. All rights reserved. Things to Expect  Expect to make ultimatums and to get strong pushback to those ultimatums  Expect to fail the first time, with almost everything you put in place  Expect everything to take longer than you planned  Expect the expectation of immediate results and payoffs, work your way through them  Expect your detractors to take credit when things, in the end, succeed
  • 12. 12© Copyright 2012 Coveros, Inc.. All rights reserved. How to Best Leverage the Cloud  Understand your system, application and organizational requirements  Pick a Service Model –SaaS –IaaS –PaaS  Pick a Vendor that suits your requirements, service model and budget  Train your team on the vendors technology and service model
  • 13. 13© Copyright 2012 Coveros, Inc.. All rights reserved. Live in the Cloud  Use Cloud-based service to communications: –Text (IM and Email) –Voice –Video –Collaboration –Source Code Management –Code Review –Project Management Software  Using Cloud services helps to make people around the country or globe equal members of the team and reduces location bias
  • 14. 14© Copyright 2012 Coveros, Inc.. All rights reserved. Living in the Cloud Example  Requirements gathering using Cloud resources such as Google Docs and Sites  Task Management in the Cloud using Trello  Project Management in the Cloud using VersionOne  Development in the Cloud using EC2  Development Resources in the Cloud using GitHub  Testing in the Cloud using EC2  Deployment and OPS in the Cloud using EC2
  • 15. 15© Copyright 2012 Coveros, Inc.. All rights reserved. Enabling Distributed Teams  Use Cloud-based technologies to avoid second class team syndrome  Face to Face team building –In person is best –Video is better than nothing –If your locations don’t “know” each other, they won’t trust each other –Phone calls aren’t enough  Make sure that all locations have equal opportunities for –Advancement –Interesting Work
  • 16. 16© Copyright 2012 Coveros, Inc.. All rights reserved. What are the Advantages?  Ability to focus on your core value  Flexibility  Time to market  Speed of development  Less up front cost  Proven platforms  Scalability or at least scalability patterns  No hardware infrastructure to manage  Geographic distribution  Cheaper?
  • 17. 17© Copyright 2012 Coveros, Inc.. All rights reserved. Cloud Provisioning  Most people think of dynamic production scaling when they think of Cloud provisioning  But it also means: –Full setup and tear down of test environments –Creation and disposal of development and test environments based on need –Scaling development and test environments to fit the task, so if you want to do performance testing on a duplicate of your production environment, you can, without having those resources in-house
  • 18. 18© Copyright 2012 Coveros, Inc.. All rights reserved. Programmatic Control  Programmatic control of self-service APIs allows your team to fully automate setting up and tearing down resources for: –Dynamic scaling of production resources –On-demand creation of development and test resources, sized to fit the immediate needs –Fully automating the development, test, and deployment life cycle  Automation is not magic. You have to work at it, maintain it, and manage configuration data.
  • 19. 19© Copyright 2012 Coveros, Inc.. All rights reserved. Self-Service API  Automated everything –Development Setup –Test Setup –Running Tests –Populating Application Data/Test Data –Builds –Deployment –Monitoring/Scaling –Reporting  Be able to rebuild your entire environment, including your development, test tools and servers automatically
  • 20. 20© Copyright 2012 Coveros, Inc.. All rights reserved. Cloud vs. Traditional Development  Vendor lock-in - Your application code will be tied to the vendor's service offering, you will be integrating their API and Services into your code  You are dependent on their development and testing, resources and practices  You don’t have the same level of control, with SaaS and PaaS you are plugging your software extension into the vendor’s system  To get the advantages of cloud platforms you must work within their constraints, using their tools or your tools their way
  • 21. 21© Copyright 2012 Coveros, Inc.. All rights reserved. Trade-Offs  Loss of control: You no longer control the infrastructure. It can go down or change and you have to deal with it and live with it.  The cloud vendor has a different set of priorities than you.  You don’t have to worry about infrastructure.  SaaS gets you started very quickly, but it limits how you can grow.  PaaS simplifies your choices but locks you in  IaaS can be like a CoLo arrangement with more control and all of the responsibility.
  • 22. 22© Copyright 2012 Coveros, Inc.. All rights reserved. Derailments  Picking the wrong vendor  Picking the wrong service model  No automation: development, deployment test or infrastructure  Physical data-center operator mentality  No access VM consoles or VM API  Staff that is adamantly against change, management that doesn’t support change  Application requirements that don’t fit within the vendor’s framework
  • 23. 23© Copyright 2012 Coveros, Inc.. All rights reserved. How to Begin  Create a plan, short term, near term, long term. You are going to get it wrong, keep adjusting and resetting expectations.  Focus on priorities.  Base priorities on business values, however you define that. If you don’t show value, you will fail in the long run.  Start simple and get more sophisticated as you go. You are going to have to refactor your work/process/practices anyway as you don’t know what you are doing at first, so rework/refactoring is unavoidable.
  • 24. 24© Copyright 2012 Coveros, Inc.. All rights reserved. How to Begin  Work in small, quick steps, adjust your strategy and tactics around things that work.  Fix pain points. Focus on fixing the pain points of the people that have the most to gain, prove the value to them and their direct management.  Get key stakeholders and influencers on your side. Show them how life will be better for them doing things your way.  Some people will reject the new way of doing things. Route around them and eventually the organization will leave them behind.
  • 25. 25© Copyright 2012 Coveros, Inc.. All rights reserved. Reasons not to use the Cloud  You have a stable Application with little new requirements  You have an infrastructure that meets your needs  You need to have complete control over your entire environment and have little risk tolerance  You have to budget exact resources, and allowing for flexibility and dynamic computing isn’t allowed  There isn’t any benefit to changing your process and practices, for now
  • 26. 26© Copyright 2012 Coveros, Inc.. All rights reserved. Thank You

Notas do Editor

  1. Expect people to cry, literally cryExpect people to call you names, sometimes really mean namesExpect to take the blame and be blamedExpect anger over changing the way things are doneExpect a lot of politics and political fighting
  2. Any or all aspects of Application Lifecycle Management can be done in the cloud. It is possible to create applications entirely in the cloud and never have one aspect of that application touch a physical computer. While it may seems strange now, it will be the norm in a few years.
  3. Second class team syndrome is where one team suffers from slow systems and services because all of the development infrastructure is physically close to or exclusively controlled by the other geographic location.
  4. The cloud may or may not be cheaper, if cheaper is the motive, you have a lot of work to do to make sure it is cheaper.