SlideShare a Scribd company logo
1 of 37
Download to read offline
Eliminate the Status Quo – Find your Blue Ocean
CLOUD COMPUTING IS NOT SIMPLE The complexity is in the details
COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜSTCloudOps Summit, September 25, 2013 1
Eliminate the Status Quo – Find your Blue Ocean
WHO? Cloud Computing is not simple
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 2
WHO?
René Büst
@ReneBuest
Analyst & Advisor
New Age Disruption
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 3
WHO?
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 4
WHO?
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 5
research analysis
strategy advisory
Cloud
Computing
Business
Technology
Collaboration
WHO?
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 6
Analyst
GigaOM Research
Eliminate the Status Quo – Find your Blue Ocean
AGENDA Cloud Computing is not simple
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 7
AGENDA
 (Cloud) Outage as a Service
 Reasons to fail
 To prevent theoretically
 To prevent in the field
 Basic approaches in the cloud
 Summary & Prospects
 Q&A
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 8
Eliminate the Status Quo – Find your Blue Ocean
(CLOUD) OUTAGE AS A SERVICE Cloud Computing is not simple
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 9
(CLOUD) OUTAGE AS A SERVICE
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 10
Observation: The usual suspects!
Either provider or customer.
Mostly the same errors.
(CLOUD) OUTAGE AS A SERVICE
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 11
„Everything fails all the time” – Werner Vogels, CTO Amazon.com
Eliminate the Status Quo – Find your Blue Ocean
REASONS TO FAIL Cloud Computing is not simple
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 12
REASONS TO FAIL
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 13
The (public) Infrastructure as a Service (IaaS) provider only offers
resources to build a virtual data center on top of its cloud infrastructure.
As a customer YOU are responsible for the architecture, design,
scalability and availability of your applications and systems.
REASONS TO FAIL
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 14
- No self-responsibility - the customer have to do things on its own.
- Bad architecture - the cloud requires different application models.
- Lack of knowledge - think distributed.
- No self-reflection - not to learn from one's mistakes.
VM/ Server
REASONS TO FAIL
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 15
Scale Up vs. Scale Out
Cores
RAM
Storage
Scale Up
VM1
Scale Out
VM2 VM3 VM4 VMx
Eliminate the Status Quo – Find your Blue Ocean
TO PREVENT THEORETICALLY Cloud Computing is not simple
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 16
TO PREVENT THEORETICALLY
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 17
Virtual machines are no server - its programmable software!
> Software-defined Scalability (SDS)
> Software-defined High-Availability (SDHA)
Eliminate the Status Quo – Find your Blue Ocean
TO PREVENT IN THE FIELD Cloud Computing is not simple
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 18
TO PREVENT IN THE FIELD
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 19
Not only use some connected server.
- Develop for the cloud.
- Design for failure.
- Think about scalabilty and availibilty from the beginning!
- Learn from the mistakes (of others).
TO PREVENT IN THE FIELD
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 20
„The Netflix Simian Army“
- Chaos Monkey - kills instances randomly.
- Chaos Gorilla - simulates an outage of an entire Availability Zone.
- Chaos Kong - simulates an outage of an entire region.
For Amazon Web Services, Eucalyptus Cloud and OpenStack.
Eliminate the Status Quo – Find your Blue Ocean
BASIC APPROACHES IN THE CLOUD Cloud Computing is not simple
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 21
BASIC APPROACHES IN THE CLOUD
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 22
- ProfitBricks
- HybridCluster
- Business-Bricks-as-a-Service (BBaaS)
- Multi-Cloud
BASIC APPROACHES IN THE CLOUD
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 23
ProfitBricks
Live Vertical Scaling
- Scale Up
- Automatically adds CPUs and RAM to VMs when needed.
- If the VM reaches its resource limits another starts.
BASIC APPROACHES IN THE CLOUD
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 24
ProfitBricks
Source ProfitBricks: http://blog.profitbricks.de/live-vertical-scaling-for-big-data-today/
BASIC APPROACHES IN THE CLOUD
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 25
HybridCluster
Intelligent Autoscaling
- Container for applications + automatic live migration
High-Availability Platform
- ZFS handles snapshots and backups to synch over cluster
BASIC APPROACHES IN THE CLOUD
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 26
HybridCluster
Intelligent Autoscaling
High-Availability Platform
BASIC APPROACHES IN THE CLOUD
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 27
Business-Bricks-as-a-Service (BBaaS)
- Each brick works autonomous and has a failover concept.
- Integrated scalability and high-availability.
- Various bricks can be combined to a unified brick.
- Use over simple API calls within an existing application.
BASIC APPROACHES IN THE CLOUD
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 28
Business-Bricks-as-a-Service (BBaaS)
BASIC APPROACHES IN THE CLOUD
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 29
Multi-Cloud
Champions League
- spread applications and systems over several clouds
- more complex, more capable, (more expensive)
- maximum scalability and high-availability, cost-effective
BASIC APPROACHES IN THE CLOUD
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 30
Multi-Cloud
Source SecludIT: https://elastic-detector.secludit.com/
Eliminate the Status Quo – Find your Blue Ocean
SUMMARY & PROSPECTS Cloud Computing is not simple
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 31
SUMMARY & PROSPECTS
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 32
- Don‘t rely on the infrastructure of your IaaS provider.
- Show self-responsibility and understand the cloud concepts.
- Develop for the cloud and consider scale up and scale out.
- Don't put all your eggs in one nest. Spread them to cut risk.
SUMMARY & PROSPECTS
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 33
- There‘s a need for more simplicity in IaaS offerings.
- Workaround: Use PaaS - but with a different control level.
- Multi-cloud discussions rising due to outages and bankrupts.
- There‘s a lack of IT professionals for the cloud age.
Eliminate the Status Quo – Find your Blue Ocean
Q&A Cloud Computing is not simple
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 34
Q&A
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 35
Eliminate the Status Quo – Find your Blue Ocean
CONTACT New Age Disruption
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 36
CONTACT
New Age Disruption
Eliminate the Status Quo – Find your Blue Ocean
René Büst
Körnerstrasse 30
24103 Kiel
Tel.: +49 431 28 93 42 52
E-Mail: rene.buest@newagedisruption.com
Web: http://newagedisruption.com
Web: http://clouduser.de
Twitter: @ReneBuest
CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 37

More Related Content

What's hot

Security & Compliance in the Cloud - Hadoop Magazine Column Version 1.2 by Ja...
Security & Compliance in the Cloud - Hadoop Magazine Column Version 1.2 by Ja...Security & Compliance in the Cloud - Hadoop Magazine Column Version 1.2 by Ja...
Security & Compliance in the Cloud - Hadoop Magazine Column Version 1.2 by Ja...Jarrett Neil Ridlinghafer
 
CWIN17 Rome / cloud native application
CWIN17 Rome / cloud native applicationCWIN17 Rome / cloud native application
CWIN17 Rome / cloud native applicationCapgemini
 
Mi cloud seminar smart entryintocloud-pt 2-final
Mi cloud seminar smart entryintocloud-pt 2-finalMi cloud seminar smart entryintocloud-pt 2-final
Mi cloud seminar smart entryintocloud-pt 2-finalAllen Prattis
 
Discover - Evolving Your Data Center in a Cloud World
Discover - Evolving Your Data Center in a Cloud WorldDiscover - Evolving Your Data Center in a Cloud World
Discover - Evolving Your Data Center in a Cloud WorldLaurenWendler
 
Breaking through the Clouds
Breaking through the CloudsBreaking through the Clouds
Breaking through the CloudsAndy Piper
 
Building Clouds with Apache CloudStack - the business use-cases
Building Clouds with Apache CloudStack - the business use-casesBuilding Clouds with Apache CloudStack - the business use-cases
Building Clouds with Apache CloudStack - the business use-casesShapeBlue
 
Introduction to cloudstack 4.2 networking
Introduction to cloudstack 4.2 networkingIntroduction to cloudstack 4.2 networking
Introduction to cloudstack 4.2 networkingShapeBlue
 
3 More Pitfalls Everyone Should Avoid with Hybrid Multicloud
3 More Pitfalls Everyone Should Avoid with Hybrid Multicloud3 More Pitfalls Everyone Should Avoid with Hybrid Multicloud
3 More Pitfalls Everyone Should Avoid with Hybrid MulticloudEric D. Schabell
 
Agenda EuroCloud dogodka 14.septembra
Agenda EuroCloud dogodka 14.septembraAgenda EuroCloud dogodka 14.septembra
Agenda EuroCloud dogodka 14.septembraZeleno d.o.o.
 
Xwarp™ cloud computing over satellite
Xwarp™   cloud computing over satelliteXwarp™   cloud computing over satellite
Xwarp™ cloud computing over satellitearminneumaier
 
Highway to heaven - Microservices Meetup Dublin
Highway to heaven - Microservices Meetup DublinHighway to heaven - Microservices Meetup Dublin
Highway to heaven - Microservices Meetup DublinChristian Deger
 
Cloudstack 101 - an introduction to Coudstack
Cloudstack 101 - an introduction to CoudstackCloudstack 101 - an introduction to Coudstack
Cloudstack 101 - an introduction to CoudstackShapeBlue
 
Microservices in the cloud at AutoScout24
Microservices in the cloud at AutoScout24Microservices in the cloud at AutoScout24
Microservices in the cloud at AutoScout24Christian Deger
 
The Enterprise Adoption of Cloud Technology - Infographic by RapidValue
The Enterprise Adoption of Cloud Technology - Infographic by RapidValueThe Enterprise Adoption of Cloud Technology - Infographic by RapidValue
The Enterprise Adoption of Cloud Technology - Infographic by RapidValueRapidValue
 
TWISummit 2019 - Embracing a Service Mesh
TWISummit 2019 - Embracing a Service MeshTWISummit 2019 - Embracing a Service Mesh
TWISummit 2019 - Embracing a Service MeshThoughtworks
 
Building Microservices in the cloud - Software Architecture Summit 2016
Building Microservices in the cloud - Software Architecture Summit 2016Building Microservices in the cloud - Software Architecture Summit 2016
Building Microservices in the cloud - Software Architecture Summit 2016Christian Deger
 
Highway to heaven - Voxxed Days Belgrade
Highway to heaven - Voxxed Days BelgradeHighway to heaven - Voxxed Days Belgrade
Highway to heaven - Voxxed Days BelgradeChristian Deger
 
Build A Cloud Day London - Introduction
Build A Cloud Day London - IntroductionBuild A Cloud Day London - Introduction
Build A Cloud Day London - IntroductionShapeBlue
 

What's hot (20)

Security & Compliance in the Cloud - Hadoop Magazine Column Version 1.2 by Ja...
Security & Compliance in the Cloud - Hadoop Magazine Column Version 1.2 by Ja...Security & Compliance in the Cloud - Hadoop Magazine Column Version 1.2 by Ja...
Security & Compliance in the Cloud - Hadoop Magazine Column Version 1.2 by Ja...
 
CWIN17 Rome / cloud native application
CWIN17 Rome / cloud native applicationCWIN17 Rome / cloud native application
CWIN17 Rome / cloud native application
 
Mi cloud seminar smart entryintocloud-pt 2-final
Mi cloud seminar smart entryintocloud-pt 2-finalMi cloud seminar smart entryintocloud-pt 2-final
Mi cloud seminar smart entryintocloud-pt 2-final
 
CloudCamp Chicago May 2014
CloudCamp Chicago May 2014CloudCamp Chicago May 2014
CloudCamp Chicago May 2014
 
Discover - Evolving Your Data Center in a Cloud World
Discover - Evolving Your Data Center in a Cloud WorldDiscover - Evolving Your Data Center in a Cloud World
Discover - Evolving Your Data Center in a Cloud World
 
Breaking through the Clouds
Breaking through the CloudsBreaking through the Clouds
Breaking through the Clouds
 
Building Clouds with Apache CloudStack - the business use-cases
Building Clouds with Apache CloudStack - the business use-casesBuilding Clouds with Apache CloudStack - the business use-cases
Building Clouds with Apache CloudStack - the business use-cases
 
Isep master thesis
Isep master thesisIsep master thesis
Isep master thesis
 
Introduction to cloudstack 4.2 networking
Introduction to cloudstack 4.2 networkingIntroduction to cloudstack 4.2 networking
Introduction to cloudstack 4.2 networking
 
3 More Pitfalls Everyone Should Avoid with Hybrid Multicloud
3 More Pitfalls Everyone Should Avoid with Hybrid Multicloud3 More Pitfalls Everyone Should Avoid with Hybrid Multicloud
3 More Pitfalls Everyone Should Avoid with Hybrid Multicloud
 
Agenda EuroCloud dogodka 14.septembra
Agenda EuroCloud dogodka 14.septembraAgenda EuroCloud dogodka 14.septembra
Agenda EuroCloud dogodka 14.septembra
 
Xwarp™ cloud computing over satellite
Xwarp™   cloud computing over satelliteXwarp™   cloud computing over satellite
Xwarp™ cloud computing over satellite
 
Highway to heaven - Microservices Meetup Dublin
Highway to heaven - Microservices Meetup DublinHighway to heaven - Microservices Meetup Dublin
Highway to heaven - Microservices Meetup Dublin
 
Cloudstack 101 - an introduction to Coudstack
Cloudstack 101 - an introduction to CoudstackCloudstack 101 - an introduction to Coudstack
Cloudstack 101 - an introduction to Coudstack
 
Microservices in the cloud at AutoScout24
Microservices in the cloud at AutoScout24Microservices in the cloud at AutoScout24
Microservices in the cloud at AutoScout24
 
The Enterprise Adoption of Cloud Technology - Infographic by RapidValue
The Enterprise Adoption of Cloud Technology - Infographic by RapidValueThe Enterprise Adoption of Cloud Technology - Infographic by RapidValue
The Enterprise Adoption of Cloud Technology - Infographic by RapidValue
 
TWISummit 2019 - Embracing a Service Mesh
TWISummit 2019 - Embracing a Service MeshTWISummit 2019 - Embracing a Service Mesh
TWISummit 2019 - Embracing a Service Mesh
 
Building Microservices in the cloud - Software Architecture Summit 2016
Building Microservices in the cloud - Software Architecture Summit 2016Building Microservices in the cloud - Software Architecture Summit 2016
Building Microservices in the cloud - Software Architecture Summit 2016
 
Highway to heaven - Voxxed Days Belgrade
Highway to heaven - Voxxed Days BelgradeHighway to heaven - Voxxed Days Belgrade
Highway to heaven - Voxxed Days Belgrade
 
Build A Cloud Day London - Introduction
Build A Cloud Day London - IntroductionBuild A Cloud Day London - Introduction
Build A Cloud Day London - Introduction
 

Viewers also liked

Wyszukiwarki naukowe
Wyszukiwarki naukoweWyszukiwarki naukowe
Wyszukiwarki naukowebarmaj7
 
Rob moffat balderton ignite leweb 2012 final
Rob moffat balderton ignite leweb 2012 finalRob moffat balderton ignite leweb 2012 final
Rob moffat balderton ignite leweb 2012 finalRob Moffat
 
comunicacion social y periodismo CUN
comunicacion social y periodismo CUNcomunicacion social y periodismo CUN
comunicacion social y periodismo CUNcesarAmontenegroV
 
Academic Plan GFC Presentation March 21, 2011
Academic Plan GFC Presentation March 21, 2011Academic Plan GFC Presentation March 21, 2011
Academic Plan GFC Presentation March 21, 2011universityofalberta
 
Instalarea programului comodo secure email
Instalarea programului comodo secure emailInstalarea programului comodo secure email
Instalarea programului comodo secure emailcraciunmalina
 
Cameras artical11
Cameras artical11Cameras artical11
Cameras artical11Udi Laniado
 
Federal & State Cases: LexisNexis
Federal & State Cases: LexisNexisFederal & State Cases: LexisNexis
Federal & State Cases: LexisNexisstaffordlibrary
 
Advanced SEO for Digital Content Creators
Advanced SEO for Digital Content CreatorsAdvanced SEO for Digital Content Creators
Advanced SEO for Digital Content CreatorsAndrea Berberich
 
12 chairs of modernism
12 chairs of modernism12 chairs of modernism
12 chairs of modernismDenis Masharov
 
Sparkrelief crowdsourcing disaster relief Eli Hayes
Sparkrelief crowdsourcing disaster relief Eli HayesSparkrelief crowdsourcing disaster relief Eli Hayes
Sparkrelief crowdsourcing disaster relief Eli HayesEli Hayes
 
Cloud architecture and deployment: The Kognitio checklist, Nigel Sanctuary, K...
Cloud architecture and deployment: The Kognitio checklist, Nigel Sanctuary, K...Cloud architecture and deployment: The Kognitio checklist, Nigel Sanctuary, K...
Cloud architecture and deployment: The Kognitio checklist, Nigel Sanctuary, K...CloudOps Summit
 
Just Add Content - Presentation for Virtual Worlds Best Practices in Educatio...
Just Add Content - Presentation for Virtual Worlds Best Practices in Educatio...Just Add Content - Presentation for Virtual Worlds Best Practices in Educatio...
Just Add Content - Presentation for Virtual Worlds Best Practices in Educatio...Allen Partridge
 
images for cover and dps
images for cover and dpsimages for cover and dps
images for cover and dpssarahlambe
 
KarmaSnap Benefits For Non Profits
KarmaSnap Benefits For Non ProfitsKarmaSnap Benefits For Non Profits
KarmaSnap Benefits For Non ProfitsRam Reva
 

Viewers also liked (20)

Wyszukiwarki naukowe
Wyszukiwarki naukoweWyszukiwarki naukowe
Wyszukiwarki naukowe
 
Rob moffat balderton ignite leweb 2012 final
Rob moffat balderton ignite leweb 2012 finalRob moffat balderton ignite leweb 2012 final
Rob moffat balderton ignite leweb 2012 final
 
comunicacion social y periodismo CUN
comunicacion social y periodismo CUNcomunicacion social y periodismo CUN
comunicacion social y periodismo CUN
 
Academic Plan GFC Presentation March 21, 2011
Academic Plan GFC Presentation March 21, 2011Academic Plan GFC Presentation March 21, 2011
Academic Plan GFC Presentation March 21, 2011
 
Instalarea programului comodo secure email
Instalarea programului comodo secure emailInstalarea programului comodo secure email
Instalarea programului comodo secure email
 
Chemistry
ChemistryChemistry
Chemistry
 
Cameras artical11
Cameras artical11Cameras artical11
Cameras artical11
 
Federal & State Cases: LexisNexis
Federal & State Cases: LexisNexisFederal & State Cases: LexisNexis
Federal & State Cases: LexisNexis
 
Advanced SEO for Digital Content Creators
Advanced SEO for Digital Content CreatorsAdvanced SEO for Digital Content Creators
Advanced SEO for Digital Content Creators
 
12 chairs of modernism
12 chairs of modernism12 chairs of modernism
12 chairs of modernism
 
Note taking
Note takingNote taking
Note taking
 
Sparkrelief crowdsourcing disaster relief Eli Hayes
Sparkrelief crowdsourcing disaster relief Eli HayesSparkrelief crowdsourcing disaster relief Eli Hayes
Sparkrelief crowdsourcing disaster relief Eli Hayes
 
Cloud architecture and deployment: The Kognitio checklist, Nigel Sanctuary, K...
Cloud architecture and deployment: The Kognitio checklist, Nigel Sanctuary, K...Cloud architecture and deployment: The Kognitio checklist, Nigel Sanctuary, K...
Cloud architecture and deployment: The Kognitio checklist, Nigel Sanctuary, K...
 
Just Add Content - Presentation for Virtual Worlds Best Practices in Educatio...
Just Add Content - Presentation for Virtual Worlds Best Practices in Educatio...Just Add Content - Presentation for Virtual Worlds Best Practices in Educatio...
Just Add Content - Presentation for Virtual Worlds Best Practices in Educatio...
 
The Nerd Off
The Nerd OffThe Nerd Off
The Nerd Off
 
Malik Jones Robinson UX Portfolio
Malik Jones Robinson UX PortfolioMalik Jones Robinson UX Portfolio
Malik Jones Robinson UX Portfolio
 
images for cover and dps
images for cover and dpsimages for cover and dps
images for cover and dps
 
Gamification101
Gamification101Gamification101
Gamification101
 
Camera shots
Camera shotsCamera shots
Camera shots
 
KarmaSnap Benefits For Non Profits
KarmaSnap Benefits For Non ProfitsKarmaSnap Benefits For Non Profits
KarmaSnap Benefits For Non Profits
 

Similar to Cloud Computing is not simple

Keyrus customer event_20180515_cloudcases - tupa
Keyrus customer event_20180515_cloudcases - tupaKeyrus customer event_20180515_cloudcases - tupa
Keyrus customer event_20180515_cloudcases - tupaStefan Leoni
 
Whats the Use!? (Real Customer Use-Cases)
Whats the Use!? (Real Customer Use-Cases)Whats the Use!? (Real Customer Use-Cases)
Whats the Use!? (Real Customer Use-Cases)ShapeBlue
 
S504 mainframe and cloud (and cics) arnold
S504   mainframe and cloud (and cics) arnoldS504   mainframe and cloud (and cics) arnold
S504 mainframe and cloud (and cics) arnoldnick_garrod
 
WeLab Reaps Advantages of Multi-Cloud Capabilities. You Can Too.
WeLab Reaps Advantages of Multi-Cloud Capabilities. You Can Too.WeLab Reaps Advantages of Multi-Cloud Capabilities. You Can Too.
WeLab Reaps Advantages of Multi-Cloud Capabilities. You Can Too.NuoDB
 
Citrix Synergy 2014 - Syn235 Supporting graphical software in a cloud environ...
Citrix Synergy 2014 - Syn235 Supporting graphical software in a cloud environ...Citrix Synergy 2014 - Syn235 Supporting graphical software in a cloud environ...
Citrix Synergy 2014 - Syn235 Supporting graphical software in a cloud environ...Citrix
 
Cloud Data Management: Protecting your Cloud strategy
Cloud Data Management: Protecting your Cloud strategyCloud Data Management: Protecting your Cloud strategy
Cloud Data Management: Protecting your Cloud strategyFujitsu Middle East
 
Webinar: How Viable is Google ColdLine Cloud Storage?
Webinar: How Viable is Google ColdLine Cloud Storage?Webinar: How Viable is Google ColdLine Cloud Storage?
Webinar: How Viable is Google ColdLine Cloud Storage?Storage Switzerland
 
LinuxCon North America 2013: Why Lease When You Can Buy Your Cloud
LinuxCon North America 2013: Why Lease When You Can Buy Your CloudLinuxCon North America 2013: Why Lease When You Can Buy Your Cloud
LinuxCon North America 2013: Why Lease When You Can Buy Your CloudMark Hinkle
 
Ea2009 Cloud Computing Discussion
Ea2009 Cloud Computing DiscussionEa2009 Cloud Computing Discussion
Ea2009 Cloud Computing DiscussionMarc Caltabiano
 
Cloud_Security_–_An_Overview_coure subject.pdf
Cloud_Security_–_An_Overview_coure subject.pdfCloud_Security_–_An_Overview_coure subject.pdf
Cloud_Security_–_An_Overview_coure subject.pdfAlexanderJPSibarani1
 
AdvantageNFP CHASE 2013 Does Every Cloud Have a Silver Lining Presentation
AdvantageNFP CHASE 2013 Does Every Cloud Have a Silver Lining PresentationAdvantageNFP CHASE 2013 Does Every Cloud Have a Silver Lining Presentation
AdvantageNFP CHASE 2013 Does Every Cloud Have a Silver Lining PresentationRedbourn Business Systems
 
Keynote Address at 2013 CloudCon: Future of Enterprise IT: Manage Cloud Spraw...
Keynote Address at 2013 CloudCon: Future of Enterprise IT: Manage Cloud Spraw...Keynote Address at 2013 CloudCon: Future of Enterprise IT: Manage Cloud Spraw...
Keynote Address at 2013 CloudCon: Future of Enterprise IT: Manage Cloud Spraw...exponential-inc
 
CLOUD COMPUTING -DETAILED APPROACH
CLOUD COMPUTING -DETAILED APPROACHCLOUD COMPUTING -DETAILED APPROACH
CLOUD COMPUTING -DETAILED APPROACHSHAIMA A R
 
Two PeopleSoft clients and their journey to The Cloud
Two PeopleSoft clients and their journey to The CloudTwo PeopleSoft clients and their journey to The Cloud
Two PeopleSoft clients and their journey to The CloudDuncan Davies
 
Using Hybrid Cloud for Scalable, Global Applications - RightScale Compute 2013
Using Hybrid Cloud for Scalable, Global Applications - RightScale Compute 2013Using Hybrid Cloud for Scalable, Global Applications - RightScale Compute 2013
Using Hybrid Cloud for Scalable, Global Applications - RightScale Compute 2013RightScale
 
The Adoption of Cloud Technology by Enterprises - A Whitepaper by RapidValue
The Adoption of Cloud Technology by Enterprises - A Whitepaper by RapidValueThe Adoption of Cloud Technology by Enterprises - A Whitepaper by RapidValue
The Adoption of Cloud Technology by Enterprises - A Whitepaper by RapidValueRapidValue
 
Hybrid Enterprise IaaS Cloud - what you need to know!
Hybrid Enterprise IaaS Cloud - what you need to know!Hybrid Enterprise IaaS Cloud - what you need to know!
Hybrid Enterprise IaaS Cloud - what you need to know!ShapeBlue
 
NO REQUIREMENTS: The Art Of Oracle Applications At Cloud Speed
NO REQUIREMENTS: The Art Of Oracle Applications At Cloud SpeedNO REQUIREMENTS: The Art Of Oracle Applications At Cloud Speed
NO REQUIREMENTS: The Art Of Oracle Applications At Cloud SpeedCapgemini
 

Similar to Cloud Computing is not simple (20)

Keyrus customer event_20180515_cloudcases - tupa
Keyrus customer event_20180515_cloudcases - tupaKeyrus customer event_20180515_cloudcases - tupa
Keyrus customer event_20180515_cloudcases - tupa
 
Whats the Use!? (Real Customer Use-Cases)
Whats the Use!? (Real Customer Use-Cases)Whats the Use!? (Real Customer Use-Cases)
Whats the Use!? (Real Customer Use-Cases)
 
S504 mainframe and cloud (and cics) arnold
S504   mainframe and cloud (and cics) arnoldS504   mainframe and cloud (and cics) arnold
S504 mainframe and cloud (and cics) arnold
 
WeLab Reaps Advantages of Multi-Cloud Capabilities. You Can Too.
WeLab Reaps Advantages of Multi-Cloud Capabilities. You Can Too.WeLab Reaps Advantages of Multi-Cloud Capabilities. You Can Too.
WeLab Reaps Advantages of Multi-Cloud Capabilities. You Can Too.
 
Citrix Synergy 2014 - Syn235 Supporting graphical software in a cloud environ...
Citrix Synergy 2014 - Syn235 Supporting graphical software in a cloud environ...Citrix Synergy 2014 - Syn235 Supporting graphical software in a cloud environ...
Citrix Synergy 2014 - Syn235 Supporting graphical software in a cloud environ...
 
Cloud Data Management: Protecting your Cloud strategy
Cloud Data Management: Protecting your Cloud strategyCloud Data Management: Protecting your Cloud strategy
Cloud Data Management: Protecting your Cloud strategy
 
Webinar: How Viable is Google ColdLine Cloud Storage?
Webinar: How Viable is Google ColdLine Cloud Storage?Webinar: How Viable is Google ColdLine Cloud Storage?
Webinar: How Viable is Google ColdLine Cloud Storage?
 
LinuxCon North America 2013: Why Lease When You Can Buy Your Cloud
LinuxCon North America 2013: Why Lease When You Can Buy Your CloudLinuxCon North America 2013: Why Lease When You Can Buy Your Cloud
LinuxCon North America 2013: Why Lease When You Can Buy Your Cloud
 
Ea2009 Cloud Computing Discussion
Ea2009 Cloud Computing DiscussionEa2009 Cloud Computing Discussion
Ea2009 Cloud Computing Discussion
 
Cloud_Security_–_An_Overview_coure subject.pdf
Cloud_Security_–_An_Overview_coure subject.pdfCloud_Security_–_An_Overview_coure subject.pdf
Cloud_Security_–_An_Overview_coure subject.pdf
 
CloudCamp
CloudCampCloudCamp
CloudCamp
 
AdvantageNFP CHASE 2013 Does Every Cloud Have a Silver Lining Presentation
AdvantageNFP CHASE 2013 Does Every Cloud Have a Silver Lining PresentationAdvantageNFP CHASE 2013 Does Every Cloud Have a Silver Lining Presentation
AdvantageNFP CHASE 2013 Does Every Cloud Have a Silver Lining Presentation
 
Keynote Address at 2013 CloudCon: Future of Enterprise IT: Manage Cloud Spraw...
Keynote Address at 2013 CloudCon: Future of Enterprise IT: Manage Cloud Spraw...Keynote Address at 2013 CloudCon: Future of Enterprise IT: Manage Cloud Spraw...
Keynote Address at 2013 CloudCon: Future of Enterprise IT: Manage Cloud Spraw...
 
CLOUD COMPUTING -DETAILED APPROACH
CLOUD COMPUTING -DETAILED APPROACHCLOUD COMPUTING -DETAILED APPROACH
CLOUD COMPUTING -DETAILED APPROACH
 
Two PeopleSoft clients and their journey to The Cloud
Two PeopleSoft clients and their journey to The CloudTwo PeopleSoft clients and their journey to The Cloud
Two PeopleSoft clients and their journey to The Cloud
 
Zubair
ZubairZubair
Zubair
 
Using Hybrid Cloud for Scalable, Global Applications - RightScale Compute 2013
Using Hybrid Cloud for Scalable, Global Applications - RightScale Compute 2013Using Hybrid Cloud for Scalable, Global Applications - RightScale Compute 2013
Using Hybrid Cloud for Scalable, Global Applications - RightScale Compute 2013
 
The Adoption of Cloud Technology by Enterprises - A Whitepaper by RapidValue
The Adoption of Cloud Technology by Enterprises - A Whitepaper by RapidValueThe Adoption of Cloud Technology by Enterprises - A Whitepaper by RapidValue
The Adoption of Cloud Technology by Enterprises - A Whitepaper by RapidValue
 
Hybrid Enterprise IaaS Cloud - what you need to know!
Hybrid Enterprise IaaS Cloud - what you need to know!Hybrid Enterprise IaaS Cloud - what you need to know!
Hybrid Enterprise IaaS Cloud - what you need to know!
 
NO REQUIREMENTS: The Art Of Oracle Applications At Cloud Speed
NO REQUIREMENTS: The Art Of Oracle Applications At Cloud SpeedNO REQUIREMENTS: The Art Of Oracle Applications At Cloud Speed
NO REQUIREMENTS: The Art Of Oracle Applications At Cloud Speed
 

More from CloudOps Summit

Enable2Cloud: Risk Management by Cloud Escrow
Enable2Cloud: Risk Management by Cloud EscrowEnable2Cloud: Risk Management by Cloud Escrow
Enable2Cloud: Risk Management by Cloud EscrowCloudOps Summit
 
Augmenting People – Steuern wir noch oder werden wir gesteuert?
Augmenting People –  Steuern wir noch oder werden wir gesteuert?Augmenting People –  Steuern wir noch oder werden wir gesteuert?
Augmenting People – Steuern wir noch oder werden wir gesteuert?CloudOps Summit
 
Enterprise IT - between ugly and sexy
Enterprise IT - between ugly and sexyEnterprise IT - between ugly and sexy
Enterprise IT - between ugly and sexyCloudOps Summit
 
Time is the currency of IT
Time is the currency of ITTime is the currency of IT
Time is the currency of ITCloudOps Summit
 
Agile Stabilität - Wenn Operations agil wird
Agile Stabilität - Wenn Operations agil wirdAgile Stabilität - Wenn Operations agil wird
Agile Stabilität - Wenn Operations agil wirdCloudOps Summit
 
Devops in the real world
Devops in the real worldDevops in the real world
Devops in the real worldCloudOps Summit
 
Convergence – Social Enterprise
Convergence – Social EnterpriseConvergence – Social Enterprise
Convergence – Social EnterpriseCloudOps Summit
 
Lokale Clouds für mehr Kontrolle der Unternehmensdaten
Lokale Clouds für mehr Kontrolle der UnternehmensdatenLokale Clouds für mehr Kontrolle der Unternehmensdaten
Lokale Clouds für mehr Kontrolle der UnternehmensdatenCloudOps Summit
 
True Storage Virtualization with Software-Defined Storage
True Storage Virtualization with Software-Defined StorageTrue Storage Virtualization with Software-Defined Storage
True Storage Virtualization with Software-Defined StorageCloudOps Summit
 
How to Create Value Through Mergers & Acquisitions
How to Create Value Through Mergers & AcquisitionsHow to Create Value Through Mergers & Acquisitions
How to Create Value Through Mergers & AcquisitionsCloudOps Summit
 
You should not own a data center
You should not own a data centerYou should not own a data center
You should not own a data centerCloudOps Summit
 
Cloud-Dienste aus DE & EU als AWS Konkurrenz
Cloud-Dienste aus DE & EU als AWS KonkurrenzCloud-Dienste aus DE & EU als AWS Konkurrenz
Cloud-Dienste aus DE & EU als AWS KonkurrenzCloudOps Summit
 
EMC's IT's Cloud Transformation, Thomas Becker, EMC
EMC's IT's Cloud Transformation, Thomas Becker, EMCEMC's IT's Cloud Transformation, Thomas Becker, EMC
EMC's IT's Cloud Transformation, Thomas Becker, EMCCloudOps Summit
 
Strategic Importance of Semantic Technologies as a Key Differentiator for IT ...
Strategic Importance of Semantic Technologies as a Key Differentiator for IT ...Strategic Importance of Semantic Technologies as a Key Differentiator for IT ...
Strategic Importance of Semantic Technologies as a Key Differentiator for IT ...CloudOps Summit
 
Liquid Work, Luca Hammer, work.io
Liquid Work, Luca Hammer, work.ioLiquid Work, Luca Hammer, work.io
Liquid Work, Luca Hammer, work.ioCloudOps Summit
 
Amazon Web Services for Disaster Recovery, Attila Narin, AWS
Amazon Web Services for Disaster Recovery, Attila Narin, AWS Amazon Web Services for Disaster Recovery, Attila Narin, AWS
Amazon Web Services for Disaster Recovery, Attila Narin, AWS CloudOps Summit
 

More from CloudOps Summit (20)

Enable2Cloud: Risk Management by Cloud Escrow
Enable2Cloud: Risk Management by Cloud EscrowEnable2Cloud: Risk Management by Cloud Escrow
Enable2Cloud: Risk Management by Cloud Escrow
 
Augmenting People – Steuern wir noch oder werden wir gesteuert?
Augmenting People –  Steuern wir noch oder werden wir gesteuert?Augmenting People –  Steuern wir noch oder werden wir gesteuert?
Augmenting People – Steuern wir noch oder werden wir gesteuert?
 
Programming humans
Programming humansProgramming humans
Programming humans
 
Enterprise IT - between ugly and sexy
Enterprise IT - between ugly and sexyEnterprise IT - between ugly and sexy
Enterprise IT - between ugly and sexy
 
Time is the currency of IT
Time is the currency of ITTime is the currency of IT
Time is the currency of IT
 
Komplex – Perplex?
Komplex – Perplex?Komplex – Perplex?
Komplex – Perplex?
 
Agile Stabilität - Wenn Operations agil wird
Agile Stabilität - Wenn Operations agil wirdAgile Stabilität - Wenn Operations agil wird
Agile Stabilität - Wenn Operations agil wird
 
Agile Virtualisierung
Agile VirtualisierungAgile Virtualisierung
Agile Virtualisierung
 
Devops in the real world
Devops in the real worldDevops in the real world
Devops in the real world
 
Convergence – Social Enterprise
Convergence – Social EnterpriseConvergence – Social Enterprise
Convergence – Social Enterprise
 
Banking Reloaded
Banking ReloadedBanking Reloaded
Banking Reloaded
 
Lokale Clouds für mehr Kontrolle der Unternehmensdaten
Lokale Clouds für mehr Kontrolle der UnternehmensdatenLokale Clouds für mehr Kontrolle der Unternehmensdaten
Lokale Clouds für mehr Kontrolle der Unternehmensdaten
 
True Storage Virtualization with Software-Defined Storage
True Storage Virtualization with Software-Defined StorageTrue Storage Virtualization with Software-Defined Storage
True Storage Virtualization with Software-Defined Storage
 
How to Create Value Through Mergers & Acquisitions
How to Create Value Through Mergers & AcquisitionsHow to Create Value Through Mergers & Acquisitions
How to Create Value Through Mergers & Acquisitions
 
You should not own a data center
You should not own a data centerYou should not own a data center
You should not own a data center
 
Cloud-Dienste aus DE & EU als AWS Konkurrenz
Cloud-Dienste aus DE & EU als AWS KonkurrenzCloud-Dienste aus DE & EU als AWS Konkurrenz
Cloud-Dienste aus DE & EU als AWS Konkurrenz
 
EMC's IT's Cloud Transformation, Thomas Becker, EMC
EMC's IT's Cloud Transformation, Thomas Becker, EMCEMC's IT's Cloud Transformation, Thomas Becker, EMC
EMC's IT's Cloud Transformation, Thomas Becker, EMC
 
Strategic Importance of Semantic Technologies as a Key Differentiator for IT ...
Strategic Importance of Semantic Technologies as a Key Differentiator for IT ...Strategic Importance of Semantic Technologies as a Key Differentiator for IT ...
Strategic Importance of Semantic Technologies as a Key Differentiator for IT ...
 
Liquid Work, Luca Hammer, work.io
Liquid Work, Luca Hammer, work.ioLiquid Work, Luca Hammer, work.io
Liquid Work, Luca Hammer, work.io
 
Amazon Web Services for Disaster Recovery, Attila Narin, AWS
Amazon Web Services for Disaster Recovery, Attila Narin, AWS Amazon Web Services for Disaster Recovery, Attila Narin, AWS
Amazon Web Services for Disaster Recovery, Attila Narin, AWS
 

Recently uploaded

NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdfKhaled Al Awadi
 
Progress Report - Oracle Database Analyst Summit
Progress  Report - Oracle Database Analyst SummitProgress  Report - Oracle Database Analyst Summit
Progress Report - Oracle Database Analyst SummitHolger Mueller
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
Lean: From Theory to Practice — One City’s (and Library’s) Lean Story… Abridged
Lean: From Theory to Practice — One City’s (and Library’s) Lean Story… AbridgedLean: From Theory to Practice — One City’s (and Library’s) Lean Story… Abridged
Lean: From Theory to Practice — One City’s (and Library’s) Lean Story… AbridgedKaiNexus
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaoncallgirls2057
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Kirill Klimov
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607dollysharma2066
 
India Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportIndia Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportMintel Group
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessSeta Wicaksana
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis UsageNeil Kimberley
 
Digital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfDigital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfJos Voskuil
 
Call Girls Miyapur 7001305949 all area service COD available Any Time
Call Girls Miyapur 7001305949 all area service COD available Any TimeCall Girls Miyapur 7001305949 all area service COD available Any Time
Call Girls Miyapur 7001305949 all area service COD available Any Timedelhimodelshub1
 
Islamabad Escorts | Call 03274100048 | Escort Service in Islamabad
Islamabad Escorts | Call 03274100048 | Escort Service in IslamabadIslamabad Escorts | Call 03274100048 | Escort Service in Islamabad
Islamabad Escorts | Call 03274100048 | Escort Service in IslamabadAyesha Khan
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...lizamodels9
 
8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCRashishs7044
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCRashishs7044
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionMintel Group
 
RE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechRE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechNewman George Leech
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menzaictsugar
 

Recently uploaded (20)

NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
 
Progress Report - Oracle Database Analyst Summit
Progress  Report - Oracle Database Analyst SummitProgress  Report - Oracle Database Analyst Summit
Progress Report - Oracle Database Analyst Summit
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
Lean: From Theory to Practice — One City’s (and Library’s) Lean Story… Abridged
Lean: From Theory to Practice — One City’s (and Library’s) Lean Story… AbridgedLean: From Theory to Practice — One City’s (and Library’s) Lean Story… Abridged
Lean: From Theory to Practice — One City’s (and Library’s) Lean Story… Abridged
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
 
India Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportIndia Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample Report
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful Business
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage
 
Digital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfDigital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdf
 
Call Girls Miyapur 7001305949 all area service COD available Any Time
Call Girls Miyapur 7001305949 all area service COD available Any TimeCall Girls Miyapur 7001305949 all area service COD available Any Time
Call Girls Miyapur 7001305949 all area service COD available Any Time
 
Islamabad Escorts | Call 03274100048 | Escort Service in Islamabad
Islamabad Escorts | Call 03274100048 | Escort Service in IslamabadIslamabad Escorts | Call 03274100048 | Escort Service in Islamabad
Islamabad Escorts | Call 03274100048 | Escort Service in Islamabad
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
 
8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted Version
 
RE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman LeechRE Capital's Visionary Leadership under Newman Leech
RE Capital's Visionary Leadership under Newman Leech
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
 

Cloud Computing is not simple

  • 1. Eliminate the Status Quo – Find your Blue Ocean CLOUD COMPUTING IS NOT SIMPLE The complexity is in the details COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜSTCloudOps Summit, September 25, 2013 1
  • 2. Eliminate the Status Quo – Find your Blue Ocean WHO? Cloud Computing is not simple CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 2
  • 3. WHO? René Büst @ReneBuest Analyst & Advisor New Age Disruption CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 3
  • 4. WHO? CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 4
  • 5. WHO? CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 5 research analysis strategy advisory Cloud Computing Business Technology Collaboration
  • 6. WHO? CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 6 Analyst GigaOM Research
  • 7. Eliminate the Status Quo – Find your Blue Ocean AGENDA Cloud Computing is not simple CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 7
  • 8. AGENDA  (Cloud) Outage as a Service  Reasons to fail  To prevent theoretically  To prevent in the field  Basic approaches in the cloud  Summary & Prospects  Q&A CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 8
  • 9. Eliminate the Status Quo – Find your Blue Ocean (CLOUD) OUTAGE AS A SERVICE Cloud Computing is not simple CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 9
  • 10. (CLOUD) OUTAGE AS A SERVICE CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 10 Observation: The usual suspects! Either provider or customer. Mostly the same errors.
  • 11. (CLOUD) OUTAGE AS A SERVICE CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 11 „Everything fails all the time” – Werner Vogels, CTO Amazon.com
  • 12. Eliminate the Status Quo – Find your Blue Ocean REASONS TO FAIL Cloud Computing is not simple CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 12
  • 13. REASONS TO FAIL CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 13 The (public) Infrastructure as a Service (IaaS) provider only offers resources to build a virtual data center on top of its cloud infrastructure. As a customer YOU are responsible for the architecture, design, scalability and availability of your applications and systems.
  • 14. REASONS TO FAIL CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 14 - No self-responsibility - the customer have to do things on its own. - Bad architecture - the cloud requires different application models. - Lack of knowledge - think distributed. - No self-reflection - not to learn from one's mistakes.
  • 15. VM/ Server REASONS TO FAIL CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 15 Scale Up vs. Scale Out Cores RAM Storage Scale Up VM1 Scale Out VM2 VM3 VM4 VMx
  • 16. Eliminate the Status Quo – Find your Blue Ocean TO PREVENT THEORETICALLY Cloud Computing is not simple CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 16
  • 17. TO PREVENT THEORETICALLY CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 17 Virtual machines are no server - its programmable software! > Software-defined Scalability (SDS) > Software-defined High-Availability (SDHA)
  • 18. Eliminate the Status Quo – Find your Blue Ocean TO PREVENT IN THE FIELD Cloud Computing is not simple CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 18
  • 19. TO PREVENT IN THE FIELD CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 19 Not only use some connected server. - Develop for the cloud. - Design for failure. - Think about scalabilty and availibilty from the beginning! - Learn from the mistakes (of others).
  • 20. TO PREVENT IN THE FIELD CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 20 „The Netflix Simian Army“ - Chaos Monkey - kills instances randomly. - Chaos Gorilla - simulates an outage of an entire Availability Zone. - Chaos Kong - simulates an outage of an entire region. For Amazon Web Services, Eucalyptus Cloud and OpenStack.
  • 21. Eliminate the Status Quo – Find your Blue Ocean BASIC APPROACHES IN THE CLOUD Cloud Computing is not simple CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 21
  • 22. BASIC APPROACHES IN THE CLOUD CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 22 - ProfitBricks - HybridCluster - Business-Bricks-as-a-Service (BBaaS) - Multi-Cloud
  • 23. BASIC APPROACHES IN THE CLOUD CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 23 ProfitBricks Live Vertical Scaling - Scale Up - Automatically adds CPUs and RAM to VMs when needed. - If the VM reaches its resource limits another starts.
  • 24. BASIC APPROACHES IN THE CLOUD CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 24 ProfitBricks Source ProfitBricks: http://blog.profitbricks.de/live-vertical-scaling-for-big-data-today/
  • 25. BASIC APPROACHES IN THE CLOUD CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 25 HybridCluster Intelligent Autoscaling - Container for applications + automatic live migration High-Availability Platform - ZFS handles snapshots and backups to synch over cluster
  • 26. BASIC APPROACHES IN THE CLOUD CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 26 HybridCluster Intelligent Autoscaling High-Availability Platform
  • 27. BASIC APPROACHES IN THE CLOUD CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 27 Business-Bricks-as-a-Service (BBaaS) - Each brick works autonomous and has a failover concept. - Integrated scalability and high-availability. - Various bricks can be combined to a unified brick. - Use over simple API calls within an existing application.
  • 28. BASIC APPROACHES IN THE CLOUD CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 28 Business-Bricks-as-a-Service (BBaaS)
  • 29. BASIC APPROACHES IN THE CLOUD CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 29 Multi-Cloud Champions League - spread applications and systems over several clouds - more complex, more capable, (more expensive) - maximum scalability and high-availability, cost-effective
  • 30. BASIC APPROACHES IN THE CLOUD CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 30 Multi-Cloud Source SecludIT: https://elastic-detector.secludit.com/
  • 31. Eliminate the Status Quo – Find your Blue Ocean SUMMARY & PROSPECTS Cloud Computing is not simple CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 31
  • 32. SUMMARY & PROSPECTS CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 32 - Don‘t rely on the infrastructure of your IaaS provider. - Show self-responsibility and understand the cloud concepts. - Develop for the cloud and consider scale up and scale out. - Don't put all your eggs in one nest. Spread them to cut risk.
  • 33. SUMMARY & PROSPECTS CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 33 - There‘s a need for more simplicity in IaaS offerings. - Workaround: Use PaaS - but with a different control level. - Multi-cloud discussions rising due to outages and bankrupts. - There‘s a lack of IT professionals for the cloud age.
  • 34. Eliminate the Status Quo – Find your Blue Ocean Q&A Cloud Computing is not simple CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 34
  • 35. Q&A CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 35
  • 36. Eliminate the Status Quo – Find your Blue Ocean CONTACT New Age Disruption CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 36
  • 37. CONTACT New Age Disruption Eliminate the Status Quo – Find your Blue Ocean René Büst Körnerstrasse 30 24103 Kiel Tel.: +49 431 28 93 42 52 E-Mail: rene.buest@newagedisruption.com Web: http://newagedisruption.com Web: http://clouduser.de Twitter: @ReneBuest CloudOps Summit, September 25, 2013 COPYRIGHT © 2013 BY NEW AGE DISRUPTION | RENÉ BÜST 37