<?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>Cloud Migration</title><link>https://cloud.google.com/blog/products/cloud-migration/</link><description>Cloud Migration</description><atom:link href="https://cloudblog.withgoogle.com/blog/products/cloud-migration/rss/" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 10 Apr 2026 16:00:09 +0000</lastBuildDate><image><url>https://cloud.google.com/blog/products/cloud-migration/static/blog/images/google.a51985becaa6.png</url><title>Cloud Migration</title><link>https://cloud.google.com/blog/products/cloud-migration/</link></image><item><title>Migrating to Google Cloud’s Application Load Balancer: A practical guide</title><link>https://cloud.google.com/blog/products/networking/migrate-on-prem-application-load-balancing-to-google-cloud/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Migrating your existing application load balancer infrastructure from an on-premises hardware solution to Cloud Load Balancing offers substantial advantages in scalability, cost-efficiency, and tight integration within the Google Cloud ecosystem. Yet, a fundamental question often arises: "What about our current load balancer configurations?"&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Existing on-premises load balancer configurations often contain years of business-critical logic for traffic manipulation. The good news is that not only can you fully migrate existing functionalities, but this migration also presents a significant opportunity to modernize and simplify your traffic management.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;This guide outlines a practical approach for migrating your existing load balancer to Google Cloud’s Application Load Balancer. It addresses common functionalities, leveraging both its declarative configurations and the innovative, event-driven Service Extensions edge compute capability.&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;A simple, phased approach to migration&lt;/span&gt;&lt;/h3&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Transitioning from an imperative, script-based system to a cloud-native, declarative-first model requires a structured plan. We recommend a straightforward, four-phase approach.&lt;/span&gt;&lt;/p&gt;
&lt;h4 style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Phase 1: Discovery and mapping&lt;/span&gt;&lt;/h4&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Before commencing any migration, you must understand what you have. Analyze and categorize your current load balancer configurations. What is each rule's intent? Is it performing a simple HTTP-to-HTTPS redirect? Is it engaged in HTTP header manipulation (addition or removal)? Or is it handling complex, custom authentication logic? &lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Most configurations typically fall into two primary categories:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="2" style="list-style-type: circle; vertical-align: baseline;"&gt;
&lt;p role="presentation" style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Common patterns:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Logic that is common to most web applications, such as redirects, URL rewrites, basic header manipulation, and IP-based access control lists (ACLs).&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" style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Bespoke business logic:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Complex logic unique to your application, like custom proprietary token authentication, advanced header extraction / replacement, dynamic backend selection based on HTTP attributes, or HTTP response body manipulation. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Phase 2: Choose your Google Cloud equivalent&lt;/span&gt;&lt;/h4&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Once your rules are categorized, the next step involves mapping them to the appropriate Google Cloud feature. This is not a one-to-one replacement; it's a strategic choice.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Option 1: the declarative path (for ~80% of rules)&lt;br/&gt;&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;For the majority of common patterns, leveraging the Application Load Balancer's built-in declarative features is usually the best approach. Instead of a script, you define the desired state in a configuration file. This is simpler to manage, version-control, and scale.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Common patterns to declarative feature mapping:  &lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li aria-level="3" style="list-style-type: square; vertical-align: baseline;"&gt;
&lt;p role="presentation" style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Redirects/rewrites&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; -&amp;gt; &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Application Load Balancer URL maps&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="3" style="list-style-type: square; vertical-align: baseline;"&gt;
&lt;p role="presentation" style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;ACLs/throttling&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; -&amp;gt; &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Google Cloud Armor security policies&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li aria-level="3" style="list-style-type: square; vertical-align: baseline;"&gt;
&lt;p role="presentation" style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Session persistence&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; -&amp;gt; &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;backend service configuration&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="text-align: justify;"&gt;&lt;strong style="vertical-align: baseline;"&gt;Option 2: The programmatic path (for complex, bespoke rules)&lt;br/&gt;&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;When dealing with complex, bespoke business logic, you have a programmatic equivalent: &lt;/span&gt;&lt;a href="https://docs.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;, a powerful edge compute capability that allows you to inject custom code (written in Rust, C++ or Go) directly into the load balancer's data path. This approach gives you flexibility in a modern, managed, and high-performance framework.&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_bkebSe1.max-1000x1000.jpg"
        
          alt="image1"&gt;
        
        &lt;/a&gt;
      
        &lt;figcaption class="article-image__caption "&gt;&lt;p data-block-key="s1mli"&gt;This flowchart helps you decide the appropriate Google Cloud feature for each configuration&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;h4 style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Phase 3: Test and validate&lt;/span&gt;&lt;/h4&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Once you’ve chosen the appropriate path for your configurations, you are ready to &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;deploy your new Application Load Balancer configuration in a staging environment that mirrors your production setup. Thoroughly test all application functionality, paying close attention to the migrated logic. Use a combination of automated testing and manual QA to validate the redirects, security policies, and that the custom Service Extensions logic are behaving as expected.&lt;/span&gt;&lt;/p&gt;
&lt;h4 style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Phase 4: Phased cutover (canary deployment)&lt;/span&gt;&lt;/h4&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Don't flip a single switch for all your traffic; instead, implement a phased migration strategy. Start the transitioning process by routing a small percentage of production traffic (e.g., 5-10%) to your new Google Cloud load balancer. During this initial period, be sure to monitor key metrics like latency, error rates, and application performance. As you gain confidence, you can progressively increase the percentage of traffic routed to the Application Load Balancer. Always have a clear rollback plan to revert back to the legacy infrastructure in the event you encounter critical issues.&lt;/span&gt;&lt;/p&gt;
&lt;h3 style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Best practices for a smooth migration&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Drawing from our practical experience, we have compiled the following recommendations to assist you in planning your load balancer migrations. &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;Analyze first, migrate second:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; A thorough analysis of your existing configurations is the most critical step. Don't "lift and shift" logic that is no longer needed.&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;Prefer declarative:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Always default to Google Cloud's managed, declarative features (URL Maps, Cloud Armor) first. They are simpler, more scalable, and require less maintenance.&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;Use Service Extensions strategically:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Reserve Service Extensions for the complex, bespoke business logic that declarative features cannot handle.&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;Monitor everything:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Continuously monitor both your existing load balancers and Google Cloud load balancers during the migration. Watch key metrics like traffic volume, latency, and error rates to detect and address issues instantly.&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;Train your team:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Ensure your team is trained on Cloud Load Balancing concepts. This will empower them to effectively operate and maintain the new infrastructure.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="text-align: justify;"&gt;&lt;span style="vertical-align: baseline;"&gt;Migrating from the existing on-premises load balancer infrastructure is more than just a technical task, it's an opportunity to modernize your application delivery. By thoughtfully mapping your current load balancing configurations and capabilities to either declarative Application Load Balancer features or programmatic Service Extensions, you can build a more scalable, resilient, and cost-effective infrastructure destined for future demands.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To get started, review the &lt;/span&gt;&lt;a href="https://docs.cloud.google.com/load-balancing/docs/application-load-balancer"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Application Load Balancer&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and &lt;/span&gt;&lt;a href="https://docs.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; features and advanced capabilities to come up with the right design for your application. For more guidance and complex use cases, contact your &lt;/span&gt;&lt;a href="https://cloud.google.com/contact"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud team&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Fri, 10 Apr 2026 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/networking/migrate-on-prem-application-load-balancing-to-google-cloud/</guid><category>Cloud Migration</category><category>Developers &amp; Practitioners</category><category>Networking</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Migrating to Google Cloud’s Application Load Balancer: A practical guide</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/networking/migrate-on-prem-application-load-balancing-to-google-cloud/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Gopinath Balakrishnan</name><title>Customer Engineer, Google Cloud</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Xiaozang Li</name><title>Customer Engineer, Google Cloud</title><department></department><company></company></author></item><item><title>Accelerate migrations with new incentives from the Rapid Migration and Modernization Program (RaMP)</title><link>https://cloud.google.com/blog/products/infrastructure-modernization/new-ramp-incentives-for-cloud-migration/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To lead in 2026, you need to be AI-ready, lean, and optimized across every workload — and for many organizations, that means migrating and modernizing applications like SAP, Oracle, NetApp, and VMware to the cloud. At Google Cloud, we’ve helped thousands of customers with successful migrations through the Rapid Migration and Modernization Program (RaMP), and today, we’re introducing the new RaMP, so that the more you migrate, the more you save. Highlights of the new program 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;Google Cloud Service Credits&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Earn credits based on your incremental usage of eligible workloads on 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;strong style="vertical-align: baseline;"&gt;Partner and Google Cloud Professional Services funds&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: We will fund partners and Google Cloud Professional Services to help you assess your needs, build your business case and implement your migration and modernization roadmap.&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;Earn more with advanced workloads&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Earn additional credits and incentives for advanced workloads (like SAP, Oracle, VMware, Data Analytics, etc.) to offset higher technical costs.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;From technical debt to AI readiness&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;You deserve a migration and modernization path that leads to less cost and complexity, not more. Moving to Google Cloud provides the infrastructure foundation you need to replace your technical debt with flexibility, so you can reduce cost and complexity. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;But migrating and modernizing your infrastructure is about more than that — it’s about data accessibility, optimization, and innovation. For example, when you migrate a legacy SAP environment or a massive Oracle database to Google Cloud, you aren't just changing where the data sits; you are making that data accessible to Vertex AI and our Gemini models.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;RaMP can accelerate your migration and replace technical debt with a scalable, secure foundation that can support existing enterprise workloads and the next generation of AI applications — whatever they may be.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Building for the future&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Migrating and modernizing with RaMP gives you immediate access to world-class infrastructure, data, and AI solutions, giving you the foundation you need to succeed in 2026 and beyond. To get started, visit &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/cloud-migration-program"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;our RaMP page&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to learn more and &lt;/span&gt;&lt;a href="https://cloud.google.com/resources/migration-assessment-offer"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;start your assessment&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Get ready to rapidly enter the AI era. Welcome to the fast lane.&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 21 Jan 2026 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/infrastructure-modernization/new-ramp-incentives-for-cloud-migration/</guid><category>Cloud Migration</category><category>Infrastructure Modernization</category><media:content height="540" url="https://storage.googleapis.com/gweb-cloudblog-publish/images/ramp.max-600x600.jpg" width="540"></media:content><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Accelerate migrations with new incentives from the Rapid Migration and Modernization Program (RaMP)</title><description></description><image>https://storage.googleapis.com/gweb-cloudblog-publish/images/ramp.max-600x600.jpg</image><site_name>Google</site_name><url>https://cloud.google.com/blog/products/infrastructure-modernization/new-ramp-incentives-for-cloud-migration/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Lindsay Myers</name><title>VP, Global Practice GTM, Google Cloud</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Hani Shakeel</name><title>Director, GTM Programs</title><department></department><company></company></author></item><item><title>Accelerating cloud migrations to Google Cloud with Searce to drive profitable growth</title><link>https://cloud.google.com/blog/products/containers-kubernetes/recent-migrations-to-google-cloud-by-searce/</link><description>&lt;div class="block-paragraph"&gt;&lt;p data-block-key="2n45c"&gt;As companies transition past legacy infrastructure and set themselves up for growth in AI, multi-cloud, and platform engineering requirements, many are looking to Google Cloud for its reliability, performance, and cost benefits.&lt;/p&gt;&lt;p data-block-key="34co"&gt;To achieve successful migrations, especially at the enterprise level, organizations need a seasoned partner with a deep understanding of platform modernization, automation, and business outcomes. &lt;a href="https://searce.com/" target="_blank"&gt;Searce&lt;/a&gt; is one of the Google Cloud partners helping several organizations migrate to Google Cloud and achieve striking business value.&lt;/p&gt;&lt;h3 data-block-key="12kn7"&gt;&lt;b&gt;Searce has led over 1,000 migrations&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="4g8rq"&gt;Searce is an engineering-led, AI-powered consultancy and Google Cloud Premier partner that has delivered over 1,000 successful migrations to date. Their focus: helping businesses across industries scale faster, modernize legacy platforms, and unlock new efficiencies with Google Cloud.&lt;/p&gt;&lt;p data-block-key="670ds"&gt;Through hands-on experience, Searce has identified three consistent, measurable benefits that enterprises gain when migrating to Google Cloud:&lt;/p&gt;&lt;ol&gt;&lt;li data-block-key="8df77"&gt;Improved reliability and integration with cloud-native services (e.g., 25% improved reliability)&lt;/li&gt;&lt;li data-block-key="aca18"&gt;Increased productivity with reduced costs (e.g., 50% reduction in TCO)&lt;/li&gt;&lt;li data-block-key="2jl20"&gt;Scalability and performance (e.g., Petabytes of data migrated with 75% reduced downtime and 30% performance improvement)&lt;/li&gt;&lt;/ol&gt;&lt;p data-block-key="7kn71"&gt;Together, Google Cloud’s Global VPC, leadership in AI/ML, and powerful managed container services like Google Kubernetes Engine and GKE Autopilot enable these transformations. Searce combines these capabilities with its engineering-led, solution-oriented approach to deliver impact fast — especially for organizations modernizing legacy platforms or scaling AI workloads. Let’s take a look at a few examples of migrations to Google Cloud that Searce has performed.&lt;/p&gt;&lt;h3 data-block-key="aread"&gt;&lt;b&gt;Boosting reliability in healthcare with GKE Gateway Controller&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="91v2m"&gt;A major digital healthcare provider that treats more than 50 million patients per year required near 100% platform availability. Their legacy Kubernetes infrastructure on a different cloud provider would regularly have unplanned outages during microservices upgrades, which postponed care, interrupted pharmacies, and eroded patient trust.&lt;/p&gt;&lt;p data-block-key="7r3h6"&gt;Searce upgraded their platform to GKE, replacing legacy ingress resources with GKE Gateway Controllers to break apart routing and facilitate safer, quicker rollbacks. The outcome? Searce said the healthcare company saw:&lt;/p&gt;&lt;ul&gt;&lt;li data-block-key="f7jaq"&gt;25% increase in platform reliability&lt;/li&gt;&lt;li data-block-key="3qu67"&gt;30% reduction in infrastructure expense&lt;/li&gt;&lt;li data-block-key="46r01"&gt;Streamlined log aggregation with Cloud Logging and single resource management with Global VPC architecture&lt;/li&gt;&lt;/ul&gt;&lt;p data-block-key="di7d7"&gt;With GKE, they now roll out updates securely, minimizing downtime and speeding up development without sacrificing availability.&lt;/p&gt;&lt;h3 data-block-key="bun5c"&gt;&lt;b&gt;50% lower TCO for a global fintech leader with GKE Autopilot&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="5m6lm"&gt;With operations in over 20 countries, an international fintech company used several Kubernetes clusters to achieve performance at scale, but managing this sort of global deployment had a price. Operational overhead was sucking engineering time and momentum out of innovation.&lt;/p&gt;&lt;p data-block-key="95utm"&gt;By moving them to GKE Autopilot, Searce assisted in unifying service management and transferring operational complexity to Google Cloud. With global HTTP load balancing, self-managing Infrastructure as Code (IaC) modules, and team-specific resource management, Searce said its customer’s business experienced:&lt;/p&gt;&lt;ul&gt;&lt;li data-block-key="ap5"&gt;50% reduction in total cost of ownership&lt;/li&gt;&lt;li data-block-key="3evtq"&gt;40% improvement in engineering productivity&lt;/li&gt;&lt;li data-block-key="34hlg"&gt;Reduced time-to-market for customer-facing features&lt;/li&gt;&lt;/ul&gt;&lt;p data-block-key="3g5gk"&gt;This transformation enabled teams to concentrate on what is most important: creating value for users, not dealing with infrastructure.&lt;/p&gt;&lt;h3 data-block-key="7faou"&gt;&lt;b&gt;Scaling performance for a global telecom giant&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="fb1ht"&gt;A leading global telecommunication provider with petabytes of data and over 150 years of history needed to be able to scale without compromises. Their traditional systems constrained performance and required unacceptably high amounts of downtime for maintenance.&lt;/p&gt;&lt;p data-block-key="41jp3"&gt;They joined forces with Searce to plan a smooth transition to Google Cloud, optimizing storage and compute for AI workloads, and combining high-throughput data pipelines.&lt;/p&gt;&lt;p data-block-key="80tl0"&gt;Searce and the customer were able to realize:&lt;/p&gt;&lt;ul&gt;&lt;li data-block-key="e4d1m"&gt;30% boost in system performance&lt;/li&gt;&lt;li data-block-key="bd66t"&gt;75% decrease in downtime during migration&lt;/li&gt;&lt;li data-block-key="o5ig"&gt;Increased customer innovation and data-driven services for a future-proof foundation&lt;/li&gt;&lt;/ul&gt;&lt;h3 data-block-key="ddir6"&gt;&lt;b&gt;How Searce delivers migration success&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="a66as"&gt;With over 1000 successful migrations under its belt, Searce brings deep engineering expertise and a proven framework to help enterprises move to Google Cloud with speed, confidence, and long-term value.&lt;/p&gt;&lt;p data-block-key="3b1p0"&gt;At the core is Searce’s ‘evlos’ (Solve differently) approach to simplify, optimize, and future-proof enterprise workloads across infrastructure, data, applications, and AI.&lt;/p&gt;&lt;p data-block-key="fhe3o"&gt;&lt;b&gt;A proven five-step migration framework&lt;/b&gt;&lt;/p&gt;&lt;p data-block-key="5e6h1"&gt;Searce’s structured approach ensures a smooth transition from discovery through Day-2 operations:&lt;/p&gt;&lt;ol&gt;&lt;li data-block-key="20pih"&gt;&lt;b&gt;Discovery and assessment&lt;/b&gt; – Identify workloads and dependencies&lt;/li&gt;&lt;li data-block-key="6l2f6"&gt;&lt;b&gt;Planning&lt;/b&gt; – Define migration, DR, and rollback strategies&lt;/li&gt;&lt;li data-block-key="6crqe"&gt;&lt;b&gt;Design, migrate and test&lt;/b&gt; – Wave-based automation with minimal downtime&lt;/li&gt;&lt;li data-block-key="35bbk"&gt;&lt;b&gt;Execution&lt;/b&gt; – Cutover and system stabilization&lt;/li&gt;&lt;li data-block-key="7opa"&gt;&lt;b&gt;HyperCare&lt;/b&gt; – 24x7 post-migration support via Searce’s in-house SOC team&lt;br/&gt;&lt;br/&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p data-block-key="4j20u"&gt;To help enterprises through their journey to Google Cloud and further streamline the customer journey, Searce offers three key accelerators:&lt;/p&gt;&lt;ul&gt;&lt;li data-block-key="2p57e"&gt;&lt;b&gt;Automated Cost Savings Assessment&lt;/b&gt; – 24-hour TCO report&lt;/li&gt;&lt;li data-block-key="6m48m"&gt;&lt;b&gt;Automated Technical Assessment&lt;/b&gt; – Secure, software-driven inventory&lt;/li&gt;&lt;li data-block-key="16qug"&gt;&lt;b&gt;Automated Migration to Google Cloud&lt;/b&gt; – Script-based automation for faster cutovers&lt;br/&gt;&lt;br/&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 data-block-key="3ki1s"&gt;&lt;b&gt;Ready to accelerate your migration journey?&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="3dveu"&gt;Enterprises worldwide are choosing Google Cloud to build scalable, reliable, and AI-ready platforms. With proven migration experience, domain expertise, and a unique approach to transformation, Searce is the trusted partner to get you there faster. Backed by Google Cloud’s capabilities, Searce turns migration into a strategic enabler for innovation, not just a technical shift.&lt;/p&gt;&lt;p data-block-key="4iaq4"&gt;Explore what’s possible when you migrate with confidence. Access the whitepaper using this &lt;a href="https://searce.com/whitepaper-accelerating-cloud-migrations-to-google-cloud-to-drive-profitable-growth" target="_blank"&gt;link&lt;/a&gt; to get more details.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Thu, 25 Sep 2025 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/containers-kubernetes/recent-migrations-to-google-cloud-by-searce/</guid><category>Partners</category><category>Cloud Migration</category><category>Containers &amp; Kubernetes</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Accelerating cloud migrations to Google Cloud with Searce to drive profitable growth</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/containers-kubernetes/recent-migrations-to-google-cloud-by-searce/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Shubhika Taneja</name><title>Product Marketing Manager, GKE, Google Cloud</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Harish Salian</name><title>Director - Cloud Engineering</title><department></department><company>Searce</company></author></item><item><title>Simplify your data platform migration with AI-powered BigQuery Migration Services</title><link>https://cloud.google.com/blog/products/data-analytics/bigquery-migration-services-innovations/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Migrating data workloads to BigQuery, our unified Data to AI platform, just got significantly easier. You no longer have to choose between unlocking value from your data assets by migrating to a modern data platform, or mitigating risk by staying put. &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;You can achieve both with &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/data-migration?e=48754805a"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;BigQuery Migration Services&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;a collection of free-to-use, cloud-native services&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; that enable large-scale transformations for data warehouses and data lakes by breaking down migrations into templated, iterative and manageable steps. &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;They move data, code, and business logic from on-premises and cloud platforms to BigQuery, &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;utilizing a “next-best action” approach that minimizes time-to-migrate and maximizes ROI for your business transformation&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;At Google Cloud Next 25, we announced several new innovations in BigQuery Migration Services, including coverage for data science and expanding support for data engineering and data analytics workloads. New capabilities span across four stages of a data platform migration: 1) automated assessment and planning, 2) automatic code translation, 3) data migration, and 4) validation.&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_-_Migrations_Blog_-_NEXT_2025.max-1000x1000.jpg"
        
          alt="1 - Migrations Blog - NEXT 2025"&gt;
        
        &lt;/a&gt;
      
        &lt;figcaption class="article-image__caption "&gt;&lt;p data-block-key="kquzy"&gt;BigQuery Migration Services&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;Let’s look at the new innovations in BigQuery Migration Services.&lt;/span&gt;&lt;/p&gt;
&lt;h3 role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;1. Automated discovery and assessment with estimated total cost of ownership&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Your data platform migration journey begins with &lt;/span&gt;&lt;a href="https://cloud.google.com/bigquery/docs/migration-assessment"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;automated discovery and assessment&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; of the source environment. BigQuery Migration Services’ automated assessments provide details of the existing environment, create an insights-filled view of the workloads’ projected landed state on BigQuery (including performance and estimated total cost of ownership), and guide you on how to get to BigQuery (migration planning). You can run an assessment with the push of a &lt;/span&gt;&lt;a href="https://console.cloud.google.com/bigquery/migrations/assessment/"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;button&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; on the Google Cloud console, which delivers a detailed Looker-studio report and BigQuery datasets as output. Assessments are available for Teradata, Snowflake, and Redshift, and today, we also announced that assessments for&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; Oracle/Exadata and Cloudera/Hive are available immediately,&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; and that a &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Databricks assessment is coming soon&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;To help with a structured and successful migration, we also announced&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; a source lineage service &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;in preview. &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;This service automatically identifies and groups dependencies between workloads, creating an explicit ordering in which to move them, helping to minimize risk and disruption, and improving time-to-value.&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 data analytics&amp;#x27;), (&amp;#x27;body&amp;#x27;, &amp;lt;wagtail.rich_text.RichText object at 0x7f7271090f70&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=/bigquery/&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 role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;2. Automated code translations&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Some of our &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;heaviest investments in BigQuery Migration Services over the past years have been in our code translation services, which migrate code from 15+ sources. Today,&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;w&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;e announced advancements in&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;a href="https://cloud.google.com/bigquery/docs/interactive-sql-translator#console"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Gemini-enhanced code translation&lt;/strong&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, which was previously only available in &lt;/span&gt;&lt;a href="https://pantheon.corp.google.com/bigquery?interactiveTranslation=true" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;interactive mode&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, letting you translate code, like you would with, say, Google Translate. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;&lt;span style="vertical-align: baseline;"&gt;Now, Gemini-enhanced code translations are also available in &lt;/span&gt;&lt;a href="https://cloud.google.com/bigquery/docs/batch-sql-translator"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;batch&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and API modes, helping you &lt;/span&gt;&lt;a href="https://console.cloud.google.com/bigquery/migrations/batch-translation/"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;migrate at scale&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. Coupled with a new unified Translation API that backs all three modes, you can first translate bulk code using batch or API modes, and then fine-tune and debug it using interactive mode.&lt;/span&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/original_images/2-_Gemini_enhanced_translations.gif"
        
          alt="2- Gemini enhanced translations"&gt;
        
        &lt;/a&gt;
      
        &lt;figcaption class="article-image__caption "&gt;&lt;p data-block-key="kquzy"&gt;Gemini-enhanced translations&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;Now, you can&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;also &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;preprocess your code with&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Gemini, so you can migrate code that’s not just SQL, but also other kinds of code, e.g., an ETL job with SQL embedded inside XML. This means you don’t need to submit perfectly clean SQL, and can translate code from sources that don’t have full compiler coverage yet.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Finally, there’s an enhanced user-experience in the console to guide you at each step of the translation process, suggesting the next-best action to get you to the finish line.&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_-_Enhanced_User_Experience.max-1000x1000.jpg"
        
          alt="3 - Enhanced User Experience"&gt;
        
        &lt;/a&gt;
      
        &lt;figcaption class="article-image__caption "&gt;&lt;p data-block-key="kquzy"&gt;Enhanced User Experience&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;These advancements &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;dramatically reduce code conversion times while continuing to deliver over 95% accuracy,&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; helping you tackle large migration jobs with greater efficiency. &lt;/span&gt;&lt;/p&gt;
&lt;h3 role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;3. Data, metadata and permissions migration&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Historically, BigQuery Migration Services have supported large-scale data migrations from Teradata and Amazon Redshift. Today, BigQuery Migration Services support incremental updates from &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/data-migration?e=48754805a#terradata-to-bigquery-migration"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Teradata&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, batch and incremental file and permission migrations from &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/data-migration?e=48754805a#apache-hive-to-bigquery-migration"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cloudera&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, and batch and incremental data migration from &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/data-migration?e=48754805a#snowflake-to-bigquery-migration"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Snowflake&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, all in preview. All migrated data is automatically validated as part of the migration process.&lt;/span&gt;&lt;/p&gt;
&lt;h3 role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;4.Intelligent end-to-end validation &lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Each step of the migration process will soon include an intelligent validation mechanism that can incorporate &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;schema and data-type updates, vs. static data checksum comparisons that exist toda&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;y. You can combine validation with source lineage, making it easy to quickly identify discrepancies between source and target environments. This comprehensive code, data, and dependency validation helps ensure your business applications stay intact as you incrementally move them. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Together, these investments  in each of the four stages of a data platform migration help automate your  journey while containing risk, providing deterministic outcomes, and faster ROI.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;strong style="vertical-align: baseline;"&gt;Customer successes&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Customers trust BigQuery Migration Services for migrating their mission-critical workloads. BigQuery Migration Services usage has grown 3x year over year, with thousands of customers using the services to migrate workloads to BigQuery.&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“By migrating from Databricks to BigQuery and combining our own models with the models provided by Google Cloud, we’ve improved the performance and efficiency of our machine learning processes and better positioned ourselves for ongoing growth.”&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;  - Hamdi Amroun, Head of AI, Yassir&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;"BigQuery has unlocked unprecedented scalability and flexibility for VMO2, improving data platform availability and uptime, which ultimately enhances customer experience. By moving all key functions to Google Cloud, VMO2 has reduced its TCO for equivalent on-premises platforms by approximately 30%."&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; - Vinay Pai, Head of Data Architecture, Virgin Media O2&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;strong style="vertical-align: baseline;"&gt;Take the next steps&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Ready to start migrating your data platform to BigQuery? We’re ready to help!&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;Learn more about &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/data-migration?e=48754805a&amp;amp;hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;BigQuery Migration Services&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and try it for free. &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;Connect with &lt;/span&gt;&lt;a href="https://cloud.google.com/consulting?e=48754805a&amp;amp;hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud Consulting&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and select &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/data-migration?e=48754805a#partners-and-integration"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;migration partners&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; standardized on BigQuery Migration Services to achieve predictable and cost-effective outcomes.&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;Sign up today for the BigQuery &lt;/span&gt;&lt;a href="https://cloud.google.com/resources/bigquery-migraton-incentives-program?_gl=1*8g1ksu*_ga*NzIxNTc5ODgwLjE3Mzg3ODQzNjg.*_ga_WH2QY8WWF5*MTczODc4NDM2OC4xLjEuMTczODc4NDM2OC42MC4wLjA.&amp;amp;e=48754805a&amp;amp;hl=en" 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;migration incentives program&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; for additional benefits such as Google Cloud credits, implementation services and cloud egress credits.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><pubDate>Thu, 10 Apr 2025 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/data-analytics/bigquery-migration-services-innovations/</guid><category>Cloud Migration</category><category>BigQuery</category><category>Google Cloud Next</category><category>Data Analytics</category><media:content height="540" url="https://storage.googleapis.com/gweb-cloudblog-publish/images/migrating_to_bq.max-600x600.jpg" width="540"></media:content><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Simplify your data platform migration with AI-powered BigQuery Migration Services</title><description></description><image>https://storage.googleapis.com/gweb-cloudblog-publish/images/migrating_to_bq.max-600x600.jpg</image><site_name>Google</site_name><url>https://cloud.google.com/blog/products/data-analytics/bigquery-migration-services-innovations/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Mohit Virendra</name><title>Head of Product Management, Data &amp; Analytics</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Sajal Agarwal</name><title>Senior Product Manager, Data &amp; Analytics</title><department></department><company></company></author></item><item><title>Cloud migrations made easy: a guide to migrating from AWS to Google Cloud</title><link>https://cloud.google.com/blog/products/infrastructure-modernization/aws-to-google-cloud-migration-guides/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;More and more customers deploy their workloads on Google Cloud. But what if your workloads are sitting in another cloud? Planning, designing, and implementing a migration of your workloads, data, and processes is not an easy task. It gets even harder if you have to meet requirements that have an impact on the migration, such as avoiding downtime (also known as a zero-downtime migration). Moreover, some migrations require a certain amount of refactoring, for example, adapting your workloads to a new environment. This opens up a series of challenges, especially if you’re dealing with third-party or legacy software. You might also need to adapt your deployment and operational processes to work with your new environment.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;And what if you don’t want to migrate all your workloads? Even if you’re not moving everything to Google Cloud, adopting a multicloud approach is still a migration. Many organizations choose to keep some workloads in their current cloud provider while moving others to Google Cloud. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Although managing workloads across multiple clouds has its own challenges, particularly when it comes to workload distribution and inter-cloud connectivity, a well-executed multicloud strategy lets you maintain flexibility, avoid vendor lock-in, and improve system resilience.&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 0x7f7270c92310&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;p&gt;&lt;span style="vertical-align: baseline;"&gt;To help you in your migration journey, we published a &lt;/span&gt;&lt;a href="https://cloud.google.com/architecture/migration-from-aws-get-started"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;series of reference guides about migrating from Amazon Web Services (AWS) to Google Cloud&lt;/strong&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. This series aims to help you design, plan, and implement a migration process from AWS to Google Cloud. It can also help decision makers who are evaluating migration opportunities and want to explore what it looks like to migrate. For example, the series includes guides that cover migration journeys, such as:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;From AWS compute services to Google Cloud&lt;/strong&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/migrate-amazon-ec2-to-compute-engine"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migrate from Amazon EC2 to Compute Engine&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/vmware-engine/docs/workloads/howto-migrate-workloads"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migrate VMware VMs to your Google Cloud VMware Engine private cloud&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/migrate-amazon-eks-to-gke"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migrate from Amazon Elastic Kubernetes Service (Amazon EKS) to Google Kubernetes Engine&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/migrate-aws-lambda-to-cloudrun"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migrate from AWS Lambda to Cloud Run&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;From AWS data storage services to Google Cloud&lt;/strong&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/migrate-amazon-s3-to-cloud-storage"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migrate from Amazon S3 to Cloud Storage&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;From AWS database services to Google Cloud&lt;/strong&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/migrate-aws-rds-to-sql-mysql"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migrate from Amazon RDS and Amazon Aurora for MySQL to Cloud SQL for MySQL&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/migrate-aws-rds-aurora-to-postgresql"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migrate from Amazon RDS and Amazon Aurora for PostgreSQL to Cloud SQL for PostgreSQL and AlloyDB for PostgreSQL&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/migrate-aws-rds-to-cloudsql-for-sqlserver"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migrate from Amazon RDS for SQL Server to Cloud SQL for SQL Server&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;From AWS data analytics services to Google Cloud&lt;/strong&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/bigquery/docs/migration/redshift-overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migrate from Amazon RedShift to BigQuery&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;From AWS integration services to Google Cloud&lt;/strong&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/workflows/docs/migrate-from-step-functions"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migrate from AWS Step Functions to Workflows&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;These guides follow the phases of &lt;/span&gt;&lt;a href="https://cloud.google.com/architecture/migration-to-gcp-getting-started"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;the Google Cloud migration framework&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (assess, plan, migrate, optimize) in the context of specific AWS to Google Cloud migration use cases.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This approach helps to avoid big-bang, risky migrations, when working on each migration plan task. For details about completing each task of this migration plan, see the &lt;/span&gt;&lt;a href="https://cloud.google.com/architecture/migration-from-aws-get-started"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;AWS to Google Cloud migration guides&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. &lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;strong style="vertical-align: baseline;"&gt;What’s next&lt;/strong&gt;&lt;/h2&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;Learn how to &lt;/span&gt;&lt;a href="https://cloud.google.com/architecture/migration-from-aws-get-started"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;get started with your migration from AWS to Google Cloud&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; today!&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 case you need any help, &lt;/span&gt;&lt;a href="https://cloud.google.com/architecture/migration-to-gcp-getting-started#finding_help"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud offers several resources to help you migrate your workloads, data, and processes at scale&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;Need a more visual guide? &lt;/span&gt;&lt;a href="https://cloud.google.com/resources/content/cloud-migration-checklist"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Download our new migration guide &amp;amp; checklist&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;&lt;strong style="vertical-align: baseline;"&gt;Ready to get started?&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Ready to learn more? Learn more about migrating to Google Cloud and discover how Google Cloud Consulting can help you &lt;/span&gt;&lt;a href="https://cloud.google.com/consulting"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;learn, build, operate and succeed&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;&lt;sup&gt;&lt;em&gt;&lt;span style="vertical-align: baseline;"&gt;Acknowledgements: &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Alex Cârciu, Cloud Solutions Architect, &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Xiang Shen, Cloud Solutions Architect&lt;/span&gt;&lt;/em&gt;&lt;/sup&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 27 Jan 2025 17:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/infrastructure-modernization/aws-to-google-cloud-migration-guides/</guid><category>Cloud Migration</category><category>Google Cloud Consulting</category><category>Infrastructure Modernization</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Cloud migrations made easy: a guide to migrating from AWS to Google Cloud</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/infrastructure-modernization/aws-to-google-cloud-migration-guides/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Marco Ferrari</name><title>Cloud Solutions Architect</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Giuseppe Lino</name><title>Solutions Manager</title><department></department><company></company></author></item><item><title>Migrate Oracle-based applications to Google Cloud and simplify operations</title><link>https://cloud.google.com/blog/products/databases/tips-for-migrating-oracle-based-applications-to-google-cloud/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Last year, Google Cloud and Oracle &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/databases/accelerating-cloud-transformation-with-google-cloud-and-oracle?e=0"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;forged a strategic partnership&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to accelerate cloud transformation for businesses, allowing them to integrate Oracle's robust database capabilities within Google Cloud's environment.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This partnership applies to Oracle databases, as well as the applications that run alongside them. That means migrating existing Oracle database applications to Google Cloud, where customers enjoy the benefits of our performance, stability and security. Oracle also offers a variety of enterprise and middleware applications that aren’t databases per se that you may want to migrate. And of course, you can build and deploy new cloud-native applications using Oracle databases and services on Google Cloud's services and infrastructure.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This blog post explores migrating Oracle applications and databases to Google Cloud. It details various migration paths, from fully managed services to customized options, with an emphasis on how containerization and GraalVM can help optimize performance and scalability.&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 databases&amp;#x27;), (&amp;#x27;body&amp;#x27;, &amp;lt;wagtail.rich_text.RichText object at 0x7f72715188e0&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?#databases&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;Oracle databases in Google Cloud&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Google Cloud offers several migration paths for your Oracle workloads, from fully managed to highly customized, offering flexibility depending on your needs.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;High performance:&lt;/strong&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://blogs.oracle.com/database/post/getting-started-with-exadata-database-service-on-oracle-database-at-google-cloud" rel="noopener" target="_blank"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Exadata Cloud Service in Google Cloud&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt;:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Run Oracle's high-performance hardware, Exadata, directly within Google's data centers. This is ideal for demanding workloads that need the maximum available speed and power.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;Fully managed:&lt;/strong&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/oracle/database/docs/manage-databases"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Autonomous Database on Google Cloud&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt;:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Google Cloud handles everything, making it super easy to run Oracle. It automates all the essential management tasks — provisioning, patching, scaling, backup, and recovery — so you can focus on what matters most to your business.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;As highly managed offerings, both of the above migration paths require very few (if any) changes to your Oracle Database instances, and the physical migration itself can be performed by our support team. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;Flexible options:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;When you choose one of these flexible options, however, there are several things to think about to get the best possible performance from your new cloud-based environment.&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/products/compute"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Compute Engine&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt;:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Run Oracle on virtual machines, giving you control and flexibility. This is good for "lift and shift" migrations of existing systems.&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/kubernetes-engine"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Google Kubernetes Engine&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt; (GKE): &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Using &lt;/span&gt;&lt;a href="https://github.com/oracle/oracle-database-operator" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;OraOperator&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Oracle’s Database Operator for Kubernetes,&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; you can deploy Oracle pluggable databases; you can read more about the use cases for this below.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Containerize Oracle-based applications&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This partnership is designed to provide businesses with the flexibility they need to deploy and manage Oracle applications on Google Cloud, accelerating migration, modernization and innovation. A key part of that is support for containerization, which gives development teams high levels of agility and scalability. Whether your Oracle-based application is built with Java, Python, .NET, or runs on WebLogic, containers provide a consistent and isolated environment, abstracting away the underlying complexities of programming languages and frameworks.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Google Cloud offers a wide range of container-based runtimes for you to choose from. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://cloud.google.com/kubernetes-engine"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Kubernetes Engine&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (GKE) is a powerful and versatile container orchestration platform that simplifies the deployment and management of diverse workloads on Google Cloud. Designed for businesses running complex setups and microservices architectures, GKE leverages Google's global network and high-performance VMs to provide an optimized infrastructure for running containers smoothly and reliably. It automatically adjusts resources to meet real-time demand, optimizing both cost and performance through autoscaling and node auto-provisioning. Moreover, GKE's broad support for container runtimes and advanced networking capabilities helps it efficiently handle everything from basic web applications to demanding machine learning workloads, written in any language.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Then there’s &lt;/span&gt;&lt;a href="https://cloud.google.com/run"&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;, a fully managed serverless platform for deploying containerized applications. Designed for applications that need to scale automatically based on demand, you simply provide your code or container image and Cloud Run takes care of the rest. It automatically scales resources up or down in response to traffic, meaning you only pay when your application is actively processing requests. By eliminating server management tasks like provisioning and scaling, Cloud Run frees you to concentrate on building and deploying applications, making it a good fit for microservices, APIs, web apps, and event-driven functions. Further, Cloud Run's automatic &lt;/span&gt;&lt;a href="https://cloud.google.com/run/docs/configuring/services/automatic-base-image-updates"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;base image updates&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; helps your containers benefit from the latest security patches and operating system upgrades, minimizing vulnerabilities and significantly reducing maintenance overhead.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Best of all, containerizing your Oracle based applications with open standards means you don't have to choose your path upfront. Don't want to manage Kubernetes? Start with Cloud Run! Need more flexibility later on? Easily move to GKE. Because both services leverage standard OCI containers and are supported by CNCF, you have full interoperability and freedom of deployment choice for your containerized apps, now and in the future.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Running a containerized Oracle Database&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Running your Oracle workload on Exadata within Google Cloud is the gold standard; however if that is not possible then you may want to explore running Oracle on GKE:&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;Running Oracle Database on GKE is suitable for non-RAC and non-Exadata workloads, or when Exadata is not supported in a given region.&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;This is a good solution for businesses that use a DBaaS strategy and have many Oracle Databases that can be lifecycled (deployed, updated, removed) using OraOperator.&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;Designed for integration within modern DevOps workflows and continuous deployment strategies, this approach is useful if you need to spin up or tear down databases quickly.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In this context, the afore-mentioned OraOperator provides multi-tenancy support. This is a valuable feature for running Oracle databases on GKE, allowing multiple isolated databases to run on the same GKE cluster, helping to improve resource utilization and reduce costs.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Turbocharging your Java applications&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Many Oracle applications are written in Java. &lt;/span&gt;&lt;a href="https://www.oracle.com/java/graalvm/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Oracle GraalVM&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; creates native Java applications. This tool uses Ahead-of-Time (AOT) compilation, converting Java bytecode directly into native executables. By removing the reliance on a Java Virtual Machine (JVM) during execution, these applications start much faster and consume less resources (CPU and memory). GraalVM essentially allows Java to behave like languages such as C or C++, producing standalone executables that are perfect for resource-constrained environments like microservices and serverless functions in cloud-native deployments.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;If you want to run your Oracle app on GKE, we highly recommend using a Java native image, which allows for highly optimized resource utilization compared with running a Java application from within a VM. That’s because native images have a smaller footprint, allowing you to run more pods per worker node, maximizing your GKE cluster resources and potentially reducing costs. Reduced pod startup latency also contributes to faster rollout and recovery times for deployments, improving the agility of your application.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;And finally, using a Java native image enhances the security posture of your containers within the GKE cluster through the use of features such as:&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;image signing and verification with &lt;/span&gt;&lt;a href="https://cloud.google.com/binary-authorization/docs"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;binary authorization&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;advanced vulnerability insights, which provides scanning and vulnerability detection in Java, Go, Javascript, and Python language packages of your running 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;span style="vertical-align: baseline;"&gt;vulnerability scanning built into Artifact Registry, using a &lt;/span&gt;&lt;a href="https://cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;sandboxed&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; environment to provide a secure and isolated environment for your Java native images&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;minimal base images that only include necessary dependencies in your Java native image, reducing the potential attack surface and minimizing the risk of vulnerabilities&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Meanwhile, running your Java native application on Cloud Run provides near-instantaneous startup times, minimizing latency for initial requests and improving overall responsiveness. The Cloud Run &lt;/span&gt;&lt;a href="https://cloud.google.com/run/docs/configuring/cpu#startup-boost"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;startup CPU boost&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; feature provides additional CPU during&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;a href="https://cloud.google.com/run/docs/container-contract#startup"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;instance startup time&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and for 10 seconds after the instance has started.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In addition, Cloud Run is well-suited for &lt;/span&gt;&lt;a href="https://codelabs.developers.google.com/codelabs/getting-started-cloud-run-functions-event-driven#0" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;event-driven applications&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, where functions are triggered by events. This is a common use case for native Java images, which, with their lack of a Java Runtime Environment, can respond to events quickly.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Finally, many organizations want to transition to Java 21. This adoption is largely motivated by the advantages of its LTS (long term support) designation which guarantees ongoing updates, security patches, increased runtime performance, new features and technical support for an extended period. Migrating older Oracle applications to GKE or Cloud Run is a good opportunity to modernize them to Java 21 at the same time.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Support from our partners&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Moving your Oracle databases and applications to Google Cloud is a big task but you don't have to go it alone. Google Cloud has partnered with experienced Oracle experts to help make your migration smooth and successful. These partners bring deep knowledge of Oracle technologies and proven methodologies to guide you through the process. Reach out to our &lt;/span&gt;&lt;a href="https://cloud.google.com/find-a-partner/"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;ecosystem of partners&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; who are available to help accelerate the success of your Oracle workloads on Google Cloud.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Thu, 23 Jan 2025 17:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/databases/tips-for-migrating-oracle-based-applications-to-google-cloud/</guid><category>Cloud Migration</category><category>Databases</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Migrate Oracle-based applications to Google Cloud and simplify operations</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/databases/tips-for-migrating-oracle-based-applications-to-google-cloud/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Darren Evans</name><title>EMEA Practice Solutions Lead, Application Platform</title><department></department><company></company></author></item><item><title>Discover and assess your database workloads migration to Google Cloud using Migration Center</title><link>https://cloud.google.com/blog/products/infrastructure-modernization/database-discovery-and-assessment-with-migration-center/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Organizations continue to adopt the public cloud to deliver better business and IT outcomes. However, migration — and modernization — is a complex, multifaceted challenge. It involves understanding the current state of infrastructure and applications to determine what the future state should look like and how to get there. And all this occurs across multiple stakeholders using myriad tools, processes, and implementation partners. But wait, don’t let that scare you off – we have good news, too! &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://cloud.google.com/migration-center/docs/migration-center-overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud Migration Center&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, a unified platform to help accelerate migration from current on-premises or cloud environments to Google Cloud, is designed to streamline your cloud journey with intelligent, data-driven insights and actionable recommendations. This will help you make critical decisions on the optimal migration and modernization pathways for your organization.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Migration Center lets you discover and assess both servers and databases, which are critical components of your IT infrastructure. In this blog we will focus on databases discovery and assessment journey within Migration Center. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The databases discovery and assessment journey consists of three main phases:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Discovery&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Collect database configuration (metadata only) using open-source collection scripts. Supported databases are Microsoft SQL Server, MySQL and PostgreSQL. &lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Technical fit assessment&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Evaluate technical fit of source databases to Cloud SQL and/or AlloyDB along with a detailed technical report. &lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Cost estimate: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Assess overall costs of running source databases in Cloud SQL or AlloyDB in different migration scenarios (e.g., in various regions, using multiple vs. single zones, etc.) using various rightsizing algorithms. You can combine cost estimates of your server and database migration in a single report to create a holistic estimate of your infrastructure migration to Google Cloud.  &lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Let’s look at each of these in greater depth. &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 0x7f72715a8a30&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;Discovery and collection of source database details&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;Database configuration and metrics collection &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Collecting Microsoft SQL Server, MySQL and PostgreSQL source database configurations is executed using &lt;/span&gt;&lt;a href="https://cloud.google.com/migration-center/docs/discover-and-import-databases"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;open-source collection scripts&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 run the script in your source system either in the database server directly or from a remote server that has access to the database. Here is an example for running the script from a bastion/jump server:&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;./collect-data.sh --collectionUserName &amp;lt;DB-Username&amp;gt; --collectionUserPass &amp;lt;DB-Userpassword&amp;gt; --hostName &amp;lt;Database-host&amp;gt; --port &amp;lt;DB-port&amp;gt; --databaseService &amp;lt;Db-servicename&amp;gt; --vmUserName &amp;lt;DB-Server-username&amp;gt;&amp;#x27;), (&amp;#x27;language&amp;#x27;, &amp;#x27;&amp;#x27;), (&amp;#x27;caption&amp;#x27;, &amp;lt;wagtail.rich_text.RichText object at 0x7f72715a85e0&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;Upon completion the script a&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;utomatically creates an archive of the extracted configuration and metrics (one ZIP file per database instance) that you can upload into Migration Center.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;Note:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; If you are running the script from a bastion/Jump server and not directly the database server, then pass the Parameter “&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;--vmUserName” to collect the host’s specification details. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong style="vertical-align: baseline;"&gt;Uploading discovery artifacts to Migration Center&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Once you’ve generated the output files, you can upload them to Migration Center to perform the product assessment by following 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;span style="vertical-align: baseline;"&gt;Open &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Google Cloud console &amp;gt; MIgration Center &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;home page. Go to &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Discovery &amp;gt; Data Import &amp;gt; Add Files &amp;gt; Upload Files &lt;/strong&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;span style="vertical-align: baseline;"&gt;In the next step, choose the file format as “&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Database Import File&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;” and then upload all your DMA output zip files and click on &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Upload Files.&lt;/strong&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;span style="vertical-align: baseline;"&gt;You can now review the uploaded database deployments in Migration Center Assets section.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Technical fit assessment &lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;You can find all the discovered servers and databases in the Assets section of Migration Center. The list of database deployments surfaces high-level details of discovered databases along with a high-level fit score for Cloud SQL and AlloyDB.  &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To review a detailed configuration, click on the source databases you want to assess, and the available data: source logical database configurations, hosting server configurations, performance data, feasible cloud products, the fit score, and target instance sizing. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;You can also review the technical fit report by clicking on the fit score (e.g., fit with effort), which lists unsupported features/parameters/flags that were identified in the source databases and that will need to be mitigated when migrating to Cloud SQL or AlloyDB.&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_cqvxFcJ.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;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Cost estimates &lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Assessing the cost of running servers and databases in the cloud in Migration Center is a three-step process:&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;Group together the servers and/or databases (in one or multiple groups) to be assessed.&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;span style="vertical-align: baseline;"&gt;Create one or more migration preferences that will serve as migration scenarios to assess.&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;span style="vertical-align: baseline;"&gt;Create a TCO report by assigning groups to up to four preferences. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;1. Create group &lt;/strong&gt;&lt;/p&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;To create the pricing report, you need to create a group &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;using the assets you want to evaluate for cost estimates. Go to &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Discovery -&amp;gt; Groups -&amp;gt; Create Group.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Select the relevant servers and/or databases that you would like to assess as a group. We recommend creating groups that categorize your source environment (e.g., applications, environments, etc.). &lt;/span&gt;&lt;/p&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;2. Create migration preferences&lt;/strong&gt;&lt;/p&gt;
&lt;p role="presentation"&gt;&lt;a href="https://cloud.google.com/migration-center/docs/migration-preferences"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migration preferences&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; are basically a set of parameters that you can define to represent a migration scenario. You can create multiple migration preferences and use them to generate “what if” scenarios in TCO reports to compare costs for the servers and databases in the cloud. &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;For example, you can create migration preferences for &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;different editions of Cloud SQL&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; with options for &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;high availability&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; and &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;backups&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; enabled. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To create a migration preference, go to &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Migration Center &amp;gt; Discovery &amp;gt; Migration Preferences &amp;gt; Create MIgration Preference&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;. &lt;/span&gt;&lt;/p&gt;
&lt;p role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;3. Create a TCO report for your server and database workloads&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Go to &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Reports -&amp;gt; Create Reports -&amp;gt; TCO and detailed pricing report &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;to start creating the report.&lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;Select your &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Group/s &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;of assets to assess.&lt;/span&gt;&lt;/li&gt;
&lt;li role="presentation"&gt;&lt;strong style="vertical-align: baseline;"&gt;Assign up to four migration preferences &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;to each group as an input. &lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In the TCO report you can review source environment details, cost estimates for servers and databases, and export the report in Google Slides or CSV formats. Below is an example of the databases cost estimates:&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_GsFKUkS.max-1000x1000.png"
        
          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;With Migration Center, our goal is to put the information you need when doing a migration and modernization project at your fingertips, so you can reduce the time, energy, and cost of these projects. As you navigate your journey to the cloud, we’re here to help with Migration Center. &lt;/span&gt;&lt;a href="https://console.cloud.google.com/migration?gtm_source=blog&amp;amp;gtm_source_id=%5Bstreamline-migration-and-modernization-to-google-cloud-with-migration-center%5D"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Start using Migration Center&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; today, or to learn more, check out the web pages for &lt;/span&gt;&lt;a href="https://cloud.google.com/migration-center/docs/"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migration Center&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/cloud-migration-program?e=48754805&amp;amp;hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Rapid Discovery and Assessment Program&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (RAMP). &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 22 Jan 2025 17:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/infrastructure-modernization/database-discovery-and-assessment-with-migration-center/</guid><category>Databases</category><category>Cloud Migration</category><category>Infrastructure Modernization</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Discover and assess your database workloads migration to Google Cloud using Migration Center</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/infrastructure-modernization/database-discovery-and-assessment-with-migration-center/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Arkapravo Banerjee</name><title>Data Management Specialist</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Nimrod Shavit</name><title>Senior Product Manager</title><department></department><company></company></author></item><item><title>(Re)Introducing IBM Power for Google Cloud</title><link>https://cloud.google.com/blog/products/infrastructure-modernization/converge-enterprise-cloud-with-ibm-power-for-google-cloud-ip4g/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Back in January of 2020, we &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/compute/ibm-power-systems-now-available-on-google-cloud"&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; the availability of IBM Power Systems for Google Cloud. But while the pandemic accelerated cloud computing adoption, many large enterprises still faced challenges with critical workloads such as those often found on the Enterprise IBM Power platform. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;At the beginning of 2022, we partnered with Converge Technology Solutions, a company with deep expertise in this market, to expand our support for customers with IBM Power Workloads. Converge was already an important partner and they have upgraded the service by enhancing network connectivity to Google Cloud along with bringing full support to the IBM i operating system.&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 0x7f72708a8dc0&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;p&gt;&lt;span style="vertical-align: baseline;"&gt;Today, &lt;/span&gt;&lt;a href="https://console.cloud.google.com/marketplace/product/ibm-sg/ibm-power-cloud-for-gcp"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Converge Enterprise Cloud with IBM Power for Google Cloud&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, or simply &lt;/span&gt;&lt;a href="https://convergetp.com/converge-ip4g/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;IP4G&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, supports all three major environments for Power: AIX, IBM i and Linux. In addition, it’s now available in four new regions in production — two in Canada and two in EMEA, bringing the total to six: &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="vertical-align: baseline;"&gt;North America&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;code style="vertical-align: baseline;"&gt;us-east4 (N. Virginia)&lt;br/&gt;&lt;/code&gt;&lt;code style="vertical-align: baseline;"&gt;us-central1 (Iowa)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code style="vertical-align: baseline;"&gt;northamerica-northeast1 (Montréal)&lt;br/&gt;&lt;/code&gt;&lt;code style="vertical-align: baseline;"&gt;northamerica-northeast2 (Toronto)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="vertical-align: baseline;"&gt;EMEA&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;code style="vertical-align: baseline;"&gt;eu-west3 (Frankfurt)&lt;br/&gt;&lt;/code&gt;&lt;code style="vertical-align: baseline;"&gt;eu-west4 (Netherlands)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Based on these developments and Converge’s expert engagement, we have seen a tremendous increase in customer adoption for IP4G. &lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“Infor was one of the original IP4G subscribers, and years later, we continue to run mission-critical IBM Power workloads in IP4G for our clients. IP4G’s availability and performance have more than met our requirements, and we are extremely satisfied with our overall IP4G experience.”&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; - Scott Vassh, Vice President, WMS Development&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Are you thinking of moving your IBM Power workloads to the cloud? For questions and information regarding custom cloud plans, please reach out to &lt;/span&gt;&lt;a href="mailto:power4gcp@googlegroups.com"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;power4gcp@googlegroups.com&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. Your email is private to Converge and Google Cloud representatives, who will follow up with you. Looking for a bit more information first? Check out our &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/data-center-migration"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;data center migration&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/mainframe-modernization"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;mainframe modernization&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; solution webpages.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 02 Dec 2024 17:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/infrastructure-modernization/converge-enterprise-cloud-with-ibm-power-for-google-cloud-ip4g/</guid><category>Cloud Migration</category><category>Infrastructure Modernization</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>(Re)Introducing IBM Power for Google Cloud</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/infrastructure-modernization/converge-enterprise-cloud-with-ibm-power-for-google-cloud-ip4g/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Andy Waddell</name><title>Technical Solutions Consultant, Google Cloud Partner Engineering</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Greg Rhoades</name><title>North American CTO, Converge Technology Solutions</title><department></department><company></company></author></item><item><title>Migrate your SQL Server databases using Database Migration Service, now GA</title><link>https://cloud.google.com/blog/products/databases/database-migration-service-for-sql-server/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Enterprises are modernizing their IT infrastructure with managed cloud services to boost reliability, security, and cost-effectiveness. &lt;/span&gt;&lt;a href="https://cloud.google.com/sql/sqlserver?_gl=1*h4dp7u*_up*MQ..&amp;amp;gclid=Cj0KCQjwwYSwBhDcARIsAOyL0fj8V5rIb1QJZi8Wv0ivr8zikfKAgkrm_P7XM-ydCG7VS_MjoeDtSSEaAr73EALw_wcB&amp;amp;gclsrc=aw.ds"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud SQL for SQL Server&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, a fully managed database offering &lt;/span&gt;&lt;a href="https://cloud.google.com/sql/docs/sqlserver/features"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;native SQL Server features&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; as well as  &lt;/span&gt;&lt;a href="https://cloud.google.com/products/gemini/databases?e=48754805&amp;amp;hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;AI-powered Google Cloud innovations&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, is a popular choice for such modernization projects. So today, &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;we are excited to announce that SQL Server migrations from on-premises and other clouds to Cloud SQL for SQL Server are now generally available as part of &lt;/span&gt;&lt;a href="https://cloud.google.com/database-migration"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Database Migration Service&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; (DMS). &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Database migrations are often challenging and require scarce expertise. &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Since we announced SQL Server migrations in Database Migration Service in April, we have received positive feedback from customers who have leveraged Database Migration Service to migrate their SQL Server workloads to Cloud SQL for SQL Server. Database Migration Service uses continuous native backup and restore technologies to minimize the complexity associated with database migrations, providing high fidelity while minimizing downtime, so your critical SQL Server databases can remain operational during the migration process.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Database Migration Service’s unique approach brings the following benefits to your SQL Server database migrations:&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;Minimal downtime and system overhead&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Leverage continuous native backup and restore technology to keep your source databases running while the migration progresses.&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;Serverless simplicity&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Eliminate the need to manage infrastructure, allowing your teams to focus on strategic initiatives.&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 at the forefront&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Support for encrypted SQL Server backups ensures robust protection throughout the migration.&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;No additional charge&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Available at no extra cost, making cloud migration even more accessible.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;For gaming company &lt;/span&gt;&lt;a href="https://plarium.com/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Plarium Global Ltd&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, Database Migration Service’s SQL Server migration capabilities have helped it easily migrate to Google Cloud. &lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 40px;"&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;“We needed a migration solution for our large, active SQL Server instances that prioritized business continuity and ease of use. DMS was the answer, enabling high-speed, low-downtime migrations with an intuitive interface that simplified advanced configurations such as combining different backup types for improved migration performance. It was the perfect fit for our needs.”&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; - Omer Niv, CTO, Plarium&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Getting started with Database Migration Service&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Here’s how to start migrating your SQL Server workloads today using Database Migration Service:&lt;/span&gt;&lt;/p&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;1. Navigate to the Database Migration area of the Google Cloud console, under Databases, and create a Connection Profile pointing to a Cloud Storage bucket to which your SQL Server backup files will be uploaded.&lt;/span&gt;&lt;/p&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;2. Similarly, create another Connection Profile pointing to your chosen Cloud SQL for SQL Server instance. &lt;/span&gt;&lt;/p&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;3. Create a migration job to connect both connection profiles and choose which databases you’d like to migrate.&lt;/span&gt;&lt;/p&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;4. Test your migration job and make sure the test was successful as displayed below. Then start the job whenever you're ready.&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_w5RzfUj.max-1000x1000.jpg"
        
          alt="1"&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 role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;5. Upload a full backup and continuously upload transaction log backups for each database to the Cloud Storage bucket at your desired frequency.&lt;/span&gt;&lt;/p&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;6. Once the full backups have been restored, the migration phase changes from “Initial Load” to “Incremental Load”. Database Migration Service keeps looking for new transaction log backup files and continuously restores them.&lt;/span&gt;&lt;/p&gt;
&lt;p role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;7. Monitor the progress of your migration jobs using the built-in metrics and logs to assess the right moment to complete the migration.&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_v0M9i1r.max-1000x1000.png"
        
          alt="2"&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 role="presentation"&gt;&lt;span style="vertical-align: baseline;"&gt;8. When ready to complete the migration, click “Promote” for Database Migration Service to recover the databases, making them available and completing the migration.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;That’s it! Your new Cloud SQL for SQL Server database is ready to go.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Start your SQL Server migration today&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;With Database Migration Service’s simplicity, security, and minimal downtime capabilities, get ready to modernize your SQL Server database infrastructure and unlock the full potential of the cloud. To learn more, check out&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;a href="https://cloud.google.com/database-migration"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Database Migration Service&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, 30 Sep 2024 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/databases/database-migration-service-for-sql-server/</guid><category>Cloud Migration</category><category>Infrastructure Modernization</category><category>Databases</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Migrate your SQL Server databases using Database Migration Service, now GA</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/databases/database-migration-service-for-sql-server/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Erez Alsheich</name><title>Database Migrations Product Lead</title><department></department><company></company></author></item><item><title>Get paid to migrate to a modern data platform with BigQuery and Dataproc incentives</title><link>https://cloud.google.com/blog/products/data-analytics/new-incentives-and-tools-to-migrate-to-bigquery-and-dataproc/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Enterprise data platforms are undergoing a significant evolution to meet the changing needs of companies that are building generative AI applications. While traditional data platforms were designed for specific tasks, like data warehousing or data science, generative AI requires an evolution towards improved data quality, scalability, accessibility, and governance, along with tightly integrated gen AI model execution, to unlock all of your data’s full potential and drive innovation. Migrating to a modern AI ready data platform is paramount for organizations to be successful in the AI era.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Google Cloud’s unified data platform is designed to meet today’s AI needs. Together, &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; and &lt;/span&gt;&lt;a href="https://cloud.google.com/dataproc"&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; provide a path to data modernization with built-in capabilities for data lakehouse architectures including multimodal data, multi-engines (SQL, Spark, Python), streaming, governance and integrated ML/AI capabilities. With superior price-performance across data workloads at any scale, organizations can run all of their workloads, delivering best in class ROI and faster time to value.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Customers like &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/data-analytics/how-veo-powers-actionable-insights-with-google-cloud?e=48754805"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Veo&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; have transformed their ability to access, understand, and use data by migrating to Google’s Data Cloud, with 30% lower total cost of ownership and data processing costs. At Veo, BigQuery and Looker have become the heart of their machine learning operations by making it easy for teams to create, deploy, and manage models at scale. &lt;/span&gt;&lt;a href="https://www.youtube.com/watch?v=xbJM5iqTsf0" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Seattle Children’s Hospital &lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;migrated 650+ databases to BigQuery to build a sustainable growth strategy to serve business demands for AI/ML, natural language processing and image analytics. &lt;/span&gt;&lt;a href="https://cloud.google.com/customers/generalmills"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;General Mills&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; completed a data lake migration to Google Cloud 30% faster than planned which helped them offer new capabilities and streamlined data management practices.  By migrating to Google Cloud, including moving from Hadoop to Dataproc, &lt;/span&gt;&lt;a href="https://cloud.google.com/customers/choreograph"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Choreograph&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, a WPP company, saw over a 50% decrease in cloud costs.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;However, migrating to a cloud-based platform is not a trivial undertaking: It requires running two systems in parallel during the migration period and, when coming from another cloud, data egress fees are incurred on top of costly implementation services. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;To help organizations accelerate time to value with data and AI, we are excited to introduce a &lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt;Data Platform Migration incentives program targeted at data warehouse and data lake migrations from on-premises and clouds, by new and existing Google Cloud customers.&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; The program makes it simpler, easier and more cost effective than ever to migrate workloads to an AI ready ecosystem. In addition, our enhanced&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;a href="https://cloud.google.com/solutions/data-migration"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;migration services&lt;/strong&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;tooling makes these journeys more seamless than ever.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Migration incentives &lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The &lt;/span&gt;&lt;a href="https://inthecloud.withgoogle.com/bigquery-migraton-incentives-program/cs-bsm.html" rel="noopener" target="_blank"&gt;&lt;strong style="text-decoration: underline; vertical-align: baseline;"&gt;Data Platform Migration Incentive Program&lt;/strong&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; provides significant benefits to organizations looking to modernize their data foundations, accelerate their gen AI readiness, unlock the full potential of their data, and drive innovation and growth:&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 credits: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Offset 1st year costs of running two systems in parallel while migrating.&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;Implementation credits:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Enjoy a smooth transition with implementation credits that can be applied to &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;Google or eligible partners&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;Cloud egress credits:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Credits to cover egress costs associated with moving data from AWS or Azure to Google Cloud (up to $250k).&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Migration services and tools&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;a href="https://cloud.google.com/bigquery/docs/migration-intro"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;BigQuery migration service&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; provides a comprehensive set of tools to migrate data into BigQuery, so you can run analytics at scale and build an integrated data-to-AI platform. With services such as the &lt;/span&gt;&lt;a href="https://cloud.google.com/bigquery/docs/migration-assessment"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;BigQuery migration assessment&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;,&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;a href="https://cloud.google.com/bigquery/docs/batch-sql-translator"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Batch SQL translator&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; and the&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;a href="https://cloud.google.com/bigquery/docs/interactive-sql-translator"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Interactive SQL translator&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, you can migrate your data quickly, efficiently, and with minimal downtime. BigQuery migration service is now being expanded to cover migrations from Hadoop &amp;amp; Spark into BigQuery and Dataproc. New features in the 2024 roadmap include automatic assessment of on-prem Hadoop clusters and automatic table migration for open table formats such as Iceberg. Usage of BigQuery migration services tools has grown by over 400% YoY, with thousands of customers using these services to migrate from other providers during this period.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Build  your unified, AI-ready data platform with BigQuery and Dataproc&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Google Cloud offers several advantages to organizations exploring new generative AI initiatives with BigQuery and Dataproc:&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;Built-in intelligence:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Integration with AI capabilities, including Gemini and many out-of-the-box ML/AI models, enables organizations to leverage AI to accelerate their business outcomes.&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;All data and workloads in one platform:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Support for a diverse range of data formats and workloads makes Google Cloud a single destination for an ever-growing number of use cases and all your data needs.&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;Simplicity at its finest: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;BigQuery and Dataproc’s serverless architecture and unified UI simplify data management and analysis for users of all skill levels.&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;A pocketbook-friendly powerhouse:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; With cost-effective data processing, streaming, and governance capabilities, BigQuery and Dataproc offer a &lt;/span&gt;&lt;a href="https://cloud.google.com/resources/esg-ultimate-ai-ready-data-platform"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;lower TCO&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; compared to alternative cloud-based enterprise lakehouse solutions.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;With new migration service tools and the Data Platform migration incentive program, you can begin enjoying these capabilities, and get started on your generative AI journey. To learn more, contact your sales representative today, or if you’re new to Google Cloud, use the &lt;/span&gt;&lt;a href="https://inthecloud.withgoogle.com/bigquery-migraton-incentives-program/cs-bsm.html" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;contact form here&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. Get ready to embark on a transformative data journey today&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 24 Jul 2024 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/data-analytics/new-incentives-and-tools-to-migrate-to-bigquery-and-dataproc/</guid><category>Cloud Migration</category><category>Data Analytics</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Get paid to migrate to a modern data platform with BigQuery and Dataproc incentives</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/data-analytics/new-incentives-and-tools-to-migrate-to-bigquery-and-dataproc/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Yasmeen Ahmad</name><title>Managing Director, Data Cloud, Google Cloud</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Sami Akbay</name><title>Group Product Manager, Data Analytics</title><department></department><company></company></author></item><item><title>Beam moves to Google Cloud to drive efficacy of government safety net programs</title><link>https://cloud.google.com/blog/products/infrastructure-modernization/beam-simplifying-operations-and-driving-growth-with-google-cloud/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;At &lt;/span&gt;&lt;a href="https://www.bybeam.co/" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Beam&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, we're building the next-generation digital social safety net. Our platform is used by state and local governments, community based organizations, and universities to administer public benefits and cash assistance programs. Our partners are able to drive low-friction application processes, tackle time-consuming eligibility determination processes, and disburse critical payments to vulnerable populations. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Recently, we migrated our entire infrastructure from AWS to Google Cloud with no downtime or impact to our users. Additionally, we transformed aspects of our application and engineering processes along the way to benefit from the newest cloud technologies. We are more effective and greener — all while cutting our cloud bill in half. In the following post, we’ll review Beam's migration strategy, what we expected to get out of our move to Google Cloud, and some of our key results and takeaways.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Architecture decisions&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;When migrating to Google Cloud, Beam's overall architectural strategy was to choose the services that would most effectively accelerate the integration of product-differentiating technologies, provide a scalable yet easy-to-understand cloud infrastructure, and introduce minimal administrative burden on the engineering team.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We want our engineers to focus on building a user-centered product with the features that our government partners need instead of supporting the outdated and inefficient infrastructure they used previously. This priority drove our decision to adopt Google Cloud services.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Cloud Run&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Beam's platform consists of many containerized apps that need to interact and independently &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;scale to deliver services to users. The platform used to run in self-hosted AWS Kubernetes clusters, but the engineering team found that the administrative burden of the clusters was holding them back. Using AWS to implement Kubernetes didn’t provide the ease of management and developer-friendly UI that we needed to scale.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This is where Google Cloud’s managed container offerings really shine. &lt;/span&gt;&lt;a href="https://cloud.google.com/run"&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; was the perfect fit for our small team, which wanted to deploy many highly scalable, interrelated container services with the least administrative burden possible. If we needed more flexibility down the road, we could easily redeploy our services to GKE. And since Cloud Run now supports sidecars and multi-container services, there was no reason not to adopt this fully managed container 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/image2_si3IVzI.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;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;AlloyDB for PostgreSQL&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Beam uses PostgreSQL for our core databases, and &lt;/span&gt;&lt;a href="https://cloud.google.com/alloydb"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;AlloyDB for PostgreSQL&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, Google Cloud’s fully managed PostgreSQL-compatible database, seemed like the perfect fit for our needs. Even though AlloyDB was a relatively new service when we began our migration, we wanted a highly scalable database with the ability to replicate across zones and regions for disaster recovery and high-volume reporting traffic — and AlloyDB fit that bill. Additionally, AlloyDB’s Query Insights dashboard seemed like it would close the database administration (DBA) gap and help us tune the performance of our application. Finally, we wanted a database product that didn’t require hand-holding and dedicated DBAs to manage, which would allow our teams to focus on innovation.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;ML and AI services&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The accelerated pace of improvement around machine learning and AI technologies has generated both intense excitement and trepidation. If implemented responsibly, AI stands to reduce the time tax and revolutionize the government's ability to serve its people. Done carelessly, however, AI could amplify harm and bias and leave vulnerable populations further behind. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In this challenging environment, Beam’s responsible AI strategy is enabled by cutting-edge Google Cloud AI, such as &lt;/span&gt;&lt;a href="https://cloud.google.com/vertex-ai"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Vertex AI&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. Our AI offerings aim to radically reduce administrative burden on applicants and overhead on program administration by streamlining the eligibility determination process from documents and case histories. Google Cloud enables us to spend more time on responsibility and equity considerations than we could otherwise.  &lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;The migration&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;I’ve done around half a dozen major infrastructure migrations in my career, and&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Beam’s &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;migration from AWS to Google Cloud was the smoothest. In part, this was thanks to Beam’s awesome engineering team, but also due to how easy Google Cloud makes a cloud-to-cloud migration.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Here’s a summary of how we did it:&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;We stood up all our infrastructure with &lt;/span&gt;&lt;a href="https://cloud.google.com/docs/terraform"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Terraform&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; so everything would be documented, repeatable, and compliant going forward.&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;Using &lt;/span&gt;&lt;a href="https://cloud.google.com/database-migration"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Database Migration Service&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, we created continuous replication from our PostgreSQL databases in AWS to AlloyDB instances.&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;Meanwhile, our developers focused on modernizing our service architecture with things like &lt;/span&gt;&lt;a href="https://cloud.google.com/pubsub"&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; for asynchronous job queueing and &lt;/span&gt;&lt;a href="https://cloud.google.com/storage"&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; for file uploads.&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;While we were migrating to Google Cloud, we rebuilt our DevOps processes around GitHub.&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;We used &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/devops-sre/deploy-to-cloud-run-with-github-actions/"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;GitHub Actions to deploy our container services to Cloud Run&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; as part of our new CI/CD pipelines.&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;We ran load tests on our Cloud Run services to ensure they would scale while keeping latency low for our 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;span style="vertical-align: baseline;"&gt;On cutover day, we briefly paused writes to our databases, and we switched our DNS from the AWS endpoints to the Cloud Run URLs.&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;Due to the continuous data sync between our previous databases and AlloyDB, our users experienced no outages or data loss during the switch, and for us at Beam, it was a huge relief to be running our application in a more lightweight yet modern cloud platform.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Key results and takeaways&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Six months later, we are thrilled with the performance of our platform rebuilt around Cloud Run &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;and AlloyDB. With these improvements, we are on track to distribute hundreds of millions of dollars across program areas, including workforce development, child care, disaster recovery, guaranteed income, and housing.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Cloud Run just works — services scale up and down to match traffic patterns,  and our deployments are easy to manage with GitHub Actions and container service definitions stored in yaml. When manual intervention is needed, for example, to route traffic between different application revisions, the Cloud Run UI is vastly superior to the container orchestration tools we previously used.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;AlloyDB feels like having a team of DBAs working to keep our database healthy. Latency is shockingly low, even as our business has grown. With a few clicks in the console, we created a separate read-only pool for our data analytics and reporting needs, and we restored a point-in-time backup to a new cluster to retrieve a previous version of user data. And by purchasing &lt;/span&gt;&lt;a href="https://cloud.google.com/docs/cuds"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;committed use discounts&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, we’ve cut our database costs in half for the next three years.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Some more benefits we’ve seen include the following:&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;Security&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Google prioritizes security in the areas important to Beam and its government partners. For example, &lt;/span&gt;&lt;a href="https://cloud.google.com/docs/security/encryption/default-encryption"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;default encryption at rest&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; across all Google Cloud services, easy keyless service accounts with &lt;/span&gt;&lt;a href="https://cloud.google.com/kubernetes-engine/docs/concepts/workload-identity"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Workload Identity&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-command-center"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Security Command Center&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; are some of the features that empower a small but security-focused engineering team.&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;Developer-friendly&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Our developers find Google Cloud documentation easier to understand, and SDK integrations are straight-forward and quick compared to other cloud providers.&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;Innovation-enabling&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Our cross-functional team was able to build effective AI models for pilot partners on top of Cloud Run and other services.&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;Socially-conscious and environmentally responsible&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: We’re proud to have Google Cloud as our strategic cloud partner for non-technical reasons too. Google Cloud’s &lt;/span&gt;&lt;a href="https://cloud.google.com/sustainability"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;sustainability strategy&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; is the most ambitious of all the key cloud providers, and their philanthropic initiatives align with Beam’s mission and with the values of our partners and investors.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Most importantly, we’ve seen all these benefits for us and our partners while reducing our total monthly cloud costs by half!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;Learn more about how &lt;/span&gt;&lt;a href="https://cloud.google.com/startup/apply?utm_source=cgc-blog&amp;amp;utm_medium=blog&amp;amp;utm_campaign=FY21-Q1-global-demandgen-website-cs-startup_program_mc&amp;amp;utm_content=blog_beam&amp;amp;utm_term=-"&gt;&lt;span style="font-style: italic; text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud can help your startup&lt;/span&gt;&lt;/a&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;, and unlock resources at the recently launched &lt;/span&gt;&lt;a href="https://cloud.google.com/startup/resources"&gt;&lt;span style="font-style: italic; text-decoration: underline; vertical-align: baseline;"&gt;Startup Learning Center&lt;/span&gt;&lt;/a&gt;&lt;span style="font-style: italic; vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 28 May 2024 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/infrastructure-modernization/beam-simplifying-operations-and-driving-growth-with-google-cloud/</guid><category>Cloud Migration</category><category>Customers</category><category>Startups</category><category>Infrastructure Modernization</category><media:content height="540" url="https://storage.googleapis.com/gweb-cloudblog-publish/images/beam.max-600x600.jpg" width="540"></media:content><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Beam moves to Google Cloud to drive efficacy of government safety net programs</title><description></description><image>https://storage.googleapis.com/gweb-cloudblog-publish/images/beam.max-600x600.jpg</image><site_name>Google</site_name><url>https://cloud.google.com/blog/products/infrastructure-modernization/beam-simplifying-operations-and-driving-growth-with-google-cloud/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>James Osborn</name><title>Director of Cloud Operations, Beam</title><department></department><company></company></author></item><item><title>How Facturation.net migrated Azure VMs to Google Cloud in one weekend</title><link>https://cloud.google.com/blog/products/infrastructure-modernization/facturation-migrated-from-azure-to-google-cloud-in-a-weekend/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;a href="http://facturation.net" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Facturation.&lt;/span&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;n&lt;/span&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;et&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; is a leading Canadian provider of a cloud-based invoicing and billing software. With many customers in Canada, its mission is to help doctors and their administrative staff with their medical billing and provide customized software and services.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;“As our business grew, we realized that our existing Azure infrastructure was no longer meeting our needs. We were facing increasing costs and complexity, and we wanted to find a more scalable and cost-effective solution,” said Jacob Verret, CTO at Facturation.net. “After evaluating several options, we decided to migrate our production VMs to Google Cloud.”&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The challenge was figuring out how to migrate Facturation.net production virtual machines (VMs) in Azure over a single weekend without any impact to our production workloads. The company needed a solution that was simple, reliable, and cost-effective.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;After researching its options, Facturation.net decided to use &lt;/span&gt;&lt;a href="https://cloud.google.com/migrate/virtual-machines"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migrate to Virtual Machines (M2VM)&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; on Google Cloud. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;M2VM, which is part of the &lt;/span&gt;&lt;a href="https://cloud.google.com/migration-center/docs/migration-center-overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Google Cloud Migration Center&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, allows you to migrate virtual machines from VMware, AWS, and Azure environments to &lt;/span&gt;&lt;a href="https://cloud.google.com/products/compute?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Compute Engine&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; in a few minutes. With M2VM, you can migrate VMs safely, at high velocity, and at scale. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;M2VM is designed to be simple and easy to use. It has a user-friendly interface and requires no special skills or expertise. The service provides several benefits that make it a great choice for cloud-to-cloud migrations, 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;Fast and efficient migration:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; M2VM uses a high-performance data transfer engine that can migrate VMs quickly and efficiently.&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;Proven reliability:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Google Cloud customers have used M2VM to migrate hundreds of thousands of VMs from on-premises and cloud 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;Enterprise-grade security:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; M2VM uses industry-standard security protocols to protect your data during migration.&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;Cost-effective: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;As a managed service, M2VM is a cost-effective solution that can help you save money on your cloud migration. It has no additional costs on top of those associated Google resources.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Migrating Azure VMs to Google Cloud&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The Facturation.net team used the following step-by-step approach to migrate their VMs using M2VM:&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;The team created a detailed migration plan that included a list of the VMs to migrate, the target Google Cloud project, and the desired migration start and end times. They also made sure that the VMs were properly prepared for migration, including having the latest security patches installed and disabling any unnecessary services.&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;span style="vertical-align: baseline;"&gt;They enabled M2VM by creating a migration project in the Google Cloud console, added an &lt;/span&gt;&lt;a href="https://cloud.google.com/migrate/virtual-machines/docs/5.0/migrate/create-an-azure-source#create-an-azure-source"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Azure source&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, and defined the target project on Google Cloud for the migration process.&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;span style="vertical-align: baseline;"&gt;To start the migration process, the team selected the VMs to be migrated and the target Google Cloud project. M2VM then created a replication job for each VM. They monitored the progress of the replication jobs in the M2VM console.&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;span style="vertical-align: baseline;"&gt;Once the replication jobs were complete, they tested the migrated VMs to make sure they were working properly and then performed a cutover to switch traffic from the Azure VMs to the new Google Cloud VMs.&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;span style="vertical-align: baseline;"&gt;After the transition was complete, the team cleaned up the Azure resources that were no longer needed.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Fast, flexible, and safe migration to Google Cloud&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;“We were very happy with the results of our migration using M2VM. The process was straightforward, and the intuitive user interface allowed us to migrate our VMs without any problems. On top of that, it was incredibly fast — we were able to migrate all of our production VMs over to Google Cloud in a single weekend,” said Alexander Grange, senior cloud architect at &lt;/span&gt;&lt;a href="http://facturation.net" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Facturation.Net&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, who led the migration effort.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In addition, Facturation.net did not experience any data loss or corruption during the migration process, and since M2VM uses industry-standard protocols, the team was confident that the company’s data was safe and secure during the migration process. The cost of migration was also very reasonable, allowing Facturation.net to save money on its cloud migration.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Overall, thanks to Migration to Virtual Machines and the Google Cloud team, Facturation.net was able to move rapidly from Azure to Google Cloud — without impacting production.&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/how-to-get-your-virtual-machines-into-google-cloud-asap/"
       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;How to properly — and easily — do data disk migrations to Google Cloud&lt;/h4&gt;
            &lt;p class="uni-related-article-tout__body"&gt;Use Migrate to Virtual Machines for a fast, easy way to successfully migrate to Google Cloud.&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, 21 May 2024 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/infrastructure-modernization/facturation-migrated-from-azure-to-google-cloud-in-a-weekend/</guid><category>Cloud Migration</category><category>Infrastructure Modernization</category><media:content height="540" url="https://storage.googleapis.com/gweb-cloudblog-publish/images/Facturation.max-600x600.jpg" width="540"></media:content><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>How Facturation.net migrated Azure VMs to Google Cloud in one weekend</title><description></description><image>https://storage.googleapis.com/gweb-cloudblog-publish/images/Facturation.max-600x600.jpg</image><site_name>Google</site_name><url>https://cloud.google.com/blog/products/infrastructure-modernization/facturation-migrated-from-azure-to-google-cloud-in-a-weekend/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Eitan Eibschutz</name><title>Staff Technical Solutions Consultant</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Xavier Tremblay</name><title>Customer Engineer</title><department></department><company></company></author></item><item><title>Modernization vs. migration for data workloads</title><link>https://cloud.google.com/blog/products/databases/modernization-vs-migration-for-data-workloads/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;a href="https://cloud.google.com/blog/products/infrastructure-modernization/migration-news-from-next24"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud migration&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; involves moving digital assets like data, apps, and infrastructure to a cloud environment. In particular, data and data platforms are essential for application, analytical, or AI/ML workloads; thus, it’s common to migrate existing data from other platforms, including on-premises or even other cloud providers. For most organizations, determining what to do with their data when moving it to a new platform is the first challenge. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Should you do a simple &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/application-migration"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;migration&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, also known as lift-and-shift? Or should you consider modernizing the platform and building an entirely new solution that can work with the latest modern cloud technologies? In this post, we will discuss the modernization and migration approaches for data workloads.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Migration vs. modernization: What’s the difference?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Generally speaking, migration involves moving your data to the cloud. The most common migration processes typically fall into two categories:&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;On-premises to cloud migration&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Shifting operations from local servers and &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/data-center-migration"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;data centers to cloud providers&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.This is a common migration use case, as businesses look to take advantage of cloud benefits like scalability, flexibility, and cost savings.&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;Cloud-to-cloud migration&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: Switching between cloud providers to gain additional value in terms of innovation, functionality, cost, and partnership.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://cloud.google.com/solutions/camp/"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Cloud modernization&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, on the other hand, is a strategy for transforming existing applications, data, and infrastructure to take better advantage of the benefits offered by cloud computing. Having a unified, flexible, scalable and cost effective data platform for managing and analyzing data is a crucial part of any company’s success. For example, fully managed database services can enhance the performance, scalability and reduce the overall cost of operation in the cloud. Cloud-first data lakes and data warehouses enable modern analytics capabilities, providing better insights into customer data. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Typically, customers consider cloud modernization when their business strategies strive to achieve digital transformation, leverage advanced cloud services, support continuous improvement and development, and unlock the potential of emerging technologies like generative AI. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;You might consider cloud modernization, for example, if you are looking 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;span style="vertical-align: baseline;"&gt;Rethink and rebuild applications and infrastructure using cloud-native architectures like serverless data platforms, microservices, and containerization.&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;Utilize managed services like serverless databases, data lakes, machine learning platforms, analytics tools, and cloud operations to automate tasks, unlock new functionalities, and drive faster time-to-market.&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;Adopt DevOps principles and CI/CD practices to iterate and optimize your cloud 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;span style="vertical-align: baseline;"&gt;Provide a strong foundation for developing and deploying your gen AI use cases with scalable data management, sufficient computing power, and pre-built AI services.&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;Reduce cost, improve security and compliance posture, and increase reliability &amp;amp; productivity via managed offerings vs self managing databases&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;Critical migration decision factors&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;It can be a challenging and sometimes overwhelming &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/cloud-migration-program"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;process for customers to decide whether to migrate or modernize&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; — not to mention what to migrate.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;That being said, on-premises databases can be difficult and expensive to scale in most instances. As a result, migrating and modernizing databases to cloud-based services can provide improved scalability for handling large data columns and help guarantee better performance through on-demand computing resources. In addition, cloud solutions offer better governance and security options, and the reduction of the operation costs can have a significant impact on the company. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;The development and deployment of new solutions can also benefit from cloud-native CI/CD processes. Providing a centralized cloud environment for multiple teams makes it easier to overcome data silos and break down limitations that hinder cross-team collaboration, which drives higher productivity and less error during development and deployment cycles.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;So, how do you decide the best approach for your organization’s data workloads? &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We have found that the following six factors can be helpful for organizations:&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;Company strategy:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Company strategy plays a decisive role in shaping migration strategies. It’s important to carefully consider how factors, such as mergers and acquisitions, geographical expansion, and vendor lock-in, impact your cloud requirements before making a final decision about migration processes.&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;Cost considerations:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; While owning and maintaining data centers involves significant capital expenditure, cloud hosting can also result in unexpected fees without proper oversight into provisioning and resource usage. In particular, data egress fees should be taken into account, especially when moving large amounts of data across clouds.&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;Security and compliance:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; The complexity of the security models and compliance requirements are important factors for determining migration strategies. Local and government rules and regulations like HIPAA, GDPR, or PCI can have a major impact on how a migration process will work for different types of workloads.&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;Performance and reliability:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Migrating to the cloud comes with expectations for &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/infrastructure-modernization?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;nominal downtime and high reliability on cloud resources&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, but you should always understand the latency, scalability, and downtime requirements for services you plan to migrate. Most cloud services provide three, four, or five digit (99.9% or 99.99% or 99.999%) availability SLAs, but there are still scheduled downtimes and maintenance windows that could be a factor for migration planning.&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;Features and functionality:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; As a company grows, its cloud needs might evolve. Over time, you might need additional features, services, or scale to support business expansion or seek out specialized services to stay competitive.The &lt;/span&gt;&lt;a href="https://cloud.google.com/products/gemini/cloud-assist?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;innovations and new technologies&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; offered by cloud services should be carefully assessed when making migration decisions.&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;Support and customer service:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Migrations come with a lot of unknowns and a steep learning curve. Knowing that there is sufficient support and customer hand holding during the migration process can help ensure a successful migration.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&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/pic1.max-1000x1000.jpg"
        
          alt="pic1"&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;Best practices for planning your modernization or migration project&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Migrations have been occurring in enterprise IT for decades. As a result, most organizations are familiar with migration or modernization processes (e.g., mainframe to x86 servers, SQL workloads to NoSQL, Hadoop framework adoptions, and many more). &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;When planning your own projects, it can be useful to frame your approach according to the following four categories: &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;Opportunity evaluation:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Identify and quantify the opportunity and business case, then begin driving stakeholder alignment. Activities like due diligence and discovery can offer insights into the overall IT landscape to properly map out the various cloud-based options.&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;Foundation and planning&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;: A fundamental key in a successful migration or modernization project is to set a solid foundation for cloud infrastructure. Determine and prioritize which workloads are ideal to migrate to the cloud and plan on how to migrate them.&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 validate: Execution, validation, and retiring old systems are all essential steps in&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; migration projects. Start with the workloads that are most ideal for the cloud and then plan subsequent projects based on business value, technical priority, and cloud-propensity. Analyzing and evaluating at each step enables fine-tuning for upcoming migrations.&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;Optimize and operate:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; After migration, you will need to &lt;/span&gt;&lt;a href="https://cloud.google.com/products/gemini/cloud-assist?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;operate and optimize the workloads you moved to a new environment&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;. Adopting cloud-based operations to monitor and understand workload performance is a very important step in any cloud migration process. Customers who don’t go through this process can easily become overwhelmed with the cloud cost and complicated cloud environments.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&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/pic2.max-1000x1000.jpg"
        
          alt="pic2"&gt;
        
        &lt;/a&gt;
      
        &lt;figcaption class="article-image__caption "&gt;&lt;p data-block-key="s4mbn"&gt;Modernization and Migration Loop (images created by Gemini)&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;Regardless of the process, migration approaches tend to follow a similar pattern and share similar characteristics. For instance, we’ve found that it’s important to highlight people, process and technology elements when planning projects — all key factors that can contribute to a successful migration. Here are some examples to consider for each element: &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;People: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Aligning stakeholders, building skills, and managing resources&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;Process:&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; Harvesting best practices, tracking processes through a governance model, or defining and monitoring well-defined OKRs &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;Technology: &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;Identifying technical gaps, prioritizing migration workloads, and building proper project landing zones with adequate financial, security and compliance controls&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;A well-run migration process creates a flywheel effect, where learnings and experience gained from migrating workloads compound to refine the business case, bolster the foundation, accelerate subsequent migrations and make it easier to optimize workloads over time.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Drawing on the article's insights and my own field experience, I strongly recommend considering a modernization path for your data workloads if possible. Serverless technology offers compelling benefits that can significantly reduce your TCO and boost the ROI of modernization efforts. These benefits include cost savings, enhanced security, improved performance and scalability, access to the latest technologies, and increased agility and innovation. By choosing modernization, you can quickly realize these substantial gains, just like &lt;/span&gt;&lt;a href="https://cloud.google.com/blog/products/databases/renault-drives-fully-loaded-database-migration-to-google-cloud"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;one of our many customers&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; did.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Google offers a Database Modernization program to de-risk your migrations by offering end to end guidance and support with tools, resources, best practices and incentive funding. &lt;/span&gt;&lt;a href="https://cloud.google.com/resources/database-migration-program#:~:text=The%20Database%20Migration%20Program%20is,to%20offset%20your%20migration%20costs."&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Please visit this link&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; for more information and to apply for the program. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Thank you for reading! Have a question or want to chat? Follow me on &lt;/span&gt;&lt;a href="https://www.linkedin.com/in/patrickalexander/" 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; and &lt;/span&gt;&lt;a href="https://twitter.com/PatrickCloudArc" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Twitter&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, 24 Apr 2024 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/databases/modernization-vs-migration-for-data-workloads/</guid><category>Cloud Migration</category><category>Application Modernization</category><category>Databases</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Modernization vs. migration for data workloads</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/databases/modernization-vs-migration-for-data-workloads/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Patrick Alexander</name><title>Customer Engineer</title><department></department><company></company></author></item><item><title>Your scannable list of our top migration announcements from Next ‘24</title><link>https://cloud.google.com/blog/products/infrastructure-modernization/migration-news-from-next24/</link><description>&lt;div class="block-paragraph_advanced"&gt;&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Regardless of what you’re looking to migrate or modernize, Google Cloud is committed to helping you on that journey, and we’re excited to announce a number of new updates for our portfolio of migration products and programs. &lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;What’s new with the Rapid Migration Program (RaMP)?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;We understand that customers’ journeys to the cloud are driven by the need to unlock the value that cloud computing offers, from cost-savings, efficiency gains and scalability to catalyzing innovation. And to help customers fully realize the value of cloud, &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/cloud-migration-program"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;RaMP&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; now covers migration and modernization use cases that span across applications and the underlying infrastructure, data and analytics. RaMP now has pillar programs including RaMP for Databases, RaMP for Mainframe Migration and RaMP for Storage to provide customers with prescriptive guidance for specific workloads . &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;This ensures Google Cloud and our partners consider the holistic view of customers’ workloads, and provide a roadmap that allows customers to take full advantage of cloud-native services like serverless and containerization. Recently we also &lt;/span&gt;&lt;a href="https://www.crn.com/news/cloud/google-cloud-global-vp-on-massive-2024-genai-incentives-for-partners-and-why-ai-tech-bests-aws-and-microsoft?page=5" rel="noopener" target="_blank"&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 range of partner incentives to accelerate those customer migration and modernization outcomes across our product portfolio that include our GenAI offerings. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;In addition to these program enhancements, Google Cloud also offers comprehensive first-party managed services and third-party tools (via Marketplace) to analyze, plan and execute cost effective migration and modernization projects efficiently. &lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;What’s new with Migration Center?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;A key part of &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/cloud-migration-program"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;RaMP&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; is our unified platform, &lt;/span&gt;&lt;a href="https://cloud.google.com/migration-center/docs/migration-center-overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migration Center&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, which helps you accelerate your end-to-end cloud journey from your current on-premises or cloud environments to Google Cloud. With features like &lt;/span&gt;&lt;a href="https://cloud.google.com/migration-center/docs/estimate/overview"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;cloud spend estimation&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, &lt;/span&gt;&lt;a href="https://cloud.google.com/migration-center/docs/start-asset-discovery"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;asset discovery&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; of your current environment, and a variety of tooling for different migration scenarios, we were excited to share some excellent new additions: &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;Migration use case navigator lets you map out exactly how to migrate your resources (servers, databases, data warehouses, etc.) from on-prem and other clouds directly into Google Cloud. This provides you with a complete, prescriptive plan with options that you can review, consider, and confirm. &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;New Cloud Spend Estimators give you a rapid TCO assessment of on-premises VMware and Exadata to Google Cloud VMware Engine (GCVE) and Big Query, respectively.&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;Database discovery &amp;amp; assessment lets you map out migration plans for MSSQL, PostgreSQL and MySQL to Cloud SQL. For each source database, you’ll get detailed information on technical fit with shape recommendations for Cloud SQL, and a thorough TCO report. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;What’s new with migrating my VMware workloads? &lt;/strong&gt;&lt;/h3&gt;
&lt;p&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&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, an integrated VMware service with the highest availability SLA, helps you easily migrate or host VMware workloads within Google Cloud with all the hardware and licenses included, announced some exciting new features and functionality: &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;First cloud provider to &lt;/span&gt;&lt;a href="https://investors.broadcom.com/news-releases/news-release-details/broadcom-and-google-cloud-announce-license-portability-support" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;announce&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; intent to support VMware Cloud Foundation License Portability, which means broader access to on-premises customers that are looking to bring their VMware Cloud Foundation license and use it for transforming their VMware estate in 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;General Availability of larger instance type (ve2-standard-128) offerings that feature 1.8X vCPU, 2.7X RAM and 1.3X storage compared to ve1 and 200 Gbps east-west connectivity.&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;Advancements in networking including next-gen VMware Engine Networking, automated zero-config VPC peering, and Cloud DNS for 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;span style="vertical-align: baseline;"&gt;Terraform Infrastructure as Code Automation for GCVE: Google Cloud VMware Engine now supports additional Terraform resources for automating private cloud, cluster, and network management. These enhancements to the VMware Engine Terraform provider enables full environment Infrastructure-as-Code for your VMware Engine Environment.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;What’s new with migrating my virtual machines and disks? &lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Whether you’re looking to migrate one application from on-premises or one thousand enterprise-grade applications across multiple data centers, &lt;/span&gt;&lt;a href="https://cloud.google.com/migrate/virtual-machines"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migrate to Virtual Machines&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; gives any IT team, large or small, the power to migrate their workloads to Google Cloud. Here’s what we announced: &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;Disk Migration offers a robust solution for migrating disk volumes, rather than VMs, to Google Cloud with confidence and ease, serving use cases such as self-managed database migrations, OS resbuild and more.&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;Image Import (preview) as a managed service within our ‘Migrate to Virtual Machines’ product, which will reduce friction for customers and accelerate their import journeys, as well as improve usability and supportability. &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/migrate/virtual-machines/docs/5.0/resources/release-notes#January_17_2024"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;BIOS to UEFI Conversion (Preview)&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; which automatically converts bootloaders to a newer format (UEFI) as part of the migration, which helps ensure that migrated VMs can leverage the full spectrum of Google Cloud’s security enhancements.&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/migrate/virtual-machines/docs/5.0/migrate/migrate-aws-linux2"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Amazon Linux Conversion (Preview)&lt;/span&gt;&lt;/a&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;makes it easy to convert Amazon Linux to Rocky Linux in Google Compute Engine. &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/migrate/virtual-machines/docs/5.0/resources/release-notes#November_14_2023"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;CMEK Support&lt;/span&gt;&lt;strong style="vertical-align: baseline;"&gt; &lt;/strong&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;lets you use Customer Managed Encryption Keys (CMEK) support within Migrate to Virtual Machines, letting you maintain control over your own encryption keys, further securing your migration to Google Cloud. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;What’s new with replatforming my virtual machines to containers in GKE or Cloud Run?&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;span style="vertical-align: baseline;"&gt;The new &lt;/span&gt;&lt;a href="https://cloud.google.com/migrate/containers"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Migrate to Containers&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; &lt;/span&gt;&lt;a href="https://cloud.google.com/migrate/containers/docs/m2c-cli/architecture"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;(M2C) CLI &lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;is purpose-built for application owners, for fast and easy modernization of application components that run on VMs using your local machine. The CLI generates artifacts that you can deploy to GKE or Cloud Run. The offline mode enables the use of the CLI locally without pulling resources from the internet during runtime.&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;We also announced a preview of our M2C Cloud Code Extension, which provides an integrated experience to migrate applications from VMs to containers running on GKE, directly in Visual Studio. The extension provides a guided replatforming journey, technical fit assessment, and automated artifact generation to run existing applications on GKE, and helps boost developer productivity. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;What’s new with migrating my databases?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Start &lt;/span&gt;&lt;a href="https://cloud.google.com/database-migration?hl=en"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;migrating databases&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; in just a few clicks with a single, integrated conversion and migration experience. Reduced migration complexity means you can enjoy the benefits of the cloud sooner. Here are some of our announcement highlights: &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;Database Migration Service AI-powered last mile code conversion from Oracle (on any platform) to PostgreSQL. Gemini automates the conversion of database code, such as stored procedures, functions, triggers, packages and custom PL/SQL code, for destinations into Cloud SQL for PostgreSQL or AlloyDB. &lt;/span&gt;&lt;a href="https://www.youtube.com/watch?v=lv4yWjh-uU8" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;To see it in action watch this video&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;.&lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt; Plus, &lt;/span&gt;&lt;span style="vertical-align: baseline;"&gt;explainability (in preview) helps you reskill and retrain PL/SQL developers by allowing side by side comparison of the dialects along with detailed explanation of code along with recommendations.&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;DMS for SQL Server migrations (preview), a new homogeneous minimal-downtime migration from SQL Server (on any platform) to Cloud SQL for SQL Server.&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 Datastream, SQL Server as a source for CDC introduces a seamless, next level data movement to BigQuery destinations. &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 new RaMP for database modernization program combines best practices, tools and attractive funding to help customers move from Oracle and SQL Server to Google Cloud databases.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;What’s new with modernizing mainframes?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Google Cloud has significantly increased our investment in Mainframe Modernization in order to support our biggest customers running legacy applications on Mainframes and MidRange systems. With a wide portfolio of 1st and 3rd party tooling and key partnerships with delivery and tech partners for a complete &lt;/span&gt;&lt;a href="https://services.google.com/fh/files/misc/mainframe-modernization-one-pager.pdf" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;end to end modernization solution&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt;, we were pleased to announce some great new functionality across the entire mainframe modernization journey (what we’re playfully referring to as our AARDVARK): &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;Assess&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; - Mainframe Assessment Tool (MAT) now powered by GenAI accelerates your migration journey by analyzing application codebase, performing fit assessment and creating application-level summarization and test cases. &lt;/span&gt;&lt;a href="https://youtu.be/yWkHN6RuZQU?si=god8Jr6nze2SPbZj" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Watch this video&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; to see it in action.&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;Augment&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; - Mainframe Connector sends a copy of your mainframe data to BigQuery for off-Mainframe analytics, which you can &lt;/span&gt;&lt;a href="https://youtu.be/fes20wYXBlk?si=RTQfucJHJrhK0Wyq" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;see in this video&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;strong style="vertical-align: baseline;"&gt;Refactor &amp;amp; rewrite &lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt;- &lt;/span&gt;&lt;a href="https://services.google.com/fh/files/misc/google-cloud-g4-white-paper.pdf" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;G4&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; refactors your Mainframe application code (COBOL, RPG, JCL etc.) and data from their original state/programming language to a modern stack (JAVA), or leverages AI to rewrite entirely. &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;De-Risk&lt;/strong&gt;&lt;span style="vertical-align: baseline;"&gt; - &lt;/span&gt;&lt;a href="https://services.google.com/fh/files/misc/google-cloud-dual-run-white-paper-mainframe-mod.pdf?hl=de" rel="noopener" target="_blank"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Dual Run&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; lets you run a new system side by side with your existing mainframe, duplicating all transactions and checking for completeness, quality and effectiveness of the new solution. Designed and implemented together with Santander Bank who are using it in production&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Partners participating in RaMP can also now leverage the new incentives to drive discovery and modernization of mainframe workloads to Google Cloud Platform. &lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;What’s new with storage migration?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Sometimes you just have a bunch of storage you need to migrate to Google Cloud. To help support that, we’ve got two exciting new announcements as part of the &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/cloud-migration-program"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;RaMP&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; for Storage pillar program: &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;Reduced storage egress costs from Amazon S3 to Google Cloud Storage! Our new transfer service moves data via private network (from Amazon S3 to Google Cloud Storage) and results in no egress charges on the AWS side, while a small per GiB Google Cloud service fee still applies. &lt;/span&gt;&lt;a href="https://cloud.google.com/storage-transfer/docs/create-transfers/agentless/s3#egress_options"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;Click here for more information on locations and pricing&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;Cloud Storage's client libraries for Python, Node.js, and Java now support parallelization of uploads and downloads, greatly speeding up reads and writes for applications built on top of them. This functionality was available via Google's command-line interfaces, and is now completely integrated into the client libraries, ensuring that Cloud Storage customers get optimal performance regardless of which transfer mechanism they use.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;&lt;strong style="vertical-align: baseline;"&gt;That’s a wrap! What’s next?&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="vertical-align: baseline;"&gt;Our investment in making your migration and modernization projects fast and easy continues to be a huge focus for Google Cloud. In addition to all of the exciting announcements above, we’ve got so much more to come, especially as we continue to bake generative AI into our migration portfolio. Keep an eye out for more exciting news in 2024! If you are ready to take another step, you can &lt;/span&gt;&lt;a href="https://cloud.google.com/solutions/cloud-migration-program"&gt;&lt;span style="text-decoration: underline; vertical-align: baseline;"&gt;visit our Rapid Migration Program website&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; or &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 a free discovery and assessment&lt;/span&gt;&lt;/a&gt;&lt;span style="vertical-align: baseline;"&gt; of your existing IT landscape, and then work with our migration experts to map out a plan to get you to the cloud!&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/idc-finds-318-percent-roi-from-migrating-to-google-cloud-iaas/"
       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/Hero_IDC_Google_Cloud_IaaS_Blog_TPU_v5e_Pod_.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;IDC: Migrating to Google Cloud IaaS has a 318 percent ROI&lt;/h4&gt;
            &lt;p class="uni-related-article-tout__body"&gt;Google Cloud’s AI-optimized infrastructure services can drive meaningful business growth for organizations worldwide, according to IDC.&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>Thu, 11 Apr 2024 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/infrastructure-modernization/migration-news-from-next24/</guid><category>Cloud Migration</category><category>Google Cloud Next</category><category>Infrastructure Modernization</category><media:content height="540" url="https://storage.googleapis.com/gweb-cloudblog-publish/images/Next24_Blog_blank_2-03.max-600x600.jpg" width="540"></media:content><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Your scannable list of our top migration announcements from Next ‘24</title><description></description><image>https://storage.googleapis.com/gweb-cloudblog-publish/images/Next24_Blog_blank_2-03.max-600x600.jpg</image><site_name>Google</site_name><url>https://cloud.google.com/blog/products/infrastructure-modernization/migration-news-from-next24/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Tom Nikl</name><title>Cloud Migration Team, Google Cloud</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Anant Chintamaneni</name><title>Director of Product Management, Google Cloud</title><department></department><company></company></author></item><item><title>IDC: Migrating to Google Cloud IaaS has a 318 percent ROI</title><link>https://cloud.google.com/blog/products/infrastructure-modernization/idc-finds-318-percent-roi-from-migrating-to-google-cloud-iaas/</link><description>&lt;div class="block-paragraph"&gt;&lt;p data-block-key="qyrgk"&gt;Organizations worldwide continue to adopt cloud services to enable and support ongoing digital transformation. While the benefits of cloud infrastructure, including cost savings, agility, elasticity, and scalability are well understood, quantifying these benefits can be challenging.&lt;/p&gt;&lt;p data-block-key="6ij6p"&gt;In late 2023, Google released the results of a sponsored &lt;a href="https://inthecloud.withgoogle.com/idc-report-cloud-iaas/dl-cd.html" target="_blank"&gt;IDC research study&lt;/a&gt; to gain a better understanding of the tangible ROI of migrating to cloud infrastructure.The study comprised nine interviews with organizations in the United States, the UK, and Germany across the financial services, government, healthcare, real estate, retail, and utilities industries. The selected organizations employed Google Cloud Infrastructure as a Service (IaaS) and had firsthand experience with its advantages and expenses.&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_AI_Optimized_Infrastructure_IDC_Google_C.max-1000x1000.png"
        
          alt="1_AI Optimized Infrastructure_IDC Google Cloud IaaS Blog_"&gt;
        
        &lt;/a&gt;
      
        &lt;figcaption class="article-image__caption "&gt;&lt;p data-block-key="31us8"&gt;&lt;a href="https://cloudonair.withgoogle.com/events/idc-webinar-the-business-value-of-google-cloud-laas"&gt;IDC: Extracting more business value from cloud infrastructure&lt;/a&gt;&lt;/p&gt;&lt;/figcaption&gt;
      
    &lt;/figure&gt;

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




&lt;/div&gt;
&lt;div class="block-paragraph"&gt;&lt;p data-block-key="qyrgk"&gt;As part of this Google-sponsored research on the business value of Google Cloud IaaS, here are just a few snippets of what the &lt;a href="https://inthecloud.withgoogle.com/idc-report-cloud-iaas/dl-cd.html" target="_blank"&gt;IDC Research team found in the study&lt;/a&gt;&lt;sup&gt;1&lt;/sup&gt;:&lt;/p&gt;&lt;ul&gt;&lt;li data-block-key="4pt37"&gt;318% five-year ROI&lt;/li&gt;&lt;li data-block-key="qmgd"&gt;51% reduced cost of operations over five years&lt;/li&gt;&lt;li data-block-key="fd4ah"&gt;57% more efficient IT infrastructure management teams&lt;/li&gt;&lt;li data-block-key="6g35t"&gt;75% faster deployment of new application features&lt;/li&gt;&lt;li data-block-key="fpn9k"&gt;$3.23 million in additional revenue gained&lt;/li&gt;&lt;/ul&gt;&lt;p data-block-key="4q5c3"&gt;&lt;b&gt;Want to learn more about this IDC research and how organizations are benefitting by adopting Google Cloud IaaS?&lt;/b&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/2_IDC_Report_Business_Value_of_Google_Clou.max-1000x1000.png"
        
          alt="2_IDC Report_Business Value of Google Cloud IaaS_Cover"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

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




&lt;/div&gt;
&lt;div class="block-paragraph"&gt;&lt;ul&gt;&lt;li data-block-key="qyrgk"&gt;Download the full &lt;a href="https://inthecloud.withgoogle.com/idc-report-cloud-iaas/dl-cd.html" target="_blank"&gt;IDC research study&lt;/a&gt;.&lt;/li&gt;&lt;li data-block-key="3fr2o"&gt;Attend a &lt;a href="https://cloudonair.withgoogle.com/events/idc-webinar-the-business-value-of-google-cloud-laas" target="_blank"&gt;fireside chat&lt;/a&gt; where IDC research VP Dave McCarthy and Google North American Developer Advocacy Lead and best-selling author Priyanka Vergadia discuss the results of the study in depth.&lt;/li&gt;&lt;/ul&gt;&lt;hr/&gt;&lt;p data-block-key="am8ps"&gt;&lt;i&gt;&lt;sup&gt;1. Source: IDC Business Value Research, Sponsored by Google, The Business Value of Google Cloud IaaS, IDC #US51037323, August 2023.&lt;/sup&gt;&lt;/i&gt;&lt;/p&gt;&lt;p data-block-key="3glrl"&gt;&lt;i&gt;&lt;sup&gt;With the following firmographics:&lt;br/&gt;- Number of employees: 1,500–300,000&lt;br/&gt;- Number of IT staff: 300– 2,000&lt;br/&gt;- Number of business applications: 20–6,000&lt;br/&gt;- Revenue: $126.3M–$59.0B&lt;/sup&gt;&lt;/i&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 31 Jan 2024 17:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/infrastructure-modernization/idc-finds-318-percent-roi-from-migrating-to-google-cloud-iaas/</guid><category>Cloud Migration</category><category>AI &amp; Machine Learning</category><category>Infrastructure Modernization</category><media:content height="540" url="https://storage.googleapis.com/gweb-cloudblog-publish/images/Hero_IDC_Google_Cloud_IaaS_Blog_TPU_v5e_Pod_.max-600x600.jpg" width="540"></media:content><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>IDC: Migrating to Google Cloud IaaS has a 318 percent ROI</title><description></description><image>https://storage.googleapis.com/gweb-cloudblog-publish/images/Hero_IDC_Google_Cloud_IaaS_Blog_TPU_v5e_Pod_.max-600x600.jpg</image><site_name>Google</site_name><url>https://cloud.google.com/blog/products/infrastructure-modernization/idc-finds-318-percent-roi-from-migrating-to-google-cloud-iaas/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Tom Nikl</name><title>Senior Product Marketing Manager, Cloud Migration</title><department></department><company></company></author></item><item><title>Cloud switching just got easier: Removing data transfer fees when moving off Google Cloud</title><link>https://cloud.google.com/blog/products/networking/eliminating-data-transfer-fees-when-migrating-off-google-cloud/</link><description>&lt;div class="block-paragraph"&gt;&lt;p data-block-key="hj4mw"&gt;At Google Cloud, we work to support a thriving cloud ecosystem that is open, secure, and interoperable. When customers’ business needs evolve, the cloud should be flexible enough to accommodate those changes.&lt;/p&gt;&lt;p data-block-key="56gjc"&gt;Starting today, Google Cloud customers who wish to stop using Google Cloud and migrate their data to another cloud provider and/or on premises, can take advantage of free network data transfer to migrate their data out of Google Cloud. This applies to all customers globally. You can learn more &lt;a href="https://cloud.google.com/exit-cloud"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p data-block-key="ds6s9"&gt;Eliminating data transfer fees for switching cloud providers will make it easier for customers to change their cloud provider; however, it does not solve the fundamental issue that prevents many customers from working with their preferred cloud provider in the first place: restrictive and unfair licensing practices.&lt;/p&gt;&lt;p data-block-key="b5uqi"&gt;Certain legacy providers leverage their on-premises software monopolies to create cloud monopolies, using restrictive licensing practices that lock in customers and warp competition.&lt;/p&gt;&lt;p data-block-key="fq3ub"&gt;The complex web of licensing restrictions includes &lt;a href="https://www.theregister.com/2023/08/25/microsoft_google_alibaba_windows_apps/" target="_blank"&gt;picking and choosing&lt;/a&gt; who their customers can work with and how; charging &lt;a href="https://azure.microsoft.com/en-us/pricing/azure-vs-aws/cost-savings/?activetab=pivot:windowsservertab" target="_blank"&gt;5x the cost&lt;/a&gt; if customers decide to use certain competitors’ clouds; and limiting interoperability of must-have software with competitors’ cloud infrastructure. These and other restrictions have no technical basis and may impose a &lt;a href="https://cispe.cloud/website_cispe/wp-content/uploads/2023/06/Quantification-of-Cost-of-Unfair-Software-Licensing_Prof-Jenny_-June-2023_web.pdf" target="_blank"&gt;300% cost increase&lt;/a&gt; to customers. In contrast, the cost for customers to migrate data out of a cloud provider is minimal.&lt;/p&gt;&lt;p data-block-key="27c1m"&gt;Making it easier for customers to move from one provider to another does little to improve choice if customers remain locked in with restrictive licenses. Customers should choose a cloud provider because it makes sense for their business, not because their legacy provider has locked them in with overly restrictive contracting terms or punitive licensing practices.&lt;/p&gt;&lt;p data-block-key="2quqh"&gt;The promise of the cloud is to allow businesses and governments to seamlessly scale their technology use. Today’s announcement &lt;a href="https://cloud.google.com/blog/products/networking/standard-tier-network-now-includes-200-gb-data-transfer-per-month"&gt;builds&lt;/a&gt; on the multiple measures in recent months to provide &lt;a href="https://cloud.google.com/blog/products/networking/new-availability-sla-for-standard-tier-networking"&gt;more value&lt;/a&gt; and improve &lt;a href="https://cloud.google.com/blog/products/identity-security/announcing-ga-of-cloud-nat-support-for-standard-tier-egress"&gt;data transfer&lt;/a&gt; for large and small organizations running workloads on Google Cloud.&lt;/p&gt;&lt;p data-block-key="81sql"&gt;We will continue to be vocal in our efforts to advocate on behalf of our cloud customers — many of whom raise concerns about legacy providers’ licensing restrictions directly with us. Much more must be done to end the restrictive licensing practices that are the true barrier to customer choice and competition in the cloud market.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Thu, 11 Jan 2024 15:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/networking/eliminating-data-transfer-fees-when-migrating-off-google-cloud/</guid><category>Cost Management</category><category>Cloud Migration</category><category>Networking</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Cloud switching just got easier: Removing data transfer fees when moving off Google Cloud</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/networking/eliminating-data-transfer-fees-when-migrating-off-google-cloud/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Amit Zavery</name><title>GM/VP, Head of Platform, Google Cloud</title><department></department><company></company></author></item><item><title>How to properly — and easily — do data disk migrations to Google Cloud</title><link>https://cloud.google.com/blog/products/infrastructure-modernization/how-to-get-your-virtual-machines-into-google-cloud-asap/</link><description>&lt;div class="block-paragraph"&gt;&lt;p data-block-key="gnxx7"&gt;Data disk migration is the process of transferring data from one storage device to another. This can involve moving data between physical devices, virtual machines, or even transitioning from on-premises solutions to cloud-based platforms. The ultimate goal of data disk migration is a seamless transition without compromising data integrity, security, or accessibility. In this blog post, we walk through how to use Migrate to Virtual Machines, which is built into &lt;a href="https://cloud.google.com/migration-center/docs/migration-center-overview"&gt;Google Cloud’s Migration Center&lt;/a&gt;, for a fast, easy way to successfully migrate data disks to Google Cloud.&lt;/p&gt;&lt;h3 data-block-key="f0aef"&gt;&lt;b&gt;Why data disk migration matters&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="fvca2"&gt;&lt;b&gt;1. Upgrade to a newer OS:&lt;/b&gt; An unsupported operating system poses a significant threat due to the lack of official updates, security patches, and technical support. This leaves the system vulnerable to cyber threats, compatibility issues, and regulatory non-compliance, while also hindering innovation and functionality.&lt;/p&gt;&lt;p data-block-key="e1mc3"&gt;Disk migration involves transferring data from the outdated, unsupported operating system to a newer and supported one.&lt;/p&gt;&lt;p data-block-key="bdst5"&gt;&lt;b&gt;2. Modernization:&lt;/b&gt; As technology advances, older storage devices can become bottlenecks, limiting performance and capacity. Data disk migration enables you to take advantage of newer, more efficient hardware.&lt;/p&gt;&lt;p data-block-key="6tpm"&gt;&lt;b&gt;3. Data protection:&lt;/b&gt; Aging storage devices are more susceptible to failures and data loss. Migrating data to newer platforms helps mitigate these risks and ensures its safety.&lt;/p&gt;&lt;p data-block-key="55crh"&gt;&lt;b&gt;4. Performance enhancement:&lt;/b&gt; Newer storage technologies often come with improved read and write speeds, leading to enhanced system performance and reduced access times for applications.&lt;/p&gt;&lt;p data-block-key="3hc76"&gt;&lt;b&gt;5. Scalability:&lt;/b&gt; Data disk migration facilitates the scalability of your storage infrastructure, allowing you to accommodate growing data demands without compromising efficiency.&lt;/p&gt;&lt;h3 data-block-key="bm10b"&gt;&lt;b&gt;Google Cloud Disk Migration&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="9sejn"&gt;Google Cloud ease the burden of disk migrations with the integration of &lt;a href="https://cloud.google.com/migrate/virtual-machines/docs/5.0/how-to/migrating-disks"&gt;Migrate to Virtual Machines&lt;/a&gt; directly within &lt;a href="https://cloud.google.com/migration-center/"&gt;Migration Center&lt;/a&gt;. This robust and effective remedy for disk migration leverages the capabilities of cloud migration technology to seamlessly migrate OS disks or data disks, irrespective of their compatibility with the cloud environment. This is the ultimate solution when you’re facing the challenge of updating your operating system or giving your hardware a boost.&lt;/p&gt;&lt;p data-block-key="1f47o"&gt;Continuing Google Cloud’s penchant for flexibility and openness, Migrate to Virtual Machines connects with/to a growing number of migration sources, including VMware and other cloud service providers. For instance, consider a scenario where you manage an extensive array of virtual machines, some of which run on old-school Linux distributions or ancient Windows versions (such as W2003, W2008, W2012). Here’s where we see the magic of the disk migration feature of &lt;a href="https://cloud.google.com/migrate/virtual-machines/docs/5.0/how-to/migrating-disks"&gt;Migrate to Virtual Machines&lt;/a&gt; comes into play. You can selectively migrate the source workload disks and subsequently attach them to a supported operating system, effectively modernizing your workload infrastructure.&lt;/p&gt;&lt;h3 data-block-key="di3ba"&gt;&lt;b&gt;How it works&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="a4466"&gt;Here are the stages in the disk migration process:&lt;/p&gt;&lt;p data-block-key="5f07c"&gt;First, you need to onboard the VM whose disks you want to migrate.&lt;br/&gt;&lt;/p&gt;&lt;p data-block-key="ftq2k"&gt;In the following example we have a VM which is hosted on a local VMware Datacenter; we select it and onboard it to the GCP Migration service:&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_iZmFftk.max-1000x1000.png"
        
          alt="1"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&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_sUIbyaz.max-1000x1000.png"
        
          alt="2"&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="gnxx7"&gt;Then, we can start to replicate it:&lt;/p&gt;&lt;p data-block-key="bl9b"&gt;Once the VM is onboarded to the Migration service we can immediately start to replicate data from the disks of the source VM to Persistent Disk volumes that are on Google Cloud. The data replication is a continuous process that takes place in the background until the final cutover, or you delete the migration.&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_TrBSN8j.max-1000x1000.png"
        
          alt="3"&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="gnxx7"&gt;You can also leverage Monitoring:&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_goKuC58.max-1000x1000.png"
        
          alt="4"&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="gnxx7"&gt;For additional information, you can click on the VM and access a detailed view of the disk replication status, the estimated time-to-completion, and other related details about the disk migration.&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_NzK3tOc.max-1000x1000.png"
        
          alt="5"&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="gnxx7"&gt;While the replication is on-going, you can already go ahead and &lt;b&gt;set the disk’s target details&lt;/b&gt;: Configure settings for the migrated disk, such as the Hosting project (Region and Zone), the disk type, and more.&lt;br/&gt;&lt;br/&gt;This will allow saving time and ensure that there’s no rush as the cut-over date approaches.&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_w3Vlw3c.max-1000x1000.png"
        
          alt="6"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

  
      &lt;/div&gt;
    &lt;/div&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/7_yB6d1CS.max-1000x1000.png"
        
          alt="7"&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="gnxx7"&gt;The replication cycles can also be adjusted to synchronize with the cumulative data peak of incremental changes.&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/8_0XVdDKw.max-1000x1000.png"
        
          alt="8"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

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




&lt;/div&gt;
&lt;div class="block-paragraph"&gt;&lt;h3 data-block-key="gnxx7"&gt;&lt;b&gt;Summary&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="18d2h"&gt;The Migrate to Virtual Machines disk migration feature brings in a fresh capability that lets you smoothly migrate compute disks from any source VM to Google Cloud disk storage. This functionality taps into the seamless, agentless migration feature of Migrate to Virtual Machines, which means there’s no disruption to the source workload, and it comes with perks like regular replication cycles and a quick cut-over time.&lt;/p&gt;&lt;p data-block-key="97r3i"&gt;This capability expands migration precision to individual disks, leading to innovative uses like easily shifting workloads to a different operating system or transferring entire data stores to a new platform.&lt;/p&gt;&lt;p data-block-key="10n7l"&gt;Ready to dive in? Head over to &lt;a href="https://console.cloud.google.com/migration?gtm_source=marketingweb&amp;amp;gtm_source_id=dcmigration"&gt;Migration Center&lt;/a&gt; to start exploring Google Cloud's centralized, end-to-end hub for migration and modernization, which includes Migrate to Virtual Machines. Not quite there yet? Check out this &lt;a href="https://www.youtube.com/watch?v=Sbv-lzlGeIo" target="_blank"&gt;3-minute video&lt;/a&gt; on Migration Center, or sign up for a &lt;a href="https://inthecloud.withgoogle.com/tco-assessment-19/form.html" target="_blank"&gt;free IT discovery and assessment&lt;/a&gt; with Google Cloud, so you can figure out exactly what your IT landscape looks like and how you can migrate it successfully!&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 31 Oct 2023 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/infrastructure-modernization/how-to-get-your-virtual-machines-into-google-cloud-asap/</guid><category>Cloud Migration</category><category>Compute</category><category>Infrastructure Modernization</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>How to properly — and easily — do data disk migrations to Google Cloud</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/infrastructure-modernization/how-to-get-your-virtual-machines-into-google-cloud-asap/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Alon Pildus</name><title>Technical Lead, Cloud Migration</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Tom Nikl</name><title>Cloud Migration Team, Google Cloud</title><department></department><company></company></author></item><item><title>Reshaping Flipkart’s technological landscape with a mammoth cloud migration</title><link>https://cloud.google.com/blog/products/data-analytics/flipkarts-dx-journey-to-futureproof-its-platform/</link><description>&lt;div class="block-paragraph"&gt;&lt;p data-block-key="3q05m"&gt;More than a third of consumers in India turn to Flipkart for their shopping needs, giving the platform a user base of more than 450 million individuals. With 1.1 million sellers, the platform offers over 150 million different products across 80 different categories and millions of shipments daily.&lt;/p&gt;&lt;p data-block-key="k9jc"&gt;Flipkart was looking to reshape their technological landscape and future-proof their operations, and did so on Google Cloud. The fruits of this relationship are evident, as they successfully launched two of their pivotal platforms, Flipkart Data Analytics Platform (FDP), and Content Catalog Object Store, on the Google Cloud infrastructure among other things that were migrated to Google Cloud.&lt;/p&gt;&lt;p data-block-key="ftonq"&gt;The biggest day of the year for Flipkart is the Big Billion Day (BBD) sale, akin to the global shopping extravaganza Black Friday Cyber Monday. Big Billion Day spans September and October, coinciding with India's vibrant festival season. Over the course of multiple days, Flipkart experiences a transaction volume surge of six to eight times the ordinary business-as-usual (BAU) volume.&lt;/p&gt;&lt;h3 data-block-key="4r5g1"&gt;Migrating large-scale, complex data clusters within a short timeframe&lt;/h3&gt;&lt;p data-block-key="kp15"&gt;Flipkart’s existing data platform was built on top of open-source big data technologies, with extensive customizations tailored to cater to Flipkart's unique business requirements. This intricate environment was spread across self-managed data centers located in Chennai and Hyderabad. Facing tight schedules for migration within approximately eight months, Flipkart was faced with a range of challenges:&lt;/p&gt;&lt;ul&gt;&lt;li data-block-key="bf5en"&gt;&lt;b&gt;Migrating large-scale Hadoop clusters&lt;/b&gt;: Flipkart needed to move substantial Hadoop clusters with significant computational power and memory resources to Google Cloud.&lt;/li&gt;&lt;li data-block-key="f8nug"&gt;&lt;b&gt;Complex data migration:&lt;/b&gt; The migration spanned beyond infrastructure, encompassing the transfer of over 10k facts, journals, and snapshots, along with 15,000 ETL (Extract, Transform, Load) jobs. This intricate operation involved processing a colossal 10PB of data in batch and 2PB of data in near-real-time, every day&lt;/li&gt;&lt;li data-block-key="koqq"&gt;&lt;b&gt;Data ingestion layers:&lt;/b&gt; To facilitate data ingestion at scale, the team needed to transition from on-premises Kafka to Google Cloud’s Pub/Sub. This intricate operation involved ingesting 130+ billion messages per day, 60 TB of compressed data on a daily basis during regular operations, and 500 TB per day during peak event periods. Furthermore, the process encompassed 3,000 topics, spanning both general data and sensitive Personally Identifiable Information (PII).&lt;/li&gt;&lt;li data-block-key="35lmp"&gt;&lt;b&gt;Data processing and analysis:&lt;/b&gt; Flipkart needed to create a robust processing platform capable of handling a staggering 1.25 million messages per second for real-time analysis. This was done using Dataproc. Additionally, the platform also needed to efficiently process around two petabytes of messages in real-time and ten petabytes of messages daily, in batch mode.&lt;/li&gt;&lt;li data-block-key="csfo3"&gt;&lt;b&gt;Migrating self-managed Hive:&lt;/b&gt; The migration extended to critical user-facing components, including the migration of the existing self-managed Hive to Hive on Dataproc. This transition aimed to service the requirements of approximately 20 teams and a user base of nearly 350 technical users. Remarkably, the team only had four months with which to accomplish this.&lt;/li&gt;&lt;li data-block-key="b42bo"&gt;&lt;b&gt;Security assurance:&lt;/b&gt; Ensuring a robust security posture for both GoogleCloud- and self-managed services was of the utmost importance, and demanded meticulous planning and rigorous implementation. Google security experts collaborated closely with the Flipkart team, conducting a thorough evaluation of all migrated components to verify their security status and evaluate potential risks and solutions. This assessment process utilized frameworks such as security posture reviews.&lt;/li&gt;&lt;/ul&gt;&lt;p data-block-key="be1dr"&gt;Navigating these challenges was not undertaken in isolation, as Flipkart collaborated with the Google Cloud team, which shared its expertise throughout the migration. What was initially planned as a pre-BBD lift-and-shift migration, but a subsequent modernization phase post-BBD quickly evolved into a much more intricate and nuanced process. Recognizing the complexity of Flipkart's use cases, a multidisciplinary team comprising more than 85 members from Google Cloud and partner organizations was convened to steer this ambitious migration journey.&lt;/p&gt;&lt;h3 data-block-key="56cbs"&gt;Exceeding SLAs with a solid cloud infrastructure&lt;/h3&gt;&lt;p data-block-key="cmiek"&gt;With Google Cloud, the team built 15 tools, each designed to cater to unique requirements and challenges presented by Flipkart's intricate ecosystem. As the migration encompassed various elements, including data ingestion, batch processing, messaging, and more, these utilities served as vital cogs in the migration machinery.&lt;/p&gt;&lt;p data-block-key="19dvt"&gt;Fine-tuning and performance optimization efforts were relentless, ensuring that the new infrastructure met and exceeded service level agreements (SLAs). Rigorous testing, including several rounds of scale testing, reaching up to five times the BAU volume, solidified the foundation for a smooth execution of the BBD sale event on the Google Cloud infrastructure.&lt;/p&gt;&lt;p data-block-key="bkvpe"&gt;The impact of this migration was transformative. Flipkart completed their data platform migration from on-premises to Google Cloud within just eight months. The migration included the smooth transfer of substantial components, such as Hive clusters with a significant number of vCPU cores and a colossal volume of Google Cloud Storage, processing a massive amount of messages in batch and real time. Not to be overlooked, the migration of the content management store, encompassing 5.4 billion objects, stands as a testament to the scale and complexity of this endeavor.&lt;/p&gt;&lt;h3 data-block-key="cv7pm"&gt;Future-proofing the company through a journey of transformation&lt;/h3&gt;&lt;p data-block-key="23htc"&gt;The real-world impact of the Google Cloud infrastructure coming to life became apparent very quickly. Not only did Flipkart successfully execute the BBD sale event with a 7x increase in transactional data over BAU, but the event's smooth execution fostered a sense of trust and confidence among internal and external stakeholders alike. This migration journey was not only a technological feat but also a testament to collaboration, innovation, and the potential for transformational change within the realm of ecommerce.&lt;/p&gt;&lt;p data-block-key="10k8u"&gt;Looking back, both Flipkart and Google Cloud learned invaluable lessons. The migration served as a real-world stress test, pushing the boundaries of large-scale infrastructure within the JAPAC region. And as industries continue to evolve, Flipkart's migration to Google Cloud stands as a model of successful partnership and technological advancement. It not only highlights the power of collaboration, but also the boundless potential of combining innovative technology and human ingenuity.&lt;/p&gt;&lt;p data-block-key="arn2f"&gt;If you’re ready to migrate, read more about the &lt;a href="https://cloud.google.com/solutions/cloud-migration-program/"&gt;Rapid Migration Program (RaMP)&lt;/a&gt; by Google Cloud, or sign up for a &lt;a href="https://inthecloud.withgoogle.com/tco-assessment-19/form.html" target="_blank"&gt;free IT discovery and assessment&lt;/a&gt;, to figure out what your IT landscape looks like and ensure a successful migration.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 30 Oct 2023 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/data-analytics/flipkarts-dx-journey-to-futureproof-its-platform/</guid><category>Cloud Migration</category><category>Customers</category><category>Retail</category><category>Data Analytics</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Reshaping Flipkart’s technological landscape with a mammoth cloud migration</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/data-analytics/flipkarts-dx-journey-to-futureproof-its-platform/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Savitha Sethuram</name><title>Manager, AI Solutions, Google</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Sudhir Reddy</name><title>Senior Principal Architect, Flipkart</title><department></department><company></company></author></item><item><title>Migrating an app from AWS to Google Cloud: A startup’s point of view</title><link>https://cloud.google.com/blog/products/application-modernization/differences-between-aws-to-google-cloud/</link><description>&lt;div class="block-paragraph"&gt;&lt;p data-block-key="n5304"&gt;&lt;b&gt;&lt;i&gt;Editor’s note&lt;/i&gt;&lt;/b&gt;&lt;i&gt;: In this post AJ Ross, CTO at Fluxon, discusses the key considerations and comparative technologies for startups looking to move from AWS to Google Cloud.&lt;/i&gt;&lt;/p&gt;&lt;hr/&gt;&lt;p data-block-key="2i420"&gt;If you're a startup considering migrating from Amazon Web Services (AWS) to Google Cloud, it’s important to understand the technical differences between them. Luckily, modern cloud platforms are to some extent interchangeable. In our experience at Fluxon, if you’ve already decided to move, you’ll be pleasantly surprised by Google Cloud’s advanced solutions.&lt;/p&gt;&lt;p data-block-key="p4bu"&gt;When migrating, it’s important to understand not just the costs of your application’s workloads, but also how a cloud platform can lower expenditure thanks to technology that is functionally superior or easier to adopt. For this reason, &lt;a href="https://cloud.google.com/gcp?utm_source=google&amp;amp;utm_medium=cpc&amp;amp;utm_campaign=na-US-all-en-dr-bkws-all-all-trial-e-dr-1605212&amp;amp;utm_content=text-ad-none-any-DEV_c-CRE_491349594127-ADGP_Desk+%7C+BKWS+-+EXA+%7C+Txt+_+Google+Cloud+Platform+Core-KWID_43700060017921803-kwd-6458750523&amp;amp;utm_term=KW_google+cloud-ST_google+cloud&amp;amp;gclid=Cj0KCQjw0tKiBhC6ARIsAAOXutlucscKgpHBywXiSe6qeRlTzYdWyotkS9i60L4r6tNVT-kjfzKmVU0aAjPMEALw_wcB&amp;amp;gclsrc=aw.ds&amp;amp;hl=en"&gt;Google Cloud&lt;/a&gt; stands out for a range of proven solutions and APIs that offer attractive features, performance, and reliability all at a competitive price point. In some cases, such as&lt;a href="https://cloud.google.com/kubernetes-engine"&gt; Kubernetes&lt;/a&gt; and&lt;a href="https://cloud.google.com/bigquery/"&gt; BigQuery&lt;/a&gt;, Google Cloud’s offerings are vastly superior to competitors’.&lt;/p&gt;&lt;p data-block-key="2nk0r"&gt;In this article, I will discuss key considerations and comparative technologies for startups looking to move from AWS to Google Cloud. I will also provide a comparison of the two platforms in terms of features, pricing, and scalability. If you’re looking for a “rosetta stone” of translations from one cloud to the other for common full-stack applications, or to see where Google Cloud is vastly superior to the competition, then read on.&lt;/p&gt;&lt;h3 data-block-key="7fmec"&gt;&lt;b&gt;Taking control of Identity Access Management (IAM)&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="f61sj"&gt;It’s no secret that IAM, with its complicated web of users, groups, roles, and permissions, is one of the more difficult aspects of managing a cloud platform. Both AWS and Google Cloud are highly customizable when it comes to IAM granularity, but it’s important to understand their different approaches.&lt;/p&gt;&lt;p data-block-key="d8kik"&gt;A major difference you’ll notice with Google Cloud is that there is first-order support for dedicated &lt;i&gt;service accounts&lt;/i&gt;. These are effectively users under which your (and Google Cloud’s) programmatic APIs operate. While top-level&lt;a href="https://workspace.google.com/business/" target="_blank"&gt; Google Workspace&lt;/a&gt; users are dedicated to human-driven authentication and actions, service accounts are expected to do all of the programmatic work. Google Cloud service accounts provide the benefit of least privilege by creating fine-grained access control. Service accounts are used so extensively in Google Cloud that service accounts are created automatically to run services for you that you tune to isolate roles and servicess, which saves time and effort.&lt;/p&gt;&lt;p data-block-key="f5gt5"&gt;In AWS, nearly every action is governed by a policy and users, which belong to groups and roles, and each action can be checked against a policy. This is different from Google Cloud where, in addition to having generalized roles and policies for each user, resources can also define which users can access them.&lt;/p&gt;&lt;p data-block-key="eteph"&gt;For example, on AWS you might create a new user that can access your production database and S3 buckets. To do this you generate a policy that grants access to specific actions on these resources for the new user. On Google Cloud, you create a user or service account, but you set the permissions for that user on the bucket itself. AWS used to have resource-specific policies for S3 buckets, but they have been deprecated for some time.&lt;/p&gt;&lt;h3 data-block-key="9l6ah"&gt;&lt;b&gt;Where should my application run?&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="1rqi2"&gt;Most of the applications we build at&lt;a href="https://www.fluxon.com/" target="_blank"&gt; Fluxon&lt;/a&gt; are web-based, so determining where and how to deploy our applications is a crucial question. At a basic level, both AWS and Google Cloud offer virtual machines through EC2 and&lt;a href="https://cloud.google.com/compute"&gt; Compute Engine&lt;/a&gt;. Both platforms enable you to create VMs by configuring your CPU, RAM, and attached storage parameters. Both platforms also offer opportunities to reduce costs with reserved and spot instances, and both offer VPCs to isolate services securely.&lt;/p&gt;&lt;p data-block-key="2sg0j"&gt;If you’re looking to move your existing VM-based workload to Google Cloud from AWS, you’ll find that the offerings are very similar, with the notable advantages that Google Cloud provides &lt;a href="https://cloud.google.com/migration-center/docs"&gt;Migration Center&lt;/a&gt; for a seamless end-to-end experience, as well as a more modern and holistic interface that can make managing your resources much easier.&lt;/p&gt;&lt;p data-block-key="69is6"&gt;However, managing servers adds operational overhead for engineering teams. For this reason, most people start with container-based deployments.&lt;a href="https://cloud.google.com/run"&gt; Cloud Run&lt;/a&gt; is a great solution if you’re migrating a container from an AWS Elastic Container Service (ECS) pipeline, such as ECS Fargate. Cloud Run enables you to host and scale any container easily, and with&lt;a href="https://cloud.google.com/build"&gt; Cloud Build&lt;/a&gt;, you can quickly build a pipeline that deploys new versions of your application.&lt;/p&gt;&lt;p data-block-key="9g1j5"&gt;If you have a workload with microservices or multiple services that need to interoperate&lt;i&gt;,&lt;/i&gt;&lt;a href="https://cloud.google.com/kubernetes-engine"&gt; you’ll find that Google Kubernetes Engine&lt;/a&gt; (GKE) is best-in-class. GKE is the only managed Kubernetes service that can offer scaling up to 15,000 nodes and delivers multiple types of automation. Unlike the competition, Google Cloud has made it easy to use both Cloud Run and GKE, letting you move between them as needed, without forcing your teams to choose.&lt;/p&gt;&lt;p data-block-key="9n72o"&gt;If you already have a Kubernetes application on AWS, moving to Google Cloud should be straightforward since there is feature parity in terms of deployment, monitoring, availability, and command-line tools. But with Google Cloud you also have the advantage of&lt;a href="https://cloud.google.com/cloud-console/"&gt; Google Cloud console&lt;/a&gt;, which provides a cleaner UI for Kubernetes management compared to AWS, which is a bit more fragmented.&lt;/p&gt;&lt;h3 data-block-key="8e3g7"&gt;&lt;b&gt;Deciding on a database&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="53io4"&gt;Both AWS and Google Cloud offer nearly identical options for transactional databases. Both provide fully managed PostgreSQL, MySQL, and SQL Server that are attractive to developers. Both support VM configurability, replication options, and availability zone and replication options for redundancy. But with Google Cloud, you can manage access control through the&lt;a href="https://cloud.google.com/iam"&gt; Identity and Access Management&lt;/a&gt; system, so database access can be cleanly integrated with Google Cloud instead of managing users and roles individually on each database.&lt;/p&gt;&lt;p data-block-key="1g40v"&gt;If you’re looking for lightweight or ephemeral storage such as Memcache or Redis, Google Cloud offers a Redis API-compatible service called&lt;a href="https://cloud.google.com/memorystore"&gt; Memorystore&lt;/a&gt; that is perfect for caching or other high-speed key-value set operations you would expect from Redis. However, keep in mind that Memorystore doesn’t offer persistence. While Memorystore’s more-expensive Standard tier utilizes multiple high-availability replicas, your data isn’t flushed to disk anywhere. This &lt;i&gt;should&lt;/i&gt; be fine in theory, but make sure to understand the difference before fully switching to Memorystore.&lt;/p&gt;&lt;p data-block-key="f1955"&gt;One area where Google Cloud excels is with reporting databases. If you have a data lake in AWS, you’ll be pleasantly surprised by BigQuery, which is a cost-effective solution for storing massive amounts of data that can be queried with SQL. BigQuery enables you to stream records to it (similar to Kinesis), store them in its own proprietary format (like Redshift), and you can use it to scan external data sources (like Spectrum or Athena).&lt;/p&gt;&lt;p data-block-key="2m98l"&gt;To migrate data from AWS, check out the Google Cloud&lt;a href="https://cloud.google.com/storage-transfer-service"&gt; Storage Transfer Service&lt;/a&gt; (for cross-cloud synchronization) or their&lt;a href="https://cloud.google.com/transfer-appliance/docs/4.0/overview"&gt; Transfer Appliance&lt;/a&gt;, a high-capacity storage device that enables you to transfer and securely ship your data to a Google Cloud facility, where your data is uploaded to Cloud Storage. If you already have a business intelligence and analytics platform, it most likely supports BigQuery, but if you don’t you can try out&lt;a href="https://cloud.google.com/looker-studio"&gt; Looker Studio&lt;/a&gt; (free) or subscribe to&lt;a href="https://support.google.com/looker-studio/answer/12671821?hl=en" target="_blank"&gt; Looker Studio Pro&lt;/a&gt;.&lt;/p&gt;&lt;p data-block-key="2mhph"&gt;&lt;a href="https://cloud.google.com/storage"&gt;Cloud Storage&lt;/a&gt; is analogous to AWS S3 — both are cost-effective platforms where you can store and serve objects. However, the pricing options vary on both platforms according to storage class, region, redundancy, data transfer amount and direction, and access frequency. In terms of functionality, many of the Cloud Storage features are very familiar, and Cloud Storage &lt;a href="https://cloud.google.com/storage/docs/interoperability"&gt;supports the  S3 protocol&lt;/a&gt;. You can import data from other providers by using the “gsutil” command line utility or with the Storage Transfer Service.&lt;/p&gt;&lt;h3 data-block-key="7amn2"&gt;&lt;b&gt;Over to you&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="45eec"&gt;Depending on the complexity of your applications, migrating from AWS to Google Cloud could be easy and straightforward, or it could involve a lot of complexity and require a lengthy transition. While many of Google Cloud solutions should be directly translatable from AWS, the hard part is always in the details, such as access control, networking, and other platform idiosyncrasies. In the meantime, I hope this guide has been useful and given you a broad overview of how to approach a transition from AWS to Google Cloud. And while many services are similar, Google Cloud stands out for their easier, more modern interfaces and their stronger security controls.&lt;/p&gt;&lt;p data-block-key="6fkdm"&gt;&lt;i&gt;If you want to learn more about how Google Cloud can help your startup, visit our page&lt;/i&gt; &lt;a href="http://cloud.google.com/startup/apply?utm_source=google&amp;amp;utm_medium=blog&amp;amp;utm_campaign=FY21-Q1-global-demandgen-website-cs-startup_program_mc&amp;amp;utm_content=blog_fluxon&amp;amp;utm_term="&gt;&lt;i&gt;here&lt;/i&gt;&lt;/a&gt;&lt;i&gt; to get more information about our program, and&lt;/i&gt; &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSfowlgaSsVDQojZ1JDDhRMfZ5TAFY6do4UPZXqkuToX63K2dQ/viewform" target="_blank"&gt;&lt;i&gt;sign up for our communications&lt;/i&gt;&lt;/a&gt;&lt;i&gt; to get a look at our community activities, digital events, special offers, and more.&lt;/i&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 16 Oct 2023 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/application-modernization/differences-between-aws-to-google-cloud/</guid><category>Cloud Migration</category><category>Customers</category><category>Startups</category><category>Application Modernization</category><media:content height="540" url="https://storage.googleapis.com/gweb-cloudblog-publish/images/fluxongooglebanner.max-600x600.png" width="540"></media:content><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Migrating an app from AWS to Google Cloud: A startup’s point of view</title><description></description><image>https://storage.googleapis.com/gweb-cloudblog-publish/images/fluxongooglebanner.max-600x600.png</image><site_name>Google</site_name><url>https://cloud.google.com/blog/products/application-modernization/differences-between-aws-to-google-cloud/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>AJ Ross</name><title>CTO, Fluxon</title><department></department><company></company></author></item><item><title>Get to ‘migrate now’ with optimized migration waves from CAST Highlight</title><link>https://cloud.google.com/blog/products/application-modernization/cast-highlight-organizes-application-migrations-to-google-cloud/</link><description>&lt;div class="block-paragraph"&gt;&lt;p data-block-key="bqezh"&gt;Cloud migration offers many benefits, including enhanced scalability, cost-efficiency, improved security, flexibility, and speed. However, to realize the full potential of Google Cloud, one needs a pragmatic approach that allows applications to become cloud-friendly during their migration and throughout their lifecycle on Google Cloud.&lt;/p&gt;&lt;p data-block-key="5bepd"&gt;Therefore, it is important to build application and workload migration waves that also take into account the internal characteristics and underlying infrastructure of the workloads that you want to migrate.&lt;/p&gt;&lt;p data-block-key="9keti"&gt;&lt;a href="https://www.castsoftware.com/" target="_blank"&gt;CAST Software’s&lt;/a&gt; &lt;a href="https://www.castsoftware.com/highlight" target="_blank"&gt;CAST Highlight&lt;/a&gt; is a software intelligence product that analyzes source code to provide insights into a portfolio of applications. It automatically categorizes all applications in various modernization strategies like rehost, refactor, rearchitect, retire; recommends a migration roadmap; identifies cloud blockers and sizes remediation efforts. It assesses applications on various parameters such as software health, elegance, agility, cloud readiness, technical debt, green impact and resiliency.&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_8qv3C0u.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"&gt;&lt;p data-block-key="bqezh"&gt;In this blog, we outline how to use CAST Highlight to build optimal application migration waves to Google Cloud, for quick wins, modernization, and effective collaboration between cloud competency centers and application teams.&lt;/p&gt;&lt;h3 data-block-key="5j3lc"&gt;&lt;b&gt;Wave 1- Quick wins: Migrate now with minimal effort and risk&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="ahu2a"&gt;The first wave of the migration to Google Cloud aims to identify and implement quick wins, or low-hanging fruit. These applications, despite being less risky to migrate, can still provide tangible benefits in a relatively short period of time. By focusing on applications with relatively low business impact, high cloud readiness scores, and small refactoring effort, businesses can ensure a smooth transition to Google Cloud in weeks rather than months.&lt;/p&gt;&lt;p data-block-key="a33u8"&gt;The first wave will also serve as a pilot to test various aspects of the migration process, such as procedures, the selected landing zone, and collaboration between teams. This allows practitioners to familiarize themselves with the process, identify potential challenges, and refine the project plan for subsequent waves.&lt;/p&gt;&lt;p data-block-key="7rv0u"&gt;In other words, the first wave is a way to test the waters and get a feel for the migration process before moving on to larger and more complex applications. This will help to ensure that the migration is successful and that businesses can reap the benefits of Google Cloud as quickly as possible.&lt;/p&gt;&lt;h3 data-block-key="dm3te"&gt;&lt;b&gt;Wave 2 – Core cloud: Migrate next while modernizing now&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="aftri"&gt;This phase involves a new set of applications with a high impact on the business and a high readiness score for the cloud. During this phase, detailed insights and lessons learned from wave 1 applications are shared with application teams. This gives developers the opportunity to proactively refactor and remediate applications as they assess their cloud readiness with &lt;a href="https://www.castsoftware.com/highlight" target="_blank"&gt;CAST Highlight&lt;/a&gt;, rather than undertaking a new project or bringing in a new team.&lt;/p&gt;&lt;h3 data-block-key="blr0t"&gt;&lt;b&gt;Wave 3 – Long term: Migrate first, modernize next&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="cjpe7"&gt;In this phase are applications that have a high impact on the company but require a significant amount of money and effort to make them cloud-native. A tactical and immediate move to the cloud for some workloads (e.g., distributed applications like Java, .Net, etc.) is a wise decision, as it allows businesses to quickly reap some of the cloud's benefits, such as data analytics capabilities, savings on recurring infrastructure costs. Preparation for the as-is move can begin as early as wave 1.&lt;/p&gt;&lt;h3 data-block-key="6u36"&gt;&lt;b&gt;Wave 4 – Pursue later: Modernize first, migrate next&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="bhvfa"&gt;The fourth wave of cloud migration involves applications that need to be modernized before they can be migrated. This is particularly true for applications that fall into the "platform-dependent non-x86" category or have specific data replication challenges. Applications such as mainframe systems, IBM Power, and Oracle SPARC servers can benefit from a custom-fit modernization journey based on &lt;a href="https://www.castsoftware.com/imaging" target="_blank"&gt;application insights from CAST&lt;/a&gt;, in order to align with cloud-native architecture and capabilities.&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_4CWO86t.max-1000x1000.png"
        
          alt="image1"&gt;
        
        &lt;/a&gt;
      
    &lt;/figure&gt;

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




&lt;/div&gt;
&lt;div class="block-paragraph"&gt;&lt;h3 data-block-key="bqezh"&gt;&lt;b&gt;Conclusion&lt;/b&gt;&lt;/h3&gt;&lt;p data-block-key="og0o"&gt;After the initial migrations and modernizations are completed, organizations can focus on the practical aspects of continuous modernization throughout the lifecycle of applications hosted in the cloud, including the use of Google Cloud tools and services for ongoing monitoring and optimization.&lt;/p&gt;&lt;p data-block-key="88opq"&gt;&lt;i&gt;Looking to get started? With Google Cloud's holistic cloud migration and modernization program,&lt;/i&gt; &lt;a href="https://cloud.google.com/solutions/cloud-migration-program"&gt;&lt;i&gt;Google Cloud RaMP (Rapid Migration Program)&lt;/i&gt;&lt;/a&gt;&lt;i&gt;, you can easily gain insight into your current landscape and estimate the total cost of migration with complimentary assessments from Google Cloud.&lt;/i&gt; &lt;a href="https://solutions.cloud.google.com/app/assessment/gsp/rampcca"&gt;&lt;i&gt;Get a quick assessment on where you are in your cloud journey&lt;/i&gt;&lt;/a&gt;&lt;i&gt; or&lt;/i&gt; &lt;a href="https://inthecloud.withgoogle.com/tco-assessment-19/form.html?utm_source=marketingweb&amp;amp;utm_campaign=FY21-Q2-global-CP174-website-cs-gcp_gtm_tco_assessment_rtc_mc&amp;amp;utm_term=free-disc-assess-dc-mig" target="_blank"&gt;&lt;i&gt;sign up for a free, more comprehensive assessment of your IT landscape&lt;/i&gt;&lt;/a&gt;&lt;i&gt;.&lt;/i&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 02 Oct 2023 16:00:00 +0000</pubDate><guid>https://cloud.google.com/blog/products/application-modernization/cast-highlight-organizes-application-migrations-to-google-cloud/</guid><category>Cloud Migration</category><category>Partners</category><category>Application Modernization</category><og xmlns:og="http://ogp.me/ns#"><type>article</type><title>Get to ‘migrate now’ with optimized migration waves from CAST Highlight</title><description></description><site_name>Google</site_name><url>https://cloud.google.com/blog/products/application-modernization/cast-highlight-organizes-application-migrations-to-google-cloud/</url></og><author xmlns:author="http://www.w3.org/2005/Atom"><name>Aman Gupta</name><title>Enterprise Solutions Specialist, Google Cloud</title><department></department><company></company></author><author xmlns:author="http://www.w3.org/2005/Atom"><name>Nicolas Bidaux</name><title>Solution Design WW Partners</title><department></department><company>CAST</company></author></item></channel></rss>