Playing with Machine Images | Scribe

    Playing with Machine Images

    • Hafeez Baig |
    • 10 steps |
    • 20 seconds
    information ordinal icon
    Refer to this guide to learn how to create a Virtual Machine in GCP\ <https://scribehow.com/shared/Creating_your_first_Virtual_Machine_in_GCP__dF2VjMksT5en6PowYws7lQ>
    1
    Sign in into the **Google Cloud Platform**
    2
    Type "**VM intances"** in the search bar and click on the **VM intances** option
    information ordinal icon
    **What are VM intances?**\ \ VM instances (Virtual Machine instances) are virtualized computing environments that run on physical hardware. They simulate a complete computer system, allowing multiple VMs to run on a single physical server. Each VM instance operates independently with its own operating system, applications, and resources.
    3
    **VM instances** wizard will open **Note:** Make sure the VM Instance status is up and running.
    4
    To create a new machine image, on the right side click on the three dots widget and select the option **Create new machine image**
    5
    **Create a machine image** wizard will open, give the Name as - "**my-first-machine-image**"
    6
    Scroll to the **Location** section and select the option **Multi-regional**
    information ordinal icon
    **What is Multi-regional location?** \ \ A multi-regional location refers to a geographic setup in cloud computing where data and services are distributed across multiple regions, typically within a specific continent or globally. This setup enhances data redundancy, availability, and resilience by ensuring that the data is stored and accessible from several locations, reducing the risk of downtime or data loss due to regional failures.
    7
    Scroll to the **Encryption** section and select the option **Google-managed encryption key**
    information ordinal icon
    **What is Google-managed encryption key?**\ \ A Google-managed encryption key is an encryption key that Google Cloud automatically creates, manages, and uses to protect your data. It simplifies security management by handling key rotation, storage, and access control on your behalf, ensuring that your data is securely encrypted at rest without requiring you to manage the encryption keys directly.
    8
    Scroll the page and click on the **CREATE** button
    information ordinal icon
    Congratulations you have successfully created Machine Image
    9
    On the **Machine images** wizard select the Name **my-first-machine-image**
    10
    To create an **instance** using the machine image, on the right side click on the three dots widget and click on the **Create instance** option **Note:** Creation of the new VM Instance using the Machine Image will take some time and it will be reflected on the VM Instances dashboard once its done.
    information ordinal icon
    Congratulations! on completing this lab and Playing with Machine Images