Le Quang Long

Create project on Google Compute Engine

08 Aug 2017 Le Quang Long.

Contents

Create project on Google Cloud Platform (GCP)

If you don’t have a Google Account or your Google Account can not use Google Cloud Platform (GCP), please read this guide.
If you already have had an account, you access to this link, login with your account.

On the top-left, there is a down-arrow , click on that as below image :
alt text

An popup will display, show all projects on your account in the list.
alt text

Click on + button to begin to create new project.
alt text

Fill the naem of your project you want, then click on Create button. You have to wait for awhile to Google create the project.

When the Google have finished, You will be redirect to other page. At this page, you will see all information about the project that you created.
alt text

Create Google Compute Engine (GCE) instance runs Centos 7

Now, I will create a GCE instance. It has requirements as below:

  • It runs Centos 7
  • It has 3.75GB in memory.
  • It has 10GB HDD.
  • It allows http,https access.

  • alt text

Let’s see on the top-left, click on the menu icon, then scroll down you will see a label has name is Compute Engine. Click on it and begin to create new GCE instance.
alt text
alt text

At this step, you have to fill your instance name, choose zone for your GCE instance, select your boot image disk, config your size of disk. These are my configuration for my GCE instance. Name : cakephp-instance-gce Zone: Because my application serves in Tokyo, Japan. I choose asia-notheast1-a. (You can choose other zone based on your system) Machine type : 1vCPU, 3.65 GB in memory. Boot disk : I choose Centos 7
alt text

You have to wait for awhile to Google create the instance, when it is done. You will see a screen like this :
alt text

Congrats!

Now, you have a GCE instance. You can use it in to your application. Next time, I will try to use it to install LAMP to run Cakephp application.

You can see all the above steps in the video as below :

If you like my post, please leave with a comment:).