ps

Parallelstore

StorageGCP
General

General information about the service.

Description

Parallelstore is a fully managed, high-performance parallel file system for HPC, AI/ML, and data analytics workloads. It delivers low-latency, high-throughput access to large datasets.

Service ID

parallelstore.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/instances/{instance}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

ps-{workload}-{env}

Length

4-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

zonal

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_parallelstore_instance" "main" {
2 instance_id = "ps-${var.workload}-${var.environment}"
3 location = var.zone
4 capacity_gib = 12000
5 network = google_compute_network.main.id
6}
Utilities

Utilities to support app deployment or configuration.