Google Cloud Platform: Getting Started

This blog post begins a new series on Google Cloud. In this series, we will start by setting up your Google Cloud account, creating a budget and configuring billing alerts, exploring the console and cloud shell and creating a new user. To help get you started, Google provides a $300 credit and up to 90 days to use it. This provides an opportunity to learn and explore their cloud services at no cost to you. Google also offers a free tier of services in addition to the $300 credit. You can learn more about those services here. Let’s get started by creating your Google Cloud account!

Prerequisites

  • Computer with web browser installed
  • Internet connection
  • Valid credit card for verification

Create your Account

  1. Open a browser on your computer and browse to https://console.cloud.google.com/.
  2. Click the Create Account link on the Google Sign in page.
    Google Cloud Sign In Page

  3. For the purposes of this blog post, select For myself from the dropdown.
    Google Cloud Create Account Dropdown

  4. Click Create a new Gmail address instead.
    Note: Since this will be our administrative and billing account, we will want to ensure this account is unique and not the same account we will use for our normal activities in Google Cloud.
    Click link to create new Gmail Address

  5. Enter your First name, Last name and a unique Username and Password.
    Confirm your password and click the Next button.
    Fill out first name, last name, username and password. Click the next button

  6. Enter your Phone number, Recovery email address (both optional), Birthday (Month, Day, Year) and select Gender.
    Click the Next button.
    Fill out Phone number, recovery email address, birthday, gender and click the Next button

  7. If you entered your phone number in step 6, you will be required to verify your phone number.
    Click the Send button.
    Verify your phone number. Click the Send button

  8. Enter the six digit code code texted to your mobile device.
    Click the Verify button.
    Enter the six digit code code texted to your mobile device and click the Verify button

  9. Click Skip or Yes, I’m in based on sharing preferences.
    Click Skip or Yes, I'm in based on sharing preferences

  10. Review the Privacy and Terms.
    Click the I agree button at the bottom of the page.

  11. Click the checkbox under Terms of Service.
    Click the CONTINUE button.
    Click the checkbox under Terms of Service and click the CONTINUE button

  12. Verify your contact information is correct.
    Click the CONTINUE button.
    Verify your contact information is correct and click the CONTINUE button

  13. Click the Pencil icon and select Individual account type, enter your Credit card information and Billing address.
    Click the START MY FREE TRIAL button.
    Click the Pencil icon and select Individual account type, enter your Credit card information and Billing address.

  14. Congratulations!! You’ve created your Google Cloud account!
    Congratulations!! You've created your Google Cloud account!
    Note: Once your trial account expires, you will need to manually upgrade to a paying account before you will get charged.

Setting up your Account Budget and Configuring Billing Alerts

Now that you’ve setup your Google Cloud account, it’s important to setup a budget and create a billing alert. Setting a budget allows you to track your monthly spend against the budget. Budgets can be applied to either a billing account or a project and can be set to either a specific amount or to match a previous month’s spend. Alerts will notify you when your spend exceeds a certain percentage of your budget.

  1. If you’re not already logged into the Google Cloud console with your administrator account, you should do so now. You can log in at https://console.cloud.google.com/.

  2. Select Billing from the left-hand navigation menu.
    Select Billing from the left-hand navigation menu

  3. Select Budgets and Alerts from the billing menu.
    Select Budgets and Alerts from the billing menu

  4. Click CREATE BUDGET.
    Click Create Budget

  5. In the Scope section, enter the Name of your budget, All projects should be selected in the Projects dropdown and All Services should be selected in the Services dropdown.
    Click the Next button.
    In the Scope section, enter the Name of your budget, All projects should be selected in the Projects dropdown and All Services should be selected in the Services dropdown. Click the Next button.

  6. Now that you’ve created your budget, let’s set the budget amount and enable the budget alerts.
    Click the linked budget you created in step 5.
    Now that you've created your budget, let's set the budget amount and enable the budget alerts. Click the linked budget you created in step 5.

  7. In the Amount section, select Specified amount from the Budget type dropdown and enter the dollar amount you want to set as your Target amount.
    In the Amount section, select Specified amount from the Budget type dropdown and enter the dollar amount you want to set as your Target amount.

  8. In the Actions section review the alert threshold amounts. These threshold amounts will determine when you will receive an email notification.
    In the Actions section review the alert threshold amounts. These threshold amounts will determine when you will receive an email notification.

  9. In the Manage notifications section, make sure Email alerts to billing admins and users is checked to ensure you receive the billing alert notification emails.
    Click Save.
    In the Manage notifications section, make sure Email alerts to billing admins and users is checked to ensure you receive the billing alert notification emails

  10. Your budget and billing alerts are now created and you’re ready to explore the dashboard!

Dashboard Overview

The Dashboard provides the foundation of the Google Cloud web experience and is the primary landing zone when you login to the console.

  1. If you’re not already logged into the Google Cloud console. You can login at https://console.cloud.google.com/

  2. The dashboard provides several customizable widgets that provide you with data related to both the selected project and Google Cloud. Additionally, Links to Google Cloud documentation are also available on the dashboard.
    The dashboard provides several customizable widgets that provide you with data related to both the selected project and Google Cloud. Links to Google documentation are also available on the dashboard

  3. To customize your dashboard, click the Customize button in the top right corner of the screen.
    Click the Customize button in the top right corner of the screen

  4. You can remove items from the dashboard by clicking the Toggle icon.
    This allows you to remove items from the dashboard by clicking the Toggle icon

  5. To further customize your Google Cloud dashboard, you can move the dashboard tiles by clicking the top of the dashboard tile you want to move and dragging it to your desired location
    Click and drag tile

  6. Clicking the Activity tab will provide you a log of all activities within the selected project
    Clicking the Activity tab will provide you a log of all activities within the selected project

  7. You can expand the detail of each item in the activity log by clicking on the item
    You can drill into each item in the activity log for more information by clicking on the item

  8. If you want to know the status of your free trial, you can find this information by clicking the Free trial status icon
    If you want to know the status of your free trial, you can find this information by clicking the Free trial status icon

    If you want to know the status of your free trial, you can find this information by clicking the Free trial status icon


    Be sure you click the Dismiss button when you are done. Clicking the Activate button will upgrade your free trial account to a paying account.

Google Cloud Shell Overview

Google Cloud Shell provides you with command-line access to computing resources hosted on Google Cloud. You can also use the Cloud Shell Editor to develop, build, debug, and deploy your cloud-based apps. Let’s explore:

  1. If you’re not already logged into the Google Cloud console. You can login at https://console.cloud.google.com/

  2. Click the Cloud Shell icon in the top right corner of the screen
    Click the Cloud Shell icon in the top right corner of the screen

  3. The Cloud Shell is a Debian-based virtual machine with a 5GB home directory directory that persists across all your sessions.
    The Cloud Shell is a Debian-based virtual machine with a persistent 5GB directory

  4. To access additional features, such as uploading/downloading files, etc. click the vertical ellipses
    To access additional features, such as uploading/downloading files, click the vertical ellipses

  5. Returning to the command prompt, type ls (This command displays a list of the contents of current directory)

  6. Within the current directory will be a README-cloudshell.txt file. To view the file contents type cat README-cloudshell.txt (The cat command is an extremely versatile Linux command, It allows users to create, view, and concatenate files) 

  7. This file contains information about the Google Cloud Shell. A couple items of note:
    The VM your shell is running in is ephemeral, so it will be reset after your session ends and any unsaved data will be lost
    To access this file anytime, type help at the command prompt

  8. In future blog posts, we’ll be spending more time in the Cloud Shell, but if you’re interested in learning more, check out the Google Documentation.

Create your First User

Now that you have the budget and billing alerts configured and explored the dashboard and cloud shell, let’s setup a new user so you don’t continue accessing Google Cloud with your administrative user.

  1. Create a new, or use an existing Gmail account. You can find instructions on how to complete this in the Google documentation.

  2. If you’re not already logged into the Google Cloud console with your administrator account, you should do so now. You can log at https://console.cloud.google.com/.

  3. Select Billing from the left hand navigation menu
    Select Billing from the left-hand navigation menu

  4. Select your billing account from the list
    Select billing account from list

  5. Click the Manage link
    Click manage link

  6. Click the Add Member button in the My Billing Account section
    Click the Add Member button in the My Billing Account section

  7. On the add members to your billing account screen, fill out/select the following fields:
    In the New members text box enter your new Gmail address from step 1
    In the Role dropdown, select Billing Account Administrator (this is still a highly permissive role, but it does prevent the logged in user from accidentally upgrading their account to a paying account).
    Click the Save button
    On the add members to your billing account screen, fill out/select the following fields: In the New members text box enter your new Gmail address from step 1 In the Role dropdown, select Billing Account Administrator

  8. Your new user has now added to your Google Cloud account and you can begin using it to login to your Google Cloud account.

Summary

In this blog post you created your Google Cloud account, set your budget and billing alerts, navigated the dashboard and cloud shell and created a new user. In future posts we’ll continue to look at the features and service in Google Cloud and some examples and guides on how to use them.

Thank you for reading!

Comments are closed.

Blog at WordPress.com.

Up ↑