Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 2.6 KB

ine.icca.lab.06.md

File metadata and controls

48 lines (27 loc) · 2.6 KB
Lab Name: Cloud Cost Management - GCP
Platform: INE
Lab No: 06
Exam: ICCA (INE Certified Cloud Associate)

Estimate workload cost

For this task, you will estimate the cost to provision and operate specific resources in GCP. You can find the cost calculator at: https://cloud.google.com/products/calculator/.

  1. On the COMPUTE ENGINE tab and under Instances, set number of instances to 1. We will use the free operating system Linux and select machine type as e2-standard-4 having 4 virtual CPUs and 16 GB RAM.

image

  1. Select SSD persistent disk for boot disk type and set 100 GiB for boot disk size.

image

  1. You can set the number of instances using ephemeral public IP to 1. After that click on ADD TO ESTIMATE. You can view the # on the right hand side.

image

  1. Next search for and go to CLOUD SQL. On the CLOUD SQL FOR MYSQL tab, set number of instances to 1 and select SQL instance type as db-lightweight-2 having 2 virtual CPUs and 3.75 GB RAM. Also select Enable High Availability Configuration checkbox.

image

  1. Set 100 GiB SSD for storage and directly click on DD TO ESTIMATE. You can check the # on the right hand side.

image

  1. Next search for and go to CLOUD STORAGE. Under Cloud Storage select Standard Storage as the storage class and type 1 TiB for storage amount. Set Class A operations and Class B operations to 2 million per month.

image

  1. Under Network Egress, with the Region set to default, set inter-region, multi-region, and intra-region egress to 10 GiB. After that click on ADD TO ESTIMATE. You can view the # on the right hand side.

image

  1. You can check your total monthly estimate on the right hand side.

image

Conclusion

In this lab you used the cost calculator provided by Google cloud to estimate the cost to implement a workload in GCP.