Exploring Block Storage in GCP - Local SSDs V2 | Scribe

    Exploring Block Storage in GCP - Local SSDs V2

    • Hafeez Baig |
    • 14 steps |
    • 32 seconds
    1
    Sign in into the **Google Cloud Platform**
    2
    Type "**VM instances**" in the search bar and click on the **VM instances** option
    information ordinal icon
    **What are VM instances?**\ \ VM instances (Virtual Machine instances) are virtualized computing environments that run on physical hardware in a cloud provider's data center. They act like independent servers, allowing you to run operating systems and applications. You can configure, start, stop, and manage VM instances to suit your computing needs.
    3
    **VM instances** wizard will open, click on the **CREATE INSTANCES** button
    4
    **Create an instance** wizard will open, scroll to the **Machine configuration** section and select the Series **N2**
    information ordinal icon
    **What is Machine configuration N2 Series?** \ \ Machine configuration N2 Series refers to a family of virtual machine instances offered by Google Cloud, designed for general-purpose workloads. The N2 series provides a balance of compute, memory, and networking resources, making it suitable for a wide range of applications, including web applications, databases, and development environments.
    5
    Scroll to the **Advanced options** section and click on the dropdown button
    6
    Scroll to the **Disks** section and click on the dropdown button
    information ordinal icon
    **What are Disks?**\ \ Disks, in the context of cloud computing and virtual machines, are virtual storage devices used to store data. They can be attached to VM instances to provide persistent storage for operating systems, applications, and data. These disks can be of different types, such as standard persistent disks, SSD persistent disks, or local SSDs, each offering varying levels of performance and cost.
    7
    Click on the **ADD LOCAL SSD** button
    information ordinal icon
    **What is ADD LOACAL SSD option?**\ \ The **ADD LOCAL SSD** option in Disks while creating a VM instance allows you to attach a local SSD (Solid State Drive) to the VM. Local SSDs provide high-performance, low-latency storage directly attached to the physical server hosting the VM, making them ideal for workloads that require fast, temporary storage, such as caching and high-performance computing. However, data on local SSDs is ephemeral, meaning it does not persist after the VM is stopped or deleted.
    8
    On the right side **Configure local SSD** wizard will open, on the **Hours before timeout** section type "**1**"
    information ordinal icon
    **What is the Hours before timeout option?**\ \ The **Hours before timeout** option specifies the maximum number of hours a task or operation is allowed to run before it is automatically terminated by the system. This setting helps prevent long-running tasks from consuming resources indefinitely and ensures timely completion or termination of processes.
    9
    Scroll to the **Interface** section and select the option **SCSI**
    information ordinal icon
    **What is the SCSI option in Interface?**\ \ The SCSI (Small Computer System Interface) option in the interface settings specifies that the virtual disk will use the SCSI protocol for communication. SCSI is a set of standards for connecting and transferring data between computers and peripheral devices, known for its performance and versatility in handling multiple devices on a single bus.
    10
    Scroll to the **Disk capacity** dropdown section, here you can select the capacity as per your need **Note:** This is for the SCSI Interface option
    information ordinal icon
    **What is Disk Capacity?**\ \ Disk Capacity refers to the total amount of data that a storage disk can hold, typically measured in gigabytes (GB) or terabytes (TB). It determines the maximum volume of data, applications, and files that can be stored on the disk.
    11
    Select the option **NVMe**
    information ordinal icon
    **What is the NVMe option in Interface?**\ \ The **NVMe (Non-Volatile Memory Express)** option in the interface settings specifies that the disk will use the NVMe protocol for communication. NVMe is designed for high-speed, low-latency storage access and is used with SSDs to provide faster data transfer rates and improved performance compared to traditional storage protocols.
    12
    Scroll to the **Disk capacity** dropdown section, here you can select the capacity as per your need **Note:** This is for the NVMe Interface option