Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raqssoriano/hha504_assignment_vms

Azure and GCP Virtual Machine Creation and Cost Monitoring
https://github.com/raqssoriano/hha504_assignment_vms

Last synced: about 6 hours ago
JSON representation

Azure and GCP Virtual Machine Creation and Cost Monitoring

Awesome Lists containing this project

README

        

# Azure and GCP Virtual Machine Creation and Deletion and Cost Monitoring

## ▶︎ _**Virtual Machine**_
- ## *Creating VM in AZURE*
Azure 1

### ➤ As shown in the next two photos, I couldn't choose the Standard_B1ms - 1 vcpu, 2 GiB memory. It says "Request quota" on the side. The same issue happened with Standard_D2s_v3 -2 vcpus, 8 GiB memory. I just picked this one: Standard_DC1s_v2 - 1 vcpu, 4 GiB memory ($70.08/month), which is the lowest among the options I see.

Azure 2

Azure 3

Azure 4

Azure 5

GCP 6

### ➤ As shown in this photo, I encountered an error message and the creation of my VM was unsuccessful after clicking the Review + Create button. I clicked the arrow next to 'Click here to view details.'
Azure 7

### ➤ Then, the error message appeared, as shown in this photo.
Azure 8

- ## *Creating VM in GCP*
### ➤ I navigated to Compute Engine ⇾ VM Instances, clicked 'Create Instance', created a new VM named 'gcp-vm-assignment', and picked the lowest memory under the Machine type. I waited for a minute or two before I saw a green check mark under status on the instances dashboard.

GCP 1

GCP 2

GCP 3

GCP 4

GCP 5

### ➤ After creating the VM, I clicked on it and explored the Details section for a few minutes. See photos below.
GCP 6

GCP 7

GCP 8

## ▶︎ _**Cost Monitoring**_
- ## *AZURE*
### ➤ As mentioned earlier, the creation of my VM was unsuccessful, making it impossible for me to check the associated cost.

- ## *GCP*
### ➤ I went to the Billing section and clicked on Reports. I don't see any amount associated with my new VM. I made sure that I haven't stopped or deleted it yet.

GCP 9

### ➤ As I was exploring it, I found two ways to stop and delete the VM. See the photos below. First, on the dashboard under 'gcp-vm-assignment' (all the way to the right side), there are three vertically aligned dots. Second, after clicking the name of my VM, at the top almost to the right side, there are the same three vertically aligned dots. There are options to stop, delete, and several more.

#### _Note:_ I stopped the VM before deleting it.
GCP 10

GCP 11

GCP 12

GCP 13

GCP 14

GCP 15


### ➤ I made sure I fully deleted the new VM I created by clicking the 'Refresh' button under the VM instances window, and I also used the refresh button on my Chrome browser.
GCP 16

# ▶︎ _**My Key Takeaways from this Assignment**_

### 📌 It's quite difficult to fully compare both Azure and GCP at this point because I haven't had the chance to successfully create a VM on Azure. I can only comment with GCP.

### 📌 With GCP, I find it easy to navigate and utilize its features when it comes to creating a VM and exploring the costs. Although it didn't allow me to see the exact costs associated with my new VM, I found it very straightforward.

### 📌 I hope I will still be able to successfully create a VM in the Azure environment. Personally, this time I like both, but for this assignment, I found GCP easier to navigate.