Advertisement
ctrlvfailed

gcp2

Jun 19th, 2020
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. Task 6: Review the Google Cloud interface
  2.  
  3. Cloud Shell is an excellent interactive environment for exploring Google Cloud using Google Cloud SDK commands like gcloud and gsutil.
  4.  
  5. You can install the Google Cloud SDK on a computer or on a VM instance in Google Cloud. The gcloud and gsutil commands can be automated using a scripting language like bash (Linux) or Powershell (Windows). You can also explore using the command-line tools in Cloud Shell, and then use the parameters as a guide for re-implementing in the SDK using one of the supported languages.
  6.  
  7. The Google Cloud interface consists of two parts: the Cloud Console and Cloud Shell.
  8.  
  9. The Console:
  10.  
  11. Provides a fast way to get things done
  12. Presents options to you, instead of requiring you to know them
  13. Performs behind-the-scenes validation before submitting the commands
  14.  
  15. Cloud Shell provides:
  16.  
  17. Detailed control
  18. Complete range of options and features
  19. A path to automation through scripting
  20.  
  21. End your lab
  22.  
  23. When you have completed your lab, click End Lab. Qwiklabs removes the resources you’ve used and cleans the account for you.
  24.  
  25. You will be given an opportunity to rate the lab experience. Select the applicable number of stars, type a comment, and then click Submit.
  26.  
  27. The number of stars indicates the following:
  28.  
  29. 1 star = Very dissatisfied
  30. 2 stars = Dissatisfied
  31. 3 stars = Neutral
  32. 4 stars = Satisfied
  33. 5 stars = Very satisfied
  34.  
  35. You can close the dialog box if you don't want to provide feedback.
  36.  
  37. For feedback, suggestions, or corrections, please use the Support tab.
  38.  
  39. Copyright 2019 Google LLC All rights reserved. Google and the Google logo are trademarks of Google LLC. All other company and product names may be trademarks of the respective companies with which they are associated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement