December 2, 2020

2271 words 11 mins read

A re:Invent like no other shows an AWS capitalizing on 2020 chaos

A re:Invent like no other shows an AWS capitalizing on 2020 chaos

A re:Invent like no other shows an AWS capitalizing on 2020 chaos Kurt Marko Fri, 12/04/2020 - 03:22

Summary:
Amazon’s re:Invent went online, but there was plenty to mull over to be found in CEO Andy Jassy’s keynote.

(AWS)

After more than

a decade of explosive growth and eight previous re:Invent  conferences, cloud watchers are used to the annual firehose of information packed into CEO Andy Jassy’s keynotes. However, the zeitgeist of 2020 thwarted the throngs that would normally pack into the Sands Convention Center and relegated Jassy to an empty facsimile of the typical expo hall and stage. Regardless, Jassy didn’t disappoint, regaling a larger-than-usual online audience with dozens of announcements spread over a three-hour tour de force of vocal, adrenal and vesical stamina. With revenue of almost $130 million per day and still doubling every two-three years, AWS has grown to resemble its retail parent: the cloud service with something for everyone. As re:Invent has expanded, it becomes progressively more difficult to identify overarching themes in the dozens of product announcements and updates. Indeed, finding significant patterns amidst the barrage of keynote slides and AWS blog posts has become a Rorschach test for cloud watchers: what you highlight is more a reflection of personal preferences and biases than AWS priorities. Nonetheless, I’ll highlight some topics I found significant, rationalizing a few by noting their prominent position early in Jassy’s address, before audience fatigue and temporal distractions took over. Building modern apps the AWS way I expected AWS to emphasize two areas, homegrown hardware and serverless services, indeed got top billing in Jassy’s keynote. With serverless — which, for the clueless and cynics out doesn’t mean devoid of computational hardware, but instead services that are used and decommissioned on-demand automatically and without previously provisioning instances, storage or capacity - AWS is emulating Google by expanding the definition beyond event-driven functions like Lambda to include managed applications and platforms, including an API gateway, pub/sub notifications and message queuing, an event bus and workflow scheduler. This year, Jassy emphasized its Aurora DBMS service, where a new version brings faster performance and scaling along with better support for SQL Server applications. Jassy claims that Aurora, its Oracle killer that is now being aimed at Microsoft SQL Server customers, is the fastest-growing service in its history. With version 2, Aurora can scale to “hundreds of thousands of transactions in a fraction of a second” without requiring customers to pre-provision peak capacity. AWS estimates that Aurora’s improved-granularity auto-scaling cuts cost up to 90% compared with traditional cloud databases. AWS also introduced Babelfish for Aurora PostgreSQL, a code translation layer that can parse SQL Server’s network protocol and command, making it interoperable with existing SQL Server drivers and applications. AWS also open sourced the Bablefish code to facilitate the migration of SQL Server developers and tools to Aurora. Containers and serverless functions are the foundation of modern applications  and AWS isn’t about to let Google get a significant lead in mindshare or technology. Containers are the vehicle for custom applications and services with Kubernetes now the preferred workload and cluster management platform. AWS has long hedged its bets by offering two managed orchestration systems, ECS (native, using EC2 instances) and EKS (Kubernetes) and announced forthcoming support for running them in a hybrid configuration on internal bare metal or VMware servers. Both remain managed services (CaaS) that use the same configuration and management UI as cloud-based alternatives. More interesting is how AWS continues to expand Lambda into a full-fledged execution environment. A problem with trying to make sophisticated Lambda functions are the required system dependencies like libraries and runtime environments. These can now be accommodated by Lambda’s support for container images as large as 10GB. AWS has built base images with Python, Node.js, Java, .NET, Go and Ruby, but supports custom runtimes by bundling the requisite components and the Lambda Runtime API  into an Amazon Linux image. AWS also made Lambda more attractive for frequently-used, short-duration workloads by reducing the billing granularity from 100 to 1ms. AWS provided an example of a function in a 100,000-user web app that is called 20-times per day per client. Although the hypothetical code only takes 28ms to execute, the old pricing model rounded it up to 100ms, costing almost 3-times as much per month as the new billing scheme. Together, these improvements make Lambda significantly more compelling than a persistent VM for glue logic, scheduled jobs or high-use, short-duration functions requiring low-latency and high scalability. Jassy noted that almost half of the new applications deployed on AWS this year use Lambda and collectively run over a million transactions per second. Taking a page from Apple’s playbook - AWS likes silicon too This year marks a turning point in the adoption of specialized, often custom-designed processors and SoCs in favor of general-purpose CPUs. Apple continues to lead the way in customized consumer components, with its A14 smoking competitive SoCs from Qualcomm and Samsung and new M1 chip outperforming “everything Intel has to offer” on the PC side. AWS followed suit as the first to announce a custom Arm SoC for cloud workloads with its Graviton instances two years ago. Last year it made significant improvements with the Graviton 2, which got a speed boost this year. The C6g instances target compute-heavy workloads by improving network bandwidth 4-times to 100 Gbps and block storage (EBS) throughput to 38Gbps. Overall, Jassy claims that the Graviton2 family of instances deliver “40% better price-performance for all workloads” than Xeon-based alternatives. He also highlighted the broad Graviton compatibility across the AWS service portfolio, including ECS, EKS and CodeX developer services, and support by third-party vendors and Linux distros. Indeed, he noted that customers are often surprised by how quickly they can port applications to Graviton. AWS introduced its first custom chip for machine learning (ML) inference calculations two years ago with Inferentia, leaving NVIDIA V100 GPUs in its P3 instances as the preferred option for model training, until now. Jassy announced two new offerings, the homegrown AWS Trainium and one using Intel’s Habana Labs Gaudi processor, designed to provide better price performance. AWS didn’t offer technical or performance details about the Trainium, which won’t be available until sometime next year, but says it is compatible with the Neuron SDK used to develop Inferentia models. Since Neuron includes interfaces for popular ML frameworks like TensorFlow and MXNet, AWS expects developers to have little difficulty moving model training from GPU to Trainium instances. Habana’s Gaudi, which Intel acquired in 2019, is another special-purpose processor designed for AI model training that uses an approach similar to Google’s TPU with eight tensor (vector) processing cores per chip. AWS will bundle 8 Gaudi accelerators in each instance, which it expects to “deliver up to 40% better price performance than current GPU-based EC2 instances for training deep learning models.” Like Neuron, the Gaudi SDK supports most popular AI frameworks. Both Trainium and Gaudi instances will be usable in EKC and ECS clusters or with the SageMaker development platform. My take In reviewing another successful year, Jassy touted AWS as the broadest and deepest cloud platform and one glance at the accompanying eye chart shows that he isn’t exaggerating. Although AWS does have a service for everyone, data from the cloud consultancy 2ndWatch shows that core IaaS products like EC2, RDS, DynamoDB and S3 remain the most popular services. However, 2ndWatch also finds that newer SaaS and platform services like Transcribe, Comprehend, Personalize and Athena have the fastest uptake. While these services often get lost amidst the annual flood of re:Invent announcements, AWS has found and filled a latent need for packaged, automated platforms and applications that relieve IT and developers from the burden of provisioning and administering cloud services. It was telling that although Jassy led his keynote with the meat and potatoes of compute, containers, storage and components, he spent the latter half discussing SaaS business products like AWS Connect (contact center), QuickSight (BI), Glue (ETL), Lookout (image detection), Monitron (predictive analytics) and DevOps Guru (code analysis). I’ll have more to say about these later, but collectively they’re turning AWS into a cloud supermart that defies traditional classifications. My focus here is the increasingly differentiated foundation AWS has built for its core infrastructure services, which are creating the same sort of competitive moat that parent Amazon’s has built through its sustained investment in distribution and logistics infrastructure. AWS has recreated the virtuous cycle Bezos first envisioned for Amazon and the resulting flywheel effect poses nearly insurmountable challenges for AWS’s cloud competitors.

Image credit - AWS

Read more on:
Infrastructure Cloud platforms - infrastructure and architecture

Author: Kurt Marko

Date: 2020-12-04

URL: https://diginomica.com/reinvent-no-other-shows-aws-capitalizing-2020-chaos

diginomica.com

Two surveys among SAP UK customers indicate trouble ahead as skill shortage bites (2020-11-25) Two surveys among SAP UK customers indicate trouble ahead as skill shortage bites Den Howlett Tue 11/24/2020 - 18:27 Summary: Two surveys provide insight into how an already difficult environment is made more challenging via SAP Last week the UK & Ireland SAP User Group issued the results of a recent survey that makes for tough reading The key findings are: The research reveals that cost and avail.. Two surveys among SAP UK customers indicate trouble ahead as skill shortage bites
Creating a culture of inclusivity at Natwest through better collaboration (2020-11-12) Creating a culture of inclusivity at Natwest through better collaboration Mark Samuels Thu 11/12/2020 - 00:33 Summary: NatWests head of Unix engineering says agile principles and employee-led networks can help boost employee experiences Image sourced via the Natwest website Business leaders must ensure employees know that their opinions count and should use a range of techniques to help people com..
Data and analytics are the key to marketing-led growth, but marketers need to overcome key challenges first (2020-11-12) Data and analytics are the key to marketing-led growth but marketers need to overcome key challenges first Jonathan Beeston Thu 11/12/2020 - 01:16 Summary: Jonathan Beeston Product Marketing Director EMEA at Salesforce Datorama describes how marketers are increasingly responsible for business growth While data and analytics can unlock actionable insights marketers are met with challenges in integr..
Endries International looks to optimise warehouse efficiency and employee learning with Infor (2020-11-24) Endries International looks to optimise warehouse efficiency and employee learning with Infor Derek du Preez Tue 11/24/2020 - 05:01 Summary: Fastener distributor Endries International has had a long partnership with Infor but needs a new WMS to help it scale Image sourced via Endries International What started as a small family run operation almost 50 years ago distributing fasteners out of Northe..
Salesforce plays its biggest M&A gambit to date to snap up Slack for $27.7 billion (2020-12-01) Salesforce plays its biggest M&A gambit to date to snap up Slack for $277 billion Stuart Lauchlan Tue 12/01/2020 - 14:06 Summary: The games afoot - and its a $277 billion one as Salesforce takes over Slack and ups the stakes against Microsoft and Teams Salesforce/Slack In whats shaping up to be a busy week for the company Salesforce has confirmed its worst kept secret and announced its buying work..
How observability helps Quill in its mission to help kids write better (2020-11-06) How observability helps Quill in its mission to help kids write better Phil Wainewright Fri 11/06/2020 - 00:28 Summary: Quill which helps low income school students improve their writing skills discusses the impact of observability tools provided under New Relics donation program Fleming County students using Quill via Quillorg One of the concerns as schools closed at the height of the COVID-19 lo..
Modern cloud solutions provide the direct path to agility (2020-11-20) Modern cloud solutions provide the direct path to agility Simon Quinton Fri 11/20/2020 - 05:35 Summary: Simon Quinton Infor VP & GM of the UK & Ireland discusses how cloud solutions have accelerated agility and helped organizations across a variety of industries survive and thrive through the COVID-19 pandemic - while positioning them well for future success Image by Gerd Altmann from Pixabay Com.. Modern cloud solutions provide the direct path to agility
2020 - the year that Dreamforce came to you and Benioff made the best of it (2020-12-03) 2020 - the year that Dreamforce came to you and Benioff made the best of it Stuart Lauchlan Wed 12/02/2020 - 16:16 Summary: Not the Dreamforce he wanted but the Dreamforce we all got - Marc Benioff hosts a virtual version of Salesforces biggest customer event of the year A socially-distanced Stewart Butterfield and Marc Benioff Dreamforce is different this yearits not the Dreamforce that we wanted.. 2020 - the year that Dreamforce came to you and Benioff made the best of it
What has digital government in the UK learned during the COVID-19 crisis? (2020-11-19) What has digital government in the UK learned during the COVID-19 crisis? Derek du Preez Thu 11/19/2020 - 04:32 Summary: A new report released today by think tank Institute for Government does a good job of highlighting the governments digital wins and failures in response to COVID-19 The response from governments around the world to the threat of COVID-19 has been one of the biggest public servic.. What has digital government in the UK learned during the COVID-19 crisis?
FinancialForce appoints Scott Brown as CEO to drive customer growth (2020-11-03) FinancialForce appoints Scott Brown as CEO to drive customer growth Phil Wainewright Tue 11/03/2020 - 11:44 Summary: Fresh from Teradata and many years at Cisco Scott Brown becomes CEO at FinancialForce as Tod Nielsen retires image: FinancialForce Cloud PSA and ERP vendor FinancialForce has a new CEO Scott Brown took up the reins yesterday replacing Tod Nielsen who is retiring after a 4-year stint..