GCP notes

Setup

  1. Creating an account
  2. Creating a new project
    No org, org(G Suite, Cloud Identity)
    Project-id is unique
  3. Deleting project
    Project settings: Shutdown
    IAM & Admin / Manage resources: Delete
  4. Creating users
    IAM: Add user@companyGSuite_gserviceaccount_googlegroups_gmail.com
    IAM: Add user@nonGoogle_AD_LDAP / Google Cloud Directory Sync
  5. Assigning roles
    Primitive(Owner,Editor,Viewer)
    Predefined (~500 roles)
    Custom
  6. Enabling APIs
    API & Services: … Enable Try This API
  7. Cloud Shell
    GCloud: Google Cloud SDK installed
  8. Operations
    Monitoring(Metrics, Alerting, Uptime…), Debugger, Logging, Profiler, Trace,…

Billing

  1. Billing accounts – cloud (needed Payments profile – google)
  2. Budget

Storage

Structured data:
+ For analytics
++ Low latency: Cloud BigTable
++ No: BigQuery
+ Not for analytics:
++ Relational data:
+++ Horizontal scaling: Cloud Spanner
+++ No: Cloud SQL
++ Not relational:
+++ Mobile SDK: Firebase
+++ No: Datastore
Not structured data:
+ Mobile SDK: Firebase
+ No: Cloud Storage (class: Standard, Nearline<M, Coldline<Q, Archive<Y)

This entry was posted in Blogroll, workday. Bookmark the permalink.

Leave a Reply