<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Hybrid &amp; Multicloud</title><link>https://cloud.google.com/blog/topics/hybrid-cloud/</link><description>Hybrid &amp; Multicloud</description><atom:link href="https://cloudblog.withgoogle.com/blog/topics/hybrid-cloud/rss/" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 02 Mar 2026 17:00:05 +0000</lastBuildDate><image><url>https://cloud.google.com/blog/topics/hybrid-cloud/static/blog/images/google.a51985becaa6.png</url><title>Hybrid &amp; Multicloud</title><link>https://cloud.google.com/blog/topics/hybrid-cloud/</link></image><item><title>Designing private network connectivity for RAG-capable gen AI apps</title><link>https://cloud.google.com/blog/products/networking/design-private-connectivity-for-rag-ai-apps/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The flexibility of Google Cloud allows enterprises to build secure and reliable architecture for their AI workloads. In this blog we will look at a reference architecture for &lt;/span&gt;&lt;a href="https://docs.cloud.google.com/architecture/private-connectivity-rag-capable-gen-ai"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;private connectivity for retrieval-augmented generation&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (RAG)-capable generative AI applications. This architecture is for scenarios where communications of the overall system must use private IP addresses and must not traverse the internet.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;The power of RAG&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;RAG is a powerful technique used to optimize the output of large language models (LLMs) by grounding them in specific, authoritative knowledge bases outside of their original training data. RAG allows an application to retrieve relevant information from your documents, datasources, or databases in real time. This retrieved context is then provided to the model alongside the user’s query, helping to ensure that the AI’s responses are accurate, verifiable, and highly relevant to your business. This improves the quality of responses and reduces hallucinations. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This approach is helpful because it allows you to direct generative AI to use a designated source of truth, rather than relying solely on the model's pre-existing knowledge, and without needing to retrain or fine-tune the model itself. &lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Design pattern example&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To understand how to think about setting up your network for private connectivity for a RAG application in a regional design, let's look at the design pattern.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The setup comprises an &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;external network&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; (on-prem and other clouds) and &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Google Cloud environments&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; consisting of a &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;routing project&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;, a &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Shared VPC host project for RAG&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;, and three specialized service projects: &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;data ingestion&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;, &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;serving&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;, and &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;frontend&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This design utilizes the following services to provide an end-to-end solution:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://docs.cloud.google.com/network-connectivity/docs/interconnect/concepts/overview"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud Interconnect&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt; or &lt;/strong&gt;&lt;a href="https://docs.cloud.google.com/network-connectivity/docs/vpn/concepts/topologies#vpn-overview"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud VPN&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt;:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; To securely connect from your on-premises or other clouds to the routing VPC network&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://docs.cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/overview"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Network Connectivity Center&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt;:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Used as an orchestration framework to manage connectivity between the routing VPC network and the RAG VPC network via VPC spokes and hybrid spokes&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://docs.cloud.google.com/network-connectivity/docs/router/concepts/overview"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud Router&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt;:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; In the routing project, facilitates dynamic BGP route exchange between the external network and Google Cloud&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/vpc/docs/private-service-connect"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Private Service Connect&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt;:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Provides a private endpoint in the routing VPC network to reach the Cloud Storage bucket for data ingestion without traversing the public internet&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://docs.cloud.google.com/vpc/docs/shared-vpc"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Shared VPC&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt;:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Host project architecture that allows multiple service projects to use a common, centralized VPC network&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Google &lt;/strong&gt;&lt;a href="https://docs.cloud.google.com/armor/docs/cloud-armor-overview"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud Armor&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt; and Application &lt;/strong&gt;&lt;a href="https://docs.cloud.google.com/load-balancing/docs/application-load-balancer"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Load Balancer&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt;:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Placed in the frontend service project to provide security and traffic management for user interaction&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://cloud.google.com/security/vpc-service-controls"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;VPC Service Controls&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt;:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Creates a managed security perimeter around all resources to mitigate data exfiltration risks&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/1-rag-gen-ai.max-1000x1000.png"
        
          alt="1-rag-gen-ai"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;The traffic flow &lt;/strong&gt;&lt;/h3&gt;
&lt;h4&gt;&lt;strong style="vertical-align: baseline;"&gt;RAG population flow&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In the diagram, the &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;green dashed line&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; shows the &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;RAG population flow&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;, which describes how data travels from data engineers to vector storage.&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;From the external network, data travels over Cloud Interconnect or Cloud VPN.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;In the routing projects it uses the &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Private Service Connect endpoint&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; to get to the Cloud Storage bucket.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;From the &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Cloud Storage bucket&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; in the Data Ingestion service project, the &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;data ingestion subsystem&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; processes the raw data. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;The AI model creates vectors from the chunks, returns them to the data ingestion subsystem, which writes them to the &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;RAG datastore&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; in the serving service project.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;&lt;strong style="vertical-align: baseline;"&gt;Inference flow&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In the diagram, the &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;orange dashed line&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; shows the &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;inference flow&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;, which describes customer or user requests.&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;The request travels over Cloud Interconnect or Cloud VPN to the routing VPC network and then over the VPC spoke to the &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;RAG VPC network&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;The request reaches the Application Load&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Balancer&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;protected by&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; Cloud Armor&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;; once allowed, it passes it to the &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;frontend subsystem&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;The frontend subsystem forwards the request to the &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;serving subsystem&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;, which augments the prompt with data from the &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;RAG datastore&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; and generates a response via the AI model.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;The system generates a response via the AI model, and the grounded response is returned along the same path to the requestor.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;&lt;strong style="vertical-align: baseline;"&gt;Management and routing&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In the diagram, the &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;blue dotted lines&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; represent the &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Network Connectivity Center hybrid and VPC spokes&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; that manage the control plane and route orchestration between the routing network and the RAG VPC network. This ensures that routes learned from the external network are appropriately propagated across the environment.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Please read the entire architecture document &lt;/span&gt;&lt;a href="https://docs.cloud.google.com/architecture/private-connectivity-rag-capable-gen-ai"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Private connectivity for RAG-capable generative AI applications&lt;/strong&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to understand the specific including IAM permissions, VPC Service Controls, and deployment considerations.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Next steps&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Take a deeper dive into the Cross-Cloud Network, and other guides about generative AI with RAG:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Document set: &lt;/span&gt;&lt;a href="https://docs.cloud.google.com/architecture/rag-reference-architectures"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Generative AI with RAG&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Document: &lt;/span&gt;&lt;a href="https://cloud.google.com/architecture/ccn-distributed-apps-design"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cross-Cloud Network for distributed applications &lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Blog: &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/topics/developers-practitioners/build-your-first-adk-agent-workforce?e=48754805"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Build Your First ADK Agent Workforce&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Want to ask a question, find out more or share a thought? Please connect with me on &lt;/span&gt;&lt;a href="https://www.linkedin.com/in/ammett/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Linkedin&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 02 Mar 2026 17:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/networking/design-private-connectivity-for-rag-ai-apps/</guid><category>AI &amp; Machine Learning</category><category>Hybrid &amp; Multicloud</category><category>Developers &amp; Practitioners</category><category>Networking</category><media:content height="540" url="https://storage.googleapis.com/gweb-cloudblog-publish/images/0-rag-hero.max-600x600.png" width="540"></media:content><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Designing private network connectivity for RAG-capable gen AI apps</title><description></description><image>https://storage.googleapis.com/gweb-cloudblog-publish/images/0-rag-hero.max-600x600.png</image><site_name>Google</site_name><url>https://cloud.google.com/blog/products/networking/design-private-connectivity-for-rag-ai-apps/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Ammett Williams</name><title>Developer Relations Engineer</title><department></department><company></company></author></item><item><title>Unlocking enterprise data to accelerate agentic AI: How Ab Initio does it</title><link>https://cloud.google.com/blog/products/data-analytics/unlocking-enterprise-data-to-accelerate-agentic-ai-how-ab-initio-does-it/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Your AI agents are only as good as the data behind them. For enterprise teams building agentic AI, that's both the opportunity and the core question: How do you give Gemini and other AI models access to accurate, well-documented data when that data lives across dozens of systems, from modern cloud services to legacy mainframes?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;It's a question many organizations are actively working through. Gemini and other AI models depend on large volumes of AI-ready data to support agentic workflows.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Most enterprises now store data in many places: different cloud providers, on-premises servers, and legacy systems. Pulling together the data and metadata necessary for effective AI agents requires connecting all of it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To address the data challenges of the AI era, Google Cloud and &lt;/span&gt;&lt;a href="https://www.abinitio.com/en/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Ab Initio&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; are announcing a suite of products, including new data connectors, metadata connectors, and agents. Taken together, these can help build agentic AI experiences that enable autonomous actions and accelerated human-in-the-loop decisions. Ab Initio’s data integration, governance, active metadata, and agentic AI capabilities integrate directly with Google Cloud &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;platform, notably BigQuery, Dataplex Universal Catalog, and Gemini&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span style="vertical-align: baseline;"&gt;How Google's Data Cloud powers agentic AI&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Google's &lt;/span&gt;&lt;a href="https://cloud.google.com/data-cloud"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Data Cloud&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; is built to deliver the data and context needed to power agentic AI. &lt;/span&gt;&lt;a href="https://cloud.google.com/bigquery"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;BigQuery&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; provides data storage within Google Cloud along with scalable analytics and processing. &lt;/span&gt;&lt;a href="https://cloud.google.com/dataplex"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Dataplex&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; organizes data and AI assets and metadata across Google Cloud, acting as your catalog for AI to provide a dynamic system of record delivering discoverability and essential business context, including definitions, constraints, and relationships, required for AI to reason and act at scale.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Many organizations, though, operate in multi-cloud environments where data is distributed. Even when external data is available, it might lack the metadata that describes its origin, reliability, and business meaning. The partnership with Ab Initio overcomes hurdles like these.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span style="vertical-align: baseline;"&gt;A unified hub for the hybrid enterprise&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Ab Initio serves as a neutral hub that creates a multicloud enterprise data fabric. In particular, Ab Initio extends Dataplex with a bi-directional metadata exchange across more than 500 sources. That range matters — it covers everything from modern cloud services to legacy mainframes.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The integration provides field-level, end-to-end lineage from over 100 extractors, including native converters for technologies that are both contemporary and that have long, often complex legacy systems, like COBOL, DataStage, Informatica, and SAS.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;For Google Cloud customers, Ab Initio federates data from across on-premise and multi-cloud environments  into a single unified layer, enabling agentic applications.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Here's how the components work together:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Ab Initio&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; unifies access to data and metadata across systems while providing lineage and transformation context. This lineage history allows you to travel back in time to any point and answer questions about the state of metadata, supporting auditability and compliance.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;BigQuery&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; stores data and executes large-scale analytics and modeling, including on external distributed data. This means your analytics can span data wherever it lives.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Dataplex Universal Catalog&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;  extends its automated governance foundation to deliver trusted semantic context required to ground AI agents and accelerate data insights. By integrating with the Ab Initio Metadata Hub, you can manage metadata across the entire multi-cloud environment.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://cloud.google.com/gemini"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Gemini&lt;/strong&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; consumes comprehensive data and metadata for grounded, explainable reasoning and agentic activity. The richer the context, the better the AI can reason about your data.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/image2_rxpY2CL.max-1000x1000.jpg"
        
          alt="image2"&gt;
        
        &lt;/a&gt;
      
        &lt;figcaption class="article-image__caption "&gt;&lt;p data-block-key="fgo6p"&gt;Figure 1. Ab Initio as the Hub for Hybrid and Multi Cloud Data and Metadata&lt;/p&gt;&lt;/figcaption&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h2&gt;&lt;span style="vertical-align: baseline;"&gt;Governance across the full data and AI lifecycle&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In this model, data remains distributed and heterogeneous while metadata becomes unified and standardized. Ab Initio's architecture is proven in production in the world's largest enterprises.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Ab Initio comprehensively spans the full data engineering lifecycle: transformation, quality, lineage, governance, and orchestration all working together. This produces richer metadata that can support accurate and explainable Gemini reasoning.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span style="vertical-align: baseline;"&gt;Context as the foundation for agentic AI&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://cloud.google.com/transform/ai-grew-up-and-got-a-job-lessons-from-2025-on-agents-and-trust"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Agentic AI requires trusted, AI-ready data and metadata&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. Understanding the origin, quality, and meaning of information matters as much as the data itself. Gemini serves as a key component of the agentic layer, using this context to make decisions that are explainable and auditable.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Ab Initio's integration with BigQuery, Dataplex, and Gemini helps create that understanding for multi-cloud enterprises. By using Ab Initio as a hub, you can deploy agents that work with distributed data while maintaining transparency and control. The hub supports explainability, compliance, and operational reliability.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span style="vertical-align: baseline;"&gt;Get started&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;As you expand your data capabilities and incorporate agentic AI into your workflows, maintaining connected context across data sources becomes essential. Ab Initio provides the data and context to enable Google Gemini agents to operate effectively  across hybrid and multi-cloud environments.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To explore the integration, visit &lt;/span&gt;&lt;a href="https://cloud.google.com/find-a-partner/partner/ab-initio-software-llc"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Ab Initio's Google Cloud partner page&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; or contact your Google Cloud representative.&lt;/span&gt;&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;&lt;sub&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;Ab Initio offers an agentic data platform for large-scale data processing and governance, trusted by the world's most demanding enterprises. It combines active metadata with transparent, high-performance data integration to support AI-driven analytics and automation — helping organizations modernize complex systems, reduce risk, and deliver trusted data products faster.&lt;/span&gt;&lt;/sub&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 18 Feb 2026 17:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/data-analytics/unlocking-enterprise-data-to-accelerate-agentic-ai-how-ab-initio-does-it/</guid><category>AI &amp; Machine Learning</category><category>Customers</category><category>Hybrid &amp; Multicloud</category><category>Data Analytics</category><media:content height="540" url="https://storage.googleapis.com/gweb-cloudblog-publish/images/image1_idgEGOv.max-600x600.png" width="540"></media:content><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Unlocking enterprise data to accelerate agentic AI: How Ab Initio does it</title><description></description><image>https://storage.googleapis.com/gweb-cloudblog-publish/images/image1_idgEGOv.max-600x600.png</image><site_name>Google</site_name><url>https://cloud.google.com/blog/products/data-analytics/unlocking-enterprise-data-to-accelerate-agentic-ai-how-ab-initio-does-it/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Scott Studer</name><title>Head of Development, Ab Initio</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Chai Pydimukkala</name><title>Data Governance, Sharing &amp; Integration Product Lead, Google Cloud</title><department></department><company></company></author></item><item><title>Google Distributed Cloud brings public-cloud-like networking to air-gapped environments</title><link>https://cloud.google.com/blog/products/networking/google-distributed-cloud-gdc-air-gapped-1-15-networking/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Organizations in highly regulated industries often struggle to balance the rigid security of air-gapped environments with the need for the agility and flexibility that the cloud provides. To address this, Google Distributed Cloud (GDC) air-gapped 1.15 introduces new networking features in preview that give you more direct control and visibility without compromising your security posture, as well as a new IPAM feature in general availability that simplifies &lt;/span&gt;&lt;a href="https://docs.cloud.google.com/distributed-cloud/hosted/docs/latest/gdch/platform/pa-user/subnets-overview#subnet-groups"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;subnet management&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. These preview features are Cloud NAT, enhanced connectivity for standard clusters, and advanced HTTP and HTTPS health checks in load balancers. Together, they make it easier for you to manage complex workloads in a secure environment. &lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Manage outbound traffic with Cloud NAT&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Cloud NAT for GDC air-gapped replaces previous egress solutions and gives you more control over how your instances communicate with other networks, on par with public cloud functionality. Cloud NAT provides several benefits:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Configurable egress IPs:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; You can assign and manage multiple egress IP addresses for your outbound traffic so you can identify exactly which workloads are communicating.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Customizable timeouts:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Manage connection lifecycles by adjusting timeouts for different types of traffic.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Granular control:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Administrators can create specific subnets for egress IPs, while application operators define how pods and VMs route their traffic.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Connect standard clusters directly to your organization&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In a secure environment, isolation should not result in disconnected silos. With the latest release, standard clusters include networking updates that help you communicate across your organization while maintaining strict security boundaries, helping you manage your environment more effectively. The updates include:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Direct pod communication:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Your standard cluster pods can now communicate directly with workloads in your organization’s Default VPC. This simplifies how you connect standard clusters and shared clusters.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Flexible firewall policies:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; You can use both Project Network Policy and Kubernetes Network Policy APIs to set granular rules for traffic entering and leaving your pods and nodes.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Managed load balancing:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; You can create internal and external load balancers using standard Kubernetes Service APIs, while GDC manages the underlying configuration for you.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Pods within a standard cluster can now connect to other pods directly or through a ClusterIP. While traffic to the Infra VPC remains blocked, you can send traffic to shared cluster workloads through GDC internal load balancers. This ensures your applications can reach necessary services quickly.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Improve reliability with Load Balancer HTTP and HTTPS health checks&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Previously, L4 load balancing health checks only monitored basic TCP connectivity, only confirming if a port was open. GDC air-gapped load balancers now support HTTP and HTTPS health checks, which allow you to verify if an application is actually functioning correctly. By checking status codes and response content, you can:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Confirm application health: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Verify that services are responding correctly, not just that the server is powered on.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Increase reliability:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Automatically detect and route traffic away from applications experiencing internal errors.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Improve visibility:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Access better data regarding the health of your VM-based workloads to manage performance before issues arise.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Make subnet management easier with subnet groups&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Previously, a child subnet could only reference a single parent subnet. With the introduction of the subnet group, a child subnet can now reference a subnet group that may contain multiple parent subnets. This provides the following benefits:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Overcome the challenges of immutable subnet CIDR: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;While subnet CIDR range is immutable, subnet group simplifies scaling up IP resources by attaching a new subnet to a subnet group. You can reference a subnet group instead of a single parent subnet for easy scale-up.&lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Automatically identify a parent subnet:&lt;/strong&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Now you can reference a subnet group as parent rather than as a single subnet. By using a subnet group in this way, you don't need to manually identify a parent subnet that has available IP resources: inste&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;ad, GDC IPAM automatically finds a subnet in the subnet group with enough available IP space as its parent.&lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Start with smaller CIDRs for easier planning&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Using subnet groups to scale IP resources also means that you can start with smaller and discontinuous CIDRs when creating new parent subnets, making IP resource utilization more efficient and the planning process easier.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Get started&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To learn more about these features, please refer to our &lt;/span&gt;&lt;a href="https://docs.cloud.google.com/distributed-cloud/hosted/docs/latest/gdch/platform/pa-user/networking-overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;documentation&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; or contact your Google Cloud account team.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 10 Feb 2026 17:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/networking/google-distributed-cloud-gdc-air-gapped-1-15-networking/</guid><category>Hybrid &amp; Multicloud</category><category>Networking</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Google Distributed Cloud brings public-cloud-like networking to air-gapped environments</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/networking/google-distributed-cloud-gdc-air-gapped-1-15-networking/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Michael Yitayew</name><title>Product Manager</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Philip Bai</name><title>Product Manager</title><department></department><company></company></author></item><item><title>AWS and Google Cloud collaborate to simplify multicloud networking</title><link>https://cloud.google.com/blog/products/networking/aws-and-google-cloud-collaborate-on-multicloud-networking/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;As organizations increasingly adopt multicloud architectures, the need for interoperability between cloud service providers has never been greater. Historically, however, connecting these environments has been a challenge, forcing customers to take a complex "do-it-yourself" approach to managing global multi-layered networks at scale.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To address these challenges and advance a more open cloud environment, Amazon Web Services (AWS) and Google Cloud collaborated to transform how cloud service providers could connect with one another in a simplified manner. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Today, AWS and Google Cloud are excited to announce a jointly engineered multicloud networking solution that uses both &lt;/span&gt;&lt;a href="https://aws.amazon.com/interconnect/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;AWS Interconnect - multicloud&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and &lt;/span&gt;&lt;a href="https://cloud.google.com/hybrid-connectivity#multicloud-networking-connectivity"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud’s Cross-Cloud Interconnect&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. This collaboration also introduces a new open specification for network interoperability, enabling customers to establish private, high-speed connectivity between Google Cloud and AWS with high levels of automation and speed.&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“Integrating Salesforce Data 360 with the broader IT landscape requires robust, private connectivity. AWS Interconnect - multicloud allows us to establish these critical bridges to Google Cloud with the same ease as deploying internal AWS resources, utilizing pre-built capacity pools and the tools our teams already know and love. This native, streamlined experience — from provisioning through ongoing support — accelerates our customers' ability to ground their AI and analytics in trusted data, regardless of where it resides.”&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;strong&gt;- Jim Ostrognai, SVP Software Engineering, Salesforce&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Previously, to connect cloud service providers, customers had to manually set up complex networking components including physical connections and equipment; this approach required lengthy lead times and coordinating with multiple internal and external teams. This could take weeks or even months. AWS had a vision for developing this capability as a unified specification that could be adopted by any cloud service provider, and collaborated with Google Cloud to bring it to market.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Now, this new solution reimagines multicloud connectivity by moving away from physical infrastructure management toward a managed, cloud-native experience. By integrating AWS with Google Cloud’s Cross-Cloud Network architecture, we are abstracting the complexity of physical connectivity, network addressing, and routing policies. Customers no longer need to wait weeks for circuit provisioning: they can now provision dedicated bandwidth on demand and establish connectivity in minutes through their preferred cloud console or API. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Reliability and security are the cornerstone of this collaboration. We have collaborated on this solution to deliver high resiliency by leveraging quad-redundancy across physically redundant interconnect facilities and routers. Both providers engage in continuous monitoring to proactively detect and resolve issues. And this solution is built on a foundation of trust, utilizing MACsec encryption between the Google Cloud and AWS edge routers. &lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“This collaboration between AWS and Google Cloud represents a fundamental shift in multicloud connectivity. By defining and publishing a standard that removes the complexity of any physical components for customers, with high availability and security fused into that standard, customers no longer need to worry about any heavy lifting to create their desired connectivity. When they need multicloud connectivity, it's ready to activate in minutes with a simple point and click.”&lt;/span&gt;&lt;strong&gt;&lt;span style="vertical-align: baseline;"&gt; - Robert Kennedy, VP of Network Services, AWS&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“We are excited about this collaboration which enables our customers to move their data and applications between clouds with simplified global connectivity and enhanced operational effectiveness. Today's announcement further delivers on Google Cloud’s Cross-Cloud Network solution focused on delivering an open and unified multicloud experience for customers.”&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;strong&gt;- Rob Enns, VP/GM of Cloud Networking, Google Cloud&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This collaboration between AWS and Google Cloud is more than a multicloud solution: it’s a step toward a more open cloud environment. The &lt;/span&gt;&lt;a href="https://github.com/aws/AWSInterconnect" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;API specifications&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; developed for this product are open for other providers and partners to adopt, as we aim to simplify global connectivity for everyone. We invite you to explore this new capability today. To learn more about how to streamline your multicloud operations please visit the in-depth &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/networking/extending-cross-cloud-interconnect-to-aws-and-partners"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud Cross-Cloud Interconnect blog&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and the &lt;/span&gt;&lt;a href="https://aws.amazon.com/interconnect/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;AWS Interconnect - multicloud website&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to get started.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Sun, 30 Nov 2025 19:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/networking/aws-and-google-cloud-collaborate-on-multicloud-networking/</guid><category>Hybrid &amp; Multicloud</category><category>Infrastructure Modernization</category><category>Partners</category><category>Networking</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>AWS and Google Cloud collaborate to simplify multicloud networking</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/networking/aws-and-google-cloud-collaborate-on-multicloud-networking/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Rob Enns</name><title>VP/GM of Cloud Networking, Google Cloud</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Robert Kennedy</name><title>VP of Network Services, Amazon Web Services</title><department></department><company></company></author></item><item><title>Expanding Google Cloud’s Cross-Cloud Network with a groundbreaking AWS collaboration</title><link>https://cloud.google.com/blog/products/networking/extending-cross-cloud-interconnect-to-aws-and-partners/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Today, we &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/networking/aws-and-google-cloud-collaborate-on-multicloud-networking"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;announced&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; a significant collaboration with Amazon Web Services (AWS)&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;to offer a managed, private and secure, on-demand, solution for &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;cross-cloud connectivity&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;. This solution is designed to enable customers to easily build enterprise-grade applications that span both Google Cloud and AWS environments. This collaboration is particularly timely, as the adoption of multicloud applications is rapidly accelerating, driven in part by the rise of AI. A Forbes &lt;/span&gt;&lt;a href="https://www.forbes.com/sites/rscottraynovich/2024/12/03/its-been-a-big-year-for-multicloud-networking-2024-will-be-bigger/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;survey&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; highlighted that 82% of respondents anticipate that the arrival of AI services will increase the demand for multicloud networking due to the scarcity of specialized accelerator resources and the availability of diverse AI agents across different vendors. The surge in multicloud adoption is a strategic imperative for organizations looking to build agentic AI applications, optimize workloads, access best-of-breed services, meet data residency requirements, and ensure the necessary resiliency for modern hybrid and multicloud applications.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To address the inherent network infrastructure challenges introduced by multicloud deployments, we designed the &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/cross-cloud-network"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cross-Cloud Network&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to simplify and optimize networking between Google Cloud and other providers.This commitment to multicloud integration has led to over 50% of the Fortune 500 currently using the Cross-Cloud Network, and this collaboration provides a significant boost. Importantly, this new jointly engineered solution with AWS is being published under an &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;open specification&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;, creating an opportunity to expand the reach, allowing other providers to contribute and implement this solution in their own environments, further benefiting mutual customers.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;Introducing the Cross-Cloud Interconnect for AWS&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Today marks a major step in simplifying and securing the multicloud journey. We are thrilled to announce a first of its kind&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;open specification&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; that fundamentally streamlines private network connections between customers' environments across different cloud providers. This groundbreaking joint specification has culminated in the preview of partner&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Cross-Cloud Interconnect for AWS, a powerful expansion of our Cloud Interconnect portfolio. This innovation allows you to build &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;on-demand connections in minutes&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; between your Google Cloud and AWS VPCs, transforming multicloud networking from a complex build into a simple, managed service.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/1-A_groundbreaking_collaboration.max-1000x1000.png"
        
          alt="1-A groundbreaking collaboration"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This is more than just a connection — it's a complete shift in how you adopt multicloud solutions. We are delivering &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;substantial value&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; to our mutual customers:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Simplicity and speed:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Say goodbye to complex networking builds. This is a &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;fully managed, cloud-native experience&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; where a cross-cloud connection is as easy as peering two VPCs. We're cutting end-to-end setup time from &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;days to mere minutes&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;, with flexible, on-demand bandwidth starting at &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;1 Gbps&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; during preview and scaling up to &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;100 Gbps&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; at general availability.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Secure by default:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Your data's security is paramount. All connections between the two clouds' edge routers are MACsec-encrypted&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;— providing &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;line-rate performance with always-on encryption &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;— for a more secure foundation.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Inherently resilient:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Benefit from an inherently resilient architecture that provides layers of protection against facility, network, and software failures, ensuring your critical applications remain online.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Open and optimized:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; The foundation is an &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;open specification&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; for seamless adoption across the industry. You can also benefit from an optimized t&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;otal cost of ownership&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; through vendor consolidation and an on-demand service model that lets you provision exactly what you need, when you need it.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This service is launching with availability in key locations like N. Virginia, Oregon, London, and Frankfurt, with rapid expansion planned to more locations globally.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Simplifying cross-cloud connectivity&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Before today's jointly engineered solution, building applications that spanned multiple cloud environments was a significant undertaking, often becoming a barrier to multicloud adoption. Customers faced a complex, multi-layered process that involved cross-functional teams and substantial lead times.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;A typical deployment required several intricate steps:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Procurement:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Acquiring physical connections, whether dedicated or through a shared partner offering, and then building and managing the necessary infrastructure to ensure network availability and separation of fate.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Logical configuration:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Establishing basic connectivity by meticulously assigning and negotiating non-overlapping link-local IP addresses and setting up VLANs.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Routing setup:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Configuring BGP sessions, assigning Autonomous System (AS) numbers, and creating complex routing policies to meet specific performance and reliability requirements.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Security implementation:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Conducting thorough security reviews and implementing custom solutions to encrypt traffic between the distinct cloud environments.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The integrated &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;partner Cross-Cloud Interconnect&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; offering completely abstracts away this complexity. Customers can now bypass all the manual steps and instantly leverage pre-built physical connections with built-in security and resiliency, achieving streamlined, on-demand connectivity between their Google Cloud VPCs and AWS.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Building this powerful cross-cloud connection is now remarkably simple. Customers configure a single &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;"transport"&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; resource in Google Cloud and accept it in AWS. This &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;transport&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; is an innovative, managed construct that completely abstracts and provisions the underlying physical interconnects, VLAN attachments, and Cloud Router instances. This profound simplification enables end-to-end connectivity&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; in minutes&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;, transforming multicloud deployment from a days-long engineering project into a simple, rapid configuration task.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/original_images/2-Simplifying_Cross-Cloud_connectivity.gif"
        
          alt="2-Simplifying Cross-Cloud connectivity"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;Under the hood: a secure and resilient foundation&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We co-designed our solution to deliver a secure and resilient foundation for cross-cloud applications, with a simple new service that doesn’t compromise on core enterprise availability tenets. &lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Privacy and security&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: All peering relationships are built between link local addresses, facilitating connectivity between IPv4 and IPv6 private address spaces across both environments. All underlying physical connections between Google Cloud and AWS edge routers are MACsec-encrypted, and both providers manage key rotation to meet enterprise security requirements.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Quad-redundancy:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; To enable connectivity between a Google Cloud and an AWS cloud region, quad-redundant connections are leveraged, ensuring facility redundancy, as well as edge-router redundancy. This design helps protect from multiple simultaneous failure scenarios and provides high resiliency levels for joint customers.&lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Managed operations &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;are key to enabling integrated solutions. The newly introduced solution not only streamlines the physical and logical builds on behalf of joint customers, it also leverages a robust underlying proactive monitoring system that detects and reacts to failures before customers suffer from their consequences. The system relies on coordinated maintenance to avoid overlaps that may impact end-to-end service availability, and streamlines support operations to address potential issues on behalf of customers.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/3-Under_the_hood.max-1000x1000.png"
        
          alt="3-Under the hood"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;A variety of multicloud workloads&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;These new streamlined network connections between Google Cloud and AWS enable application teams to automate network builds for a variety of interesting applications. Consider the following scenarios:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Infrastructure and AI deployments supporting active-active or active-standby disaster recovery strategies. With basic connectivity between two peer services — e.g., agentic AI applications or database replicas — applications can synchronize&lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt; state&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; across the cloud boundary as if they are co-located, supporting maximum application resilience and operational consistency.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;AWS customers issuing inbound requests into Google Cloud to allow a service running in AWS to securely and privately access a Google Cloud API. Examples include custom applications running on Compute Engine or a critical data warehouse hosted in BigQuery that bypasses the public internet for enhanced security and performance. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Google Cloud customers issuing outbound requests towards AWS, where a data pipeline orchestrating in Google Cloud can privately pull large datasets from an AWS datastore like S3 or an RDS instance. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/4-A_variety_of_multicloud_workloads.max-1000x1000.png"
        
          alt="4-A variety of multicloud workloads"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph"&gt;&lt;p data-block-key="v0fgz"&gt;&lt;b&gt;Build applications across Google Cloud and AWS today&lt;/b&gt;&lt;/p&gt;&lt;p data-block-key="19pah"&gt;Regardless of your use case, if your organization would benefit from simple, secure, and robust on-demand connectivity between your Google Cloud and AWS environments, we invite you to start &lt;a href="https://docs.cloud.google.com/network-connectivity/docs/interconnect/concepts/partner-cci-for-aws-overview"&gt;building&lt;/a&gt; your applications across clouds and let us manage your network connectivity infrastructure for you.&lt;/p&gt;&lt;p data-block-key="c4g07"&gt;This collaboration is not restricted to Google Cloud and AWS. We invite other cloud and service providers to offer their customers this streamlined private peering capability with Google Cloud. To learn more, check out the &lt;a href="https://github.com/aws/AWSInterconnect" target="_blank"&gt;open specification&lt;/a&gt;, and contact us at cross-cloud@google.com. We are truly excited to grow this ecosystem for the benefit of our joint customers.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Sun, 30 Nov 2025 19:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/networking/extending-cross-cloud-interconnect-to-aws-and-partners/</guid><category>Hybrid &amp; Multicloud</category><category>Partners</category><category>Networking</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Expanding Google Cloud’s Cross-Cloud Network with a groundbreaking AWS collaboration</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/networking/extending-cross-cloud-interconnect-to-aws-and-partners/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Himanshu Mehra</name><title>Director of Product Management</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Judy Issa</name><title>Senior Product Manager</title><department></department><company></company></author></item><item><title>Run Gemini anywhere, including on-premises, with Google Distributed Cloud</title><link>https://cloud.google.com/blog/topics/hybrid-cloud/gemini-is-now-available-anywhere/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Earlier this year, we announced our commitment to bring &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/ai-machine-learning/run-gemini-and-ai-on-prem-with-google-distributed-cloud"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Gemini to on-premises environments&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; with &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Distributed Cloud (GDC&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;). Today, we are excited to announce that Gemini on GDC is now available to customers.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;For years, enterprises and governments with the strictest data security and sovereignty requirements have faced a difficult choice: adopt modern AI or protect their data. Today, that compromise ends. We are announcing the general availability of Gemini on GDC air-gapped and preview of Gemini on GDC connected, bringing Google's most advanced models directly into your data center. &lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;We are inspired by initial feedback from customers, including Singapore’s Centre for Strategic Infocomm Technologies (CSIT), Government Technology Agency of Singapore (GovTech Singapore), Home Team Science and Technology Agency (HTX), KDDI, and Liquid C2, who are excited to gain the advantages of generative AI with Gemini on GDC. &lt;/span&gt;&lt;/p&gt;
&lt;h3 style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Transformative AI capabilities, on-premises&lt;/strong&gt;&lt;/h3&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Gemini models offer groundbreaking capabilities, from processing extensive context to native multimodal understanding of text, images, audio, and video. This unlocks a wide array of high-impact use cases on secure infrastructure:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation" style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Unlock new markets and global collaboration: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Instantly break down language barriers across your international operations, creating a more connected and efficient global workforce.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation" style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Accelerate decision-making: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Make faster, data-driven decisions by using AI to automatically summarize documents, analyze sentiment, and extract insights from your proprietary datasets.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation" style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Improve employee efficiency and customer satisfaction: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Deliver instant, 24/7 support and enhance user satisfaction by developing intelligent chatbots and virtual assistants for customers and employees.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation" style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Increase development velocity: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Ship higher-quality software faster by using Gemini for automated code generation, intelligent code completion, and proactive bug detection.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation" style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Strengthen safety &amp;amp; compliance&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Protect your users with AI-powered safety tools that automatically filter harmful content and ensure adherence to industry policies.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;
&lt;div class="block-aside"&gt;&lt;dl&gt;
    &lt;dt&gt;aside_block&lt;/dt&gt;
    &lt;dd&gt;&amp;lt;ListValue: [StructValue([(&amp;#x27;title&amp;#x27;, &amp;#x27;Try Google Cloud for free&amp;#x27;), (&amp;#x27;body&amp;#x27;, &amp;lt;wagtail.rich_text.RichText object at 0x7fd9b3bf52b0&amp;gt;), (&amp;#x27;btn_text&amp;#x27;, &amp;#x27;&amp;#x27;), (&amp;#x27;href&amp;#x27;, &amp;#x27;&amp;#x27;), (&amp;#x27;image&amp;#x27;, None)])]&amp;gt;&lt;/dd&gt;
&lt;/dl&gt;&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h3 style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Secure AI infrastructure where you need it&lt;/strong&gt;&lt;/h3&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;It takes more than just a model to drive business value with generative AI; you need a complete platform that includes scalable AI infrastructure, a library with the latest foundational models, high-performance inferencing services, and pre-built AI agents like Agentspace search. GDC provides all that and more with an end-to-end AI stack combining our latest-generation AI infrastructure with the power of Gemini models to accelerate and enhance all your AI workloads.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/Gemini_on_GDC_GA_Launch_-_August_2025.max-1000x1000.jpg"
        
          alt="Gemini on GDC (GA) Launch - August 2025"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Delivering these transformative capabilities securely requires a complete, end-to-end platform that only Google is providing today :&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li role="presentation" style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Performance at scale&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: GDC utilizes the latest NVIDIA GPU accelerators, including the NVIDIA Hopper and Blackwell GPUs. A fully managed Gemini endpoint is available within a customer or partner data center, featuring a seamless, zero-touch update experience. High performance and availability are maintained through automatic load balancing and auto-scaling of the Gemini endpoint, which is handled by our L7 load balancer and advanced fleet management capabilities.&lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation" style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Foundation of security and control: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Security is a core component of our solution, with audit logging and access control capabilities that provide full transparency for customers. This allows them to monitor all data traffic in and out of their on-premises AI environment and meet strict compliance requirements. The platform also features Confidential Computing support for both CPUs (with Intel TDX) and GPUs (with NVIDIA's confidential computing) to secure sensitive data and prevent tampering or exfiltration.&lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation" style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Flexibility and speed for your AI strategy:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; the platform supports a variety of industry-leading models including Gemini 2.5 Flash and Pro, Vertex AI task-specific models (translation, optical character recognition, speech-to-text, and embeddings generation), and Google’s open-source Gemma models. GDC also provides managed VM shapes (A3 &amp;amp; A4 VMs) and Kubernetes clusters giving customers the ability to deploy any open-source or custom AI model, and custom AI workloads of their choice. This is complemented by Vertex AI services that provide an end-to-end AI platform including a managed serving engine, data connectors, and pre-built agents like Agentspace search (in preview) for a unified search experience across on-premises data.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;What our customers are saying&lt;/strong&gt;&lt;/h3&gt;
&lt;p style="text-align: justify; padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“As a key GDC collaboration partner in shaping the GDC air-gapped product roadmap and validating the deployment solutions, we’re delighted that this pioneering role has helped us grow our cutting-edge capabilities and establish a proven deployment blueprint that will benefit other agencies with similar requirements. This is only possible with the deep, strategic collaboration between CSIT and Google Cloud. We’re also excited about the availability of Gemini on GDC, and we look forward to building on our partnership to develop and deploy agentic AI applications for our national security mission.”  &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;- Loh Chee Kin, Deputy Chief Executive, Centre for Strategic Infocomm Technologies (CSIT)&lt;/strong&gt;&lt;/p&gt;
&lt;p style="text-align: justify; padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“One of our priorities is to harness the potential of AI while ensuring that our systems and the services citizens and businesses rely on remain secure. Google Cloud has demonstrated a strong commitment to supporting the public sector with initiatives that enable the agile and responsible adoption of AI. We look forward to working more closely with Google Cloud to deliver technology for the public good.” - &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Goh Wei Boon, Chief Executive, Government Technology Agency of Singapore&lt;/strong&gt;&lt;/p&gt;
&lt;p style="text-align: justify; padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“The ability to deploy Gemini on Google Distributed Cloud will allow us to bridge the gap between our on-premises data and the latest advancements in AI. Google Distributed Cloud gives us a secure, managed platform to innovate with AI, without compromising our strict data residency and compliance requirements.&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;”&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; - Ang Chee Wee, Chief AI Officer, Home Team Science &amp;amp; Technology Agency (HTX)&lt;/strong&gt;&lt;/p&gt;
&lt;p style="text-align: justify; padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“The partnership with Google Cloud and the integration of Google's leading Gemini models will bring cutting-edge AI capabilities, meet specific performance requirements, address data locality and regulatory needs of Japanese businesses and consumers.”&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; - &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Toru Maruta, Executive Officer, Head of Advancing Business Platform Division, KDDI&lt;/strong&gt;&lt;/p&gt;
&lt;p style="text-align: justify; padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;"Data security and sovereignty are paramount for our customers. With Gemini on Google Distributed Cloud, our Liquid Cloud and Cyber Security solution would deliver strategic value to ensure our customers in highly regulated industries can harness the power of AI while keeping their most valuable data under their control." &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;- Oswald Jumira, CEO Liquid C2&lt;/strong&gt;&lt;/p&gt;
&lt;h3 style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Gemini everywhere is here&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The era of on-premises AI without compromise is here. To bring the power of Gemini to your on-premises environment, &lt;/span&gt;&lt;a href="https://cloud.google.com/contact?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;request a strategy session with our experts&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Thu, 28 Aug 2025 05:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/topics/hybrid-cloud/gemini-is-now-available-anywhere/</guid><category>AI &amp; Machine Learning</category><category>Infrastructure Modernization</category><category>Hybrid &amp; Multicloud</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Run Gemini anywhere, including on-premises, with Google Distributed Cloud</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/topics/hybrid-cloud/gemini-is-now-available-anywhere/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Vithal Shirodkar</name><title>VP/GM, Google Distributed Cloud</title><department></department><company></company></author></item><item><title>Powering public sector innovation: New networking features in GDC air-gapped</title><link>https://cloud.google.com/blog/topics/hybrid-cloud/new-networking-features-in-gdc-air-gapped-can-power-innovation/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;For organizations with stringent sovereignty and regulatory requirements, Google Distributed Cloud (GDC) air-gapped delivers a fully-managed experience with critical advanced networking capabilities. But operating in a completely isolated environment presents some unique networking challenges. Routine tasks become significantly more complex and manual, demanding more planning and bespoke solutions than on a connected network.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Today, we're helping to solve these challenges with three major advancements in networking for &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud-air-gapped?e=48754805&amp;amp;hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;GDC air-gapped&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;: native IP address management (IPAM), multi-zone load balancing, and workload-level firewall policies — all powerful new capabilities designed to give you more control over your air-gapped environment. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Let’s take a look at these new capabilities.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-aside"&gt;&lt;dl&gt;
    &lt;dt&gt;aside_block&lt;/dt&gt;
    &lt;dd&gt;&amp;lt;ListValue: [StructValue([(&amp;#x27;title&amp;#x27;, &amp;#x27;Try Google Cloud for free&amp;#x27;), (&amp;#x27;body&amp;#x27;, &amp;lt;wagtail.rich_text.RichText object at 0x7fd9ac056bb0&amp;gt;), (&amp;#x27;btn_text&amp;#x27;, &amp;#x27;Get started for free&amp;#x27;), (&amp;#x27;href&amp;#x27;, &amp;#x27;https://console.cloud.google.com/freetrial?redirectPath=/welcome&amp;#x27;), (&amp;#x27;image&amp;#x27;, None)])]&amp;gt;&lt;/dd&gt;
&lt;/dl&gt;&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Streamlined IP management for GDC &lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;With &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;GDC IP address management, you can now plan, track, and monitor IP addresses for all your workloads and infrastructure. IPAM for GDC is a valuable tool, since many air-gapped deployments consume IP addresses from your organization's existing private IP address space, which can be difficult to manage, not very scalable, lacking in security, and finite. IPAM for GDC provides the following capabilities:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Automated and streamlined IP management:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Minimize manual errors and speed up deployments with capabilities that include &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud/hosted/docs/latest/gdch/platform/pa-user/subnets-overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Per-Org BYO-External IP and Internal-only VPC subnets&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Scalable IP management:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Expand your network for Day-2 IP growth, free from duplicate IP address conflicts, and with support for non-contiguous subnets.&lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Enhanced security and compliance: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Strengthen your posture and meet strict compliance requirements with robust IPAM controls, including subnet delegation and private IPs for zonal infrastructure.&lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Optimized IP resource utilization:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Reduce IP sprawl and maximize your finite IP resources.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;IPAM for GDC provides the intelligent automation and centralized oversight essential for managing your complete IP lifecycle in secure, air-gapped environments, helping to ensure both operational excellence and adherence to critical regulations.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;High availability with multi-zone load balancers&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;For critical applications, downtime is not an option. Now, you can help your workloads remain resilient and accessible, even in the event of a zone failure.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Our new multi-zone load balancing capability allows you to distribute traffic across multiple availability zones within your GDC environment. Both internal and external load balancers now support this multi-zone functionality, simplifying operations while maximizing uptime. This provides:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Continuous availability&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Applications remain accessible even during a complete zone failure.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Operational simplification&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: There’s a single Anycast IP address for the application (regardless of where backends are located).&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Optimized performance&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Traffic is routed to the nearest available instance based on network topology and routing metrics.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The load balancing system operates by creating load balancer (LB) objects, which are then handled by new LB API controllers. These controllers manage object conditions, including cross-references and virtual IP address (VIP) auto-reservations, and create Kubernetes services across all clusters.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Workload-level network firewall policies&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;secure an environment, you need to control traffic not just at the edge, but between every component inside. That's why we're launching workload-level firewall policies as part of the GDC air-gapped product. This feature provides fine-grained control over communication between individual workloads, such as VMs and pods, within a project. This feature helps:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Strengthen your security posture&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Isolate workloads and limit communication between them.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Easily apply policies&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Define and apply policies to specific workloads or groups of workloads.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Meet regulatory standards&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Help adhere to regulatory requirements and internal standards.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;GDC air-gapped implements default base network policies to create a secure architecture. In order to allow intra-project or cross-project traffic at the workload level, you can update these default policies as you wish. Policies are multi-zone by default. This means they affect all zones where your labeled workloads are present. You can enforce policies at the workload level using labels and workload selectors.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;A new era of network control&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;These new capabilities — GDC IPAM, multi-zone load balancing, and workload-level firewall policies — represent a significant step forward in providing a robust, resilient, and secure networking experience for the air-gapped cloud. They work together to simplify your operations, strengthen your security posture, and empower you to run your most sensitive applications with confidence.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To learn more about these features, please refer to our &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud/hosted/docs/latest/gdch/platform/pa-user/networking-overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;documentation&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; or contact your Google Cloud account team.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-related_article_tout"&gt;





&lt;div class="uni-related-article-tout h-c-page"&gt;
  &lt;section class="h-c-grid"&gt;
    &lt;a href="https://cloud.google.com/blog/products/infrastructure-modernization/unlock-ai-anywhere-with-google-distributed-cloud/"
       data-analytics='{
                       "event": "page interaction",
                       "category": "article lead",
                       "action": "related article - inline",
                       "label": "article: {slug}"
                     }'
       class="uni-related-article-tout__wrapper h-c-grid__col h-c-grid__col--8 h-c-grid__col-m--6 h-c-grid__col-l--6
        h-c-grid__col--offset-2 h-c-grid__col-m--offset-3 h-c-grid__col-l--offset-3 uni-click-tracker"&gt;
      &lt;div class="uni-related-article-tout__inner-wrapper"&gt;
        &lt;p class="uni-related-article-tout__eyebrow h-c-eyebrow"&gt;Related Article&lt;/p&gt;

        &lt;div class="uni-related-article-tout__content-wrapper"&gt;
          &lt;div class="uni-related-article-tout__image-wrapper"&gt;
            &lt;div class="uni-related-article-tout__image" style="background-image: url('https://storage.googleapis.com/gweb-cloudblog-publish/images/Next24_Blog_Images_6-06.max-500x500.jpg')"&gt;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class="uni-related-article-tout__content"&gt;
            &lt;h4 class="uni-related-article-tout__header h-has-bottom-margin"&gt;Run AI anywhere with Google Distributed Cloud innovations&lt;/h4&gt;
            &lt;p class="uni-related-article-tout__body"&gt;GDC offers a fully managed solution for AI and data-intensive workloads, in your own data center or at the edge.&lt;/p&gt;
            &lt;div class="cta module-cta h-c-copy  uni-related-article-tout__cta muted"&gt;
              &lt;span class="nowrap"&gt;Read Article
                &lt;svg class="icon h-c-icon" role="presentation"&gt;
                  &lt;use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#mi-arrow-forward"&gt;&lt;/use&gt;
                &lt;/svg&gt;
              &lt;/span&gt;
            &lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/a&gt;
  &lt;/section&gt;
&lt;/div&gt;

&lt;/div&gt;</description><pubDate>Wed, 02 Jul 2025 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/topics/hybrid-cloud/new-networking-features-in-gdc-air-gapped-can-power-innovation/</guid><category>Security &amp; Identity</category><category>Hybrid &amp; Multicloud</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Powering public sector innovation: New networking features in GDC air-gapped</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/topics/hybrid-cloud/new-networking-features-in-gdc-air-gapped-can-power-innovation/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Vikram Pendharkar</name><title>Sr. Product Manager</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Michael Yitayew</name><title>Product Manager</title><department></department><company></company></author></item><item><title>Simplify your multi-cloud strategy with Cloud Location Finder, now in preview</title><link>https://cloud.google.com/blog/products/compute/googles-cloud-location-finder-unifies-multi-cloud-location-data/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;As cloud environments expand beyond traditional architectures to include multiple clouds, managing your infrastructure effectively becomes more complex. Imagine easily accessing consistent and up-to-date location information across different cloud providers, so your multi-cloud applications are designed and optimized with performance, security, and regulatory compliance in mind.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Today, we are making this a reality with Cloud Location Finder, a new Google Cloud service which provides up-to-date location data across Google Cloud, Amazon Web Services (AWS), Microsoft Azure, and Oracle Cloud Infrastructure (OCI). Now, you can strategically deploy workloads across different cloud providers with confidence and control. &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-aside"&gt;&lt;dl&gt;
    &lt;dt&gt;aside_block&lt;/dt&gt;
    &lt;dd&gt;&amp;lt;ListValue: [StructValue([(&amp;#x27;title&amp;#x27;, &amp;#x27;$300 in free credit to try Google Cloud infrastructure&amp;#x27;), (&amp;#x27;body&amp;#x27;, &amp;lt;wagtail.rich_text.RichText object at 0x7fd9b2292820&amp;gt;), (&amp;#x27;btn_text&amp;#x27;, &amp;#x27;Start building for free&amp;#x27;), (&amp;#x27;href&amp;#x27;, &amp;#x27;http://console.cloud.google.com/freetrial?redirectPath=/compute&amp;#x27;), (&amp;#x27;image&amp;#x27;, None)])]&amp;gt;&lt;/dd&gt;
&lt;/dl&gt;&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Why use Cloud Location Finder?&lt;/strong&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Unified location data&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Cloud Location Finder makes it easy for you to access the latest location information, providing a single source of truth for cloud location data for Google Cloud, AWS, Azure, and OCI.   &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Rich location attributes&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Data includes public cloud region and zone information, and location metadata like proximity&lt;/span&gt;&lt;sup&gt;&lt;span style="vertical-align: baseline;"&gt;&lt;span style="vertical-align: super;"&gt;1&lt;/span&gt;&lt;/span&gt;&lt;/sup&gt;&lt;span style="vertical-align: baseline;"&gt;, territory code, and carbon footprint&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Up-to-date information&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Cloud Location Finder provides 24-hour data freshness for active regions, removing outdated information promptly when locations are turned down. This eliminates inconsistencies from hard-coded lists and ensures your information is current without manual monitoring.   &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Programmatically accessible&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Especially for organizations with diverse cloud and location requirements, Cloud Location Finder eliminates the need to manually manage and choose new locations. And because it is an API, it is easy to integrate into your applications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;How can Cloud Location Finder help you?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Whether you're a partner or customer, a Cloud Architect or application developer designing a hybrid setup or a platform admin ensuring governance, Cloud Location Finder offers valuable insights:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Optimize deployments&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Easily identify the nearest Google Cloud region or zone to an existing AWS/Azure/OCI deployment, to help you optimize your multi-cloud application for performance and latency.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Meet sustainability goals&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: As your business grows, choose nearby cloud locations that are also sustainable.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Help ensure compliance&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Find a list of regions and zones in a specified territory to help you ensure compliant log storage or data processing across multiple clouds.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Improve reliability&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Rely on a consistent source of truth for location data, which can be integrated directly into your applications.   &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Getting started&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Cloud Location Finder is accessible via REST APIs and gcloud CLI, and available at no cost. You can easily list locations, get specific location details, find nearby locations, and filter these based on criteria such as cloud provider, location type, territory, or carbon footprint.   &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Ready to streamline your multi-cloud location strategy? Explore the Cloud Location Finder &lt;/span&gt;&lt;a href="https://cloud.google.com/location-finder/docs"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;documentation&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to learn more and start building with consistent, accurate location data today!&lt;/span&gt;&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;&lt;sup&gt;&lt;em&gt;1. &lt;span style="vertical-align: baseline;"&gt;Currently, for GCP regions only&lt;/span&gt;&lt;/em&gt;&lt;/sup&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 16 Jun 2025 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/compute/googles-cloud-location-finder-unifies-multi-cloud-location-data/</guid><category>Hybrid &amp; Multicloud</category><category>Compute</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Simplify your multi-cloud strategy with Cloud Location Finder, now in preview</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/compute/googles-cloud-location-finder-unifies-multi-cloud-location-data/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Jess Killips</name><title>Sr. Product Manager</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Sridivya Bonam</name><title>Group Product Manager</title><department></department><company></company></author></item><item><title>Emulating the air-gapped experience: GDC Sandbox is now generally available</title><link>https://cloud.google.com/blog/topics/hybrid-cloud/using-gdc-sandbox-to-emulate-air-gapped-environments/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Many organizations in regulated industries and the public sector that want to start using generative AI face significant challenges in adopting &lt;/span&gt;&lt;a href="https://cloud.google.com/transform/101-real-world-generative-ai-use-cases-from-industry-leaders?e=48754805"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;cloud-based AI&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; solutions due to stringent regulatory mandates, sovereignty requirements, the need for low-latency processing, and the sheer scale of their on-premises data. Together, these can all present institutional blockers to AI adoption, and force difficult choices between using advanced AI capabilities and adhering to operational and compliance frameworks.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We are announcing &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud/sandbox/latest"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Distributed Cloud (GDC) Sandbox - AI Optimized&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, which offers a virtualized platform that mirrors the &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;GDC air-gapped&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; racks and &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud/hosted/docs/latest/appliance"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;appliance&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; experience, allowing developers to innovate on new apps with gen AI capabilities, and it is now generally available. &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;GDC Sandbox can help organizations harness Google's gen AI technologies while maintaining control over data, meeting rigorous regulatory obligations, and unlocking a new era of on-premises AI-driven innovation. With flexible deployment models, a robust security architecture, and transformative AI applications like Google Agentspace search, GDC Sandbox enables organizations to accelerate innovation, enhance security, and realize the full potential of AI.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Secure development in isolated environments &lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;For sovereign entities and regulated industries, a secure &lt;/span&gt;&lt;a href="https://services.google.com/fh/files/misc/zero-trust-strategy-whitepaper.pdf" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Zero Trust architecture&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; via platforms like GDC Sandbox is a prerequisite for leveraging advanced AI. GDC Sandbox lets organizations implement powerful use cases — from agentic automation and secure data analysis to compliant interactions — while upholding &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/identity-security/google-distributed-clouds-air-gapped-approach-to-zero-trust?e=48754805"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;sovereign Zero Trust mandates&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; for security and compliance. &lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;"GDC Sandbox provides Elastic with a unique opportunity to enable air-gapped gen AI app development with Elasticsearch, as well as enable customers to rapidly deploy our Security Incident &amp;amp; Event Management (SIEM) capabilities.” -&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; Ken Exner, Chief Product Officer, Elastic&lt;/strong&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“Accenture is excited to offer Google Distributed Cloud air-gapped to customers worldwide as a unique solution for highly secure workloads. By using GDC Sandbox, an emulator for air-gapped workloads, we can expedite technical reviews, enabling end-customers to see their workloads running in GDC without the need for lengthy proofs of concept on dedicated hardware.” - &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Praveen Gorur, Managing Director, Accenture &lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Air-gapped environments are challenging&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Public sector agencies, financial institutions, and other organizations that handle sensitive, secret, and top-secret data are intentionally isolated (air-gapped) from the public internet to enhance security. This physical separation prevents cyberattacks and unauthorized data access from external networks, helping to create a secure environment for critical operations and highly confidential information. However, this isolation significantly hinders the development and testing of cutting-edge technologies. Traditional air-gapped development often requires complex hardware setups, lengthy procurement cycles, and limits access to the latest tools and frameworks. These limitations hinder the rapid iteration cycles essential to development.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/1_Qls8qpS.max-1000x1000.png"
        
          alt="1"&gt;
        
        &lt;/a&gt;
      
        &lt;figcaption class="article-image__caption "&gt;&lt;p data-block-key="ptrua"&gt;Video Analysis Application Built on GDC Sandbox&lt;/p&gt;&lt;/figcaption&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;According to Gartner® analyst Michael Brown in the recent report &lt;/span&gt;&lt;a href="https://cloud.google.com/resources/2025gartnermqfederalreport?e=48754805&amp;amp;hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;U.S. Federal Government Context: Magic Quadrant for Strategic Cloud Platform Services&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, where Google Cloud is evaluated as a Notable Vendor, &lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“Federal CIOs will need to consider cost and feature availability in selecting a GCC [government community cloud] provider. Careful review of available services within the compliance scope is necessary. A common pitfall is the use of commercially available services in early solution development and subsequently finding that some of those services are not available in the target government community environment. This creates technical debt requiring refactoring, which results in delays and additional expense.&lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;”&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;GDC Sandbox: A virtualized air-gapped environment&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;GDC Sandbox addresses these challenges head-on. This virtual environment emulates the experience of GDC air-gapped, allowing you to build, test, and deploy gen AI applications using popular development tools and CI/CD pipelines. With it, you don’t need to procure hardware or set up air-gapped infrastructure to test applications with stringent security requirements before moving them to production. Customers can leverage Vertex AI APIs for key integrations with GDC Sandbox - AI Optimized including:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://ai.google.dev/aistudio" rel="noopener" target="_blank"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Google AI Studio&lt;/strong&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;: Access Vertex APIs&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/distributed-cloud/hosted/docs/latest/gdch/application/ao-user/quickstart-ocr"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Optical character recognition (OCR)&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt;: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Extract text from images and documents&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/distributed-cloud/hosted/docs/latest/gdch/application/ao-user/quickstart-stt"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Speech-to-text&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt;:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Convert spoken language into written text&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/distributed-cloud/hosted/docs/latest/gdch/application/ao-user/quickstart-translation"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Translation&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt;: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Break down language barriers for multilingual applications&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/distributed-cloud/hosted/docs/latest/gdch/application/ao-user/containers/containers-intro"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Containerized model hosting&lt;/strong&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;: Deploy and manage custom gen AI models within containers&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/gpu?hl=en" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;GPUs&lt;/strong&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;: Dedicate user-space GPUs for gen AI development&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/original_images/2_c4S7xMw.gif"
        
          alt="2"&gt;
        
        &lt;/a&gt;
      
        &lt;figcaption class="article-image__caption "&gt;&lt;p data-block-key="ptrua"&gt;Interacting with GDC Sandbox&lt;/p&gt;&lt;/figcaption&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;One of the things that sets GDC Sandbox apart is its &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;consistent user interface&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;. As seen above, developers familiar with Google Cloud will find themselves in a comfortable and familiar environment, which helps streamline the development process and reduces the learning curve. This means you can jump right into building and testing your gen AI applications without missing a beat.&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“GDC Sandbox has proven to be an invaluable tool to develop and test our solutions for highly regulated customers who are looking to bring their air-gapped infrastructures into the cloud age.” - &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;David Olivier, Defense and Homeland Security Director, Sopra Steria Group&lt;/strong&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;"GDC Sandbox provides a secure playground for public sector customers and other regulated industries to prototype and test how Google Cloud and AI can solve their unique challenges. By ensuring consistency with other forms of compute, we simplify development and deployment, making it easier for our customers to bring their ideas to life. We're excited to see how our customers use the GDC Sandbox to push the boundaries of what's possible." &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;- &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Will Grannis, VP &amp;amp; CTO, Google Cloud&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;The GDC Sandbox architecture and experience&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;GDC Sandbox offers developers a familiar and intuitive environment by mirroring the API, UI, and CLI experience of GDC air-gapped and GDC air-gapped appliance. It offers a comprehensive suite of services, including virtual machines, Kubernetes clusters, storage, observability, and identity management. This allows developers to build and deploy a wide range of gen AI applications, and leverage the power of Google's AI and machine learning expertise within a secure, dedicated environment.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/3_VRyEBrT.max-1000x1000.png"
        
          alt="3"&gt;
        
        &lt;/a&gt;
      
        &lt;figcaption class="article-image__caption "&gt;&lt;p data-block-key="ptrua"&gt;GDC Sandbox - Product Architecture&lt;/p&gt;&lt;/figcaption&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Use cases for GDC Sandbox &lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;GDC Sandbox offers numerous benefits for organizations with air-gapped environments. Let's explore some compelling use cases:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Gen AI development:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Develop and test Vertex and gen AI applications via GPUs to cost-effectively validate them in secure production environments.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Partner enablement: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Empower partners to build applications, host GDC Marketplace offerings, train personnel, and prepare services for production. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Training and proof of concepts:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Provide hands-on training for developers and engineers on GDC air-gapped technologies and best practices. Deliver ground-breaking new capabilities and showcase the art of the possible for customers and partners. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Building applications in GDC Sandbox&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;GDC Sandbox leverages containers and Kubernetes to host your applications. To get your application up and running, follow these steps:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li aria-level="1" style="list-style-type: decimal; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Build and push: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Build your application image locally using Docker and ensure your Dockerfile includes all necessary dependencies. Tag your image in your source repository then sync with the Harbor instance URI and push it to the provided Harbor repository.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: decimal; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Deploy with Kubernetes:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Create a Kubernetes deployment YAML file that defines your application's specifications, including the Harbor image URI and the necessary credentials to access the image. Apply this file using the kubectl command-line tool to deploy your application to the Kubernetes cluster within the Sandbox.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: decimal; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Expose and access:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Create a Kubernetes service to expose your application within the air-gap. Retrieve the service's external IP using &lt;/span&gt;&lt;code style="vertical-align: baseline;"&gt;kubectl get svc&lt;/code&gt;&lt;span style="vertical-align: baseline;"&gt; to access your application.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: decimal; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Migrate and port: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Move your solutions from GDC Sandbox to GDC air-gapped and appliance deployments. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Ready to try GDC Sandbox?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Watch our &lt;/span&gt;&lt;a href="https://www.youtube.com/watch?v=08-MUnwWfME&amp;amp;list=PLBgogxgQVM9vuAQ-oDAWLQG04iQLplERd&amp;amp;index=4" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;on-demand video&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and &lt;/span&gt;&lt;a href="https://www.youtube.com/watch?v=Ykyo33kObak" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;getting started demo&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to learn more about &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud/sandbox/latest/"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;GDC Sandbox capabilities&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and benefits. &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;If you would like to discuss how to get access to GDC Sandbox please complete this &lt;/span&gt;&lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSep5TlyCELhcs6a2kNVQVSyJHV_9GshKlv99RxbDbYXLS9EWA/viewform" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;form&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, and a member of our team will be in touch.&lt;/span&gt;&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;&lt;sup&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;U.S. Federal Government Context: Magic Quadrant for Strategic Cloud Platform Services, By Michael Brown, 3 February 2025&lt;/span&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;sup&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;GARTNER is a registered trademark and service mark of Gartner, Inc. and/or its affiliates in the U.S. and internationally, and MAGIC QUADRANT is a registered trademark of Gartner, Inc. and/or its affiliates and are used herein with permission. All rights reserved. Gartner does not endorse any vendor, product or service depicted in its research publications, and does not advise technology users to select only those vendors with the highest ratings or other designation. Gartner research publications consist of the opinions of Gartner’s research organization and should not be construed as statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this research, including any warranties of merchantability or fitness for a particular purpose.&lt;/span&gt;&lt;/sup&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 03 Jun 2025 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/topics/hybrid-cloud/using-gdc-sandbox-to-emulate-air-gapped-environments/</guid><category>AI &amp; Machine Learning</category><category>Public Sector</category><category>Hybrid &amp; Multicloud</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Emulating the air-gapped experience: GDC Sandbox is now generally available</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/topics/hybrid-cloud/using-gdc-sandbox-to-emulate-air-gapped-environments/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Rohan Grover</name><title>Senior Director, Google Distributed Cloud</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>TJ Banasik</name><title>Senior Product Manager, Google Distributed Cloud</title><department></department><company></company></author></item><item><title>Advancing sovereignty, choice, and security in the cloud for our customers</title><link>https://cloud.google.com/blog/products/identity-security/google-advances-sovereignty-choice-and-security-in-the-cloud/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Like most organizations, Google Cloud is continually engaging with customers, partners, and policymakers to deliver technology capabilities that reflect their needs. When it comes to digital sovereignty solutions, Google Cloud has worked with customers for nearly a decade. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Today, we’re pleased to announce significant technical and commercial updates on our &lt;/span&gt;&lt;a href="https://cloud.google.com/sovereign-cloud"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;sovereign cloud&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; solutions for customers, and details on how we’re helping them achieve greater control, choice, and security in the cloud — without compromising functionality. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Building on the &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/identity-security/how-google-cloud-is-addressing-data-sovereignty-in-europe-2020?e=48754805"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;first sovereign solutions&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; we introduced years ago, we’ve massively scaled our infrastructure footprint globally, now consisting of more than 42 cloud regions, 127 zones, 202 network edge locations, and 33 subsea cable investments.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We have also forged key partnerships in Asia, Europe, the Middle East, and the United States to help deliver these sovereign solutions, including &lt;/span&gt;&lt;a href="https://gruppe.schwarz/en/press/archive/2024/companies-of-schwarz-group-and-google-to-sign-partnership" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Schwarz Group&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and &lt;/span&gt;&lt;a href="https://cloud.google.com/t-systems-sovereign-cloud"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;T-Systems&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (Germany), &lt;/span&gt;&lt;a href="https://www.s3ns.io/en/news/partnership-announcement" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;S3NS&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (France), &lt;/span&gt;&lt;a href="https://www.minsait.com/en/news/media-room/google-cloud-partners-minsait-boost-digital-sovereignity-spain" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Minsait&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (Spain), &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/infrastructure/new-google-cloud-region-in-milan-italy-now-open"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Telecom Italia&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (Italy), &lt;/span&gt;&lt;a href="https://clarence-cloud.com/en/home/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Clarence&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (Belgium and Luxembourg), &lt;/span&gt;&lt;a href="https://cntxt.com/products/google-cloud-solutions/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;CNTXT&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (Saudi Arabia), &lt;/span&gt;&lt;a href="https://cloud.google.com/find-a-partner/partner/kddi-corporation"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;KDDI&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (Japan), and &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/topics/public-sector/google-public-sector-and-wwt-team-up-to-enhance-cloud-sovereignty/"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;World Wide Technology&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (United States). &lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;A commitment to customer choice&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Digital sovereignty is about more than just controlling encryption keys. At its core, it’s about giving customers the &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/identity-security/cloud-ciso-perspectives-digital-sovereignty-builds-better-borders-future"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;flexibility their global businesses require&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. It’s about enabling them to operate on multiple clouds. And it’s about securing data with the most advanced technologies.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We’ve long been committed to enabling customers to choose the cloud provider and solution that best fit their needs, and not locking them into a single option. Sovereignty in the cloud is not one-size-fits-all. We offer customers a portfolio of solutions that align with their business needs, regulatory requirements, and risk profiles. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Our strong contractual commitments to our customers are backed by robust sovereign controls and solutions that are all available &lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;today&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;. Our updated sovereign cloud solution portfolio includes:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Google Cloud Data Boundary&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; gives customers the ability to &lt;/span&gt;&lt;a href="https://cloud.google.com/security/products/assured-workloads"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;deploy a sovereign data boundary&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and control where their content is stored and processed. This boundary also allows customers to store and manage their encryption keys outside Google’s infrastructure, which can help customers meet their specific data access and control requirements no matter what market.&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Google Cloud Data Boundary customers have access to a large set of Google Cloud products, including AI services, and can enable capabilities, including &lt;/span&gt;&lt;a href="https://cloud.google.com/security/products/confidential-computing" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Confidential Computing&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and &lt;/span&gt;&lt;a href="https://cloud.google.com/security/products/security-key-management" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;External Key Management&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; with &lt;/span&gt;&lt;a href="https://cloud.google.com/assured-workloads/key-access-justifications/docs/overview" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Key Access Justifications&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to control access to their data and deny access for any reason. &lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;In addition, &lt;/span&gt;&lt;a href="https://workspace.google.com/security/digital-sovereignty/" rel="noopener" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Workspace&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; customers can take advantage of Google Cloud Data Boundary’s sovereign controls to limit the processing of their content to the United States or EU, choose a country to locally store data, and use client-side encryption to prevent unauthorized access (even by Google) to their most critical content.&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Today, we are also announcing &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;User Data Shield&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;, a solution that adds Mandiant services to validate the security of customer applications built on top of Google Cloud Data Boundary. User Data Shield provides recurring security testing of customer applications to validate sovereignty postures. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Google Cloud Dedicated &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;delivers a solution designed to meet local sovereignty requirements, enabled by independent local and regional partners. As an example, Google Cloud has partnered with &lt;/span&gt;&lt;a href="https://www.s3ns.io/en/news/partnership-announcement" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Thales&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; since 2021 to build a first-of-its-kind &lt;/span&gt;&lt;a href="https://www.s3ns.io/en/offres/trusted-cloud-by-S3NS" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Trusted Cloud by S3NS&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; for Europe. &lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;This offering with Thales is designed to offer a rich set of Google Cloud services with GPUs to support AI workloads and is operated by S3NS, a standalone French entity. Currently in preview, S3NS’ solution is designed to meet the rigorous security and operational resilience requirements of France’s &lt;/span&gt;&lt;a href="https://cyber.gouv.fr/secnumcloud-pour-les-fournisseurs-de-services-cloud" rel="noopener" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;SecNumCloud&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; standards. We are expanding our Google Cloud Dedicated footprint globally, launching next in Germany.&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;"&gt;“For France to truly embrace digital sovereignty, it is essential to have a cloud solution that marries the immense power of hyperscale technology with the strictest local security and operational controls. S3NS is committed to providing French organizations with access to advanced cloud services, including critical AI capabilities, all operated within France by a European operator to meet and exceed the rigorous SecNumCloud standards,” said Christophe Salomon, EVP, Information Systems and Secured Communication, at Thales.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Google Cloud Air-Gapped &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;offers a fully standalone and &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud-air-gapped"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;air-gapped solution&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; that does not require connectivity to an external network. This solution is tailored for customers in the intelligence, defense, and other sectors with strict data security and residency requirements. The air-gapped solution can be deployed and operated by Google, the customer, or a Google partner.&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;It is built with open-source components and comes with a targeted set of &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/infrastructure-modernization/unlock-ai-anywhere-with-google-distributed-cloud" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;AI&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, database, and infrastructure services. Because air-gapped solutions run on open-source components, they are designed to provide business continuity and survivability in the event of service disruptions. Google Cloud Air-Gapped &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/topics/public-sector/google-public-sector-achieves-top-secret-and-secret-cloud-authorization" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;received authorization&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; in 2024 to host U.S. government Top Secret and Secret-level data.&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;"&gt;“Working with Google Cloud to introduce sovereign offerings can give our joint clients greater control, choice, and security in the cloud, without compromising the functionality of their underlying cloud architectures,” said Scott Alfieri, Senior Managing Director and Google Business Group Lead at Accenture. “Google Cloud's extensive global infrastructure, coupled with Accenture’s transformation and industry expertise, helps organizations build an agile and scalable foundation, unlocking opportunities for growth and continuous innovation.”&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Local control, global security&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Security and sovereignty are two sides of the same coin. Local control of data and operations can provide customers a greater level of confidence in their security, but it’s also true that no organization can be considered sovereign if dependencies on legacy infrastructure leave its data vulnerable to loss or theft. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Analysis from the Google Threat Intelligence Group and Google Cloud’s Office of the CISO suggests that the global cyber threat landscape &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/identity-security/cloud-ciso-perspectives-our-2025-cybersecurity-forecast-report/"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;will only become more complex&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; as malicious actors tap into AI-powered tools and techniques to prey on older software products, platforms, and outdated infrastructures.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;With Google Cloud, customers not only get sovereign solutions, but also gain access to our leading security capabilities. This includes our rigorous focus on &lt;/span&gt;&lt;a href="https://blog.google/technology/safety-security/google-secure-by-design-pledge/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;secure by design technology&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and deep expertise from &lt;/span&gt;&lt;a href="https://cloud.google.com/security/products/threat-intelligence"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Threat Intelligence Group&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and &lt;/span&gt;&lt;a href="https://cloud.google.com/security/mandiant"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Mandiant Consulting&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, who operate on the frontlines of cyber conflicts worldwide and maintain trusted partnerships with more than 80 governments around the world. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In addition, &lt;/span&gt;&lt;a href="https://cloud.google.com/security/solutions/secops-cybershield"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud CyberShield&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; provides AI and intelligence-driven cyber defense to help governments defend against threats at national scale. And &lt;/span&gt;&lt;a href="https://cloud.google.com/security/products/managed-defense"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Mandiant Managed Defense&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; services make it easy for customers worldwide to extend their security teams with our security team. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Google Sovereign Cloud solutions ultimately enable customers to leverage the secure foundation of Google Cloud, while gaining access to advanced security features — such as &lt;/span&gt;&lt;a href="https://cloud.google.com/security/products/confidential-computing"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Confidential Computing&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, &lt;/span&gt;&lt;a href="https://cloud.google.com/learn/what-is-zero-trust"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Zero Trust&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/identity-security/cloud-ciso-perspectives-prepare-early-for-PQC-resilient-cryptographic-threats/"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;post-quantum cryptography&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, and &lt;/span&gt;&lt;a href="https://cloud.google.com/security/ai"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;AI-powered platform defenses&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; — faster and more cost-effectively than they could achieve on their own.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Sovereign solutions for any organization&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We remain dedicated to fostering an environment of trust and control for our customers, empowering organizations globally to navigate the complex landscape of digital sovereignty with confidence. We continue to work with customers, partners, and policymakers around the world to refine our sovereign cloud offerings and deliver technologies that address their needs. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To learn more about how we are enabling our customers’ digital sovereignty capabilities, visit our &lt;/span&gt;&lt;a href="https://cloud.google.com/sovereign-cloud?e=48754805&amp;amp;hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;web page&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; or contact your account manager.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 21 May 2025 08:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/identity-security/google-advances-sovereignty-choice-and-security-in-the-cloud/</guid><category>Infrastructure Modernization</category><category>Hybrid &amp; Multicloud</category><category>Security &amp; Identity</category><media:content height="540" url="https://storage.googleapis.com/gweb-cloudblog-publish/original_images/sovereign-cloud-blog.jpg" width="540"></media:content><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Advancing sovereignty, choice, and security in the cloud for our customers</title><description></description><image>https://storage.googleapis.com/gweb-cloudblog-publish/original_images/sovereign-cloud-blog.jpg</image><site_name>Google</site_name><url>https://cloud.google.com/blog/products/identity-security/google-advances-sovereignty-choice-and-security-in-the-cloud/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Hayete Gallot</name><title>President, Customer Experience, Google Cloud</title><department></department><company></company></author></item><item><title>Bringing Gemini and Google Agentspace to you on-premises</title><link>https://cloud.google.com/blog/products/ai-machine-learning/run-gemini-and-ai-on-prem-with-google-distributed-cloud/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;Today we are announcing that Gemini will be available on Google Distributed Cloud (GDC), &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;bringing Google’s most capable models to on-premises environments, with public preview starting in Q3 2025. To do so, we’ve partnered with NVIDIA to bring our Gemini models to NVIDIA Blackwell systems that you can purchase through Google or your preferred channels. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://cloud.google.com/distributed-cloud"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;GDC&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; is a fully managed on-prem and edge cloud solution that is offered in both connected and air-gapped options, scaling from a single server to hundreds of racks. It offers infrastructure-as-a-service, security, data, and AI services, and is extensible with a rich ISV ecosystem. GDC takes care of infrastructure management, making it easy for your developers to focus on leveraging the best that AI has to offer and build applications, assistants, and agents. &lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“NVIDIA and Google Distributed Cloud provide a secure AI platform, bringing Gemini models to enterprise datacenters and regulated industries. With NVIDIA Blackwell infrastructure and confidential computing, Google Distributed Cloud enhances privacy and security, and delivers industry-leading performance on DGX B200 and HGX B200 systems, available from Dell.&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;” – Justin Boitano, VP, Enterprise AI Software, NVIDIA.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Historically, organizations that face strict regulatory, sovereignty, latency, or data volume issues have been unable to access the latest AI technology since they must keep their data on-premises. Their only options have been open-source models and tools. And, in most cases, they have to put together the software and hardware themselves, which increases operational burden and complexity. With Gemini on GDC, you don’t have to compromise between the best of AI and the need to keep your data on-premises. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Our GDC air-gapped product, which is now authorized for US Government Secret and Top Secret missions, and on which Gemini is available, provides the highest levels of security and compliance.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-aside"&gt;&lt;dl&gt;
    &lt;dt&gt;aside_block&lt;/dt&gt;
    &lt;dd&gt;&amp;lt;ListValue: [StructValue([(&amp;#x27;title&amp;#x27;, &amp;#x27;$300 in free credit to try Google Cloud AI and ML&amp;#x27;), (&amp;#x27;body&amp;#x27;, &amp;lt;wagtail.rich_text.RichText object at 0x7fd9b43a5e50&amp;gt;), (&amp;#x27;btn_text&amp;#x27;, &amp;#x27;Start building for free&amp;#x27;), (&amp;#x27;href&amp;#x27;, &amp;#x27;http://console.cloud.google.com/freetrial?redirectPath=/vertex-ai/&amp;#x27;), (&amp;#x27;image&amp;#x27;, None)])]&amp;gt;&lt;/dd&gt;
&lt;/dl&gt;&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Gemini on GDC: unlocking generative AI anywhere&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href="https://deepmind.google/technologies/gemini/pro/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Gemini&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; models deliver breakthrough AI performance: they can analyze million-token contexts; are multimodal, i.e., can process diverse data formats such as text, image, audio and video; and operate globally across 100+ languages. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Further, the Gemini API offers AI inferencing without having to worry about infrastructure, OS management, or model lifecycle management. This enables you to:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Add your own business context:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Use Retrieval Augment Generation (RAG) to personalize and augment the AI model’s output, eliminating the need for fine tuning or retraining the models. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Automate information processing and knowledge extraction: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Improve employee efficiency by using gen AI to quickly summarize long documents, analyze sentiment in reports or feedback, or add captions to image, audio, and video content. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Create interactive conversational experiences: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Build deeper customer relationships by enabling Gemini-powered customer support agents, chatbots via natural language, and employee assistants.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Tailor agents for your industry’s use case&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Unlock highly specialized capabilities and workflows by developing tailored agents for everyone from financial advisors, to security assistants, to robotics. &lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“Gemini on Google Distributed Cloud will empower ServiceNow to augment powerful agentic AI capabilities such as reasoning in our existing systems via robust APIs. This strategic deployment allows us to explore and implement cutting-edge advancements while upholding our commitment to customer trust and data protection.”&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; - Pat Casey, Chief Technology Officer &amp;amp; EVP of DevOps, ServiceNow&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Vertex AI: one platform for cloud and on-prem&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In addition to bringing Gemini to Google Distributed Cloud, customers today already benefit from the Vertex AI platform on GDC, which lets them accelerate the development, deployment, and management of agentic applications.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This complete AI platform offers:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Pre-trained APIs:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Ready-to-use, task-optimized, pre-trained APIs based on advanced Google models for translation, speech-to-text, and optical character recognition (OCR). These APIs offer advanced features such as customizable glossaries and in-place document translation&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Gen AI building tools:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Open-source and third-party models with optimized inferencing on GKE, delivering fast startup and auto-scaling &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Retrieval Augmented Generation (RAG): &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Grounding using Google Agentspace search and LLM API management and governance using Apigee on-prem &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Built-in embeddings API and AlloyDB vector database:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Powerful applications for personalization and recommendations, enabling improved user experiences&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“With Google Distributed Cloud, Vertex AI, and Agentspace search, we will empower our Home Team innovators with a secure AI/ML platform and unified search, enabling the use of AI to enhance productivity and transform public safety for a safer and more secure future.” &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;- Chee Wee Ang, Chief AI Officer, HTX&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Google Agentspace: out-of-box access to on-prem data &lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Enterprises are eager to deploy gen AI, but they also struggle to connect large volumes of siloed information across various repositories and formats such as images, PDFs, and text. This hinders productivity and innovation. At the same time, building an in-house search solution is costly and requires access to scarce AI expertise. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We are excited to announce &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Google Agentspace search will be available on GDC, &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;with public preview starting in Q3 2025. Google Agentspace search provides all enterprise knowledge workers with out-of-the-box capabilities that unify access to all your data in a secure, permissions-aware way.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Agentspace gives you access to:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Company-branded, multimodal search agent: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;A conversational search interface that can answer complex questions based on your company’s unique information, acting as a central source of enterprise truth for your entire organization  &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Pre-built enterprise data connectors: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Connectors to index data from the most common on-prem enterprise systems (such as Confluence, Jira, ServiceNow, and Sharepoint)&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Permissions-aware search results:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Robust access control list (ACL) enforcement that help ensure that search results are permission-aware, maintaining security and compliance for all your on-prem data&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Agentspace agents: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Vertex AI is integrated out-of-the-box with Agentspace, starting with search agents, with more pre-built agents coming soon, and the ability to build your own&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Get started with gen AI on GDC&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We're constantly innovating on GDC to be the leading gen AI and modern application development that you can deploy anywhere. To bring Gemini and gen AI to your premises, &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;please contact &lt;/span&gt;&lt;a href="https://cloud.google.com/contact"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud sales&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; or reach out to any of our &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud?e=48754805#partners-and-integration"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;accredited global partners&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 09 Apr 2025 12:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/ai-machine-learning/run-gemini-and-ai-on-prem-with-google-distributed-cloud/</guid><category>Infrastructure Modernization</category><category>Hybrid &amp; Multicloud</category><category>Google Cloud Next</category><category>AI &amp; Machine Learning</category><media:content height="540" url="https://storage.googleapis.com/gweb-cloudblog-publish/original_images/Gemini_on_GDC.jpg" width="540"></media:content><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Bringing Gemini and Google Agentspace to you on-premises</title><description></description><image>https://storage.googleapis.com/gweb-cloudblog-publish/original_images/Gemini_on_GDC.jpg</image><site_name>Google</site_name><url>https://cloud.google.com/blog/products/ai-machine-learning/run-gemini-and-ai-on-prem-with-google-distributed-cloud/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Vithal Shirodkar</name><title>VP/GM, Google Distributed Cloud</title><department></department><company></company></author></item><item><title>Find sensitive data faster (but safely) with Google Distributed Cloud’s gen AI search solution</title><link>https://cloud.google.com/blog/topics/hybrid-cloud/on-prem-generative-ai-search-with-google-distributed-cloud-rag/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Today, generative AI is giving organizations new ways to process and analyze data, discover hidden insights, increase productivity and build new applications. However, data sovereignty, regulatory compliance, and low-latency requirements can be a challenge. The need to keep sensitive data in certain locations, adhere to strict regulations, and respond swiftly can make it difficult to capitalize on the cloud's innovation, scalability, and cost-efficiency advantages.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://cloud.google.com/distributed-cloud/"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Distributed Cloud&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (GDC) brings Google's AI services anywhere you need them — in your own data center or at the edge. &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Designed with AI and data-intensive workloads in mind, GDC is a fully managed hardware and software solution featuring a rich set of services&lt;/span&gt;&lt;a href="http://services.it" rel="noopener" target="_blank"&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; It comes in a range of extensible hardware form factors, with leading industry independent software vendor (ISV) solutions integrated via GDC Marketplace, and your choice of whether to run it connected to Google Cloud's systems or air-gapped from the public internet.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In this blog post, we dive into the details of how GDC’s new AI-optimized servers with NVIDIA H100 Tensor Core GPUs and our gen AI search packaged solution — now available in preview — allow you to bring increasingly popular &lt;/span&gt;&lt;a href="https://cloud.google.com/use-cases/retrieval-augmented-generation?e=48754805&amp;amp;hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;retrieval-augmented generation&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (RAG) to your on-premises environment, and unlock multimodal and multilingual natural-language search experiences across your text, image, voice, and video data.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-aside"&gt;&lt;dl&gt;
    &lt;dt&gt;aside_block&lt;/dt&gt;
    &lt;dd&gt;&amp;lt;ListValue: [StructValue([(&amp;#x27;title&amp;#x27;, &amp;#x27;Try Google Cloud for free&amp;#x27;), (&amp;#x27;body&amp;#x27;, &amp;lt;wagtail.rich_text.RichText object at 0x7fd98a76f310&amp;gt;), (&amp;#x27;btn_text&amp;#x27;, &amp;#x27;Get started for free&amp;#x27;), (&amp;#x27;href&amp;#x27;, &amp;#x27;https://console.cloud.google.com/freetrial?redirectPath=/welcome&amp;#x27;), (&amp;#x27;image&amp;#x27;, None)])]&amp;gt;&lt;/dd&gt;
&lt;/dl&gt;&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Gen AI-optimized infrastructure&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href="https://cloud.google.com/distributed-cloud-air-gapped"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;GDC air-gapped&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; now incorporates &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;new &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;servers &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;with &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;NVIDIA H100 GPUs, powered by the advanced NVIDIA Hopper architecture and the 5th Gen Intel Xeon Scalable processors. The new servers introduce the new&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; GPU-optimized A3 VM family &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;optimized for NVIDIA NVLink interconnect to GDC, &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;enabling faster shared compute and memory for AI workloads using large language models (LLMs) with up to 100 billion parameters. It also &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;extends the set of NVIDIA &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Multi-Instance GPU (MIG) profiles,&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; supporting a &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;variety of new GPU slicing schemes &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;(both uniform and mixed-mode) &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;and dynamic allocation of GPU resources to serve the needs of AI services with better ownership costs.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Ready-to-deploy on-prem conversational search&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;With GDC’s new gen AI Search solution, you get a ready-to-deploy, on-prem conversational search solution based on the Gemma 2 LLM with 9 billion parameters. You can easily ingest your sensitive on-prem data into the search solution and quickly find the most relevant information and content via natural language search, boosting employee productivity and knowledge sharing, while helping ensure that the search queries and data remain on-prem.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/original_images/image1_odyFX3E.gif"
        
          alt="image1"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Responses also include citation links to your original documents so you can easily verify all answers to reduce hallucinations. Watch the demo below to see the solution in action:&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-video"&gt;



&lt;div class="article-module article-video "&gt;
  &lt;figure&gt;
    &lt;a class="h-c-video h-c-video--marquee"
      href="https://youtube.com/watch?v=94kszpNyXGs"
      data-glue-modal-trigger="uni-modal-94kszpNyXGs-"
      data-glue-modal-disabled-on-mobile="true"&gt;

      
        &lt;img src="//img.youtube.com/vi/94kszpNyXGs/maxresdefault.jpg"
             alt="Google Distributed Cloud Generative AI Search Packaged Solution Demo"/&gt;
      
      &lt;svg role="img" class="h-c-video__play h-c-icon h-c-icon--color-white"&gt;
        &lt;use xlink:href="#mi-youtube-icon"&gt;&lt;/use&gt;
      &lt;/svg&gt;
    &lt;/a&gt;

    
  &lt;/figure&gt;
&lt;/div&gt;

&lt;div class="h-c-modal--video"
     data-glue-modal="uni-modal-94kszpNyXGs-"
     data-glue-modal-close-label="Close Dialog"&gt;
   &lt;a class="glue-yt-video"
      data-glue-yt-video-autoplay="true"
      data-glue-yt-video-height="99%"
      data-glue-yt-video-vid="94kszpNyXGs"
      data-glue-yt-video-width="100%"
      href="https://youtube.com/watch?v=94kszpNyXGs"
      ng-cloak&gt;
   &lt;/a&gt;
&lt;/div&gt;

&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;For more accurate responses, the GDC gen AI search solution relies on a RAG architecture to combine the benefits of traditional search and generative AI, and user queries are augmented with relevant on-prem data before they’re sent to the LLM to generate responses. Other core integrations available out-of-box include Vertex AI pre-trained APIs (&lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud/hosted/docs/ga/gdch/application/ao-user/vertex-ai-translation#SupportedLanguages"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;translation for 105 languages&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud/hosted/docs/ga/gdch/application/ao-user/vertex-ai-stt"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;speech-to-text for 13 languages&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, and &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud/hosted/docs/ga/gdch/application/ao-user/vertex-ai-ocr#mapped-langs"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;optical character recognition for 46 supported and 24 experimental languages&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;) for multimodal and multilingual data ingestion across text, images, and audio. It also includes the AlloyDB Omni database service for embeddings storage and semantic search across ingested data.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/image2_bzxrvXR.max-1000x1000.png"
        
          alt="image2"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;GDC’s open cloud approach also allows you to customize this solution according to your needs and swap any components as you see fit, including for other database services like Elasticsearch, other open-source models and LLMs, or your own proprietary models.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Get started on your GDC development journey&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To join GDC’s gen AI search solution preview and experience how on-prem gen AI search can transform how your organization retrieves information, contact your Google account representative. Note that you will need a GDC deployment where you can deploy and run the preview.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Thu, 19 Dec 2024 17:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/topics/hybrid-cloud/on-prem-generative-ai-search-with-google-distributed-cloud-rag/</guid><category>AI &amp; Machine Learning</category><category>Infrastructure Modernization</category><category>Security &amp; Identity</category><category>Hybrid &amp; Multicloud</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Find sensitive data faster (but safely) with Google Distributed Cloud’s gen AI search solution</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/topics/hybrid-cloud/on-prem-generative-ai-search-with-google-distributed-cloud-rag/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Antoine Haas</name><title>Product Manager, Google Distributed Cloud</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Bhuvi Chopra</name><title>Product Manager, Google Distributed Cloud</title><department></department><company></company></author></item><item><title>Toyota shifts into overdrive: Developing an AI platform for enhanced manufacturing efficiency</title><link>https://cloud.google.com/blog/topics/hybrid-cloud/toyota-ai-platform-manufacturing-efficiency/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The automotive industry is facing a profound transformation, driven by the rise of CASE, — connected cars, autonomous and automated driving, shared mobility, and electrification. Simultaneously,  manufacturers face the imperative to further increase efficiency, automate manufacturing, and improve quality.  AI has emerged as a critical enabler of this evolution. In this dynamic landscape, Toyota turned to Google Cloud's AI Infrastructure to build an innovative AI Platform that empowers factory workers to develop and deploy machine learning models across key use cases.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://global.toyota/en/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Toyota&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;'s renowned production system, &lt;/span&gt;&lt;a href="https://global.toyota/en/company/vision-and-philosophy/production-system/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Toyota Production System&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, rooted in the principles of "Jidoka" (automation with a human touch) and "Just-in-Time" inventory management, has long been the gold standard in manufacturing efficiency. However, certain parts of this system are resistant to conventional automation. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We started experimenting with using AI internally in &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;2018. However, a shortage of employees with the expertise required for AI development created a bottleneck in promoting its wider use. Seeking to overcome these limitations, &lt;/span&gt;&lt;a href="https://global.toyota/en/company/vision-and-philosophy/production-system/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Toyota's Production Digital Transformation Office&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; embarked on a mission  to democratize AI development within its factories in 2022. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Our goal was to build an AI Platform that enabled factory floor employees, regardless of their AI expertise, to create machine learning models with ease. This would facilitate the automation of manual, labor-intensive tasks, freeing up human workers to focus on higher-value activities such as process optimization, AI implementation in other production areas, and data-driven decision-making.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;AI Platform is the collective term for the AI technologies we have developed, including web applications that enable easy creation of learning models on the manufacturing floor, compatible equipment on the manufacturing line, and the systems that support these technologies.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;By the time we completed implementing the AI platform earlier this year, we found it would be able to save us as many as 10,000 hours of mundane work annually through manufacturing efficiency and process optimization.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;For this company-wide initiative, we brought the development in-house to accumulate know-how. It was also important to stay up-to-date with the latest technologies so we could accelerate development and broaden opportunities to deploy AI. Finally, it was crucial to democratize our AI technology into a truly easy-to-use platform. We knew we needed to be  led by those working on the manufacturing floor if we wanted them to use the AI more proactively; while at the same time, we wanted to improve the development experience for our software engineers.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-aside"&gt;&lt;dl&gt;
    &lt;dt&gt;aside_block&lt;/dt&gt;
    &lt;dd&gt;&amp;lt;ListValue: [StructValue([(&amp;#x27;title&amp;#x27;, &amp;#x27;Try Google Cloud for free&amp;#x27;), (&amp;#x27;body&amp;#x27;, &amp;lt;wagtail.rich_text.RichText object at 0x7fd9b42db9d0&amp;gt;), (&amp;#x27;btn_text&amp;#x27;, &amp;#x27;Get started for free&amp;#x27;), (&amp;#x27;href&amp;#x27;, &amp;#x27;https://console.cloud.google.com/freetrial?redirectPath=/welcome&amp;#x27;), (&amp;#x27;image&amp;#x27;, None)])]&amp;gt;&lt;/dd&gt;
&lt;/dl&gt;&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;Hybrid Architecture Brings Us Numerous Advantages&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To power our AI Platform, we opted for a hybrid architecture that combines our on-premises infrastructure and cloud computing.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The first objective was to promote agile development. The hybrid cloud environment, coupled with a microservices-based architecture and agile development methodologies, allowed us to rapidly iterate and deploy new features while maintaining robust security. The path for a microservices architecture arose from the need to flexibly respond to changes in services and libraries, and as part of this shift, our team also adopted a development method called "SCRUM" where we release features incrementally in short cycles of a few weeks, ultimately resulting in streamlined workflows.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;If we had developed machine learning systems solely on-premises with the aim to ensure security, we would need to perform security checks on a large amount of middleware, including dependencies, whenever we add a new feature or library. On the other hand, with the hybrid cloud, we can quickly build complex, high-volume container images while maintaining a high level of security.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The second objective is to use resources effectively. The manufacturing floor, where AI models are created, is now also facing strict cost efficiency requirements. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;With a hybrid cloud approach, we can use on-premises resources during normal operations and scale to the cloud during peak demand, thus reducing GPU usage costs and optimizing performance. This allows us to flexibly adapt to an expected increase in the number of users of AI Platform in the future, as well.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Furthermore, adapting a hybrid cloud helps us to achieve cost savings on facility investments. By leveraging the cloud for scaling capacity, we minimized the need for extensive on-premises hardware investments. In a traditional on-premises environment, we would need to set up high-performance servers with GPUs in every factory. With a hybrid cloud, we can reduce the number of on-premises servers to one and use the cloud to cover the additional processing capacity whenever needed. The hybrid cloud’s concept of  "using resources when and only as needed" aligns well with our "Just-in-Time" method. &lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;The Reasons We Chose Google Cloud AI Hypercomputer &lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Several factors influenced our decision when choosing a cloud partner for the development of the Toyota AI Platform’s hybrid architecture and ultimately, we chose &lt;/span&gt;&lt;a href="https://cloud.google.com/"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The first is the flexibility of using GPUs. In addition to the availability of using high-performance GPUs from one unit, we could use A2 VMs with Google Cloud's unique features like &lt;/span&gt;&lt;a href="https://cloud.google.com/kubernetes-engine/docs/how-to/gpus-multi"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;multi-instance GPUs&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and &lt;/span&gt;&lt;a href="https://cloud.google.com/kubernetes-engine/docs/how-to/timesharing-gpus"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;time-sharing GPUs&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. This flexibility reduces  idle compute resources and optimizes costs, leading to increased business value over a given time by allowing scarce GPUs to perform more machine learning trainings. Plus &lt;/span&gt;&lt;a href="https://cloud.google.com/kubernetes-engine/docs/how-to/provisioningrequest"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Dynamic Workload Scheduler&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; helps us efficiently manage and schedule GPU resources to help us optimize running costs. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Next is ease of use. We anticipate that we will be required to secure more GPU resources across multiple regions in the future. With Google Cloud, we can manage GPU resources through a &lt;/span&gt;&lt;a href="https://cloud.google.com/vpc/docs/subnets"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;single VPC&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, avoiding network complexity. When considering the system to deploy, only Google Cloud had this capability.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The speed of build and processing was also a big appeal for us . In particular, &lt;/span&gt;&lt;a href="https://cloud.google.com/kubernetes-engine?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Kubernetes Engine (GKE), &lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;its &lt;/span&gt;&lt;a href="https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Autopilot&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and &lt;/span&gt;&lt;a href="https://cloud.google.com/kubernetes-engine/docs/how-to/image-streaming"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Image Streaming&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; provide flexibility and speed, thereby allowing us to  improve cost-effectiveness in terms of operational burden. We measured the communication speed of containerization during the system evaluation process, and found that Google Cloud was four times faster scaling from zero than other existing services. The speed of communication and processing is extremely important, as we use up to 10,000 images when creating the learning model. When we first started developing AI technology in-house, we struggled with flexible system scaling and operations. In this regard, too, using Google Cloud was the ideal choice.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;Completed Large-scale Development in 1.5 Years with 6 Members&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;With Google Cloud's support, a small team of six developers achieved a remarkable feat by successfully building and deploying the AI Platform in about half the time it would take for a standard system development project at Toyota. This rapid development was facilitated by Google Cloud's user-friendly tools, collaborative approach, and alignment with Toyota's automation-focused culture.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;After choosing Google Cloud, we began discussing the architecture with the Google Cloud team. We then worked on modifying the web app architecture for the cloud lift, building the hybrid cloud, developing human resources within the company, while learning skills for the "internalization of technology (acquisition and accumulation of new know-how)".&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;During the implementation process, we divided the  workloads into on-premises and cloud architectures, and implemented best practices to monitor communications and resources. This process also involved migrating CI/CD pipelines and image data to the cloud. By performing builds in the cloud and caching images on-premises, we ensured quick start-up and flexible operations.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In addition to the ease of development of Google Cloud products, cultural factors also contributed greatly to the success of this project. Our objective of making the manufacturing process automated as much as possible, is in line with Google's concept of&lt;/span&gt;&lt;a href="https://cloud.google.com/sre?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt; SRE (Site Reliability Engineering)&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. So, we shared the same sense of purpose.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/original_images/image3_YErb33A.png"
        
          alt="Toyota AI Blog_Arch diag"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Currently, in the hybrid cloud, we deploy a&lt;/span&gt;&lt;a href="https://cloud.google.com/kubernetes-engine/enterprise/docs/concepts/overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt; GKE Enterprise&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; cluster on-premises and link it to the GKE cluster on Google Cloud. When we develop our AI Platform and web apps, we run &lt;/span&gt;&lt;a href="https://cloud.google.com/build?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud Build&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; with Git CI triggers, verify container image vulnerabilities with &lt;/span&gt;&lt;a href="https://cloud.google.com/artifact-registry"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Artifact Registry&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and&lt;/span&gt;&lt;a href="https://cloud.google.com/artifact-registry/docs/analysis"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt; Container Analysis&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, and ensure a secure environment with &lt;/span&gt;&lt;a href="https://cloud.google.com/binary-authorization"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Binary Authorization&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. At the manufacturing floor, structural data such as numerical data and unstructured data such as images are deployed on GKE via a web app, and learning models are created on N1 VMs with NVIDIA T4 GPUs and  A2 VMs which include NVIDIA A100 GPUs.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;Remarkable Results Achieved Through Operating AI Platform&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We have achieved remarkable results with this operational structure. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;Enhanced Developer Experience&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: First, with regard  to the development experience, waiting time for tasks have been reduced, and operational and security burdens have been lifted, allowing us to focus even more on development.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;Increased User Adoption: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Additionally, the use of our AI Platform on the manufacturing floor is also growing. Creating a learning model can typically take 10 to 15 minutes in the shortest, and up to 10 hours in the longest. GKE's Image Streaming streamlined pod initialization and accelerated learning, resulting in a 20% reduction in learning model creation time. This improvement has enhanced the user experience (UX) on the manufacturing floor, leading to a surge in the number of users. Consequently, the number of models created in manufacturing has steadily increased, rising from 8,000 in 2023 to 10,000 in 2024. The widespread adoption of this technology has allowed for a substantial reduction of over 10,000 man-hours per year in the actual manufacturing process, optimizing efficiency, and productivity. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;Expanding Impact&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: AI Platform is already in use at all of our car and unit manufacturing factories (total 10 factories), and its range of applications is expanding. At the Takaoka factory, the platform is used not only to inspect finished parts, but also in the manufacturing process; inspect the application of adhesives used to attach glass to back doors, and to detect abnormalities in injection molding machines used for manufacturing bumpers and other parts. Meanwhile, the number of active users in the company has increased to nearly 1,200, and more than 400 employees participate in in-house training programs each year.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Recently, there have been cases where people who were developing in other departments became interested in Google Cloud and joined our development team. Furthermore, this project has sparked an unprecedented shift within the company: the resistance to the cloud technology itself diminishing and other departments beginning to consider adopting it.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;Utilizing Cloud Workstations for Further Productivity With an Eye on Generative AI&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;For  the AI Platform, we plan to develop an AI model that can set more detailed criteria for detection, implement it in an automated picking process, and use it for maintenance and predictive management of the entire production line. We are also developing original infrastructure models based on the big data collected on the platform, and expect to use the AI Platform more proactively in the future.&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Currently, the development team compiles work logs and feedback from the manufacturing floor, and we believe that the day will soon come when we will start utilizing generative AI. For example, the team is considering using AI to create images for testing machine learning during the production preparation stage, which has been challenging due to a lack of data. In addition, we are considering using &lt;/span&gt;&lt;a href="https://cloud.google.com/products/gemini/code-assist?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Gemini Code Assist&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to improve the developer experience, or using &lt;/span&gt;&lt;a href="https://gemini.google.com/app" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Gemini&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to convert past knowledge into RAG and implement a recommendation feature.&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;In March 2024, we joined Google Cloud's &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/in-house-development-support?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Tech Acceleration Program (TAP)&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and implemented &lt;/span&gt;&lt;a href="https://cloud.google.com/workstations?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud Workstations&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. This also aims to achieve the goals we have been pursuing: to improve efficiency, reduce workload, and create a more comfortable work environment by using managed services.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/image1_6axOxMF.max-1000x1000.jpg"
        
          alt="image1"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Through this project, led by the manufacturing floor, we have established a "new way of manufacturing" where anyone can easily create and utilize AI learning models, and significantly increase the business impact for our company. This was enabled by the cutting-edge technology and services provided by Google Cloud.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Like "Jidoka (auto’no’mation)" of production lines and "Just-in-Time" method, the AI Platform has now become an indispensable part of our manufacturing operations. Leveraging Google Cloud, we will continue our efforts to make ever-better cars.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 09 Dec 2024 17:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/topics/hybrid-cloud/toyota-ai-platform-manufacturing-efficiency/</guid><category>AI &amp; Machine Learning</category><category>Customers</category><category>Hybrid &amp; Multicloud</category><media:content height="540" url="https://storage.googleapis.com/gweb-cloudblog-publish/images/20240506_060544076_iOS.max-600x600.jpg" width="540"></media:content><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Toyota shifts into overdrive: Developing an AI platform for enhanced manufacturing efficiency</title><description></description><image>https://storage.googleapis.com/gweb-cloudblog-publish/images/20240506_060544076_iOS.max-600x600.jpg</image><site_name>Google</site_name><url>https://cloud.google.com/blog/topics/hybrid-cloud/toyota-ai-platform-manufacturing-efficiency/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Kohdai Gotoh</name><title>AI Group, Production Digital Transformation Dept, Toyota Motor Corporation</title><department></department><company></company></author></item><item><title>Introducing an industry first: application awareness on Cloud Interconnect</title><link>https://cloud.google.com/blog/products/networking/cross-cloud-network-enhancements-for-distributed-workloads/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Multicloud architectures are becoming commonplace as more business-critical applications are moving to the cloud. Last year, we introduced the &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/cross-cloud-network?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cross-Cloud Network&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to transform and simplify hybrid and multicloud connectivity, and enable organizations to easily build distributed applications. As organizations modernize their infrastructure, leveraging AI/ML and other managed services, they have adopted Cross-Cloud Network to reduce operational complexity and lower the total cost of ownership (TCO). &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We are seeing increased demand for delivering better application experiences with guaranteed SLAs, as well as ensuring spend predictability for accurate budgeting and risk mitigation. Today, we’re excited to announce new innovations for Cross-Cloud Network that address these evolving needs and help deliver the best network experience for your distributed applications. These new innovations include:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Prioritizing traffic with an industry first: application awareness on Cloud Interconnect&lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Lowering TCO with predictable pricing for Cloud Interconnect&lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Unifying observability for Cloud Interconnect with VPC Flow Logs&lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Other Innovations that enhance service networking with programmability and new producers &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;
&lt;div class="block-aside"&gt;&lt;dl&gt;
    &lt;dt&gt;aside_block&lt;/dt&gt;
    &lt;dd&gt;&amp;lt;ListValue: [StructValue([(&amp;#x27;title&amp;#x27;, &amp;#x27;$300 to try Google Cloud networking&amp;#x27;), (&amp;#x27;body&amp;#x27;, &amp;lt;wagtail.rich_text.RichText object at 0x7fd9b4647280&amp;gt;), (&amp;#x27;btn_text&amp;#x27;, &amp;#x27;Start building for free&amp;#x27;), (&amp;#x27;href&amp;#x27;, &amp;#x27;http://console.cloud.google.com/freetrial?redirectpath=/products?#networking&amp;#x27;), (&amp;#x27;image&amp;#x27;, None)])]&amp;gt;&lt;/dd&gt;
&lt;/dl&gt;&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h2&gt;&lt;strong style="vertical-align: baseline;"&gt;Prioritizing traffic with an industry first: application awareness on Cloud Interconnect&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://cloud.google.com/network-connectivity/docs/interconnect/concepts/overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud Interconnect&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; enables robust, high-bandwidth, &lt;/span&gt;&lt;a href="https://cloud.google.com/network-connectivity/docs/interconnect/sla"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;SLA&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;-backed connectivity to Google Cloud. With &lt;/span&gt;&lt;a href="https://cloud.google.com/network-connectivity/docs/interconnect/concepts/cci-overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cross-Cloud Interconnect&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; we enable dedicated and private connectivity from Google to another cloud provider. Together, they form the foundation for building hybrid and multicloud distributed applications. &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Customers have traditionally lacked the capability to prioritize traffic over Cloud Interconnect, forcing them to substantially overprovision bandwidth or risk subpar performance during periods of congestion. This can result in increased costs, inefficient resource utilization, and potential disruption to business operations.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To address this need for traffic prioritization, we are introducing &lt;/span&gt;&lt;a href="https://cloud.google.com/network-connectivity/docs/interconnect/how-to/cci/configure-traffic-differentiation"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;application awareness on Cloud Interconnect&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; in preview. Google Cloud is the first major cloud service provider to offer a managed traffic differentiation solution that empowers you to solve the critical challenge of traffic prioritization over Cloud Interconnect. Application awareness enables flexibility with a choice of two policies: strict priority across traffic classes and bandwidth share per traffic class.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/original_images/image2_IMaEOfv.png"
        
          alt="1-Application_Awareness"&gt;
        
        &lt;/a&gt;
      
        &lt;figcaption class="article-image__caption "&gt;&lt;p data-block-key="rurnh"&gt;Traffic handling over Cloud Interconnect with application awareness&lt;/p&gt;&lt;/figcaption&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Application awareness on Cloud Interconnect provides multiple business benefits, including:&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Prioritization of business critical traffic:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Ensures that lower-priority traffic egressing Google Cloud does not adversely impact higher-priority traffic during congestion periods on Cloud Interconnect connections.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Lower total cost of ownership (TCO):&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Enables efficient utilization of Cloud Interconnect bandwidth, and avoids excessive overprovisioning of links when used with proper capacity planning. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Fully managed, SLA-backed solution:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Provides peace of mind with a Google-managed solution backed by the Cloud Interconnect SLA. Compares favorably to expensive, self-managed workarounds including network appliances that add complexity, manual overhead, and high operational cost. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;You can learn all the details on application awareness on Cloud Interconnect in &lt;/span&gt;&lt;a href="https://services.google.com/fh/files/misc/application_awareness_on_cloud_interconnect_overview.pdf" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;this solution brief&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. &lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;"As hybrid and multicloud architectures become commonplace, enterprises are seeking intelligent connectivity solutions to optimize data flows and application performance across their digital infrastructure. Google Cloud's application awareness on Cloud Interconnect, with its packet classification and prioritization capabilities, can optimize critical business exchanges. This will have a broad applicability across various data traffic types, providing enterprises with greater control while boosting infrastructure resiliency and cost savings." &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;- Taranvir Singh, research manager, Cloud Networking Services, IDC&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-video"&gt;



&lt;div class="article-module article-video "&gt;
  &lt;figure&gt;
    &lt;a class="h-c-video h-c-video--marquee"
      href="https://youtube.com/watch?v=R9kbyeRO0lE"
      data-glue-modal-trigger="uni-modal-R9kbyeRO0lE-"
      data-glue-modal-disabled-on-mobile="true"&gt;

      
        &lt;img src="//img.youtube.com/vi/R9kbyeRO0lE/maxresdefault.jpg"
             alt="Application awareness on Cloud Interconnect (short demo)"/&gt;
      
      &lt;svg role="img" class="h-c-video__play h-c-icon h-c-icon--color-white"&gt;
        &lt;use xlink:href="#mi-youtube-icon"&gt;&lt;/use&gt;
      &lt;/svg&gt;
    &lt;/a&gt;

    
  &lt;/figure&gt;
&lt;/div&gt;

&lt;div class="h-c-modal--video"
     data-glue-modal="uni-modal-R9kbyeRO0lE-"
     data-glue-modal-close-label="Close Dialog"&gt;
   &lt;a class="glue-yt-video"
      data-glue-yt-video-autoplay="true"
      data-glue-yt-video-height="99%"
      data-glue-yt-video-vid="R9kbyeRO0lE"
      data-glue-yt-video-width="100%"
      href="https://youtube.com/watch?v=R9kbyeRO0lE"
      ng-cloak&gt;
   &lt;/a&gt;
&lt;/div&gt;

&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h2&gt;&lt;strong style="vertical-align: baseline;"&gt;Lowering TCO with predictable pricing for Cloud Interconnect &lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;When migrating to the cloud, organizations value predictable data transfer costs. Customers starting their cloud adoption journey, or those embracing distributed applications across multiple environments, can struggle to estimate costs associated with data transfers between hybrid and multicloud environments. Variable prices based on metered utilization contribute to this unpredictability.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We are pleased to announce a fixed pricing option for &lt;/span&gt;&lt;a href="https://cloud.google.com/network-connectivity/docs/interconnect/concepts/dedicated-overview#fixed-pricing"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Dedicated Interconnect&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and &lt;/span&gt;&lt;a href="https://cloud.google.com/network-connectivity/docs/interconnect/concepts/cci-overview#fixed-pricing"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cross-Cloud Interconnect&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. Customers that choose fixed pricing are charged a fixed hourly price per port rather than on the amount of traffic transferred, eliminating data transfer variability in billing. With predictable monthly costs, organizations can more easily implement showback and/or chargeback to improve operational efficiency. &lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;strong style="vertical-align: baseline;"&gt;Unifying observability for Cloud Interconnect with VPC Flow Logs&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://cloud.google.com/vpc/docs/flow-logs"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;VPC Flow Logs&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; provide flow level visibility into network traffic within Google Cloud. By recording packets sent and received by virtual machines, VPC Flow Logs let you analyze network traffic not only for performance monitoring and troubles&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;hooting, but also for network forensics, security and compliance, and cost optimization.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In order to provide a consistent and easy-to-use observability experience, we’ve expanded VPC Flow Logs coverage to include visibility into network traffic over Dedicated Interconnect, Partner Interconnect, Cross-Cloud Interconnect, and Cloud VPN. You can now generate flow logs not just for subnets, but also for your VLAN attachment and VPN tunnels, and receive the same 5-tuple (source IP, destination IP, source port, destination port, and protocol) granularity as you do for traffic within Google Cloud. If you’ve already enabled VPC Flow Logs on your subnets, all of the traffic between those subnets and your on-prem and/or cross-cloud environments will also be annotated with the corresponding hybrid connectivity metadata. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;VPC Flow Logs also make it easier to identify specific traffic types for prioritization when configuring or fine-tuning application awareness policies on Cloud Interconnect, and provide on-going insights into traffic patterns, bandwidth utilization, and traffic class performance.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/original_images/2-GIF-IC-Flow-IP.gif"
        
          alt="2-GIF-IC-Flow-IP"&gt;
        
        &lt;/a&gt;
      
        &lt;figcaption class="article-image__caption "&gt;&lt;p data-block-key="rurnh"&gt;Flow Analyzer visualization of VPC Flow Logs for Cloud Interconnect&lt;/p&gt;&lt;/figcaption&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;a href="https://cloud.google.com/network-intelligence-center/docs/flow-analyzer/overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Flow Analyzer&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; is available for all VPC Flow Logs customers and allows you to easily identify and visualize your network traffic flows, including top talkers, without having to write complex SQL queries. All VPC Flow Logs can also be integrated and analyzed with services from the&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/observability#observability-partners"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;observability partner of your choice&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, or&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;with Google Cloud services such as Cloud Logging and BigQuery. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;VPC Flow Logs for hybrid connectivity and Flow Analyzer are both available in preview&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h2&gt;&lt;strong style="vertical-align: baseline;"&gt;Enhancing service networking with programmability and new producers&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;A key tenet of Cross-Cloud Network is to enable DevOps, NetOps, and SecOps teams to deliver applications efficiently, without having to open tickets with other teams. Applications often need specific and custom capabilities for security, monitoring, logging, and more, which are not available out-of-the-box, and it can be operationally complex to integrate best-of-breed services, whether SaaS, third-party, or customer-managed, across environments. Today, we are expanding innovations and partnerships to enhance that service-centric approach, and help drive business agility. &lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Introducing Service Extensions plugins for Cloud Load Balancing&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We are announcing the preview of &lt;/span&gt;&lt;a href="https://cloud.google.com/service-extensions/docs/overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Service Extensions&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; plugins for Application Load Balancers, enabling you to add rich customizations to the networking request/response using WebAssembly (Wasm). Service Extensions provide an open programmable data-plane that allows you to insert SaaS solutions, or even your own customizations, into a workload’s datapath.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/3-ServiceExtensionsPlugins.max-1000x1000.png"
        
          alt="3-ServiceExtensionsPlugins"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Service Extensions plugins for load balancers enable a wide set of use cases such as securing your applications with custom logic, optimizing traffic to your backend by rewriting http headers or URLs, custom logging to help monitor traffic, audit logging for compliance use cases, and more. We have also released a broad set of example plugins for many of these operations &lt;/span&gt;&lt;a href="https://github.com/GoogleCloudPlatform/service-extensions/tree/main/plugins/samples" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Accelerating the service-centric journey with new producers for Private Service Connect&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;As you modernize your applications with managed services,&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;a href="https://cloud.google.com/private-service-connect"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Private Service Connect&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; makes it easy to create private and secure connections from your VPCs to Google, your own services, or a large portfolio of third-party partner services. &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/4-PSC_ecosystem.max-1000x1000.png"
        
          alt="4-PSC_ecosystem"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We are announcing new data and AI producers for Private Service Connect &lt;/span&gt;&lt;a href="https://cloud.google.com/vpc/docs/private-service-connect#endpoints"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;endpoints&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and &lt;/span&gt;&lt;a href="https://cloud.google.com/vpc/docs/about-private-service-connect-interfaces"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;interfaces&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; including: &lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/vertex-ai/docs/predictions/private-service-connect"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Vertex AI Prediction&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (GA)&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/vertex-ai/docs/vector-search/setup/private-service-connect"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Vertex AI Search&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (GA)&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/vertex-ai/docs/training/overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Vertex AI Training&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (preview)&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/managed-service-for-apache-kafka/docs/overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Managed Service for Apache Kafka&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (GA)&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/managed-flink"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;BigQuery for Apache Flink&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;(preview)&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/datastream"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Datastream&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;(preview)&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/composer/docs/composer-3/connect-vpc-network"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud Composer 3&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;GA)&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;With these new producers for AI and analytics services, now you can simplify network connectivity while applying consistent security policies to the application.&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“As the leader in digital payments, PayPal is revolutionizing commerce globally in over 200 markets around the world. To best serve the hundreds of millions of customers and merchants who use PayPal services, our network must provide high reliability, security, and performance. &lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;PayPal leverages Private Service Connect, part of the Cross-Cloud Network solution, which connects our data analytics and AI services securely so that we can focus on delivering novel and innovative PayPal services to our customers.” &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;- &lt;span style="vertical-align: baseline;"&gt;Saikrishna Kotha, Senior Director, Head of Infrastructure Platforms, PayPal &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;strong style="vertical-align: baseline;"&gt;Learn more&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;With Cross-Cloud Network, we’re empowering you to simplify and secure your workloads, data, and users across hybrid and multicloud networks. You can learn all about Cross-Cloud Network &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/cross-cloud-network"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, and be sure to join us at the &lt;/span&gt;&lt;a href="https://cloudonair.withgoogle.com/events/summit-app-dev-infrastructure-24" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud App Dev and Infrastructure Summit&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to hear more about these innovations.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 30 Oct 2024 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/networking/cross-cloud-network-enhancements-for-distributed-workloads/</guid><category>Hybrid &amp; Multicloud</category><category>Networking</category><media:content height="540" url="https://storage.googleapis.com/gweb-cloudblog-publish/images/Cloud_Interconnect.max-600x600.jpg" width="540"></media:content><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Introducing an industry first: application awareness on Cloud Interconnect</title><description></description><image>https://storage.googleapis.com/gweb-cloudblog-publish/images/Cloud_Interconnect.max-600x600.jpg</image><site_name>Google</site_name><url>https://cloud.google.com/blog/products/networking/cross-cloud-network-enhancements-for-distributed-workloads/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Muninder Sambi</name><title>VP, PM and GM, Networking, Google Cloud</title><department></department><company></company></author></item><item><title>Deliver sovereign cloud solutions with the new Google Distributed Cloud initiative</title><link>https://cloud.google.com/blog/topics/hybrid-cloud/new-managed-gdc-provider-initiative/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Digital sovereignty remains top-of-mind for organizations across the public, finance, and manufacturing sectors. As they adopt cloud technologies, they face the challenge of balancing innovation while adhering to stringent regulatory requirements. To achieve this, they seek cloud solutions that not only offer the flexibility and scalability they need, but also prioritize compliance with local and industry-specific regulations.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&lt;a href="https://cloud.google.com/sovereign-cloud"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Sovereign Cloud&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; provides comprehensive and flexible solutions to confidently meet data, operational, and software sovereignty requirements. These solutions include &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Distributed Cloud&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (GDC), which brings Google Cloud capabilities closer to where data is generated and used, helping customers overcome challenges related to data location, latency, and connectivity. GDC lets organizations deploy and manage cloud services across various environments — on-premises, at the edge, or in remote locations — while helping to provide optimal performance and adherence to regulatory compliance mandates.&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Introducing the Managed Google Distributed Cloud Provider initiative&lt;/strong&gt;&lt;/h3&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Deploying applications at the edge or on-premises can be a complex process, requiring specialized skills and technologies that many organizations lack. At Google Cloud, we recognize this challenge and are collaborating with leading industry partners to provide them expertise and create customized solutions for their specific industries and clients. Today, we are pleased to introduce the Managed GDC Provider (MGP) initiative. This program simplifies the deployment of solutions in various environments by authorizing and empowering select partners to deploy, operate, and manage Google Distributed Cloud services as a fully managed offering. This reduces the technical complexity of deploying cloud services for customers with high sovereignty needs, accelerating adoption. Current partners operating GDC air-gapped include &lt;/span&gt;&lt;a href="https://clarence-cloud.com/en/home/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Clarence&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (a joint venture between Luxembourg state-owned company LuxConnect, and Proximus Luxembourg) operating from Luxembourg, &lt;/span&gt;&lt;a href="https://www.gulf.co.th/en/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Gulf Energy&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; operating from Thailand, &lt;/span&gt;&lt;a href="https://www.t-systems.com/de/en/insights/newsroom/news/ultra-secure-air-gapped-google-cloud-hosted-by-t-systems-634922" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;T-Systems&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; operating from Germany, and &lt;/span&gt;&lt;a href="https://www.wwt.com/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;World Wide Technology (WWT)&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; operating from North America. As members of the Managed GDC Provider initiative, these partners are already delivering AI-enabled sovereign cloud solutions to their customers. We look forward to adding more partners to the initiative in the coming months.&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“&lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;Clarence is meeting a growing demand for true digital sovereignty, stimulated by today’s complex geopolitical context, combined with ever-increasing cyber threats and cyber terrorism risks, and AI needs.” says Pascal Rogiest, General Manager of Clarence S.A. "Clarence represents a unique and cutting-edge bundled solution, leveraging Google's exceptional portfolio of cloud-based applications from GDC air-gapped.” &lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;"&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;"We chose Google Distributed Cloud (GDC) based on its unique ability to isolate operations from the public internet while providing powerful AI capabilities. The successful delivery of GDC in Thailand, with Gulf as Google Cloud's Managed GDC Provider (MGP), is a strategic imperative, as its adoption across regulated industries will not only boost our country's digital competitiveness but also create new revenue opportunities for our company.” – Sarath Ratanavadi, CEO, Gulf Energy Development&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“At T-Systems, we are very pleased to be a provider of Google Distributed Cloud in Germany. This valuable addition to our cloud portfolio lets us deliver Google Cloud’s powerful cloud solutions to our customers, combined with the very highest security and data-residency requirements. This underscores our commitment to providing truly hybrid cloud landscapes, tailored to the individual needs of each customer.” &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;- Greg Hyttenrauch, Senior Vice President for Cloud Services at T-Systems&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;"At WWT, we are privileged to partner with Google Distributed Cloud. Through this MGP initiative, we have tailored a cloud solution specifically for the unique requirements of our public sector customers This solution ensures the security of sensitive data and upholds their digital sovereignty. This collaboration is a testament to our commitment to delivering innovative solutions that empower our customers in the public sector." &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;- Scot Gagnon, VP of Federal Sales at WWT&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;The Managed GDC Provider initiative program helps customers harness the power of Google Cloud technology within a private, secure, and isolated environment operated by trusted local partners. This approach provides numerous advantages, including full control over data residency and adherence to local regulations, helping to ensure data sovereignty and compliance. Additionally, by running workloads closer to users and applications, customers experience reduced latency and improved performance. These trusted partners’ air-gapped configurations and expert management enhance security and control, while the flexibility of the program allows for tailored solutions to meet specific needs and requirements. Furthermore, customers gain access to the latest Google Cloud technologies and services within a sovereign environment, so they remain at the forefront of innovation.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Becoming a Managed GDC Provider unlocks a world of opportunities for partners. They can expand their service offerings and tap into new revenue streams by becoming cloud service providers with GDC. Partners take control and customize the commercial and customer experience of GDC, tailoring solutions to meet specific market needs. And by leveraging Google's cutting-edge AI-ready infrastructure, partners position themselves as trusted cloud service providers in their region, with expertise in deploying and managing sovereign cloud solutions. They gain access to Google Cloud's latest innovations and robust infrastructure, so they can deliver superior cloud services. Finally, Managed GDC Providers are part of a thriving ecosystem of partners, fostering collaboration and knowledge-sharing.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Join the Managed GDC Provider initiative&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We invite partners to explore the Managed GDC Provider initiative, and show that you are a trusted expert in operating air-gapped and connected instances of GDC. To express your interest and begin the qualification process, please contact your account team or email gdc-partners@google.com.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 13 Aug 2024 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/topics/hybrid-cloud/new-managed-gdc-provider-initiative/</guid><category>Infrastructure Modernization</category><category>Partners</category><category>Hybrid &amp; Multicloud</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Deliver sovereign cloud solutions with the new Google Distributed Cloud initiative</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/topics/hybrid-cloud/new-managed-gdc-provider-initiative/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Charlie Gokbayrak</name><title>Group Product Manager, Google Distributed Cloud</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Kim Lasseter</name><title>Global Director, Partner Advantage Program Design &amp; Strategy</title><department></department><company></company></author></item><item><title>VMware Cloud Foundation on Google Cloud VMware Engine: 20% lower price and up to 40% in migration incentives</title><link>https://cloud.google.com/blog/products/infrastructure-modernization/lower-costs-incentives-for-google-cloud-vmware-engine/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;VMware Cloud Foundation&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; on Google Cloud VMware Engine (GCVE) is now generally available, and there has never been a better time to move your VMware workloads to Google Cloud, so you can bring down your costs and benefit from a modern cloud experience. Today, in partnership with Broadcom, we’re pleased to announce:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Support for VMware Cloud Foundation&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; (VCF) is now available with &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;~20% lower &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;commitment pricing&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;License portability entitlement&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; support for VCF will allow you to preserve your VMware investments by flexibly porting your on-premises VCF licenses to GCVE. This will enable you to get a VE1 node which supports portability at &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;up to a 35% lower &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;price&lt;sup&gt;1&lt;/sup&gt; on a three-year prepaid commitment, compared to previous pricing which included VMware licenses.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Multiple new GCVE node types &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;to cost-effectively align with your workload requirements; in fact,&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;GCVE (with VCF) can &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;be up to 30% less expensive&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; than Azure VMware Solution. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Commercial incentives&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;up to 40% &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;of GCVE first-year spend as additional migration and consumption incentives, along with no-fee proof of concepts and trials&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Convertible commitments &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;supporting&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;movement mid-term between different GCVE node types and other compute platforms like Compute Engine and Google Kubernetes Engine (GKE).&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Customers are already benefiting from VCF licensing support in GCVE. &lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;"Google has helped us navigate the VMware licensing changes every step of the way and we are excited about the future with Google Cloud VMware Engine providing us a fast path to transform our VMware workloads in Google Cloud." &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;- Everett Chesley, Director of IT Infrastructure, Granite Telecommunications&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Let’s take a look at these announcements in greater depth. &lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Support for VMware Cloud Foundation&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In partnership with Broadcom, GCVE now &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;fully supports&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;a href="https://www.vmware.com/products/cloud-foundation.html" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;VMware Cloud Foundation&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. VCF is a comprehensive platform that integrates VMware's compute, storage, and network virtualization &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;capabilities&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; with its management and application infrastructure capabilities. I&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;n addition to the cloud infrastructure components such as vSphere, vSAN, NSX and HCX that already existed in GCVE, VCF includes many new capabilities, such as the Aria &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Suite Enterprise and Aria Operations for Networks Enterprise&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;. &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;The&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;se&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; Aria &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;capabilities&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; provide comprehensive monitoring, analytics, and insights to optimize application performance and resource utilization, resulting in improved application health, enhanced performance, and efficient capacity management. &lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;VMware Cloud Foundation license portability&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We often hear from customers looking to bring the value of their existing or future VMware &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Cloud Foundation &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;license investments to Google Cloud. In collaboration with Broadcom, we are pleased to announce support for VCF license portability &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;entitlement&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; in GCVE. Simply put, with GCVE commitment types that support portability, you &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;only pay&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; Google for the VMware Engine service and infrastructure, and can apply previously purchased VCF licenses. By bringing your own VCF &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;subscriptions&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; to GCVE, you can avoid the cost of purchasing new licenses, resulting in potential savings compared to previous pricing models. For example, compared to previous pricing which included VMware licenses, &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;you will be able to &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;get a VE1 node that supports portability at up to a 35% lower price&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; on a three-year prepaid commitment.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Google Cloud is the &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;first &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;cloud provider to &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;offer a distinct VCF-integrated solution that supports VCF license portability.&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; With Google Cloud, you can maximize the value of your VMware investments while benefiting from the scalability, security, and innovation of Google’s infrastructure.&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“The partnership between Broadcom and Google Cloud continues to deliver significant value to our customers. &lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;Support &lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;for VMware Cloud Foundation and license portability &lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;entitlement &lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;with Google Cloud VMware Engine empowers on-premises customers to leverage their existing investments &lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;in VMware software to both cost effectively and seamlessly migrate to&lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt; Google Cloud. This innovation not only unlocks substantial cost savings and TCO benefits but also accelerates customers’ digital transformation journey.” - &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Abhay Kumar, Global Head of Hyperscalers, Broadcom&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Increased choice of node types&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Over the years, customers have shared the need to support a range of VMware workloads with better capacity shaping to optimize their costs. Earlier this year, we introduced our first node type on the VE2 node platform, &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/compute/whats-new-with-gcve?e=48754805"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;the ve2-standard-128&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.  &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Today, we’re excited to introduce our ve2-mega shape family. ve2-mega shapes come with &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;51.2 TB&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; raw data storage (&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;~2.7X&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; compared to ve1) in addition to 3.2TB of cache capacity. We are now offering two new hyperconverged node types in the family:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;ve2-mega-96&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;, with 96 hyperthreads (&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;~1.3X&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; compared to ve1-standard-72).&lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;ve2-mega-128&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;, with 128 hyperthreads (&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;~1.7X&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; compared to ve1-standard-72).&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We’re also now offering &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;ve2-standard-96&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;, with 48 cores/96 hyperthreaded cores. ve2-standard shapes come with &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;25.6 TB&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; raw data storage.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;For workloads with high storage needs, we are now offering two new storage-only node types: &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;ve2-standard-so&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; with 25.6 TB raw data storage, and &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;ve2-mega-so&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; with 51.2 TB raw data storage. GCVE storage-only node types come with the same NVMe storage offered in our hyperconverged node types, but are offered at lower price points. You can easily and cost-effectively expand your storage capacity by adding storage-only node types to your existing GCVE clusters. You get the same blazing fast performance with ease of management — no need to manage any external connectivity or mounts.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Please contact your Google Cloud sales representative for more information.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;New cost savings with commitments&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;GCVE now offers enhanced discounting for its VE1 and VE2 license-included node platforms with new one- and three-year term commitments:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;VE1 nodes&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: 22% lower rates compared to previous pricing&lt;sup&gt;1&lt;/sup&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;VE2 nodes&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;ul&gt;
&lt;li aria-level="2" style="list-style-type: circle; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;37% discount for one-year prepaid commitments (previously 30% for VE1)&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="2" style="list-style-type: circle; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;55% discount for three-year prepaid commitments (previously 50% for VE1)&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;These changes result in substantial savings, For example, for &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;ve1-standard-72&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;, a three-year prepaid commitment in us-central1 (Iowa) is priced at $3.60/hour compared to $5.17/hour for Azure's AV36P three-year reserved instance in the “Central US” location &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;(~30% savings)*.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Please contact your Google Cloud sales representative for more information.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Significant incentives to reduce TCO&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Customers evaluating GCVE as a destination for their VMware workloads want a significant reduction in financial and technical friction. We worked closely with several of our key services partners to enable us to deliver on this requirement, and are pleased to announce:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;No-fee assessments and POCs for customers, delivered by our partners and funded by Google Cloud&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;For new customers entering a Google Cloud Enterprise Agreement or Flex Agreement:&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;ul&gt;
&lt;li aria-level="2" style="list-style-type: circle; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Migration services incentives:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;up to 25%&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; of incremental year-one net spend to support migration services. A number of partners are certified to deliver migration services.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="2" style="list-style-type: circle; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Incremental consumption incentives: up to 15%&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; in additional credits for incremental net consumption of GCVE in year one, reducing TCO for customers as they migrate their VMware workloads.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Please contact your Google Cloud sales representative for more information.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Convertible commitments&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;As customers bring their workloads to GCVE, they often evolve their workload architectures to take advantage of various options available in Google Cloud. However, so far, they were unable to reuse their existing GCVE commitments for such use cases. To support this flexibility, we are excited to announce new &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;convertible three-year GCVE commitments&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; that, for an additional cost, will allow you to convert part of your commitments to other services such as Compute Engine or GKE, or other options in GCVE. For example:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;You can extend VMware environments using dynamically scaling web-facing servers on Compute Engine or GKE.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;With the flexible VE2 node platform in GCVE, you can move between different GCVE node types, thus optimizing resource utilization by matching workloads to the most suitable infrastructure as your architecture evolves.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;For pricing and regional availability details, please contact your Google Cloud sales representative.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Please stay tuned for more and be sure to bookmark the &lt;/span&gt;&lt;a href="https://cloud.google.com/vmware-engine/docs/release-notes"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;GCVE release notes&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; for updates. You can also learn even more at our &lt;/span&gt;&lt;a href="https://cloud.google.com/vmware-engine?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud VMware Engine website&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, and if you’re looking to explore what a migration might look like for you, &lt;/span&gt;&lt;a href="https://inthecloud.withgoogle.com/tco-assessment-19/form.html" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;sign up for our free discovery &amp;amp; assessment offer&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;hr/&gt;
&lt;p style="text-align: justify;"&gt;&lt;sup&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;*As of July 2024, based on list prices&lt;br/&gt;&lt;/span&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;1. Google Cloud Internal Data, May 2024&lt;/span&gt;&lt;/sup&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Thu, 18 Jul 2024 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/infrastructure-modernization/lower-costs-incentives-for-google-cloud-vmware-engine/</guid><category>Compute</category><category>VMware Engine</category><category>Hybrid &amp; Multicloud</category><category>Infrastructure Modernization</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>VMware Cloud Foundation on Google Cloud VMware Engine: 20% lower price and up to 40% in migration incentives</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/infrastructure-modernization/lower-costs-incentives-for-google-cloud-vmware-engine/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Manoj Sharma</name><title>Director, Product Management</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Ash Ashutosh</name><title>Global Director, Solution Sales</title><department></department><company></company></author></item><item><title>Bringing cloud and AI capabilities to the tactical edge: Google Distributed Cloud air-gapped appliance is generally available</title><link>https://cloud.google.com/blog/topics/hybrid-cloud/google-distributed-cloud-air-gapped-appliance-is-ga/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In harsh, disconnected, or mobile environments like disaster zones, remote research stations, or long-haul trucking operations, organizations face significant challenges in providing computing capabilities. Previously, organizations with mission-critical workloads lacked access to important cloud and AI capabilities when in demanding edge environments, including those that present unique challenges and requirements.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Today, we are excited to announce the general availability of Google Distributed Cloud air-gapped appliance, a new configuration of &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud-hosted?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Distributed Cloud&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; that brings Google’s cloud and AI capabilities to tactical edge environments. The integrated hardware and software solution unlocks real-time local data processing for AI use cases such as object detection, medical imaging analysis, and predictive maintenance for critical infrastructure. The appliance can be conveniently transported in a rugged case or mounted in a rack within customer-specific local operating environments.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Google Distributed Cloud air-gapped appliance offers:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Department of Defense (DoD) Impact Level 5 (IL5) accreditation:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; The appliance has achieved  Impact Level 5 accreditation, the highest level of security controls and protection required for unclassified, but sensitive information.  The appliance is also designed to meet Impact Level 6 and higher accreditations, and is actively working towards achieving these certifications.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Advanced AI capabilities&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Customers can enhance the performance of their mission-critical applications by utilizing built-in AI solutions from the Google Distributed Cloud air-gapped appliance like translation, speech, and optical character recognition (OCR). For instance, they can use OCR and translation features to scan and translate documents written in different languages, making them accessible and understandable for their end users. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Rugged and portable design&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Built to withstand harsh environmental conditions, including extreme temperatures, shock, and vibration, Google Distributed Cloud air-gapped appliance has a rugged and portable design that meets stringent accreditation requirements like MIL-STD-810H, ensuring reliable operation even in challenging scenarios. Weighing approximately 100lbs, it's human-portable, making it easy to transport and deploy in various locations.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Full isolation&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Google Distributed Cloud air-gapped appliance is designed to operate without any connectivity to Google Cloud or the public internet. The appliance remains fully functional in disconnected environments, preserving the security and isolation of the infrastructure, services, and the APIs that it manages. This makes it ideal for processing sensitive data, while meeting strict regulatory, compliance, and sovereignty requirements. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Integrated cloud services:   &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Google Distributed Cloud air-gapped appliance offers both infrastructure-as-a-services (IaaS) features like compute, networking, and storage, and Google Cloud services like data transfer and data analytics technologies. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Data security&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Google Distributed Cloud air-gapped appliance &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;includes robust security features like encryption, data isolation, firewalls, and secure boot to protect sensitive information.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The Google Distributed Cloud air-gapped appliance enables a wide array of use cases for organizations with stringent security requirements, including:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Disaster response&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: In the aftermath of a disaster, timely and accurate information is crucial for coordinating relief efforts and saving lives. However, disaster-stricken areas often lack the necessary infrastructure to support traditional communication and data processing systems. As a self-contained, ruggedized device, the Google Distributed Cloud air-gapped appliance can be rapidly deployed to disaster-affected areas, even in the absence of internet connectivity. It comes pre-loaded with essential software and tools for data collection and analysis, enabling immediate response to emergencies. By leveraging the Google Distributed Cloud air-gapped appliance, aid organizations can enhance their disaster response capabilities, improve coordination, and save lives in times of crisis.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Industrial automation&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Google Distributed Cloud air-gapped appliance offers an innovative solution for remote equipment monitoring, predictive maintenance, and process optimization in challenging environments at the edge. For instance, in the manufacturing sector, the appliance can be leveraged to track and optimize equipment performance in remote plants, leading to enhanced productivity and minimized downtime.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Transportation and logistics&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Google Distributed Cloud air-gapped appliance supports the unique demands of fleet management, autonomous vehicles, and real-time logistics optimization. For example, the appliance can facilitate the deployment and operation of autonomous vehicles by enabling the real-time collection, processing, and decision-making, helping autonomous vehicles safely and efficiently navigate complex environments.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Restricted workloads for federal and defense&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Google Distributed Cloud's air-gapped appliance is designed to meet the demands of restricted workloads, such as sensitive data analysis, AI inference and simulations, and intelligence translation, while adhering to security and supporting compliance regulations.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;“Google Distributed Cloud air-gapped appliance will enable the Air Force Rapid Sustainment Office (RSO) to bring the maintenance digital ecosystem to Airmen in austere and forward deployed locations, supporting the Air Force's agile objectives while prioritizing security and reliability,” said Michael Roquemore, Director of the RSO’s Rapid, Agile, Integrated Capabilities Team. “By delivering a secure and compliant edge compute platform, the RSO can leverage already developed Google-based technologies in both connected cloud and disconnected edge to bring digital innovation to the Service Members wherever they operate.”&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To learn more, visit the &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud/hosted/docs/latest/appliance/overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Distributed Cloud air-gapped appliance website&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. If you would like to discuss your air-gapped cloud requirements, please complete this &lt;/span&gt;&lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSfNaRPXtgmHVWd-m2h34dXMiJEU_qq06ynm8VQ45j7N6IfjFg/viewform" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;form&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, and a member of our team will be in touch.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 17 Jul 2024 10:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/topics/hybrid-cloud/google-distributed-cloud-air-gapped-appliance-is-ga/</guid><category>Compute</category><category>Public Sector</category><category>Hybrid &amp; Multicloud</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Bringing cloud and AI capabilities to the tactical edge: Google Distributed Cloud air-gapped appliance is generally available</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/topics/hybrid-cloud/google-distributed-cloud-air-gapped-appliance-is-ga/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Rohan Grover</name><title>Senior Director, Google Distributed Cloud</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Leigh Palmer</name><title>VP, Technology, Delivery &amp; Operations, Google Public Sector</title><department></department><company></company></author></item><item><title>Cross-Cloud Network: Design global distributed applications at scale</title><link>https://cloud.google.com/blog/products/networking/network-distributed-applications-at-global-scale/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Interested in learning how to simplify your distributed application architecture with &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/cross-cloud-network"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cross-Cloud Network&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, for connecting, securing, and delivering applications across on-premises, Google Cloud, and third-party cloud environments? The newly published &lt;/span&gt;&lt;a href="https://cloud.google.com/architecture/ccn-distributed-apps-design"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cross-Cloud Networking for distributed applications&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; section of the &lt;/span&gt;&lt;/a&gt;&lt;a href="https://cloud.google.com/architecture"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud Architecture Center&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; offers a comprehensive guide to designing and implementing a robust cross-cloud environment. In this blog we will look at some of the benefits of the Cross-Cloud Network and take a peek into the architecture documents.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;Use case recap&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In the blog &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/networking/connect-google-cloud-to-on-prem-and-other-clouds/"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cross-Cloud Network: Private, customizable and flexible networking&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; we touched briefly on three common use cases of this platform. These were:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Building distributed applications&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;  &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Internet facing application and content delivery&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Hybrid workforce&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;Architecture guides&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To help you along your journey the “Cross-Cloud Networking for distributed applications” design guide provides in depth knowledge. This guide was written by several Google experts and is broken down into four documents. Each of these dive into different patterns and designs based on various use cases. The documents are as follows:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/architecture/ccn-distributed-apps-design"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cross-Cloud Networking for distributed applications&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (overview)&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/architecture/ccn-distributed-apps-design/connectivity"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Network Segmentation and connectivity for distributed applications in Cross-Cloud Network&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/architecture/ccn-distributed-apps-design/service-networking"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Service networking for distributed applications in Cross-Cloud Network&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/architecture/ccn-distributed-apps-design/security"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Network Security for distributed applications in Cross-Cloud Network&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The design guide is meant to serve as your main reference to assist you in evaluating all pertinent considerations and point you to reference architectures that describe how to deploy recommended patterns. You can utilize these recommendations as a guide, samples or building blocks for designing, researching or planning your network. As with all things architecture, you have a varying degree of flexibility in what the final design will look like.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;Example pattern &lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Let's take a quick look at one of the designs highlighted in the document &lt;/span&gt;&lt;a href="https://cloud.google.com/architecture/ccn-distributed-apps-design/connectivity#external-and-hybrid-connectivity"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Network segmentation and connectivity&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/1-ccn-10.max-1000x1000.jpg"
        
          alt="1-ccn-10"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This shows a key feature called reachability between on-prem and other cloud environments with a transit VPC being used. In this transit VPC all the connections to on-prem and other clouds are terminated. Other VPCs can connect via &lt;/span&gt;&lt;a href="https://cloud.google.com/network-connectivity/docs/vpn/concepts/overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud VPN&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, &lt;/span&gt;&lt;a href="https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/vpc-spokes-overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Network Connectivity Center&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, or &lt;/span&gt;&lt;a href="https://cloud.google.com/vpc/docs/vpc-peering"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;VPC network peering&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to the centralized transit VPC. &lt;/span&gt;&lt;a href="https://cloud.google.com/network-connectivity/docs/router/concepts/overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud Routers&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; are placed in different regions and facilitate the exchange of routes between connected sources.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;Learn more today&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Dive deeper into the &lt;/span&gt;&lt;a href="https://cloud.google.com/architecture/ccn-distributed-apps-design"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cross-Cloud Network for distributed application architecture guides&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; today. &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;You can also learn more about Cross-Cloud Network with the following resources:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Solution page: &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/cross-cloud-network"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cross-Cloud Network&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;IDC whitepaper: &lt;/span&gt;&lt;a href="https://cloud.google.com/resources/accelerating-the-enterprise-ai-journey-with-cross-cloud-network-whitepaper?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Accelerating the Enterprise AI Journey with Cross-Cloud Network&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Next’24 presentation video: &lt;/span&gt;&lt;a href="https://www.youtube.com/watch?v=8239pIsOT-M&amp;amp;t=9s" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;How to design a cloud network for apps and services in multi- or hybrid clouds&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Demo video: &lt;/span&gt;&lt;a href="https://www.youtube.com/watch?v=3sZq3xpsDKA" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Service-Centric Cross-Cloud Network&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Want to ask a question, find out more or share a thought? Please connect with me on &lt;/span&gt;&lt;a href="https://www.linkedin.com/in/ammett/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Linkedin&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-related_article_tout"&gt;





&lt;div class="uni-related-article-tout h-c-page"&gt;
  &lt;section class="h-c-grid"&gt;
    &lt;a href="https://cloud.google.com/blog/products/networking/connect-google-cloud-to-on-prem-and-other-clouds/"
       data-analytics='{
                       "event": "page interaction",
                       "category": "article lead",
                       "action": "related article - inline",
                       "label": "article: {slug}"
                     }'
       class="uni-related-article-tout__wrapper h-c-grid__col h-c-grid__col--8 h-c-grid__col-m--6 h-c-grid__col-l--6
        h-c-grid__col--offset-2 h-c-grid__col-m--offset-3 h-c-grid__col-l--offset-3 uni-click-tracker"&gt;
      &lt;div class="uni-related-article-tout__inner-wrapper"&gt;
        &lt;p class="uni-related-article-tout__eyebrow h-c-eyebrow"&gt;Related Article&lt;/p&gt;

        &lt;div class="uni-related-article-tout__content-wrapper"&gt;
          &lt;div class="uni-related-article-tout__image-wrapper"&gt;
            &lt;div class="uni-related-article-tout__image" style="background-image: url('')"&gt;&lt;/div&gt;
          &lt;/div&gt;
          &lt;div class="uni-related-article-tout__content"&gt;
            &lt;h4 class="uni-related-article-tout__header h-has-bottom-margin"&gt;Cross-Cloud Network: Private, customizable and flexible networking&lt;/h4&gt;
            &lt;p class="uni-related-article-tout__body"&gt;Explore the Cross-Cloud Network architecture ebook and learn how Google’s global scale network can support your enterprise multicloud and...&lt;/p&gt;
            &lt;div class="cta module-cta h-c-copy  uni-related-article-tout__cta muted"&gt;
              &lt;span class="nowrap"&gt;Read Article
                &lt;svg class="icon h-c-icon" role="presentation"&gt;
                  &lt;use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#mi-arrow-forward"&gt;&lt;/use&gt;
                &lt;/svg&gt;
              &lt;/span&gt;
            &lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/a&gt;
  &lt;/section&gt;
&lt;/div&gt;

&lt;/div&gt;</description><pubDate>Tue, 16 Jul 2024 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/networking/network-distributed-applications-at-global-scale/</guid><category>Developers &amp; Practitioners</category><category>Hybrid &amp; Multicloud</category><category>Networking</category><media:content height="540" url="https://storage.googleapis.com/gweb-cloudblog-publish/images/0-ccn-arch-hero.max-600x600.jpg" width="540"></media:content><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Cross-Cloud Network: Design global distributed applications at scale</title><description></description><image>https://storage.googleapis.com/gweb-cloudblog-publish/images/0-ccn-arch-hero.max-600x600.jpg</image><site_name>Google</site_name><url>https://cloud.google.com/blog/products/networking/network-distributed-applications-at-global-scale/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Ammett Williams</name><title>Developer Relations Engineer</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Victor Moreno</name><title>Solutions Product Manager</title><department></department><company></company></author></item><item><title>Build a hybrid data processing footprint using Dataproc on Google Distributed Cloud</title><link>https://cloud.google.com/blog/products/data-analytics/using-dataproc-on-gdc-for-sensitive-on-prem-data/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Google Cloud customers interested in building or modernizing their data lake infrastructure often need to maintain at least part of their workloads and data on-premises, because of regulatory or operational requirements.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Thanks to &lt;/span&gt;&lt;a href="https://cloud.google.com/dataproc?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Dataproc&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; on &lt;/span&gt;&lt;a href="https://cloud.google.com/distributed-cloud?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Distributed Cloud&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, introduced in preview at Google Cloud Next ‘24, you can now fully modernize your data lake with cloud-based technology, while building hybrid data processing footprints that allow you to store and process on-prem data that you can’t move to the cloud.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Dataproc on Google Distributed Cloud lets you run Apache Spark processing workloads on-prem, using Google-provided hardware located within your data center, while maintaining consistency between the technology you use in the cloud and locally.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;For example, a large telecommunications company in Europe is modernizing their data lake on Google Cloud, while keeping Personally Identifiable Information (PII) data on-prem, on Google Distributed Cloud, to satisfy regulatory requirements.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In this blog, we will show how to use Dataproc on Google Distributed Cloud to read on-prem PII data, calculate aggregate metrics, and upload the resulting dataset to the data lake on the cloud using Google Cloud Storage.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;Aggregate and anonymize sensitive data on-prem&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In our demo scenario, the customer is a telecommunications company storing event logs that record users’ calls:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;div align="left"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;&lt;table&gt;&lt;colgroup&gt;&lt;col/&gt;&lt;col/&gt;&lt;col/&gt;&lt;col/&gt;&lt;col/&gt;&lt;col/&gt;&lt;col/&gt;&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;customer_id&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;customer_name&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;call_duration&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;call_type&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;signal_strength&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;device_type&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;location&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;1&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;141&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Voice&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;379&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;LG Q6&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Tammieview, PA&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;2&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;26&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Video&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;947&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Kyocera Hydro Elite&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;New Angela, FL&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;3&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;117&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Voice&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;625&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Huawei Y5&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Toddville, MO&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;4&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;36&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Video&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;382&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;iPhone X&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Richmondview, NV&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;5&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;110&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Video&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;461&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;HTC 10 evo&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Cowanchester, KS&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;6&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Video&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;326&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Galaxy S7&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Nicholsside, NV&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;7&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;200&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Data&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;448&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Kyocera Hydro Elite&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;New Taramouth, AR&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;8&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;178&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Data&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;475&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Galaxy S7&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;South Heather, CT&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;9&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;200&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Voice&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;538&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Oppo Reno6 Pro+ 5G&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Gregoryburgh, ID&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;10&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;113&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Voice&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;878&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;ZTE Axon 30 Ultra 5G&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Karaview, NV&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;11&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;200&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Data&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;722&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Huawei P10 Lite&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Petersonstad, IA&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;12&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;200&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Voice&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;1&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;HTC 10 evo&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;West Danielport, CO&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;13&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;169&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Voice&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;230&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Samsung Galaxy S10+&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;North Jose, SD&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;14&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;198&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Voice&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;1&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Kyocera DuraForce&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;East Matthewmouth, AS&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;15&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;155&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Data&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;757&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Oppo Find X&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Tuckerchester, MD&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;16&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Data&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;1&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;ZTE Axon 30 Ultra 5G&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;New Tammy, NC&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;17&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;200&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Data&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;656&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Galaxy Note 7&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;East Jeanside, NJ&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;18&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&amp;lt;redacted&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;15&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Data&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;567&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Huawei Y5&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Lake Patrickburgh, OH&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This dataset contains PII. For regulatory compliance, PII must remain on-prem in their own data center. To satisfy this requirement, the customer S3-compatible object storage on-premise to store this data. However, now the customer would like to use their broader data lake in Google Cloud to analyze signal_strength by location and identify the best areas for new infrastructure investments.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To integrate with Google Cloud Data Analytics while still satisfying compliance requirements, Dataproc on Google Distributed Cloud supports full local execution of Spark jobs that can perform an aggregation on signal_quality. Consider this sample Spark code:&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-code"&gt;&lt;dl&gt;
    &lt;dt&gt;code_block&lt;/dt&gt;
    &lt;dd&gt;&amp;lt;ListValue: [StructValue([(&amp;#x27;code&amp;#x27;, &amp;#x27;import argparse\r\n\r\nfrom pyspark.sql import SparkSession\r\nimport pyspark.sql.functions as F\r\n\r\nparser = argparse.ArgumentParser()\r\n\r\nparser.add_argument(&amp;quot;--input&amp;quot;, default=&amp;quot;s3a://event-logs/gdc-demo/dataset.tsv&amp;quot;)\r\nparser.add_argument(&amp;quot;--output&amp;quot;, default=&amp;quot;&amp;quot;)\r\n\r\nargs = parser.parse_args()\r\n\r\n# Create SparkSession\r\nspark = SparkSession.builder.appName(&amp;quot;demo-query&amp;quot;).getOrCreate()\r\n\r\n# Read data\r\nprint(&amp;quot;Reading data from %s&amp;quot; % args.input)\r\ndf = spark.read.csv(args.input, sep=r&amp;quot;\\t&amp;quot;, header=True)\r\n\r\n# Find weighted average signal strength by location\r\nout = df.select(&amp;quot;call_duration&amp;quot;, &amp;quot;signal_strength&amp;quot;, &amp;quot;location&amp;quot;).withColumn(\r\n    &amp;quot;adj_duration&amp;quot;, F.col(&amp;quot;call_duration&amp;quot;) + 1\r\n).withColumn(\r\n    &amp;quot;signal_x_duration&amp;quot;, F.col(&amp;quot;adj_duration&amp;quot;) * F.col(&amp;quot;signal_strength&amp;quot;)\r\n).groupBy(\r\n    &amp;quot;location&amp;quot;\r\n).agg(\r\n    F.sum(&amp;quot;adj_duration&amp;quot;).alias(&amp;quot;total_call_duration&amp;quot;),\r\n    F.sum(&amp;quot;signal_x_duration&amp;quot;).alias(&amp;quot;total_signal_x_duration&amp;quot;),\r\n).withColumn(\r\n    &amp;quot;weighted_avg_signal_strength&amp;quot;,\r\n    F.col(&amp;quot;total_signal_x_duration&amp;quot;) / F.col(&amp;quot;total_call_duration&amp;quot;),\r\n).select(\r\n    &amp;quot;location&amp;quot;, &amp;quot;weighted_avg_signal_strength&amp;quot;\r\n).orderBy(\r\n    F.asc(&amp;quot;weighted_avg_signal_strength&amp;quot;)\r\n)\r\n\r\nout.show()\r\n\r\nif args.output:\r\n  print(&amp;quot;Saving output to %s&amp;quot; % args.output)\r\n  out.coalesce(1).write.option(&amp;quot;delimiter&amp;quot;, &amp;quot;\\t&amp;quot;).csv(args.output)&amp;#x27;), (&amp;#x27;language&amp;#x27;, &amp;#x27;&amp;#x27;), (&amp;#x27;caption&amp;#x27;, &amp;lt;wagtail.rich_text.RichText object at 0x7fd98a69ee80&amp;gt;)])]&amp;gt;&lt;/dd&gt;
&lt;/dl&gt;&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Dataproc on GDC exposes custom resources in the Kubernetes Resource Manager API to support Spark application submission. First, users obtain credentials to the GDC cluster:&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-code"&gt;&lt;dl&gt;
    &lt;dt&gt;code_block&lt;/dt&gt;
    &lt;dd&gt;&amp;lt;ListValue: [StructValue([(&amp;#x27;code&amp;#x27;, &amp;#x27;gcloud container hub memberships get-credentials event-logs-gdce-cluster&amp;#x27;), (&amp;#x27;language&amp;#x27;, &amp;#x27;&amp;#x27;), (&amp;#x27;caption&amp;#x27;, &amp;lt;wagtail.rich_text.RichText object at 0x7fd98a69e340&amp;gt;)])]&amp;gt;&lt;/dd&gt;
&lt;/dl&gt;&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Then, users can run the job shown above by creating a SparkApplication custom resource and specifying the input location from local object storage and the output location to Cloud Storage:&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-code"&gt;&lt;dl&gt;
    &lt;dt&gt;code_block&lt;/dt&gt;
    &lt;dd&gt;&amp;lt;ListValue: [StructValue([(&amp;#x27;code&amp;#x27;, &amp;#x27;kubectl apply -f - &amp;lt;&amp;lt;EOF\r\napiVersion: &amp;quot;dataprocgdc.cloud.google.com/v1alpha1&amp;quot;\r\nkind: SparkApplication\r\nmetadata:\r\n  name: demo-spark-app-local\r\n  namespace: demo-ns\r\nspec:\r\n  applicationEnvironmentRef: demo-app-env\r\n  pySparkApplicationConfig:\r\n    mainPythonFileUri: &amp;quot;s3a://bucket-10/demo/demo-script.py&amp;quot;\r\n    args:\r\n      - &amp;quot;--input=s3a://event-logs/gdc-demo/dataset.tsv&amp;quot;\r\n      - &amp;quot;--output=gs://telecom-datalake/gdc-demo/output/&amp;quot;\r\nEOF&amp;#x27;), (&amp;#x27;language&amp;#x27;, &amp;#x27;&amp;#x27;), (&amp;#x27;caption&amp;#x27;, &amp;lt;wagtail.rich_text.RichText object at 0x7fd98a69e910&amp;gt;)])]&amp;gt;&lt;/dd&gt;
&lt;/dl&gt;&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The resulting output in Cloud Storage identifies several areas of low signal quality:&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div align="left"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;
&lt;div style="color: #5f6368; overflow-x: auto; overflow-y: hidden; width: 100%;"&gt;&lt;table style="width: 94.7781%;"&gt;&lt;colgroup&gt;&lt;col style="width: 68.5723%;"/&gt;&lt;col style="width: 31.429%;"/&gt;&lt;/colgroup&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;Location&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;Value&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Georgefurt, MS&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;1.0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Scottside, MA&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;1.0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Monroemouth, FL&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;1.0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Lake Robert, OH&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;1.0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;East Lauren, VA&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;1.0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Shelleyburgh, CT&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;1.0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Buckville, ID&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;1.0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Garzaton, WI&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;3.32&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;North Danielle, NY&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;3.99&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Port Natalie, ID&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; border: 1px solid #000000; padding: 16px;"&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;5.43&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This data set is now available in Cloud Storage, with PII removed, as part of the customer’s broader GCP data lake strategy. This opens the possibility of additional analysis, such as trending over time, or using multiple data analytics products such as BigQuery and Dataproc Serverless.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;Learn more&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In this blog, we saw how you can leverage Dataproc on Google Distributed Cloud to create hybrid data processing footprints, processing on-prem sensitive data that needs to remain in your datacenter, and moving the rest of your data to the cloud. Dataproc on Google Distributed Cloud lets you modernize your data lake while respecting regulatory and operational data residency requirements. To learn more about Dataproc and Google Distributed Cloud, please visit:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/dataproc?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Dataproc&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/dataproc-serverless/docs/overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Dataproc Serverless&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="1" style="list-style-type: disc; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/distributed-cloud?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Distributed Cloud&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><pubDate>Fri, 31 May 2024 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/data-analytics/using-dataproc-on-gdc-for-sensitive-on-prem-data/</guid><category>Hybrid &amp; Multicloud</category><category>Streaming</category><category>Developers &amp; Practitioners</category><category>Data Analytics</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Build a hybrid data processing footprint using Dataproc on Google Distributed Cloud</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/data-analytics/using-dataproc-on-gdc-for-sensitive-on-prem-data/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Antonio Scaramuzzino</name><title>Senior Product Manager</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Chris Nauroth</name><title>Senior Staff Software Engineer, Google Cloud</title><department></department><company></company></author></item><item><title>Easily stream data from AWS Kinesis to Google Cloud with Pub/Sub import topics</title><link>https://cloud.google.com/blog/products/data-analytics/pubsub-import-topics-enable-streaming-ingestion-into-bigquery/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Many companies use a multi-cloud model to support their business, whether it’s to avoid being tied to one provider, to increase redundancy, or to take advantage of differentiated products from different cloud providers. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;One of Google Cloud’s most beloved and differentiated products is BigQuery, which offers a fully managed, AI-ready multi-cloud data analytics platform. &lt;/span&gt;&lt;a href="https://cloud.google.com/bigquery/docs/omni-introduction"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;BigQuery Omni&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; provides a unified management interface where you can use BigQuery to query data in AWS or Azure, and see the results displayed in the Google Cloud console. Then, if you want to combine and move data between clouds in real-time, &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub/docs/overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Pub/Sub&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; offers a new capability that allows one-click streaming ingestion into Pub/Sub from external sources: &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub/docs/create-import-topic"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;import topics&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. The first supported external source is &lt;/span&gt;&lt;a href="https://aws.amazon.com/kinesis/data-streams/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Amazon Kinesis Data Streams&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. Let's explore how you can leverage these new import topics, along with Pub/Sub's BigQuery subscriptions, to make your streaming data in AWS available in BigQuery with only a few clicks.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;Getting to know import topics&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Pub/Sub is a scalable asynchronous messaging service that lets you decouple services that produce messages from services processing those messages. Pub/Sub can be used to stream data from any source to any sink with its client libraries, and is well-integrated within the Google Cloud ecosystem. Pub/Sub supports &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub/docs/subscriber#export_subscription"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;export subscriptions&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; that automatically stream data to &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub/docs/bigquery"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;BigQuery&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub/docs/cloudstorage"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud Storage&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. Pub/Sub is also natively integrated with &lt;/span&gt;&lt;a href="https://cloud.google.com/functions/docs/calling/pubsub"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud Functions&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, and &lt;/span&gt;&lt;a href="https://cloud.google.com/run/docs/tutorials/pubsub"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud Run&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, and can deliver messages to any arbitrary publicly reachable endpoint, for example on Google Kubernetes Engine (GKE), Google Compute Engine, or even on-premises.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/1_cross_cloud_streaming.max-1000x1000.png"
        
          alt="1_cross_cloud_streaming"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;What export subscriptions provide for writing data to BigQuery and Cloud Storage, import topics provide for reading data from Amazon Kinesis Data Streams: a fully managed, streamlined way to ingest data from Amazon Kinesis Data Streams directly into Pub/Sub. As a result, the complexity of setting up data pipelines between clouds is significantly reduced. Import topics also provide out-of-the-box monitoring for visibility into the health and performance of the data ingestion processes. Additionally, import topics offer automatic scaling, eliminating the need for manual configuration to handle fluctuations in data volume.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In addition to enabling multi-cloud analytics with BigQuery, import topics allows for the easy migration of streaming data from Amazon Kinesis Data Streams into Pub/Sub. Once a connection between both systems has been established via an import topic, the Amazon Kinesis producers can be gradually migrated to Pub/Sub publishers on an arbitrary schedule.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/2_aws_kinesis_migration.max-1000x1000.png"
        
          alt="2_aws_kinesis_migration"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Please note that only &lt;/span&gt;&lt;a href="https://docs.aws.amazon.com/streams/latest/dev/enhanced-consumers.html" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Enhanced Fan-Out&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; Amazon Kinesis consumers are supported at the current time.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;Analyzing your Amazon Kinesis Data Streams data in BigQuery&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Now, imagine you operate a business with a highly variable volume of streaming data residing in Amazon Kinesis Data Streams. This data is crucial for analysis and decision-making and you want to leverage BigQuery to analyze it. First, create an import topic following &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub/docs/create-import-topic"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;these&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; comprehensive instructions. You can create an import topic via different official &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub/docs/reference/libraries"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Pub/Sub libraries&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, as well as with the &lt;/span&gt;&lt;a href="https://console.cloud.google.com/cloudpubsub"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud console&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. After clicking on “Create Topic” from the Pub/Sub page in the console, you’ll see:&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--medium
      
      
        h-c-grid__col
        
        h-c-grid__col--4 h-c-grid__col--offset-4
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/3_create_topic.max-1000x1000.png"
        
          alt="3_create_topic"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;Important:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; After hitting "Create", Pub/Sub immediately begins reading from the Amazon Kinesis data stream and publishes messages to the import topic. If you already have data in your Kinesis data stream, there are some steps you need to take to prevent data loss when creating an import topic. If a topic has no subscriptions attached to it and does not have &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub/docs/replay-overview#topic_message_retention"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;message retention&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; enabled, then Pub/Sub may drop messages published to that topic. Creating a default subscription when creating the topic is not sufficient; these are still two separate operations and there is a brief period of time where the topic exists without the subscription. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To prevent data loss, you have two options:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li aria-level="1" style="list-style-type: decimal; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Create a topic, and then update it to become an import topic:&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li aria-level="2" style="list-style-type: lower-alpha; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Create a non-import topic.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="2" style="list-style-type: lower-alpha; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Create a subscription to the topic.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="2" style="list-style-type: lower-alpha; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Update the topic configuration to enable ingestion from Amazon Kinesis Data Streams, thus turning it into an import topic.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;li aria-level="1" style="list-style-type: decimal; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Enable message retention and seek your subscription: &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li aria-level="2" style="list-style-type: lower-alpha; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Create an import topic with message retention enabled.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="2" style="list-style-type: lower-alpha; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Create a subscription to the topic.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="2" style="list-style-type: lower-alpha; vertical-align: baseline;"&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/pubsub/docs/replay-overview#seek_to_a_time"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Seek the subscription to a timestamp&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; prior to the creation of the topic.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Note that export subscriptions start writing data as soon as they are created. Therefore, seeking back in time can result in duplicates. Because of this, the recommended approach when using export subscriptions is the first option.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To route the data to BigQuery, create a &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub/docs/bigquery"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;BigQuery subscription&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; by navigating to the &lt;/span&gt;&lt;a href="https://console.cloud.google.com/cloudpubsub/subscription"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Pub/Sub subscriptions page&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; in the Pub/Sub console and clicking on “Create Subscription”:&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--medium
      
      
        h-c-grid__col
        
        h-c-grid__col--4 h-c-grid__col--offset-4
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/image7_Q7hE1yB.max-1000x1000.png"
        
          alt="4_create_subscription"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Pub/Sub autoscales by actively monitoring the Amazon Kinesis data stream. It periodically queries the Amazon Kinesis &lt;/span&gt;&lt;a href="https://docs.aws.amazon.com/kinesis/latest/APIReference/API_ListShards.html" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;ListShards API&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to maintain an up-to-date view of the stream’s shards. Whenever changes occur within the Amazon Kinesis data stream (&lt;/span&gt;&lt;a href="https://docs.aws.amazon.com/streams/latest/dev/kinesis-using-sdk-java-resharding.html" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;resharding&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;), Pub/Sub automatically adapts its ingestion configuration to ensure that all data is captured and published to your Pub/Sub topic.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Pub/Sub uses the Amazon Kinesis &lt;/span&gt;&lt;a href="https://docs.aws.amazon.com/kinesis/latest/APIReference/API_SubscribeToShard.html" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;SubscribeToShard API&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to establish a persistent connection for each shard that either doesn’t have a parent shard, or whose parent shard has already been ingested, ensuring continuous ingestion of data from the different shards of the Amazon Kinesis data stream. Pub/Sub doesn’t start ingesting a child shard until its parent has been completely ingested. However, there are no strict ordering guarantees, since messages are published without an &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub/docs/ordering#overview_of_message_ordering"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;ordering key&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. Each individual Amazon Kinesis record is transformed into its corresponding Pub/Sub message by copying the &lt;/span&gt;&lt;a href="https://docs.aws.amazon.com/kinesis/latest/APIReference/API_Record.html#API_Record_Contents" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;data&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; blob of the Amazon Kinesis record to the &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub/docs/reference/rest/v1/PubsubMessage"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;data&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; field of the Pub/Sub message, which is then published. Pub/Sub attempts to maximize &lt;/span&gt;&lt;a href="https://docs.aws.amazon.com/streams/latest/dev/service-sizes-and-limits.html" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;the data read rate per Amazon Kinesis shard&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;You can now validate the successful data transfer by querying the BigQuery table directly. A quick SQL query confirms that the data from Amazon Kinesis has been populated into the table, and is now ready for further analysis and to be integrated into broader analytics workflows:&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/5_sql_query.max-1000x1000.png"
        
          alt="5_sql_query"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;Monitoring your cross-cloud import&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Monitoring your data ingestion pipeline is essential for ensuring smooth operations. We recently added &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub/docs/monitor-topic#metrics-monitor-topic"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;three new metrics&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to Pub/Sub that let you verify the health of the import topic and understand its performance. They show the byte count, the message count, and the topic’s state. Unless the state is “ACTIVE”, ingestion is blocked by a misconfiguration, missing stream, or missing consumer. Refer to &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub/docs/import-topic-troubleshooting"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;the official documentation&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; for a comprehensive list of potential error states and their troubleshooting steps. These metrics can be conveniently accessed from the topic’s detail page, from where you can see your topic’s state is “ACTIVE”, its throughput, and messages per second:&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;
&lt;div class="block-image_full_width"&gt;






  
    &lt;div class="article-module h-c-page"&gt;
      &lt;div class="h-c-grid"&gt;
  

    &lt;figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      "
      &gt;

      
      
        
        &lt;img
            src="https://storage.googleapis.com/gweb-cloudblog-publish/images/6_dashboards.max-1000x1000.png"
        
          alt="6_dashboards"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&gt;
  




&lt;/div&gt;
&lt;div class="block-paragraph_advanced"&gt;&lt;h3&gt;&lt;span style="vertical-align: baseline;"&gt;Conclusion&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Running in multiple cloud environments has become standard operating procedure for many companies. Even when using different clouds for different parts of your business, you should still be able to take advantage of the best products each has to offer, which may mean moving data around among them. Pub/Sub now makes it easy to stream data into Google Cloud from AWS. To get started, visit Pub/Sub in the &lt;/span&gt;&lt;a href="https://console.cloud.google.com/cloudpubsub"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud console&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; or sign up for a &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;free trial&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to get started today.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Thu, 30 May 2024 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/data-analytics/pubsub-import-topics-enable-streaming-ingestion-into-bigquery/</guid><category>Streaming</category><category>Developers &amp; Practitioners</category><category>Hybrid &amp; Multicloud</category><category>Data Analytics</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Easily stream data from AWS Kinesis to Google Cloud with Pub/Sub import topics</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/data-analytics/pubsub-import-topics-enable-streaming-ingestion-into-bigquery/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Jaume Marhuenda-Beltran</name><title>Software Engineer</title><department></department><company></company></author></item></channel></rss>