Google opens TPUs to enterprises beyond its own cloud via Blackstone JV

Google Cloud and Blackstone have unveiled a new joint venture aimed at building a large-scale standalone cloud platform powered by Google’s Tensor Processing Units (TPUs), marking one of the company’s clearest moves yet to expand its AI infrastructure beyond the traditional boundaries of Google Cloud.

The new company will offer “efficient data center capacity, operations, networking, and Google…

Read more →
EC2

Amazon EC2 (Elastic Compute Cloud) is AWS's primary virtual machine service. EC2 provisions virtual servers (instances) in minutes, billed by the second, with a wide selection of CPU, memory, GPU, and network configurations. EC2 launched in 2006 and remains the bedrock compute primitive on which much of AWS is built.

Core concepts

  • Instance type. A family + size that defines CPU, memory,…
S3

Amazon S3 (Simple Storage Service) is AWS's object storage service. It stores arbitrary blobs of data (objects) in named containers (buckets), accessed over HTTPS via the S3 API. S3 is the original AWS service and the canonical example of an object store; its API has become a de facto standard supported by many other vendors.

Core concepts

  • Bucket. A globally-named container for objects,…

Serverless is a cloud execution model in which the provider runs and scales the underlying compute, and the customer is billed only for actual usage (request count, execution time, memory). Despite the name, servers still exist; they are simply invisible to the customer. "Serverless" usually refers to functions-as-a-service (FaaS), but increasingly includes serverless databases, queues, and…

AWS

Amazon Web Services (AWS) is Amazon's cloud computing platform, comprising more than two hundred services for compute, storage, networking, databases, machine learning, and other capabilities, billed by usage.

How it works

Resources are organized by region (a geographic area with multiple isolated availability zones) and by account. Identity and access are governed by IAM, which mediates every…

Page 1