Google Cloudの理解を深めるためにリリースノートを読んでみる。 主に自分が気になるプロダクトのリリース内容について抜粋。
Google Cloud release notes | Documentation
Compute Engine
[FEATURE] Generally available: Hyperdisk Balanced High Availability provides cross-zonal, synchronous replication for your disk data, offering the best set of options for RPO, RTO, and performance.
Compute Engineで利用できるストレージとして、要求の高い用途向けにHyperdiskがあり、Hyperdiskシリーズの中にもHyperdisk Balancedなどの複数のオプションが提供されている。
今回のリリースのより、Hyperdisk Balanced High AvailabilityというオプションがGAリリースとなった。 Hyperdisk Balanced High Availabilityは、2つのゾーン間でデータをレプリケートしているので、マルチゾーンの可用性を担保できるというメリットがある。
Kubernetes Engine
[FEATURE] In GKE version 1.31.1-gke.2105000 or later, you can now configure custom compute classes to consume Compute Engine reservations.
GKEには要件に応じて複数のコンピューティングリソースからスケールアウトを選択できるカスタムコンピューティングクラスという機能がある。
今回のリリースによってカスタムコンピューティングクラスにCompute reservationが利用できるようになった。 これにより新しいノードを構築するときに予約を利用するので、確実にインスタンスを構築できるようになる。
Cloud SQL
[FEATURE] Cloud SQL Enterprise Plus edition now supports the following regions:
Cloud SQL Enterprise Plusが追加で3つのリージョンでサポートされるようになった。
東京リージョン(asia-northeast1)は従来よりサポートされていたので変更なし。
現時点でサポートされていないのは northamerica-south1 (Mexico) のみの様子。
[FEATGURE] You can now use the Network Connectivity Center hub to propagate Private Service Connect endpoints of Cloud SQL instances in a VPC network.
Spanner
[ANNOUNCEMENT] Spanner Graph is Generally Available (GA).
Spannerにてグラフデータベース機能を利用する Spanner GraphがGAとして提供されるようになった。
[FEATURE] A predefined Identity and Access Management (IAM) role is available to enable Spanner permission to query a Spanner database using Data Boost.
Spannerには既存のワークロードと独立したンピューティングリソースを構築して、分析用のクエリを発行できる Data Boostという機能がある。
このData Boostを利用するためのIAMロールとして、roles/spanner.databaseReaderWithDataBoost が提供されるようになった。
Firestore
[FEATURE] You can now Manage Firestore resources using Organization Policy Service custom constraints.
Resource Managerに記載の内容と同様。
[FEATURE] You can monitor performance using client-side traces in Java and Node.js. This feature is in Preview.
FirestoreのJavaおよびJavaScript向けSDKにおいてclient-side tracingがプレビュー版としてサポートされるようになった。
Certificate Manager
[ANNOUNCEMENT] Certificate Manager has passed HIPAA compliance validation and is listed as a covered product in HIPPA compliance on Google Cloud.
Certificate ManagerがHIPAAコンプライアンスでサポートされるようになった。
Speach
[CHANGED] Journey Voices now supports the Journey-O speaker for de-de, en-au, en-in, en-gb, es-es, es-us, fr-ca, fr-fr, and it-it.
Text-to-Speechが生成する音声にはさまざまなタイプがサポートされており、その中でもJourneyは会話アプリケーション向けに低レイテンシでリアルタイムなコミュニケーションを実現するために提供さている。
今回のリリースにおいて、Journey-Oが en-US以外の様々な言語をサポートするようになった。
Vertex AI
[FEATURE] Preview: You can consume reservations of VMs that have GPUs attached with your custom training jobs or prediction jobs
Vertex AIにおいてGPU付きVMを用いて、トレーニングや予測を行うとき、Compute Engineの予約を利用できるようになった。 Compute Engineリソースを予約していない場合、需要によってはインスタンスを利用できない場合がある。Vertex AIにおいてリソースの予約を行うことで確実にGPU付きインスタンスが起動できるようになる。 この機能はプレビューとして提供される。
Resource Manager
[FEATURE] You can now manage Firestore resources using Organization Policy Service custom constraints.
Resource Managerの機能にOrg内で共通の制約を実現するOrganization Policy Serviceがある。 Organization Policyには、Googleが事前に定義したポリシーであるpredefined constraintsを利用する方法とユーザが定義するcustom constraintsがある。
今回のアップデートによりFirestoreがカスタムポリシーに対応した。これによりFirestoreに対してcustom constraintsを作成できるようになる。 ドキュメントに記載されている例としては、database名の命名規則を定める、特定のリージョンにのみ作成を許可する、などがある。
Manage Firestore resources using custom constraints | Google Cloud