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.comResource Pattern
projects/{project}/locations/{location}/instances/{instance}References
Chat
Powered by AITalk 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 Documentation
terraform
1resource "google_parallelstore_instance" "main" {2 instance_id = "ps-${var.workload}-${var.environment}"3 location = var.zone4 capacity_gib = 120005 network = google_compute_network.main.id6}
Utilities
Utilities to support app deployment or configuration.