Skip to content

Posts tagged ‘IaaS’

Public Cloud Soaring To $331B By 2022 According To Gartner

Gartner is predicting the worldwide public cloud services market will grow from $182.4B in 2018 to $214.3B in 2019, a 17.5% jump in just a year. Photo credit: Getty

  • Gartner predicts the worldwide public cloud service market will grow from $182.4B in 2018 to $331.2B in 2022, attaining a compound annual growth rate (CAGR) of 12.6%.
  • Spending on Infrastructure-as-a-Service (IaaS) is predicted to increase from $30.5B in 2018 to $38.9B in 2019, growing 27.5% in a year.
  • Platform-as-a-Service (PaaS) spending is predicted to grow from $15.6B in 2018 to $19B in 2019, growing 21.8% in a year.
  • Business Intelligence, Supply Chain Management, Project and Portfolio Management and Enterprise Resource Planning (ERP) will see the fastest growth in end-user spending on SaaS applications through 2022.

Gartner’s annual forecast of worldwide public cloud service revenue was published last week, and it includes many interesting insights into how the research firm sees the current and future landscape of public cloud computing. Gartner is predicting the worldwide public cloud services market will grow from $182.4B in 2018 to $214.3B in 2019, a 17.5% jump in just a year. By the end of 2019, more than 30% of technology providers’ new software investments will shift from cloud-first to cloud-only, further reducing license-based software spending and increasing subscription-based cloud revenue.

The following graphic compares worldwide public cloud service revenue by segment from 2018 to 2022. Please click on the graphic to expand for easier reading.

Comparing Compound Annual Growth Rates (CAGRs) of worldwide public cloud service revenue segments from 2018 to 2022 reflects IaaS’ anticipated rapid growth. Please click on the graphic to expand for easier reading.

Gartner provided the following data table this week as part of their announcement:

  • Business Intelligence, Supply Chain Management, Project and Portfolio Management and Enterprise Resource Planning (ERP) will see the fastest growth in end-user spending on SaaS applications through 2022.  Gartner is predicting end-user spending on Business Intelligence SaaS applications will grow by 23.3% between 2017 and 2022.  Spending on SaaS-based Supply Chain Management applications will grow by 21.2% between 2017 and 2022. Project and Portfolio Management SaaS-based applications will grow by 20.9% between 2017 and 2022. End-user spending on SaaS ERP systems will grow by 19.2% between 2017 and 2022.

Sources: Gartner Forecasts Worldwide Public Cloud Revenue to Grow 17.5 Percent in 2019 and Forecast: Public Cloud Services, Worldwide, 2016-2022, 4Q18 Update (Gartner client access)

6 Best Practices For Increasing Security In AWS In A Zero Trust World

  • Amazon Web Services (AWS) reported $6.6B in revenue for Q3, 2018 and $18.2B for the first three fiscal quarters of 2018.
  • AWS revenue achieved an impressive 46% year-over-year net sales growth between Q3, 2017 and Q3, 2018 and 49% year-over-year growth for the first three quarters of the year.
  • AWS’ 34% market share is bigger than its next four competitors combined with the majority of customers taken from small-to-medium sized cloud operators according to Synergy Research.
  • The many announcements made at AWS Re:Invent this year reflect a growing focus on hybrid cloud computing, security, and compliance.

Enterprises are rapidly accelerating the pace at which they’re moving workloads to Amazon Web Services (AWS) for greater cost, scale and speed advantages. And while AWS leads all others as the enterprise public cloud platform of choice, they and all Infrastructure-as-a-Service (IaaS) providers rely on a Shared Responsibility Model where customers are responsible for securing operating systems, platforms and data.  In the case of AWS, they take responsibility for the security of the cloud itself including the infrastructure, hardware, software, and facilities. The AWS version of the Shared Responsibility Model shown below illustrates how Amazon has defined securing the data itself, management of the platform, applications and how they’re accessed, and various configurations  as the customers’ responsibility:

Included in the list of items where the customer is responsible for security “in” the cloud is identity and access management, including Privileged Access Management (PAM) to secure the most critical infrastructure and data.

Increasing Security for IaaS in a Zero Trust World

Stolen privileged access credentials are the leading cause of breaches today. Forrester found that 80% of data breaches are initiated using privileged credentials, and 66% of organizations still rely on manual methods to manage privileged accounts. And while they are the leading cause of breaches, they’re often overlooked — not only to protect the traditional enterprise infrastructure — but especially when transitioning to the cloud.

Both for on-premise and Infrastructure-as-a-Service (IaaS), it’s not enough to rely on password vaults alone anymore. Organizations need to augment their legacy Privileged Access Management strategies to include brokering of identities, multi-factor authentication enforcement and “just enough, just-in-time” privilege, all while securing remote access and monitoring of all privileged sessions. They also need to verify who is requesting access, the context of the request, and the risk of the access environment. These are all essential elements of a Zero Trust Privilege strategy, with Centrify being an early leader in this space.

6 Ways To Increase Security in AWS

The following are six best practices for increasing security in AWS and are based on the Zero Trust Privilege model:

  1. Vault AWS Root Accounts and Federate Access for AWS Console

Given how powerful the AWS root user account is, it’s highly recommended that the password for the AWS root account be vaulted and only used in emergencies. Instead of local AWS IAM accounts and access keys, use centralized identities (e.g., Active Directory) and enable federated login. By doing so, you obviate the need for long-lived access keys.

  1. Apply a Common Security Model and Consolidate Identities

When it comes to IaaS adoption, one of the inhibitors for organizations is the myth that the IaaS requires a unique security model, as it resides outside the traditional network perimeter. However, conventional security and compliance concepts still apply in the cloud. Why would you need to treat an IaaS environment any different than your own data center? Roles and responsibilities are still the same for your privileged users. Thus, leverage what you’ve already got for a common security infrastructure spanning on-premises and cloud resources. For example, extend your Active Directory into the cloud to control AWS role assignment and grant the right amount of privilege.

  1. Ensure Accountability

Shared privileged accounts (e.g., AWS EC2 administrator) are anonymous. Ensure 100% accountability by having users log in with their individual accounts and elevate privilege as required. Manage entitlements centrally from Active Directory, mapping roles, and groups to AWS roles.

  1. Enforce Least Privilege Access

Grant users just enough privilege to complete the task at hand in the AWS Management Console, AWS services, and on the AWS instances. Implement cross-platform privilege management for AWS Management Console, Windows and Linux instances.

  1. Audit Everything

Log and monitor both authorized and unauthorized user sessions to AWS instances. Associate all activity to an individual, and report on both privileged activity and access rights. It’s also a good idea to use AWS CloudTrail and Amazon CloudWatch to monitor all API activity across all AWS instances and your AWS account.

  1. Apply Multi-Factor Authentication Everywhere

Thwart in-progress attacks and get higher levels of user assurance. Consistently implement multi-factor authentication (MFA) for AWS service management, on login and privilege elevation for AWS instances, or when checking out vaulted passwords.

Conclusion

One of the most common reasons AWS deployments are being breached is a result of privileged access credentials being compromised. The six best practices mentioned in this post are just the beginning; there are many more strategies for increasing the security in AWS.  Leveraging a solid Zero Trust Privilege platform, organizations can eliminate shared Amazon EC2 key pairs, using auditing to define accountability to the individual user account level, execute on least privilege access across every login, AWS console, and AWS instance in use, enforce MFA and enable a common security model.

Roundup Of Cloud Computing Forecasts, 2017

  • Cloud computing is projected to increase from $67B in 2015 to $162B in 2020 attaining a compound annual growth rate (CAGR) of 19%.
  • Gartner predicts the worldwide public cloud services market will grow 18% in 2017 to $246.8B, up from $209.2B in 2016.
  • 74% of Tech Chief Financial Officers (CFOs) say cloud computing will have the most measurable impact on their business in 2017.

Cloud platforms are enabling new, complex business models and orchestrating more globally-based integration networks in 2017 than many analyst and advisory firms predicted. Combined with Cloud Services adoption increasing in the mid-tier and small & medium businesses (SMB), leading researchers including Forrester are adjusting their forecasts upward. The best check of any forecast is revenue.  Amazon’s latest quarterly results released two days ago show Amazon Web Services (AWS) attained 43% year-over-year growth, contributing 10% of consolidated revenue and 89% of consolidated operating income.

Additional key takeaways from the roundup include the following:

  • Wikibon is predicting enterprise cloud spending is growing at a 16% compound annual growth (CAGR) run rate between 2016 and 2026. The research firm also predicts that by 2022, Amazon Web Services (AWS) will reach $43B in revenue, and be 8.2% of all cloud spending. Source: Wikibon report preview: How big can Amazon Web Services get?
Wikibon Worldwide Enterprise IT Projection By Vendor Revenue

Wikibon Worldwide Enterprise IT Projection By Vendor Revenue

Rapid Growth of Cloud Computing, 2015–2020

Rapid Growth of Cloud Computing, 2015–2020

Worldwide Public Cloud Services Forecast (Millions of Dollars)

Worldwide Public Cloud Services Forecast (Millions of Dollars)

  • By the end of 2018, spending on IT-as-a-Service for data centers, software and services will be $547B. Deloitte Global predicts that procurement of IT technologies will accelerate in the next 2.5 years from $361B to $547B. At this pace, IT-as-a-Service will represent more than half of IT spending by the 2021/2022 timeframe. Source: Deloitte Technology, Media and Telecommunications Predictions, 2017 (PDF, 80 pp., no opt-in).
Deloitte IT-as-a-Service Forecast

Deloitte IT-as-a-Service Forecast

  • Total spending on IT infrastructure products (server, enterprise storage, and Ethernet switches) for deployment in cloud environments will increase 15.3% year over year in 2017 to $41.7B. IDC predicts that public cloud data centers will account for the majority of this spending ( 60.5%) while off-premises private cloud environments will represent 14.9% of spending. On-premises private clouds will account for 62.3% of spending on private cloud IT infrastructure and will grow 13.1% year over year in 2017. Source: Spending on IT Infrastructure for Public Cloud Deployments Will Return to Double-Digit Growth in 2017, According to IDC.
Worldwide Cloud IT Infrastructure Market Forecast

Worldwide Cloud IT Infrastructure Market Forecast

  • Platform-as-a-Service (PaaS) adoption is predicted to be the fastest-growing sector of cloud platforms according to KPMG, growing from 32% in 2017 to 56% adoption in 2020. Results from the 2016 Harvey Nash / KPMG CIO Survey indicate that cloud adoption is now mainstream and accelerating as enterprises shift data-intensive operations to the cloud.  Source: Journey to the Cloud, The Creative CIO Agenda, KPMG (PDF, no opt-in, 14 pp.)
Cloud investment by type today and in three years

Cloud investment by type today and in three years

AWS Segment Financial Comparison

AWS Segment Financial Comparison

  • In Q1, 2017 AWS generated 10% of consolidated revenue and 89% of consolidated operating income. Net sales increased 23% to $35.7 billion in the first quarter, compared with $29.1 billion in first quarter 2016. Source: Cloud Business Drives Amazon’s Profits.
Comparing AWS' Revenue and Income Contributions

Comparing AWS’ Revenue and Income Contributions

  • RightScale’s 2017 survey found that Microsoft Azure adoption surged from 26% to 43% with AWS adoption increasing from 56% to 59%. Overall Azure adoption grew from 20% to 34% percent of respondents to reduce the AWS lead, with Azure now reaching 60% of the market penetration of AWS. Google also increased adoption from 10% to 15%. AWS continues to lead in public cloud adoption (57% of respondents currently run applications in AWS), this number has stayed flat since both 2016 and 2015. Source: RightScale 2017 State of the Cloud Report (PDF, 38 pp., no opt-in)
Public Cloud Adoption, 2017 versus 2016

Public Cloud Adoption, 2017 versus 2016

  • Global Cloud IT market revenue is predicted to increase from $180B in 2015 to $390B in 2020, attaining a Compound Annual Growth Rate (CAGR) of 17%. In the same period, SaaS-based apps are predicted to grow at an 18% CAGR, and IaaS/PaaS is predicted to increase at a 27% CAGR. Source: Bain & Company research brief The Changing Faces of the Cloud (PDF, no opt-in).
60% of IT Market Growth Is Being Driven By The Cloud

60% of IT Market Growth Is Being Driven By The Cloud

  • 74% of Tech Chief Financial Officers (CFOs) say cloud computing will have the most measurable impact on their business in 2017. Additional technologies that will have a significant financial impact in 2017 include the Internet of Things, Artificial Intelligence (AI) (16%) and 3D printing and virtual reality (14% each). Source: 2017 BDO Technology Outlook Survey (PDF), no opt-in).
CFOs say cloud investments deliver the greatest measurable impact

CFOs say cloud investments deliver the greatest measurable impact

Cloud investments are fueling new job throughout Canada

Cloud investments are fueling new job throughout Canada

  • APIs are enabling persona-based user experiences in a diverse base of cloud enterprise As of today there are 17,422 APIs listed on the Programmable Web, with many enterprise cloud apps concentrating on subscription, distributed order management, and pricing workflows.  Sources: Bessemer Venture Partners State of the Cloud 2017 and 2017 Is Quickly Becoming The Year Of The API Economy. The following graphic from the latest Bessemer Venture Partners report illustrates how APIs are now the background of enterprise software.
APIs are fueling a revolution in cloud enterprise apps

APIs are fueling a revolution in cloud enterprise apps

Additional Resources:

CIO’s Guide To The New Economics Of Real-Time Integration

CEOs’ decisions today to pursue digital-first strategies for greater revenue growth are defining their company’s competitive strengths in the future. CIOs and their teams are being challenged to drive a larger percentage of revenue growth in 2017 than ever before by providing IT-based insights daily.

  • Enabling faster revenue growth, improving products and replacing obsolete technologies are the top three CEO priorities have for CIOs in 2017.
  • 42% of CIOs say “digital first” is their company’s go-forward strategy for IT investments in 2017 and beyond.
  • 33% of CIOs consider revenue growth as their primary metric for measuring success with their digital business strategies.

The New Economics Of Real-Time Integration

IT teams are taking on the challenge by concentrating on those areas that can scale the quickest and deliver measurable revenue results. They’re finding that the integration approaches taken in the past don’t match the speed that customers, sales, suppliers and senior management need today. A key takeaway from CIOs’ initial efforts includes the finding that making small improvements in data latency can increase sales win rates in 90 days or less while improving cost controls.  Improving data latency is one of the key factors driving the new economics of real-time integration, which is defined below.

  • Integrations’ Inflection Point Has Arrived – Digital-first initiatives for defining new channel, selling and product strategies require more speed than batch-oriented integration can deliver. Customers now expect real-time response across all sales and support channels on a 24/7 basis. The pressure to drive greater revenue through digital channels and deliver a consistently great customer experience are forcing an inflection point of integration technologies today.
  • Batch-oriented approaches to integration fit well in an era of transaction-centric IT. Asynchronous, tightly-coupled, and relying on ETL for moving data around an enterprise network, these approaches were better suited for more predictable revenue strategies.  In contrast, going after new digital channels is unpredictable and requires real-time integration to deliver excellent customer experiences. Service-oriented frameworks that support synchronous data consumption and have low latency are emerging as a better choice for digital-first revenue strategies. Based on loosely-coupled integration points, these frameworks are capable of quickly adapting to new business requirements. Companies including enosiX are revolutionizing services-oriented frameworks by removing the roadblocks legacy integration approaches created.  The following graphic illustrates integrations’ inflection point and how past approaches to integration are giving way to more synchronous, loosely- coupled service-oriented frameworks capable of scaling faster to drive greater revenue.

  • And it’s fueling faster development cycles, reducing time-to-market and improving app and web services quality. The apps, web services, and APIs needed to launch a digital-first strategy don’t exist off-the-shelf, ready to be deployed for the majority of companies. Every company needs to create customizations to existing apps and web services, or create entirely new ones to support digital revenue strategies. Availability of real-time data through service-oriented frameworks is revolutionizing how apps, web services, and customizations get built. With real-time data designed in, it’s possible to test new apps across more use cases and ensure higher quality too.
  • While also enabling IT teams to exceed stakeholder expectations and their goals for digital-first strategies. Integrations’ inflection point is the most visible in how CIOs are now considered more responsible for revenue than ever before. From the initial revenue strategy definition through project managing apps and web services to delivery and producing revenue, CIOs and their teams who see themselves as business strategists excel in their roles. IT teams and the CIOs who lead them are seeing signs of integration’s inflection point every day. They’re seeing just how urgent the inflection point is, and how it’s redefining the economics of how they orchestrate systems together to attain revenue growth.  The insights and expertise CEOs, VPs of Channel Strategy, Marketing, Cloud & IT Infrastructure, and other senior management team members have needed to get quickly translated into apps, web services and digital first strategies that capitalize fast on new opportunities. Only through the use of service-oriented frameworks that can scale to support new revenue processes can any company compete in 2017 and beyond.

 

Analytics, Data Storage Will Lead Cloud Adoption In 2017

  • cioU.S.-based organizations are budgeting $1.77M for cloud spending in 2017 compared to $1.30M for non-U.S. based organizations.
  • 10% of enterprises with over 1,000 employees are projecting they will spend $10M or more on cloud computing apps and platforms throughout this year.
  • Organizations are using multiple cloud models to meet their business’s needs, including private (62%), public (60%), and hybrid (26%).
  • By 2018 the typical IT department will have the minority of their apps and platforms (40%) residing in on-premise systems.

These and many other insights are from IDG’s Enterprise Cloud Computing Survey, 2016. You can find the 2016 Cloud Computing Executive Summary here and a presentation of the results here.  The study’s methodology is based on interviews with respondents who are reporting they are involved with cloud planning and management across their organizations. The sampling frame includes audiences across six IDG Enterprise brands (CIO, Computerworld, CSO, InfoWorld, ITworld and Network World) representing IT and security decision-makers across eight industries. The survey was fielded online with the objective of understanding organizational adoption, use-cases, and solution needs for cloud computing. A total of 925 respondents were interviewed to complete the study.

Key takeaways include the following:

  • The cloud is the new normal for enterprise apps, with 70% of all organizations having at least one app in the cloud today. 75% of enterprises with greater than 1,000 employees have at least one app or platform running in the cloud today, leading all categories of adoption measured in the survey. 90% of all organizations today either have apps running in the cloud are planning to use cloud apps in the next 12 months, or within 1 to 3 years. The cloud has won the enterprise and will continue to see the variety and breadth of apps adopted accelerating in 2017 and beyond.

use-of-cloud-technology-continuously-expanding

 

  • Business/data analytics and data storage/data management (both 43%) are projected to lead cloud adoption in 2017 and beyond. 22% of organizations surveyed are predicting that business/data analytics will be the leading cloud application area they will migrate to in the next twelve months. 21% are predicting data storage/data management apps are a high priority area for their organizations’ cloud migration plans in 2017. Three of the market leaders in analytics are Tableau, QlikView and Microsoft Power BI. They are analyzed in this recent post from SelectHub, accessible here.

data-storage-and-analytics-moving-to-the-cloud

 

  • 28% of organizations’ total IT budgets is dedicated to cloud computing next year. Of that, 45% is allocated to SaaS, 30% to IaaS and 19% to PaaS. The average investment organizations will make in cloud computing next year is $1.62M, with enterprises over 1,000 employees projected to spend $3.03M. The average investment in cloud computing remains constant in organizations with $1.62M invested in 2014, $1.56M in 2015 and $1.62M in 2016. 10% of enterprises with over 1,000 employees are projecting they will spend $10M or more on cloud computing apps and platforms throughout this year.

cloud-budget

 

  • CIOs, IT architects and IT networking/management control cloud spending in the enterprise. In contrast, CEOs, CIOs, and CFOs are driving small and medium business (SMB) cloud spending this year. The following graphic compares how influential the following groups and individuals are in the cloud computing purchase process.

cloud-investment

 

  • Just 46% of organizations are using Application Programmer Interfaces (APIs) to integrate with databases, messaging systems, portals or storage components. 40% are using them for creating connections to the application layer of their cloud and the underlying IT infrastructures. The following graphic provides insights into how APIs are being used and which teams see the most value in them.

apis

 

  • In 18 months the majority of organizations’ IT infrastructures will be entirely cloud-based. IDG found that in 18 months nearly one-third (28%) of all organizations interviewed will be relying on private clouds as part of their IT infrastructure. Just over a fifth (22%) will have public cloud as part of their IT infrastructure, and 10% will be using hybrid By 2018 the typical IT department will have the minority of their apps and platforms (40%) residing in on-premise systems.

it-shifts-to-the-cloud

 

  • Concerns about where data is stored (43%), cloud security (41%) and vendor lock-in (21%) are the top three challenges organizations face when adopting public cloud technologies. Private and hybrid cloud adoption in organizations is also facing the challenges of cloud security and vendor lock-in. Private and hybrid cloud adoption are being slowed by a lack of the right skill sets to manage and gain the maximum value from cloud investments.

challenges

Roundup of Cloud Computing Forecasts Update, 2013

tunnel-of-speed-forecast-of-saas-cloud-computing-final-300x201Time-to-market, more flexible support for business strategies by IT, and faster response time to competitive conditions are combining to accelerate cloud computing adoption today.

Of the enterprises I’ve spoken with over the last several months including several Fortune 500 corporations to small businesses just beginning to evaluate cloud-based CRM and manufacturing systems, one message resonates from all of them: they need enterprise applications that keep pace with how fast they want to move on new business strategies. The latest round of cloud computing forecasts reflect the urgency enterprises have of making IT a foundation for strategic business growth.

The following is a summary of the latest cloud computing forecasts and market estimates:

McKinsey Analysis

  • IDC predicts public IT cloud services will reach $47.4B in 2013 and is expected to be more than $107B in 2017. Over the 2013–2017 forecast period, public IT cloud services will have a compound annual growth rate (CAGR) of 23.5%, five times that of the IT industry as a whole. The growing focus on cloud services as a business innovation platform will help to drive spending on public IT cloud services to new levels throughout the forecast period. By 2017, IDC expects public IT cloud services will drive 17% of IT product spending and nearly half of all growth across five technology categories: applications, system infrastructure software, platform as a service (PaaS), servers, and basic storage. Software as a service (SaaS) will remain the largest public IT cloud services category throughout the forecast, capturing 59.7% of revenues in 2017. The fastest growing categories will be PaaS and Infrastructure as a service (IaaS), with CAGRs of 29.7% and 27.2%, respectively.  Source: IDC Forecasts Worldwide Public IT Cloud Services Spending to Reach Nearly $108 Billion by 2017 as Focus Shifts from Savings to Innovation.

IDC Forecast Public IT Spending

  • Informatica’s presentation titled Enable Rapid Innovation with Informatica  and MicroStrategy for Hybrid IT by Darren Cunningham, Informatica Cloud  and Roger Nolan, Informatica Data Integration and Data Quality contains a useful series of cloud market overviews supported by 451 Research Gartner, Forrester and IDC data.  A summary of the statistics section is shown below:

Informatica

adoption graphic from KPMG

  • Gartner predicts that in the next five years enterprises will spend $921B on public cloud services, attaining a CAGR of 17% in the forecast period.  Darryl Carlton, Research Director, APAC with Gartner recently presented Cloud Computing 2014: Cloud Computing 2014: ready for real business?  His presentation is full of insightful analysis and market forecasts from Gartner, with specific focus on Asia-Pacific.
  • Visiongain predicts the Platform-as-a-Service (PaaS) submarket is valued at $1.9B in 2013 growing to $3.7B in 2018, attaining a 14.3% CAGR for the period 2013-2018.  The following figure shows the firm’s forecast.  Source: Visiongain on Slideshare.
  • Gartner predicts that in the next five years enterprises will spend $921B on public cloud services, attaining a CAGR of 17% in the forecast period.  Darryl Carlton, Research Director, APAC with Gartner recently presented Cloud Computing 2014: Cloud Computing 2014: ready for real business?  His presentation is full of insightful analysis and market forecasts from Gartner, with specific focus on Asia-Pacific.
  • Visiongain predicts the Platform-as-a-Service (PaaS) submarket is valued at $1.9B in 2013 growing to $3.7B in 2018, attaining a 14.3% CAGR for the period 2013-2018.  The following figure shows the firm’s forecast.  Source: Visiongain on Slideshare.

visiongain forecast

marketscape

  • Boston Consulting Group writes that SaaS is a $15B market, growing at three times that rate of traditional software.  BCG estimates that SaaS is 12% of global spending on IT applications.  BCG interviewed 80 CIOs and found they were willing to consider SaaS solutions for 35% to 60% of their application spending.  BCG also evaluated how the economics of cloud software adoption vary for on-premises versus SaaS customers.  The following two charts from the completed study. Source: (Free, opt-in required) Profiting from the Cloud: How to Master Software as a Service

Profiting_Cloud_Ex1_lg_tcm80-138310 BCG Categories

Profiting_Cloud_Ex2_lg_tcm80-138309 BCG Economics

Asia Pacific Cloud Market Growth

451 Research: Platform-as-a-Service (PaaS) Fastest Growing Area Of Cloud Computing

public-cloud-computing-forecast-2011-2016The majority of cloud computing revenue in 2012 was generated from vendors with sales over $75M (66%) and who are privately held (77%), with Platform-as-a-Service (PaaS) projected to attain a 41% compound annual growth rate (CAGR) through 2016.

Market Monitor, a service of 451 Research, is also predicting 36% CAGR in cloud computing, growing from $5.7B in 2012 to $20B by the end of 2016 in their Cloud-as-a-Service overview report. Other research firms including Gartner have much higher forecasts for cloud computing in general and IaaS, PaaS and SaaS specifically.

Market Monitor relies on a bottoms-up forecasting methodology that includes revenue analysis and forecasts from 309 cloud-services providers and technology vendors across 14 sectors. Their taxonomy defining Cloud as a Service is shown in the following graphic:

taxonomy cloud as a service

Here are the key take-aways from the report:

  • The cloud computing market will grow from $5.7B in 2012 to $20B in 2016, attaining a 36% CAGR over the forecast period.  The following graphic from the report shows the breakout of revenue on a yearly basis throughout the forecast period.

forecast breakout

  • Platform-as-a-Service (PaaS) will attain a 41% CAGR through 2016, generating 24% of total cloud revenues.  71% of PaaS revenues will be generated by vendors over $75M in sales according to the study.
  • Infrastructure-as-a-Service (IaaS) will attain a 37% CAGR through 2016, generating 51% of cloud revenue.  69% of IaaS revenues will be generated by vendors over $75M in sales according to the study.
  • SaaS will attain a 29% CAGR through 2016 and the distribution of revenue by vendor size shows how fragmented this area of the market is.  The following is a summary table from the report showing distribution of sales by vendor and category.

distribution table

Five Ways CIOs Can Prepare For The Cloud: Lessons Learned From ServiceNow

ServiceNow2ServiceNow (NYSE:NOW) is a global leader in providing cloud-based services used by enterprises to streamline and automate their IT operations.  They’re known for their expertise in IT Service Management (ITSM), speed of development cycles, and commitment to open source including MongoDB and NoSQL.  ServiceNow also has one of the most enthusiastic, rapidly growing and loyal customer bases in enterprise software.  Matt Schvimmer, VP Product Management at ServiceNow, credits the goal of attaining 100% customer referenceability combined with intensive focus on user experience design as contributing factors to their rapid growth, in addition to continuous feedback cycles they use for capturing and acting on customer feedback.

Update from ServiceNow’s Financial Analyst Day and Knowledge13 

On May 13th they held their Financial Analyst Day at the Aria Resort & Casino in Las Vegas, the same location they hosted Knowledge13, their annual user conference held May 12th through the 16th.  You can download a set of the slides presented at the Financial Analyst Day here, and view videos and presentations from Knowledge 13 here.   ServiceNow executives are calling the next phase of their growth ERP for IT. Both in the Financial Analyst Day presentation and the presentation given by President and CEO Frank Slootman at the Pacific Crest Emerging Technology Summit on February, 13th, this concept is shown.  Below is a slide from the February 13th presentation given at the Summit.  You can download the slide deck from the Pacific Crest Emerging Technology Summit here.

ERP for IT

Five Ways CIOs Can Prepare For The Cloud

HS_Arne_Josefsberg (1)I had the opportunity to catch up with Arne Josefsberg, CTO of ServiceNow during Knowledge13.  He shared insights into how ServiceNow’s core customer base, predominantly CIOs and their IT Departments, are driving greater business value into their organizations using the Service Automation Platform.  Arne mentioned that ServiceNow sees IT Operations Management (ITOM) and Platform-as-a-Service (PaaS) as critical to their growth, in addition to enabling those without programming expertise (ServiceNow calls them Citizen Developers) with intuitive, easily used application development tools.

He also shared lessons learned and five ways CIOs can prepare for the cloud, which are listed below:

  • Adopt Cloud Architectures With An Open Mind And See Them As Business Value Accelerators.  Arne advises CIOs who are considering cloud-based initiatives to concentrate on capturing and communicating business value first, including time-to-market, cost and time savings advantages.  Getting beyond a purely cost-cutting mindset is critical for IT to become a strategic partner with business units.  He says that he’s seeing CIOs gain a greater voice in strategic planning initiatives by clearly defining the business value of cloud-based development while pursuing rapid application development.
  • Taking a leadership position in application development leads to gaining greater influence and involvement in strategic plans and initiatives.  This point galvanizes the entire ServiceNow executive team, they all speak of enabling the Citizen Developer to create new applications on their platform without writing a single line of code.  ServiceNow and their customer base have bonded on this issue of rapid application development.  And watching Fred Luddy, Chief Product Officer of ServiceNow move quickly through application development and deployment scenarios during his keynote showed how deeply engrained this value is in the company’s DNA.
  • CIOs need to realize that their resource and human resource management needs in five years will shift to business transformation away from IT alone.  There is a shortage of IT analysts and professionals who are adept at being business strategists, capable of leading transformational application development.  IT analysts and experts need to be trusted partners with business units, continually moving IT-related barriers out of the way while streamlining new application development.  Arne cited how General Electric is excelling on this dimension, consolidating 17 incident management systems into a single ServiceNow application.  All that was possible because the IT teams at GE are an essential part of business unit operations.
  • CIOs need to move beyond managing IT using cost and efficiency alone and think in terms of opportunity-to-cost instead. Arne’s point is that the most respected and counted-upon CIOs he knows today are either making or have made this transition.  They have moved beyond an IT legacy mentality of managing just to cost or efficiency.  Instead, the CIOs emerging as strategists and core members of the executive team are aligning IT as a core part of their company’s ability to compete.
  • Use cloud architectures and rapid application development to make IT more strategic in scope now.  The companies winning awards at Knowledge13 for their applications showed a common thread of anticipating and acting on the strategic needs of their business quickly, often delivering completed applications ahead of schedule and under budget.

Bottom line: Making IT strategic begins by moving away from the constraints of managing to cost and efficiency metrics alone.  Cloud-based platforms and rapid application development technologies are assisting CIOs and their staffs to be more strategic, less tactical, more responsive and focused on line-of-business needs and requirements first.

Disclosure: ServiceNow paid for travel to Knowledge13.  I’ve never held equity positions in ServiceNow, and they are not a client.

The Best Cloud Companies and CEOs to Work For in 2013

???????????????Hiring great people and creating a culture of achievement that is fun, focused and able to get challenging tasks done is not an easy task.

Keeping that culture strong and focused on the customer takes a unique leader that consistently earns trust and respect.  Those are the qualities I think of whenever I’m asked to recommend the best cloud computing companies to work for.  Using the scores from Glassdoor.com I’ve put together the table below comparing cloud computing companies and when available, the percentage of employees who approve of their CEO.

If you’re not familiar with Glassdoor, it’s a website that gives employees the chance to rate their companies and CEOs anonymously, along with reporting salaries.  Friends in the Human Resources community tell me it’s an effective recruitment site as well.

Cloud computing companies are sorted based on the percentage of employees would recommend their company to a friend.  I added in CEO scores to get a sense of which companies have a significant gap between morale and the perception of the CEO.  As of today according to employee rankings, Microsoft has the largest gap between percentage of employees who would recommend the company to a friend (77%) and  CEO rating (48%).

Glassdoor rankings for cloud computing

The highest rated CEOs you’d want to work for based on their Glassdoor ratings are as follows, with their ratings shown as of today:

Jyoti Bansal of AppDynamics (100%)

Drew Houston, Dropbox (100%)

Aneel Bhursi, Workday (100%)

Scott Scherr, Ultimate Software (97%)

Jim Whitehurst, Red Hat (97%)

Larry Page, Google (95%)

Aaron Levie, Box (94%)

Marc Benioff, Salesforce (93%)

Tom Georgens, NetApp (92%)

Mark Templeton, Citrix Systems (91%)

Bill McDermott & Jim Hagemann Snabe, SAP (90%)

Demystifying Cloud Vendors

cloud-computing landscapeCutting through the hype of cloud vendors starts by evaluating how ready their Cloud Services, enabling technologies and Professional Services are to serve customers today.

That’s one of the key take-aways from a recent webinar I attended titled How Cloud Computing Changes the Vendor Landscape by David Mitchell Smith, VP and Gartner Fellow last week.  The slides are available for download here (Free for download after Gartner registration if you are not a Gartner client).

What made this webinar unique and worth mentioning is the framework that was presented for evaluating vendors.  Beginning with the well-known Infrastructure-as-a-Service (IaaS), Platform-as-a-Service (PaaS) and Software-as-a-Service (SaaS) structure, Gartner added in a Business and Information Systems layer that includes brokerages, management and security.  This is the layer where Gartner says they are seeing enterprise clients most concentrate on emerging technologies.

The cloud vendor landscape is defined by Cloud Services, Professional Services for Consumption, Enabling Technologies and Professional Services for building and running applications.  Green designates a vendor area of emphasis, yellow are those areas serviced by partners and white areas are not addressed by the vendor’s strategy at all.

Using this framework, nine different companies were analyzed including Amazon, Google, HP, IBM, Microsoft, Oracle, Salesforce.com, SAP and VMWare.

  • Microsoft has the most ambitious cloud strategy of the nine companies profiled, and their cloud-first design initiative shows they have faith in Azure performing in the enterprise.  Microsoft Dynamics AX 2012 will first be released on Azure, then on-premise is a case in point. Microsoft is impatient  to move into a subscription model with its evolving cloud platform. Gartner’s analysis of Microsoft’s cloud strategy is shown in the following graphic.

Microsoft Cloud Strategy

  • Oracle is one of the most persistent cloud washers according to Gartner, often bending the definition of cloud computing to align with their strengths.  Their continual efforts to redefine the cloud are also designed to get their formidable customer base to upgrade to the latest generation of their applications.  Of the vendors compared they also have the greatest strength in enabling technologies, evidenced by their Exalogic and Exadata systems, Oracle Linux and Solaris operating systems.

Oracle cloud strategy

  • SAP’s cloud strategy looks to make the most of the large, highly profitable R/3 installed base while partnering with IaaS vendors to build out their cloud platform according to Gartner.  The point was made that of the vendors in the comparison, SAP prioritizes enabling technologies over owning the entire cloud stack as Oracle aspires to.

SAP Summary Chart

Bottom line: If you want to know  the truth about a given cloud vendor evaluate their Cloud Services, Professional Services track record and how well they transform enabling technologies into successful products.  The following graphic provides a summary of the vendors included in the webinar:

Summary Chart