<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Amazon</title>
    <description>Dries Buytaert on Amazon.</description>
    <link>https://dri.es/tag/amazon</link>
    <atom:link href="https://dri.es/tag/amazon/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Acquia Cloud Next, a journey in platform modernization</title>
      <link>https://dri.es/acquia-cloud-next-a-journey-in-platform-modernization</link>
      <guid>https://dri.es/acquia-cloud-next-a-journey-in-platform-modernization</guid>
      <pubDate>Thu, 22 Dec 2022 02:11:59 -0500</pubDate>
      <description>&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/cache/acquia/billboard-2018-1-1280w.jpg&quot; alt=&quot;A billboard displays the text &amp;amp;quot;We scale your digital experiences faster.&quot; width=&quot;1280&quot; height=&quot;853&quot; /&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.acquia.com/products/drupal-cloud/cloud-platform&quot;&gt;Acquia Cloud&lt;/a&gt; was first &lt;a href=&quot;https://dri.es/acquia-hosting-now-available&quot;&gt;launched in 2009 as Acquia Hosting&lt;/a&gt;. Acquia was one of the earliest adopters of &lt;a href=&quot;https://aws.amazon.com/&quot;&gt;AWS&lt;/a&gt;. At the time, AWS had only 3 services: &lt;a href=&quot;https://aws.amazon.com/ec2/&quot;&gt;EC2&lt;/a&gt; , &lt;a href=&quot;https://aws.amazon.com/s3/&quot;&gt;S3&lt;/a&gt;, and SimpleDB.&lt;/p&gt;
&lt;p&gt;A lot has changed since 2009, which led us to re-architect Acquia Cloud starting in late 2019. This effort, labeled &amp;quot;Acquia Cloud Next&amp;quot; (ACN), became the largest technology overhaul in &lt;a href=&quot;https://dri.es/acquia-first-decade-the-founding-story&quot;&gt;Acquia&#039;s history&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In 2013, four years after the launch of Acquia Cloud, &lt;a href=&quot;https://en.wikipedia.org/wiki/Docker_(software)&quot;&gt;Docker&lt;/a&gt; emerged. Docker popularized a lightweight container runtime, and a simple way to package, distribute and deploy applications.&lt;/p&gt;
&lt;p&gt;Docker was built on a variety of Linux kernel developments, including &amp;quot;cgroups&amp;quot;, &amp;quot;user namespaces&amp;quot; and &amp;quot;Linux containers&amp;quot;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In 2006, Paul Menage (Google) contributed &lt;a href=&quot;https://lkml.org/lkml/2006/10/20/251&quot;&gt;generic process containers&lt;/a&gt; to the Linux kernel, which was later &lt;a href=&quot;https://lwn.net/Articles/256389/&quot;&gt;renamed control groups&lt;/a&gt;, or &lt;code&gt;cgroups&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;In 2008, Eric W. Biederman (Red Hat) introduced &lt;a href=&quot;https://lwn.net/Articles/528078/&quot;&gt;user namespaces&lt;/a&gt;. User namespaces allow a Linux process to have its own set of users, and in particular, allow root privileges inside process containers.&lt;/li&gt;
&lt;li&gt;In 2008, IBM created the &lt;a href=&quot;https://linuxcontainers.org/&quot;&gt;Linux Containers Project&lt;/a&gt; (LCP), a set of tools on top of &lt;code&gt;cgroups&lt;/code&gt; and user namespaces.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Docker&#039;s focus was to deploy containers on a &lt;em&gt;single&lt;/em&gt; machine. When organizations started to adopt Docker across a large number of machines, the need for a &amp;quot;container orchestrator&amp;quot; became clear.&lt;/p&gt;
&lt;p&gt;Long before Docker was born, in the early 2000s, Google famously built its search engine on commodity hardware. Where competitors used expensive enterprise-grade hardware, Google realized that they could scale faster on cheap hardware running Linux. This worked as long as their software was able to cope with hardware failures. The key to building fault-tolerant software was the use of containers. To do so, Google not only contributed to the development of &lt;code&gt;cgroups&lt;/code&gt; and user namespaces, but they also built an in-house, proprietary container orchestrator called &lt;a href=&quot;https://en.wikipedia.org/wiki/Borg_(cluster_manager)&quot;&gt;Borg&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;When Docker exploded in popularity, engineers involved in the Borg project branched off to develop &lt;a href=&quot;https://kubernetes.io/&quot;&gt;Kubernetes&lt;/a&gt;. Google open sourced Kubernetes in 2014, and in the years following, Kubernetes grew to become the leading container management system in the world.&lt;/p&gt;
&lt;p&gt;Back to &lt;a href=&quot;https://www.acquia.com/&quot;&gt;Acquia&lt;/a&gt;. By the end of 2019, Acquia Cloud&#039;s infrastructure was delivering around 35 billion page views a month (excluding CDN). Our infrastructure had grown to tens of thousands of EC2 instances spread across many AWS regions. We supported some of the highest trafficked events in the world, including coverage of the Olympics, the &lt;a href=&quot;https://dri.es/2019-australian-open-aces-the-digital-experience-with-acquia-and-drupal&quot;&gt;Australian Open&lt;/a&gt;, &lt;a href=&quot;https://dri.es/weather-com-using-drupal&quot;&gt;Weather.com&lt;/a&gt;, the &lt;a href=&quot;https://dri.es/acquia-delivers-during-mueller-report-traffic-surge&quot;&gt;Mueller report&lt;/a&gt;, and more.&lt;/p&gt;
&lt;p&gt;Throughout 2019, we rolled out many &amp;quot;under the hood&amp;quot; improvements to Acquia Cloud. Thanks to these, our customers&#039; sites saw performance improvements anywhere from 30% to 60%, at no cost to them.&lt;/p&gt;
&lt;p&gt;That said, it became harder and harder to make improvements to the existing platform. Because of our scale, it could take weeks to roll out improvements to our fleet of EC2 instances. It was around that time that we set out to re-architect Acquia Cloud from scratch.&lt;/p&gt;
&lt;p&gt;Acquia&#039;s journey to ACN started prior to Kubernetes and Docker becoming mainstream. Our initial approach was based on &lt;code&gt;cgroups&lt;/code&gt; and Linux containers. But as Kubernetes and Docker established themselves in the market, it became clear we had to pivot. We decided to design ACN from the ground up to be a cloud-native, Kubernetes-native platform.&lt;/p&gt;
&lt;p&gt;In March of 2021, after a year and a half of development, my little blog, &lt;a href=&quot;https://dri.es/&quot;&gt;dri.es&lt;/a&gt;, was the first site to move to ACN. Getting my site live in production was a fun rallying point for our team. Even more so because my site was also &lt;a href=&quot;https://dri.es/acquia-hosting-now-available&quot;&gt;the first site to launch on the original Acquia Hosting platform&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I never blogged about ACN because I wanted to wait until enough customer sites had upgraded. Fast forward another year and a half, and a large number of customers are running on ACN. We now have some of our highest traffic customers running on ACN. I can say without a doubt that ACN offers the highest levels of performance, self-healing, and dynamic scaling that Acquia customers have relied on.&lt;/p&gt;
&lt;p&gt;ACN continuously monitors application performance, detects failures, reroutes traffic, and scales websites automatically without human assistance. ACN can handle billions of pageviews, gracefully deals with massive traffic spikes, all without manual intervention or architectural changes. Best of all, we can roll out new features in minutes or hours instead of weeks.&lt;/p&gt;
&lt;p&gt;There is no better way to visualize this than by sharing a chart:&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/images/acquia/acquia-cloud-next-web-transactions-time-2022.png&quot; alt=&quot;Acquia cloud next web transactions time&quot; width=&quot;789&quot; height=&quot;559&quot; /&gt;
&lt;figcaption&gt;&lt;em&gt;The &quot;web transaction times&quot; of a large Fortune 2000 customer that upgraded their main website to Acquia Cloud Next.  You can see that PHP (blue area), MySQL (dark yellow area) and Memcached (light yellow) became both much faster and less volatile after migrating to Acquia Cloud Next.  (The graph is generated by New Relic. New Relic defines the &quot;web transaction time&quot; as the time between when the application receives a HTTP request and when a HTTP response is sent.)&lt;/em&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;Customers on Acquia Cloud Next get:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Much faster page performance and web transaction times (see chart above)&lt;/li&gt;
&lt;li&gt;5x faster databases compared to traditional MySQL server deployments&lt;/li&gt;
&lt;li&gt;Faster dynamic auto-scaling and faster self-healing&lt;/li&gt;
&lt;li&gt;Improved resource isolation - Nginx, Memcached, Cron, and other services all run in dedicated pods&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To achieve these results, we worked closely with our partner, &lt;a href=&quot;https://aws.amazon.com/&quot;&gt;AWS&lt;/a&gt;. We pushed the boundaries of certain AWS services, including &lt;a href=&quot;https://aws.amazon.com/efs/&quot;&gt;Amazon Elastic File System&lt;/a&gt; (EFS), &lt;a href=&quot;https://aws.amazon.com/eks/&quot;&gt;Amazon Elastic Kubernetes Service&lt;/a&gt; (EKS), and &lt;a href=&quot;https://aws.amazon.com/aurora/&quot;&gt;Amazon Aurora&lt;/a&gt;. For example, AWS had to make changes to EKS to ensure that they could meet the scale at which we were growing. After 15 years of working with AWS, we continue to be impressed by AWS&#039; willingness to partner with us and keep up with our demand.&lt;/p&gt;
&lt;p&gt;In the process, AWS made upstream Kubernetes contributions to overcome some of our scaling challenges. These helped improve the speed and stability of Kubernetes. We certainly like that AWS shares our values and commitments to Open Source.&lt;/p&gt;
&lt;p&gt;Last but not least, I&#039;d be remiss not to give a big shoutout to Acquia&#039;s product, architect, and engineering teams. Re-architecting a platform with tens of thousands of EC2 instances running large-scale, mission-critical websites is no small feat.&lt;/p&gt;
&lt;p&gt;Our team continued to find creative and state-of-the-art ways to build the best possible platform for Drupal. For a glimpse of that, take a look at &lt;a href=&quot;https://www.youtube.com/watch?v=NqtfDy_KAqg&quot;&gt;this presentation we gave at Kubecon 2022&lt;/a&gt;. We learned that by switching our scaling metric from Kubernetes&#039; built-in CPU utilization to a custom metric, we could reduce the churn on our clusters by ~1,000%.&lt;/p&gt;
&lt;p&gt;Looking back at ACN&#039;s journey over the past 3+ years, I&#039;m incredibly proud of how far we have come.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Relentlessly eliminating barriers to growth</title>
      <link>https://dri.es/relentlessly-eliminating-barriers-to-growth</link>
      <guid>https://dri.es/relentlessly-eliminating-barriers-to-growth</guid>
      <pubDate>Mon, 17 Dec 2018 22:11:59 -0500</pubDate>
      <description>&lt;p&gt;In &lt;a href=&quot;https://dri.es/optimizing-your-product-strategy-for-the-short-and-long-term&quot;&gt;my last blog post&lt;/a&gt;, I shared that when &lt;a href=&quot;https://www.acquia.com&quot;&gt;Acquia&lt;/a&gt; was a small startup, we were simultaneously focused on &lt;a href=&quot;https://dri.es/optimizing-your-product-strategy-for-the-short-and-long-term&quot;&gt;finding product-market fit and eliminating barriers to future growth&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In that light, I loved reading &lt;a href=&quot;http://www.eugenewei.com/&quot;&gt;Eugene Wie&lt;/a&gt;&#039;s blog post called, &lt;a href=&quot;https://www.eugenewei.com/blog/2018/5/21/invisible-asymptotes&quot;&gt;Invisible asymptotes&lt;/a&gt;. Wie was a product leader at Amazon. In his blog post he explains how Amazon looks far into the future, identifies blockers for long-term growth, and turns eliminating these growth barriers into multi-decade efforts. As Amazon shows, eliminating barriers to growth remains very important long after you have outgrown the startup phase.&lt;/p&gt;
&lt;p&gt;For example, Amazon considered &lt;strong&gt;shipping costs&lt;/strong&gt; to be a growth blocker, or as Wie describes it, an &lt;em&gt;invisible asymptote&lt;/em&gt; for growth. People hate paying for shipping costs, so Amazon decided to get rid of them. At first, solving this looked prohibitively expensive. How can you offer free shipping to millions of customers? Solving for this limitation became a multi-year effort. First, Amazon tried to appease customers&#039; distaste for shipping fees with &amp;quot;Super Saver Shipping&amp;quot;. Amazon introduced Super Saver Shipping in January 2002 for orders over $99. If you placed an order of $99 or more, you received free shipping. In the span of a few months, that number dropped to $49 and then to $25. Eventually this led to the launch of Amazon Prime in 2005, making all shipping &amp;quot;free&amp;quot;. Members pay $79 per year for free, unlimited two-day shipping on eligible purchases. While a program like Amazon Prime doesn&#039;t actually make shipping free, it feels free to the customer, which effectively eliminates the barrier for growth. The impact on Amazon&#039;s growth was tremendous. Today, Amazon Prime provides Amazon an &lt;a href=&quot;https://en.wiktionary.org/wiki/economic_moat&quot;&gt;economic moat&lt;/a&gt;, or a sustainable competitive advantage – it isn&#039;t easy for other retailers to compete from a sheer economic and logistical standpoint.&lt;/p&gt;
&lt;p&gt;Another obstacle for Amazon&#039;s growth was &lt;strong&gt;shipping times&lt;/strong&gt;. People don&#039;t like having to wait for days to receive their Amazon purchase. Several years ago, I was talking to &lt;a href=&quot;https://www.allthingsdistributed.com/&quot;&gt;Werner Vogels&lt;/a&gt;, Amazon&#039;s global CTO, and asked him where most commerce investments were going. He responded that reducing shipping times was more strategic than making improvements to the commerce backend or website. As Wie points out in his blog, Amazon has been working on reducing shipping times for over a decade. First by building a higher density network of distribution centers, and more recently through delivery from local Whole Foods stores, self-service lockers at Whole Foods, predictive or anticipatory shipping, drone delivery, and more. Slowly, but certainly, Amazon is building out its own end-to-end delivery network with one primary objective: reducing shipping times.&lt;/p&gt;
&lt;p&gt;Every organization has limitations that stunt long-term growth so there are important lessons that can be learned from how Amazon approached its blockers or &lt;em&gt;invisible asymptotes&lt;/em&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Take the time to correctly identify your long-term blockers for growth.&lt;/li&gt;
&lt;li&gt;Removing these long-term blockers for growth may look impossible at first.&lt;/li&gt;
&lt;li&gt;Removing these long-term blockers requires creativity, innovation, patience, persistence and aggressive capital allocation. It can take many initiatives and many years to eliminate them.&lt;/li&gt;
&lt;li&gt;Overcoming these obstacles can be a powerful strategy that can unlock unbelievable growth.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I spend a lot of time and effort working on eliminating Drupal&#039;s and Acquia&#039;s growth barriers so I love these kind of lessons. In a future blog post, I&#039;ll share &lt;a href=&quot;https://dri.es/drupal-long-term-growth-obstacles&quot;&gt;my thoughts about Drupal&#039;s growth blockers&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>How Microsoft&#039;s acquisition of GitHub impacts the cloud wars</title>
      <link>https://dri.es/how-microsofts-acquisition-of-github-impacts-the-cloud-wars</link>
      <guid>https://dri.es/how-microsofts-acquisition-of-github-impacts-the-cloud-wars</guid>
      <pubDate>Mon, 04 Jun 2018 11:16:38 -0400</pubDate>
      <description>&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/cache/blog/microsoft-acquires-github-1280w.jpg&quot; alt=&quot;Microsoft acquires GitHub&quot; width=&quot;1280&quot; height=&quot;640&quot; /&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;Today, &lt;a href=&quot;https://blogs.microsoft.com/blog/2018/06/04/microsoft-github-empowering-developers/&quot;&gt;Microsoft announced it is buying GitHub in a deal that will be worth $7.5 billion&lt;/a&gt;. GitHub hosts 80 million source code repositories, and is used by almost 30 million &lt;a href=&quot;https://youtu.be/Vhh_GeBPOhs&quot;&gt;software developers&lt;/a&gt; around the world. It is one of the most important tools used by software organizations today.&lt;/p&gt;
&lt;p&gt;As &lt;a href=&quot;https://dri.es/unlike-marketing-efforts-capex-does-not-lie&quot;&gt;the leading cloud infrastructure platforms&lt;/a&gt; – Amazon, Google, Microsoft, etc – mature, they will likely become functionally equivalent for the vast majority of use cases. In the future, it won&#039;t really matter whether you use Amazon, Google or Microsoft to deploy most applications. When that happens, platform differentiators will shift from functional capabilities, such as multi-region databases or serverless application support, to an increased emphasis on ease of use, the out-of-the-box experience, price, and performance.&lt;/p&gt;
&lt;p&gt;Given multiple functionally equivalent cloud platforms at roughly the same price, the simplest one will win. Therefore, ease of use and out-of-the-box experience will become significant differentiators.&lt;/p&gt;
&lt;p&gt;This is where Microsoft&#039;s GitHub acquisition comes in. Microsoft will most likely integrate its cloud services with &lt;a href=&quot;https://github.com&quot;&gt;GitHub&lt;/a&gt;; each code repository will get a button to easily test, deploy, and run the project in Microsoft&#039;s cloud. A deep and seamless integration between Microsoft Azure and GitHub could result in Microsoft&#039;s cloud being perceived as simpler to use. And when there are no other critical differentiators, ease of use drives adoption.&lt;/p&gt;
&lt;p&gt;If you ask me, Microsoft&#039;s CEO, Satya Nadella, made a genius move by buying GitHub. It could take another ten years for the cloud wars to mature, and for us to realize just how valuable this acquisition was. In a decade, $7.5 billion could look like peanuts.&lt;/p&gt;
&lt;p&gt;While I trust that Microsoft will be a good steward of GitHub, I personally would have preferred to see GitHub remain independent. I suspect that Amazon and Google will now accelerate the development of their own versions of GitHub. A single, independent GitHub would have maximized collaboration among software projects and developers, especially those that are Open Source. Having a variety of competing GitHubs will most likely &lt;a href=&quot;https://dri.es/friduction-the-internets-unstoppable-drive-to-eliminate-friction&quot;&gt;introduce some friction&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Over the years, I had a few interactions with GitHub&#039;s co-founder, Chris Wanstrath. He must be happy with this acquisition as well; it provides stability and direction for GitHub, ends a 9-month CEO search, and is a great outcome for employees and investors. Chris, I want to say congratulations on building the world&#039;s biggest software collaboration platform, and thank you for giving millions of Open Source developers free tools along the way.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Unlike marketing efforts, CAPEX doesn&#039;t lie</title>
      <link>https://dri.es/unlike-marketing-efforts-capex-does-not-lie</link>
      <guid>https://dri.es/unlike-marketing-efforts-capex-does-not-lie</guid>
      <pubDate>Sun, 03 Jun 2018 04:23:51 -0400</pubDate>
      <description>&lt;p&gt;The title of this blog post comes from a recent &lt;a href=&quot;http://www.platformonomics.com&quot;&gt;Platformonomics&lt;/a&gt; article that &lt;a href=&quot;http://www.platformonomics.com/2018/05/follow-the-capex-separating-the-clowns-from-the-clouds/&quot;&gt;analyzes how much Amazon, Google, Microsoft, IBM and Oracle are investing in their cloud infrastructure&lt;/a&gt;. It does that analysis based on these companies&#039; publicly reported CAPEX numbers.&lt;/p&gt;
&lt;p&gt;Capital expenditures, or &lt;a href=&quot;https://en.wikipedia.org/wiki/Capital_expenditure&quot;&gt;CAPEX&lt;/a&gt;, is money used to purchase, upgrade, improve, or extend the life of long-term assets. Capital expenditures generally takes two forms: maintenance expenditure (money spent for normal upkeep and maintenance) and expansion expenditures (money used to buy assets to grow the business, or money used to buy assets to actually sell). This could include buying a building, upgrading computers, acquiring a business, or in the case of cloud infrastructure vendors, buying the hardware needed to invest in the growth of their cloud infrastructure.&lt;/p&gt;
&lt;p&gt;Building this analysis on CAPEX spending is far from perfect, as it includes investments that are not directly related to scaling cloud infrastructure. For example, &lt;a href=&quot;https://www.blog.google/topics/google-cloud/expanding-our-global-infrastructure-new-regions-and-subsea-cables/&quot;&gt;Google is building subsea cables&lt;/a&gt; to improve their internet speed, and Amazon is investing a lot in its package and shipping operations, including &lt;a href=&quot;https://en.wikipedia.org/wiki/Amazon_Air&quot;&gt;the build-out of its own cargo airline&lt;/a&gt;. These investments don&#039;t advance their cloud services businesses. Despite these inaccuracies, CAPEX is still a useful indicator for measuring the growth of their cloud infrastructure businesses, simply because these investments dwarf others.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;http://www.platformonomics.com/2018/05/follow-the-capex-separating-the-clowns-from-the-clouds/&quot;&gt;Platformonomics analysis&lt;/a&gt; prompted me to do a bit of research on my own.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/images/blog/capex-cloud-vendors-absolute-growth-2018.jpg&quot; alt=&quot;The evolution of Amazon, Alphabet, Google, IBM and Oracle&amp;amp;#039;s CAPEX between 2008 and 2018&quot; width=&quot;742&quot; height=&quot;520&quot; /&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;The graph above shows the trailing twelve months (TTM) CAPEX spending for each of the five cloud vendors. CAPEX don&#039;t lie: cloud infrastructure services is clearly a three-player race. There are only three cloud infrastructure companies that are really growing: Amazon, Google (Alphabet) and Microsoft. Oracle and IBM are far behind and their spending is not enough to keep pace with Amazon, Microsoft or Google.&lt;/p&gt;
&lt;p&gt;Amazon&#039;s growth in CAPEX is the most impressive. This becomes really clear when you look at the percentage growth:&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/images/blog/capex-cloud-vendors-percentage-growth-2018.jpg&quot; alt=&quot;The percentage growth of Amazon, Alphabet, Google, IBM and Oracle&amp;amp;#039;s CAPEX between 2008 and 2018&quot; width=&quot;742&quot; height=&quot;520&quot; /&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;Amazon&#039;s CAPEX has exploded over the past 10 years. In relative terms, it has grown more than all other companies&#039; CAPEX combined.&lt;/p&gt;
&lt;h3&gt;The scale is hard to grasp&lt;/h3&gt;
&lt;p&gt;To put the significance of these investments in cloud services in perspective, in the last 12 months, Amazon and Alphabet&#039;s CAPEX is almost 10x the size of Coca-Cola&#039;s, a company whose products are available in every grocery store, gas station, and vending machine in every town and country in the world. More than 3% of all beverages consumed around the world are Coca-Cola products. In contrast, the amount of money cloud infrastructure vendors are investing in CAPEX is hard to grasp.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/images/blog/capex-cloud-vendors-vs-coca-cola-2018.jpg&quot; alt=&quot;The CAPEX of Amazon, Alphabet, Google vs Coca-Cola between 2008 and 2018&quot; width=&quot;742&quot; height=&quot;520&quot; /&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Disclaimers: As a public market investor, I&#039;m long &lt;a href=&quot;https://finance.yahoo.com/q?s=AMZN&quot;&gt;Amazon&lt;/a&gt;, &lt;a href=&quot;https://finance.yahoo.com/q?s=GOOG&quot;&gt;Google&lt;/a&gt; and &lt;a href=&quot;https://finance.yahoo.com/q?s=MSFT&quot;&gt;Microsoft&lt;/a&gt;. Also, &lt;a href=&quot;https://dri.es/amazon-invests-in-acquia&quot;&gt;Amazon is an investor in my company, Acquia&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Cooking with Alexa and Drupal</title>
      <link>https://dri.es/cooking-with-alexa-and-drupal</link>
      <guid>https://dri.es/cooking-with-alexa-and-drupal</guid>
      <pubDate>Tue, 06 Mar 2018 13:51:46 -0500</pubDate>
      <description>&lt;p&gt;When I&#039;m home, one of the devices I use most frequently is the Amazon Echo. I use it to play music, check the weather, set timers, check traffic, and more. It&#039;s a gadget that is beginning to inform many of my daily habits.&lt;/p&gt;
&lt;p&gt;Discovering how organizations can use a device like the Amazon Echo is big part of my professional life too. For the past two years, &lt;a href=&quot;https://dri.es/think-beyond-with-acquia-labs&quot;&gt;Acquia Labs has been helping customers&lt;/a&gt; take advantage of conversational interfaces, beacons and augmented reality &lt;a href=&quot;https://dri.es/friduction-the-internets-unstoppable-drive-to-eliminate-friction&quot;&gt;to remove friction from user experiences&lt;/a&gt;. One of the most exciting examples of this was the development of &lt;a href=&quot;https://dri.es/think-beyond-with-acquia-labs&quot;&gt;Ask GeorgiaGov&lt;/a&gt;, an Alexa skill that enables Georgia state residents to use an Amazon Echo to easily interact with government agencies.&lt;/p&gt;
&lt;p&gt;The demo video below shows another example. It features a shopper named Alex, who has just returned from Freshland Market (a fictional grocery store). After selecting a salmon recipe from Freshland Market&#039;s website, Alex has all the ingredients she needs to get started. Alex begins by asking Alexa how to make her preferred salmon recipe for eight people. The recipe on Freshland Market&#039;s Drupal website is for four people, so the Freshland Market Alexa skill automatically adjusts the number of ingredients needed to accommodate eight people. By simply asking Alexa a series of questions, Alex is able to preheat the oven, make ingredient substitutions and complete the recipe without ever looking at her phone or laptop. With Alexa, Alex is able to stay focused on the joy of cooking, instead of following a complex recipe.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;&lt;div style=&quot;position: relative; padding-bottom: 56.25%; height: 0&quot;&gt;&lt;iframe src=&quot;https://www.youtube-nocookie.com/embed/fFBYqPn8C4E&quot; style=&quot;position: absolute; top: 0; left: 0; width: 100%; height: 100%&quot; loading=&quot;lazy&quot; title=&quot;YouTube video&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;This project was easy to implement because the team took advantage of the &lt;a hef=&quot;https://www.drupal.org/project/alexa&quot;&gt;Alexa integration module&lt;/a&gt;, which allows Drupal to respond to Alexa skill requests. Originally created by Jakub Suchy (Acquia) and maintained by Chris Hamper (Acquia), the Alexa integration module enables Drupal to respond to custom voice commands, otherwise known as &amp;quot;skills&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/images/acquia/cooking-with-alexa.jpg&quot; alt=&quot;A diagram shows how Amazon Echo uses an Alexa skill to request and retrieve recipes from a Drupal website and database.&quot; width=&quot;742&quot; height=&quot;191&quot; /&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;Once an Amazon Echo user provides a verbal query, known as an &amp;quot;utterance&amp;quot;, this vocal input is converted into a text-based request (the &amp;quot;intent&amp;quot;) that is sent to the Freshland Market website (the &amp;quot;endpoint&amp;quot;). From there, a combination of custom code and the Alexa module for Drupal 8 responds to the Amazon Echo with the requested information.&lt;/p&gt;
&lt;p&gt;Over the past year, it&#039;s been very exciting to see the Acquia Labs team build a connected customer journey using &lt;a href=&quot;https://dri.es/think-beyond-with-acquia-labs&quot;&gt;chatbots&lt;/a&gt;, &lt;a href=&quot;https://dri.es/shopping-with-augmented-reality&quot;&gt;augmented reality&lt;/a&gt; and now, voice assistance. It&#039;s a great example of how organizations can build cross-channel customer experiences that take place both online and offline, in store and at home, and across multiple touch points. While Freshland Market is a fictional store, any organization could begin creating these user experiences today.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Special thanks to &lt;a href=&quot;https://www.drupal.org/u/hampercm&quot;&gt;Chris Hamper&lt;/a&gt; and &lt;a href=&quot;https://www.drupal.org/u/prestonso&quot;&gt;Preston So&lt;/a&gt; for building the Freshland Market Alexa skill, and thank you to &lt;a href=&quot;https://twitter.com/burnashburn&quot;&gt;Ash Heath&lt;/a&gt; and Drew Robertson for producing the demo videos.&lt;/em&gt;&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Amazon invests in Acquia</title>
      <link>https://dri.es/amazon-invests-in-acquia</link>
      <guid>https://dri.es/amazon-invests-in-acquia</guid>
      <pubDate>Wed, 13 Aug 2014 11:46:58 -0400</pubDate>
      <description>&lt;p&gt;I&#039;m happy to share news that &lt;a href=&quot;http://amazon.com&quot;&gt;Amazon&lt;/a&gt; has joined the &lt;a href=&quot;https://www.acquia.com&quot;&gt;Acquia&lt;/a&gt; family as our newest investor. This investment builds on the &lt;a href=&quot;https://dri.es/acquia-raises-50-million-series-f&quot;&gt;recent $50 million financing round&lt;/a&gt; that Acquia completed in May, which was led by &lt;a href=&quot;http://nea.com&quot;&gt;New Enterprise Associates&lt;/a&gt; (NEA).&lt;/p&gt;
&lt;p&gt;Acquia is the largest provider of Drupal infrastructure in the world. We run on more than 8,000 AWS instances and serve more than 27 billion hits a month or 333 TB of bandwidth a month. Working with AWS has been an invaluable part of our success story, and today&#039;s investment will further &lt;a href=&quot;https://mjskok.com/news/partnership-its-best-mutual-and-customer-driven&quot;&gt;solidify our collaboration&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We did not disclose the amount of the investment in today&#039;s news announcement.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>MIT&#039;s Emerging Technologies Conference</title>
      <link>https://dri.es/mit-emerging-technology-conference-2008</link>
      <guid>https://dri.es/mit-emerging-technology-conference-2008</guid>
      <pubDate>Fri, 26 Sep 2008 07:20:00 -0400</pubDate>
      <description>&lt;p&gt;Funny anecdote: I was waiting backstage to go on stage for my &lt;a href=&quot;https://www.technologyreview.com/lists/innovators-under-35/&quot;&gt;TR35 elevator pitch&lt;/a&gt; on &lt;a href=&quot;https://www.drupal.org&quot;&gt;Drupal&lt;/a&gt; at &lt;a href=&quot;https://www.technologyreview.com/emtech/&quot;&gt;MIT&#039;s Emerging Technologies Conference&lt;/a&gt;, scheduled to be directly after &lt;a href=&quot;https://www.microsoft.com/presspass/exec/craig/&quot;&gt;Craig Mundie&lt;/a&gt;&#039;s keynote presentation. (Craig is one of the two people that replace Bill Gates now he is retired.) When he walked off the stage, he stopped and jokingly said &amp;quot;&lt;em&gt;Good luck, I warmed up the audience for you.&lt;/em&gt;&amp;quot;. He probably didn&#039;t know that I was going to talk about Open Source software. ;-)&lt;/p&gt;
&lt;p&gt;Either way, it is a great testament for all of us who work on Drupal that MIT recognizes Drupal as an important emerging technology, and that we are now on the radar of even more great technology leaders. &lt;em&gt;Rock on!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/cache/emtech-2008/cloud-computing-panel-1280w.jpg&quot; alt=&quot;A panel of six experts discusses cloud computing on stage at the EmTech 2008 conference.&quot; width=&quot;1280&quot; height=&quot;1044&quot; /&gt;
&lt;figcaption&gt;&lt;em&gt;From left to right: Dan Farber (Editor in Chief, CNET), David P. Anderson (Professor, University of Berkeley, SETI@home), Matthew Glotzbach (Product Management Director, Google), Parker Harris (Executive Vice President Technology, Salesforce.com), Mendel Rosenblum, (Chief Scientist and Cofounder, VMware), and Werner Vogels (Chief Technology Officer, Amazon).&lt;/em&gt;&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/cache/emtech-2008/future-of-mobile-panel-1280w.jpg&quot; alt=&quot;Panelists discuss the future of mobile technology on stage at EmTech 2008, with a speaker shown on screen.&quot; width=&quot;1280&quot; height=&quot;1012&quot; /&gt;
&lt;figcaption&gt;&lt;em&gt;From left to right: Erika Jonietz (Senior Editor, Technology Review), Elizabeth Altman (Vice President of Strategy and Business Development, Motorola Mobile Devices), Kevin Lynch (Chief Technology Officer, Adobe Systems), Masaaki Maeda (President and CEO, DoCoMo), and Rich Miner (Group Manager, Mobile Platforms and Android, Google).&lt;/em&gt;&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/cache/emtech-2008/craig-mundie-1280w.jpg&quot; alt=&quot;Craig Mundie, Microsoft&amp;amp;#039;s Chief Research and Strategy Officer, speaks on stage at EmTech 2008.&quot; width=&quot;1280&quot; height=&quot;1920&quot; /&gt;
&lt;figcaption&gt;&lt;em&gt;Craig Mundie, Microsoft&#039;s Chief Research and Strategy Officer.&lt;/em&gt;&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/cache/emtech-2008/tr35-1280w.jpg&quot; alt=&quot;A poster from MIT&amp;amp;#039;s EmTech 2008 highlights the TR35 list of young innovators under 35 and their technological contributions.&quot; width=&quot;1280&quot; height=&quot;1920&quot; /&gt;
&lt;/figure&gt;

&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/cache/emtech-2008/mit-1280w.jpg&quot; alt=&quot;The entrance of an MIT building with tall columns, large windows, and people walking up and down the steps.&quot; width=&quot;1280&quot; height=&quot;960&quot; /&gt;
&lt;figcaption&gt;&lt;em&gt;Massachusetts Institute of Technology (MIT)&lt;/em&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Drupal Pro book cracks Amazon Top 100</title>
      <link>https://dri.es/drupal-pro-book-cracks-amazon-top-100</link>
      <guid>https://dri.es/drupal-pro-book-cracks-amazon-top-100</guid>
      <pubDate>Wed, 18 Apr 2007 18:23:50 -0400</pubDate>
      <description>&lt;p&gt;About a week ago the new &lt;a href=&quot;http://drupalbook.com/&quot;&gt;Pro Drupal Development book&lt;/a&gt; started shipping, and today, the book cracked the Amazon Top 100. And we&#039;re not talking about the top 100 computer books here, we&#039;re talking about &lt;em&gt;the&lt;/em&gt; top 100 bestsellers.&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/images/drupal/drupal-pro-amazon-rank-1.jpg&quot; alt=&quot;Amazon sales rank of a Drupal-related book is #87 in the Books category.&quot; width=&quot;500&quot; height=&quot;196&quot; /&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;&lt;figure&gt;&lt;img src=&quot;https://dri.es/files/images/drupal/drupal-pro-amazon-rank-2.jpg&quot; alt=&quot;Amazon listing for &amp;amp;quot;Pro Drupal Development&amp;amp;quot; book, showing price, discount, rating, and pre-order options.&quot; width=&quot;821&quot; height=&quot;196&quot; /&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;I&#039;m still waiting for my copy to arrive, and rumor has it that &lt;a href=&quot;https://www.apress.com/&quot;&gt;Apress&lt;/a&gt;, the publisher, already started making arrangements for a reprint.&lt;/p&gt;
&lt;p&gt;That ranking might be short-lived but still ... can someone tell me what is going on here, because this is just plain nuts. &lt;em&gt;I didn&#039;t expect that to happen either ...&lt;/em&gt;&lt;/p&gt;
</description>
    </item>
  </channel>
</rss>
