Lab Name: Cloud Cost Management - GCP
Platform: INE
Lab No: 06
Exam: ICCA (INE Certified Cloud Associate)
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/.
- On the
COMPUTE ENGINE
tab and underInstances
, set number of instances to 1. We will use the free operating system Linux and select machine type ase2-standard-4
having 4 virtual CPUs and 16 GB RAM.
- Select
SSD persistent disk
for boot disk type and set100 GiB
for boot disk size.
- 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.
- Next search for and go to
CLOUD SQL
. On theCLOUD SQL FOR MYSQL
tab, set number of instances to 1 and select SQL instance type asdb-lightweight-2
having 2 virtual CPUs and 3.75 GB RAM. Also selectEnable High Availability Configuration
checkbox.
- Set
100 GiB
SSD for storage and directly click onDD TO ESTIMATE
. You can check the # on the right hand side.
- Next search for and go to
CLOUD STORAGE
. UnderCloud Storage
selectStandard Storage
as the storage class and type1 TiB
for storage amount. Set Class A operations and Class B operations to 2 million per month.
- Under
Network Egress
, with theRegion
set to default, set inter-region, multi-region, and intra-region egress to10 GiB
. After that click onADD TO ESTIMATE
. You can view the # on the right hand side.
- You can check your total monthly estimate on the right hand side.
In this lab you used the cost calculator provided by Google cloud to estimate the cost to implement a workload in GCP.