SlideShare uma empresa Scribd logo
1 de 44
Baixar para ler offline
Google Cloud Platform
Simon Su @ MiCloud
Google Cloud Platform Start Already
Cloud Platform Family

Cloud Datastore

CloudSQL

App Engine

Compute
Engine

Cloud Storage

BigQuery
Google App Engine

Google App Engine - A managed, scaled, robusted PaaS
What is GAE?
●
●
●
●
●
●
●
●
●
●

Load balancing
Caching
IDE
Monitor
Distribute
HA / DR
Version control
Resources
Pay by use
Common
Google App Engine

●
●
●
●

Managed
Scalability
Reliability
Cost efficient
Features

●
●
●
●
●

Data storage, retrieval, and search
Communications
Process management
Computation
App configuration and management
GAE - Quota Manage
Billing Page

Operations

Billing Status

View billing status, Change budget, Add/remove/view billing administrators

Usage History

View daily usage statistics and costs

Transaction History (*)

Make payments, view the current balance and monthly billing transactions

Billing Profile (*)

View and change contact information

Billing Settings (*)

View and change payment information
Growth and Revolution of GAE

(I/O2012)
Pricing
Resource

Unit

Unit cost (USD)

Outgoing Bandwidth

Gigabytes

$0.12

Frontend Instances (F1 -F4_1G class)

Instance hours

$0.08 - $0.48

Discounted Instances

Instance hours

$0.05

Backend Instances (B1 -B8 class)

Hourly per instance

$0.08 - $0.64

Stored Data (Blobstore)

Gigabytes per month

$0.13

Stored Data (Datastore)

Gigabytes per month

$0.18

Stored Data (Logs Data)

Gigabytes per month

$0.24

Stored Data (Task Queue)

Gigabytes per month

$0.24

Dedicated Memcache

Gigabytes per hour

$0.12

SNI SSL certificates

Sets of five SNI certificate slots per month

$9.00

SSL Virtual IPs (VIPs)

Virtual IP per month

$39.00

PS: Datastore operations pricing - $0.1 ~ $0.9 per 100K operations
Cloud Datastore

Cloud Datastore - Schemaless object datastore with robust, scalable storage...
Features
●
●
●
●
●
●

Shift from GAE service to Cloud service
NoSQL database
ACID transactions
High availability of reads and writes
Strong consistency / Eventual consistency
Fully managed by Google infrastructure
○
○
○
○

No planned downtime.
Replicated across multiple datacenters.
Automatically scales to handle traffic increase.
Monitored by Google engineers.
Developer Support
●
●
●
●
●
●
●
●

GAE integrate (Python, Java, Go, Php)
Local development server
Auto / Customize index
JSON API over REST
GQL query language
CLI tool - GCD
Web tool - Google Cloud Console
Usage statistic
Cloud Integration & Limitation
● Google Account / Authentication integrated
● BigQuery import integrated
● Limitation
Limit

Amount

Maximum entity size

1 megabyte

Maximum transaction size

10 megabytes

Maximum number of index entries for an entity

20000

Maximum number of bytes in composite indexes for an entity

2 megabytes
Pricing
Resource

Free Default Daily Limit

Billing Enabled Default Limit

Stored Data (billable)

1 GB Note: Not a daily limit but a total

1 GB free; no maximum

limit.
Number of Indexes

200 Note: Not a daily limit but a total limit.

200

Write Operations

50,000

Unlimited

Read Operations

50,000

Unlimited

Small Operations

50,000

Unlimited
Google Cloud Storage

watch videos, screen casts,
and presentations that walk
through how to use Google
Cloud Storage.

VIDEOS

download sample
applications, read howto
guides, and learn how to use
Google Cloud Storage with
other Google products.

SAMPLES

ask questions, discuss
solutions, and join our
vibrant community of
developers.

COMMUNITY

Google Cloud Storage - Object storage service, without limit and global deployed
What is Cloud Storage?
SDK, API Support
Web Console
GAE Integrate
Oauth2 Integrate
Unlimited
Global Deploy
GCS - Features
●
●
●
●
●
●
●
●

High Capacity and Scalability
Strong Data Consistency
Google Cloud Console Projects
Bucket Locations
REST APIS
OAuth 2.0 Authentication
Authenticated Browser Downloads
Google Account Support for Sharing
Fast, Scalable, Highly Available
● Multiple layers of redundancy. All data
replicated to multiple data centers.
● Read-your-writes data consistency.
● Objects can be terabytes in size, with
resumable uploads and downloads, and
range read support.
● Domain-scoped bucket namespace.
● Store your data in the U.S. or the European
Union.
Easy, Flexible Auth and Sharing
● OAuth 2.0 Authentication
● Individual, project and group-level access
controls.
● Customizable default object ACLs.
● Application-driven access control.
● Authenticated uploads and downloads from
a web browser.
Regions
● Auto / Manual Region: EU, US
● Locations: US-EAST1, US-EAST2, USEAST3, US-CENTRAL1, US-CENTRAL2,
US-WEST1
● Global replicate
Developer Support
● Google App Engine Integrated Services
○ BlobStore
○ Upload URL
○ Image API

● CLI - gsutil
● XML API
● JSON API
Pricing
Monthly Usage

Standard Storage (per GB per month)

DRA Storage Price (per GB per month)

First 0-1 TB

$0.085

$0.063

Next 9 TB

$0.076

$0.054

Next 90 TB

$0.067

$0.049

Next 400 TB

$0.063

$0.045

Next 4500 TB

$0.054

$0.042

Network (Egress) - Americas

Network (Egress) - Asia-Pacific

and EMEA* (per GB)

(per GB)

Free

Free

0 - 1TB

$0.12

$0.21

Next 9TB

$0.11

$0.18

Next 90TB

$0.08

$0.15

Monthly Usage

Data Transfer to Cloud

Network (Ingress)

services in the same Region
Free
Google BigQuery

Google BigQuery - Big data with SQL like query feature, but fast...
BigQuery Features
● TB level data
analysis
● Fast mining
response
● SQL like query
language
● Multi-dataset
interactive support
● Cheap and pay by
use
● Offline job support
Support User Interfaces
●
●
●
●
●

Browser tool
CLI - bq command
REST API
SDK (client libraries)
3’rd party tools
Google Cloud Platform Integrate

Cloud Storage

AppEngine
Datastore
AppEngine Log

BigQuery
Pricing

1

Charges rounded up to the nearest
MB; minimum 1 MB data processed
per query
2
The first 100 GB of data processed
per month is at no charge

On-demand pricing table
Resource

Pricing

Storage

$80 (per TB/month)

Interactive Queries

$35 (per TB processed)12

Batch Queries

$20 (per TB processed)

Package pricing table
Data amount

Cost

100 TB

$3,300 per month ($33 per TB)

400 TB

$12,000 per month ($30 per TB)

1,500 TB

$40,500 per month ($27 per TB)

4,000 TB

$100,000 per month ($25 per TB)
Google Cloud SQL

Google Cloud SQL - Full managed MySQL database instance
Features
●
●
●
●
●
●

Familiar Infrastructure
Flexible Charging
Security, Availability, Durability
EU and US Data Centers
Easier Migration; No Lock-in
Control
Connect tools
●
●
●
●
●
●

Using the command line prompt
API console SQL prompt
Admin tools and reporting tools
External applications
From App Engine: Java, Python
From Google Apps Script scripts
Current Restrictions
●
●
●
●

Size limit for individual instances is 100GB
User defined functions are not supported
MySQL replication is not supported
Statements not supported:
○
○
○
○
○

LOAD DATA INFILE
SELECT ... INTO OUTFILE/DUMPFILE
INSTALL/UNINSTALL PLUGIN ...
CREATE FUNCTION ...
LOAD_FILE()

● Functions are not supported:
○ SHA2()
Pricing - By Packages
Tier

RAM

Included Storage

Included I/O per Day

Charge per Day

D0

0.125GB

0.5GB

200K

$0.36

D1

0.5GB

1GB

850K

$1.46

D2

1GB

2GB

1.7M

$2.93

D4

2GB

5GB

4M

$5.86

D8

4GB

10GB

8M

$11.71

D16

8GB

10GB

16M

$23.42

D32

16GB

10GB

32M

$46.84
Pricing - Per Use
Resource

Charge

D0 Database Instance (0.125GB RAM)

$0.025 per hour

D1 Database Instance (0.5GB RAM)

$0.10 per hour

D2 Database Instance (1GB RAM)

$0.19 per hour

D4 Database Instance (2GB RAM)

$0.38 per hour

D8 Database Instance (4GB RAM)

$0.77 per hour

D16 Database Instance (8GB RAM)

$1.54 per hour

D32 Database Instance (16GB RAM)

$3.08 per hour

1GB Storage

$0.24 per month

I/O

$0.10 per Million
Pricing - Network
Resource

Charge

External Outbound Traffic

$0.12 per GB
Google Compute Engine

Google Computing Engine - Run virtual machines at Google Scale
Features
●
●
●
●
●

Scale, performance, and value
Flexibility and an Open Environment
Predictable Performance
Strong Security
Environmental Impact
Machine Types
● Standard Machine Types
● Shared-core Machine Types
○ applications don't require a lot of resources
○ more cost-effective
○ for running small, non-resource intensive
applications than other types

● High Memory Machine Types
● High CPU Machine Types
Network Detail
Network Security
Pricing - Standard & Micro
Configuration

Virtual Cores

Memory (GB1)

GCEUs

Local Disk (GB)

Price (USD) / Hour

n1-standard-1-d

1

3.75

2.75

420

$0.132

n1-standard-2-d

2

7.50

5.50

870

$0.265

n1-standard-4-d

4

15

11

1770

$0.530

n1-standard-8-d

8

30

22

2 x 1770

$1.060

n1-standard-1

1

3.75

2.75

0*

$0.115

n1-standard-2

2

7.50

5.50

0

$0.230

n1-standard-4

4

15

11

0

$0.461

n1-standard-8

8

30

22

0

$0.922

Configuration

Virtual Cores

Memory (GB)

GCEUs

Local Disk (GB)

Price (USD) / Hour

f1-micro

1

0.60

Shared CPU

0

$0.019

g1-small

1

1.70

1.38

0

$0.054
Pricing - High Memory
Configuration

Virtual Cores

Memory (GB)

GCEUs

Local Disk (GB)

Price (USD) / Hour

n1-highmem-2-d

2

13

5.50

870

$0.305

n1-highmem-4-d

4

26

11

1770

$0.611

n1-highmem-8-d

8

52

22

2 x 1770

$1.221

n1-highmem-2

2

13

5.50

0*

$0.244

n1-highmem-4

4

26

11

0

$0.488

n1-highmem-8

8

52

22

0

$0.975
Pricing - High CPU
Configuration

Virtual Cores

Memory (GB)

GCEUs

Local Disk (GB)

Price (USD) / Hour

n1-highcpu-2-d

2

1.80

5.50

870

$0.163

n1-highcpu-4-d

4

3.60

11

1770

$0.326

n1-highcpu-8-d

8

7.20

22

2 x 1770

$0.653

n1-highcpu-2

2

1.80

5.50

0*

$0.131

n1-highcpu-4

4

3.60

11

0

$0.261

n1-highcpu-8

8

7.20

22

0

$0.522
Q&A

Mais conteúdo relacionado

Mais procurados

Google Cloud Platform
Google Cloud PlatformGoogle Cloud Platform
Google Cloud Platform
VMware Tanzu
 
Cloud Computing For Beginners | Cloud Computing Explained | Cloud Computing T...
Cloud Computing For Beginners | Cloud Computing Explained | Cloud Computing T...Cloud Computing For Beginners | Cloud Computing Explained | Cloud Computing T...
Cloud Computing For Beginners | Cloud Computing Explained | Cloud Computing T...
Simplilearn
 

Mais procurados (20)

Google cloud platform
Google cloud platformGoogle cloud platform
Google cloud platform
 
Google Cloud Platform Training | Introduction To GCP | Google Cloud Platform ...
Google Cloud Platform Training | Introduction To GCP | Google Cloud Platform ...Google Cloud Platform Training | Introduction To GCP | Google Cloud Platform ...
Google Cloud Platform Training | Introduction To GCP | Google Cloud Platform ...
 
Introduction to GCP
Introduction to GCPIntroduction to GCP
Introduction to GCP
 
Introduction to GCP (Google Cloud Platform)
Introduction to GCP (Google Cloud Platform)Introduction to GCP (Google Cloud Platform)
Introduction to GCP (Google Cloud Platform)
 
What is AWS?
What is AWS?What is AWS?
What is AWS?
 
A Tour of Google Cloud Platform
A Tour of Google Cloud PlatformA Tour of Google Cloud Platform
A Tour of Google Cloud Platform
 
Introduction to Google Cloud Platform (GCP) | Google Cloud Tutorial for Begin...
Introduction to Google Cloud Platform (GCP) | Google Cloud Tutorial for Begin...Introduction to Google Cloud Platform (GCP) | Google Cloud Tutorial for Begin...
Introduction to Google Cloud Platform (GCP) | Google Cloud Tutorial for Begin...
 
 Introduction google cloud platform
 Introduction google cloud platform Introduction google cloud platform
 Introduction google cloud platform
 
Azure data platform overview
Azure data platform overviewAzure data platform overview
Azure data platform overview
 
What is Cloud Computing with AWS?
What is Cloud Computing with AWS?What is Cloud Computing with AWS?
What is Cloud Computing with AWS?
 
Introduction to Google Cloud Platform and APIs
Introduction to Google Cloud Platform and APIsIntroduction to Google Cloud Platform and APIs
Introduction to Google Cloud Platform and APIs
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Google Cloud Platform
Google Cloud PlatformGoogle Cloud Platform
Google Cloud Platform
 
AWS 101: Introduction to AWS
AWS 101: Introduction to AWSAWS 101: Introduction to AWS
AWS 101: Introduction to AWS
 
Google Cloud Platform
Google Cloud Platform Google Cloud Platform
Google Cloud Platform
 
Cloud Migration Workshop
Cloud Migration WorkshopCloud Migration Workshop
Cloud Migration Workshop
 
Amazon Virtual Private Cloud (VPC): Networking Fundamentals and Connectivity ...
Amazon Virtual Private Cloud (VPC): Networking Fundamentals and Connectivity ...Amazon Virtual Private Cloud (VPC): Networking Fundamentals and Connectivity ...
Amazon Virtual Private Cloud (VPC): Networking Fundamentals and Connectivity ...
 
Google cloud
Google cloudGoogle cloud
Google cloud
 
Migrating to the Cloud
Migrating to the CloudMigrating to the Cloud
Migrating to the Cloud
 
Cloud Computing For Beginners | Cloud Computing Explained | Cloud Computing T...
Cloud Computing For Beginners | Cloud Computing Explained | Cloud Computing T...Cloud Computing For Beginners | Cloud Computing Explained | Cloud Computing T...
Cloud Computing For Beginners | Cloud Computing Explained | Cloud Computing T...
 

Destaque

IBM Cloud Storage - Cleversafe
IBM Cloud Storage - CleversafeIBM Cloud Storage - Cleversafe
IBM Cloud Storage - Cleversafe
Michael Beatty
 

Destaque (16)

RightScale: Cloud Pricing Trends
RightScale: Cloud Pricing TrendsRightScale: Cloud Pricing Trends
RightScale: Cloud Pricing Trends
 
Practical Guide to Hybrid Cloud Computing
Practical Guide to Hybrid Cloud ComputingPractical Guide to Hybrid Cloud Computing
Practical Guide to Hybrid Cloud Computing
 
5 BENEFITS OF HYBRID CLOUD
5 BENEFITS OF HYBRID CLOUD5 BENEFITS OF HYBRID CLOUD
5 BENEFITS OF HYBRID CLOUD
 
Cloud computing hybrid architecture
Cloud computing   hybrid architectureCloud computing   hybrid architecture
Cloud computing hybrid architecture
 
Hybrid cloud computing explained
Hybrid cloud computing explainedHybrid cloud computing explained
Hybrid cloud computing explained
 
Hybrid Cloud Computing (IBM System z)
Hybrid Cloud Computing (IBM System z)Hybrid Cloud Computing (IBM System z)
Hybrid Cloud Computing (IBM System z)
 
IBM Cloud Storage - Cleversafe
IBM Cloud Storage - CleversafeIBM Cloud Storage - Cleversafe
IBM Cloud Storage - Cleversafe
 
Cloud Price Comparison - AWS vs Azure vs Google
Cloud Price Comparison - AWS vs Azure vs GoogleCloud Price Comparison - AWS vs Azure vs Google
Cloud Price Comparison - AWS vs Azure vs Google
 
Patterns For Cloud Computing
Patterns For Cloud ComputingPatterns For Cloud Computing
Patterns For Cloud Computing
 
I'm Cloud Confused!
I'm Cloud Confused!I'm Cloud Confused!
I'm Cloud Confused!
 
2014 Future of Cloud Computing - 4th Annual Survey Results
2014 Future of Cloud Computing - 4th Annual Survey Results2014 Future of Cloud Computing - 4th Annual Survey Results
2014 Future of Cloud Computing - 4th Annual Survey Results
 
Compare Clouds: Aws vs Azure vs Google vs SoftLayer
Compare Clouds: Aws vs Azure vs Google vs SoftLayerCompare Clouds: Aws vs Azure vs Google vs SoftLayer
Compare Clouds: Aws vs Azure vs Google vs SoftLayer
 
Microsoft Azure vs Amazon Web Services (AWS) Services & Feature Mapping
Microsoft Azure vs Amazon Web Services (AWS) Services & Feature MappingMicrosoft Azure vs Amazon Web Services (AWS) Services & Feature Mapping
Microsoft Azure vs Amazon Web Services (AWS) Services & Feature Mapping
 
2016 Cloud Trends and Stats: RightScale State of the Cloud Report
2016 Cloud Trends and Stats: RightScale State of the Cloud Report2016 Cloud Trends and Stats: RightScale State of the Cloud Report
2016 Cloud Trends and Stats: RightScale State of the Cloud Report
 
Green Cloud Computing
Green Cloud ComputingGreen Cloud Computing
Green Cloud Computing
 
Introduction of Cloud computing
Introduction of Cloud computingIntroduction of Cloud computing
Introduction of Cloud computing
 

Semelhante a Google cloud platform introduction

Semelhante a Google cloud platform introduction (20)

Cloud sql datasheet
Cloud sql datasheetCloud sql datasheet
Cloud sql datasheet
 
Evolving to serverless
Evolving to serverlessEvolving to serverless
Evolving to serverless
 
Tips & tricks for Firebase storage and Firebase functions
Tips & tricks for Firebase storage and Firebase functionsTips & tricks for Firebase storage and Firebase functions
Tips & tricks for Firebase storage and Firebase functions
 
Myntra.com's Big Data Platform
Myntra.com's Big Data PlatformMyntra.com's Big Data Platform
Myntra.com's Big Data Platform
 
Google App Engine 7 9-14
Google App Engine 7 9-14Google App Engine 7 9-14
Google App Engine 7 9-14
 
Oracle Cloud Infrastructure Introduction
Oracle Cloud Infrastructure IntroductionOracle Cloud Infrastructure Introduction
Oracle Cloud Infrastructure Introduction
 
Exploring Google APIs with Python
Exploring Google APIs with PythonExploring Google APIs with Python
Exploring Google APIs with Python
 
AWS CZSK Webinar - Migrácia desktopov a aplikácií do AWS cloudu s Amazon Work...
AWS CZSK Webinar - Migrácia desktopov a aplikácií do AWS cloudu s Amazon Work...AWS CZSK Webinar - Migrácia desktopov a aplikácií do AWS cloudu s Amazon Work...
AWS CZSK Webinar - Migrácia desktopov a aplikácií do AWS cloudu s Amazon Work...
 
Google Application Engine
Google Application EngineGoogle Application Engine
Google Application Engine
 
Exploring Google APIs with Python
Exploring Google APIs with PythonExploring Google APIs with Python
Exploring Google APIs with Python
 
Google Cloud Platform Update
Google Cloud Platform UpdateGoogle Cloud Platform Update
Google Cloud Platform Update
 
Sprint 47
Sprint 47Sprint 47
Sprint 47
 
Activity Recognition project
Activity Recognition projectActivity Recognition project
Activity Recognition project
 
Google Dev Fest Presentation
Google Dev Fest PresentationGoogle Dev Fest Presentation
Google Dev Fest Presentation
 
Google DevFest 2012 Presentation
Google DevFest 2012 PresentationGoogle DevFest 2012 Presentation
Google DevFest 2012 Presentation
 
Developing TouchActive with GAE and GWT - Google DevFest Barcelona 2012
Developing TouchActive with GAE and GWT - Google DevFest Barcelona 2012Developing TouchActive with GAE and GWT - Google DevFest Barcelona 2012
Developing TouchActive with GAE and GWT - Google DevFest Barcelona 2012
 
Sprint 45 review
Sprint 45 reviewSprint 45 review
Sprint 45 review
 
cloud-training-pricing-billing.pdf
cloud-training-pricing-billing.pdfcloud-training-pricing-billing.pdf
cloud-training-pricing-billing.pdf
 
Understanding The Azure Platform November 09
Understanding The Azure Platform   November 09Understanding The Azure Platform   November 09
Understanding The Azure Platform November 09
 
Exploring BigData with Google BigQuery
Exploring BigData with Google BigQueryExploring BigData with Google BigQuery
Exploring BigData with Google BigQuery
 

Mais de Simon Su

Mais de Simon Su (20)

Kubernetes Basic Operation
Kubernetes Basic OperationKubernetes Basic Operation
Kubernetes Basic Operation
 
Google IoT Core 初體驗
Google IoT Core 初體驗Google IoT Core 初體驗
Google IoT Core 初體驗
 
JSDC 2017 - 使用google cloud 從雲到端,動手刻個IoT
JSDC 2017 - 使用google cloud 從雲到端,動手刻個IoTJSDC 2017 - 使用google cloud 從雲到端,動手刻個IoT
JSDC 2017 - 使用google cloud 從雲到端,動手刻個IoT
 
GCPUG.TW meetup #28 - GKE上運作您的k8s服務
GCPUG.TW meetup #28 - GKE上運作您的k8s服務GCPUG.TW meetup #28 - GKE上運作您的k8s服務
GCPUG.TW meetup #28 - GKE上運作您的k8s服務
 
Google Cloud Platform Special Training
Google Cloud Platform Special TrainingGoogle Cloud Platform Special Training
Google Cloud Platform Special Training
 
GCE Windows Serial Console Usage Guide
GCE Windows Serial Console Usage GuideGCE Windows Serial Console Usage Guide
GCE Windows Serial Console Usage Guide
 
GCPNext17' Extend 開始GCP了嗎?
GCPNext17' Extend   開始GCP了嗎?GCPNext17' Extend   開始GCP了嗎?
GCPNext17' Extend 開始GCP了嗎?
 
Try Cloud Spanner
Try Cloud SpannerTry Cloud Spanner
Try Cloud Spanner
 
Google Cloud Monitoring
Google Cloud MonitoringGoogle Cloud Monitoring
Google Cloud Monitoring
 
Google Cloud Computing compares GCE, GAE and GKE
Google Cloud Computing compares GCE, GAE and GKEGoogle Cloud Computing compares GCE, GAE and GKE
Google Cloud Computing compares GCE, GAE and GKE
 
JCConf 2016 - Google Dataflow 小試
JCConf 2016 - Google Dataflow 小試JCConf 2016 - Google Dataflow 小試
JCConf 2016 - Google Dataflow 小試
 
JCConf 2016 - Dataflow Workshop Labs
JCConf 2016 - Dataflow Workshop LabsJCConf 2016 - Dataflow Workshop Labs
JCConf 2016 - Dataflow Workshop Labs
 
JCConf2016 - Dataflow Workshop Setup
JCConf2016 - Dataflow Workshop SetupJCConf2016 - Dataflow Workshop Setup
JCConf2016 - Dataflow Workshop Setup
 
GCPUG meetup 201610 - Dataflow Introduction
GCPUG meetup 201610 - Dataflow IntroductionGCPUG meetup 201610 - Dataflow Introduction
GCPUG meetup 201610 - Dataflow Introduction
 
Brocade - Stingray Application Firewall
Brocade - Stingray Application FirewallBrocade - Stingray Application Firewall
Brocade - Stingray Application Firewall
 
使用 Raspberry pi + fluentd + gcp cloud logging, big query 做iot 資料搜集與分析
使用 Raspberry pi + fluentd + gcp cloud logging, big query 做iot 資料搜集與分析使用 Raspberry pi + fluentd + gcp cloud logging, big query 做iot 資料搜集與分析
使用 Raspberry pi + fluentd + gcp cloud logging, big query 做iot 資料搜集與分析
 
Docker in Action
Docker in ActionDocker in Action
Docker in Action
 
Google I/O 2016 Recap - Google Cloud Platform News Update
Google I/O 2016 Recap - Google Cloud Platform News UpdateGoogle I/O 2016 Recap - Google Cloud Platform News Update
Google I/O 2016 Recap - Google Cloud Platform News Update
 
IThome DevOps Summit - IoT、docker與DevOps
IThome DevOps Summit - IoT、docker與DevOpsIThome DevOps Summit - IoT、docker與DevOps
IThome DevOps Summit - IoT、docker與DevOps
 
Google Cloud Platform Introduction - 2016Q3
Google Cloud Platform Introduction - 2016Q3Google Cloud Platform Introduction - 2016Q3
Google Cloud Platform Introduction - 2016Q3
 

Último

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 

Último (20)

Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

Google cloud platform introduction

  • 2. Google Cloud Platform Start Already
  • 3. Cloud Platform Family Cloud Datastore CloudSQL App Engine Compute Engine Cloud Storage BigQuery
  • 4. Google App Engine Google App Engine - A managed, scaled, robusted PaaS
  • 5. What is GAE? ● ● ● ● ● ● ● ● ● ● Load balancing Caching IDE Monitor Distribute HA / DR Version control Resources Pay by use Common
  • 7. Features ● ● ● ● ● Data storage, retrieval, and search Communications Process management Computation App configuration and management
  • 8. GAE - Quota Manage Billing Page Operations Billing Status View billing status, Change budget, Add/remove/view billing administrators Usage History View daily usage statistics and costs Transaction History (*) Make payments, view the current balance and monthly billing transactions Billing Profile (*) View and change contact information Billing Settings (*) View and change payment information
  • 9. Growth and Revolution of GAE (I/O2012)
  • 10. Pricing Resource Unit Unit cost (USD) Outgoing Bandwidth Gigabytes $0.12 Frontend Instances (F1 -F4_1G class) Instance hours $0.08 - $0.48 Discounted Instances Instance hours $0.05 Backend Instances (B1 -B8 class) Hourly per instance $0.08 - $0.64 Stored Data (Blobstore) Gigabytes per month $0.13 Stored Data (Datastore) Gigabytes per month $0.18 Stored Data (Logs Data) Gigabytes per month $0.24 Stored Data (Task Queue) Gigabytes per month $0.24 Dedicated Memcache Gigabytes per hour $0.12 SNI SSL certificates Sets of five SNI certificate slots per month $9.00 SSL Virtual IPs (VIPs) Virtual IP per month $39.00 PS: Datastore operations pricing - $0.1 ~ $0.9 per 100K operations
  • 11. Cloud Datastore Cloud Datastore - Schemaless object datastore with robust, scalable storage...
  • 12. Features ● ● ● ● ● ● Shift from GAE service to Cloud service NoSQL database ACID transactions High availability of reads and writes Strong consistency / Eventual consistency Fully managed by Google infrastructure ○ ○ ○ ○ No planned downtime. Replicated across multiple datacenters. Automatically scales to handle traffic increase. Monitored by Google engineers.
  • 13. Developer Support ● ● ● ● ● ● ● ● GAE integrate (Python, Java, Go, Php) Local development server Auto / Customize index JSON API over REST GQL query language CLI tool - GCD Web tool - Google Cloud Console Usage statistic
  • 14. Cloud Integration & Limitation ● Google Account / Authentication integrated ● BigQuery import integrated ● Limitation Limit Amount Maximum entity size 1 megabyte Maximum transaction size 10 megabytes Maximum number of index entries for an entity 20000 Maximum number of bytes in composite indexes for an entity 2 megabytes
  • 15. Pricing Resource Free Default Daily Limit Billing Enabled Default Limit Stored Data (billable) 1 GB Note: Not a daily limit but a total 1 GB free; no maximum limit. Number of Indexes 200 Note: Not a daily limit but a total limit. 200 Write Operations 50,000 Unlimited Read Operations 50,000 Unlimited Small Operations 50,000 Unlimited
  • 16. Google Cloud Storage watch videos, screen casts, and presentations that walk through how to use Google Cloud Storage. VIDEOS download sample applications, read howto guides, and learn how to use Google Cloud Storage with other Google products. SAMPLES ask questions, discuss solutions, and join our vibrant community of developers. COMMUNITY Google Cloud Storage - Object storage service, without limit and global deployed
  • 17. What is Cloud Storage? SDK, API Support Web Console GAE Integrate Oauth2 Integrate Unlimited Global Deploy
  • 18. GCS - Features ● ● ● ● ● ● ● ● High Capacity and Scalability Strong Data Consistency Google Cloud Console Projects Bucket Locations REST APIS OAuth 2.0 Authentication Authenticated Browser Downloads Google Account Support for Sharing
  • 19. Fast, Scalable, Highly Available ● Multiple layers of redundancy. All data replicated to multiple data centers. ● Read-your-writes data consistency. ● Objects can be terabytes in size, with resumable uploads and downloads, and range read support. ● Domain-scoped bucket namespace. ● Store your data in the U.S. or the European Union.
  • 20. Easy, Flexible Auth and Sharing ● OAuth 2.0 Authentication ● Individual, project and group-level access controls. ● Customizable default object ACLs. ● Application-driven access control. ● Authenticated uploads and downloads from a web browser.
  • 21. Regions ● Auto / Manual Region: EU, US ● Locations: US-EAST1, US-EAST2, USEAST3, US-CENTRAL1, US-CENTRAL2, US-WEST1 ● Global replicate
  • 22. Developer Support ● Google App Engine Integrated Services ○ BlobStore ○ Upload URL ○ Image API ● CLI - gsutil ● XML API ● JSON API
  • 23. Pricing Monthly Usage Standard Storage (per GB per month) DRA Storage Price (per GB per month) First 0-1 TB $0.085 $0.063 Next 9 TB $0.076 $0.054 Next 90 TB $0.067 $0.049 Next 400 TB $0.063 $0.045 Next 4500 TB $0.054 $0.042 Network (Egress) - Americas Network (Egress) - Asia-Pacific and EMEA* (per GB) (per GB) Free Free 0 - 1TB $0.12 $0.21 Next 9TB $0.11 $0.18 Next 90TB $0.08 $0.15 Monthly Usage Data Transfer to Cloud Network (Ingress) services in the same Region Free
  • 24. Google BigQuery Google BigQuery - Big data with SQL like query feature, but fast...
  • 25. BigQuery Features ● TB level data analysis ● Fast mining response ● SQL like query language ● Multi-dataset interactive support ● Cheap and pay by use ● Offline job support
  • 26. Support User Interfaces ● ● ● ● ● Browser tool CLI - bq command REST API SDK (client libraries) 3’rd party tools
  • 27. Google Cloud Platform Integrate Cloud Storage AppEngine Datastore AppEngine Log BigQuery
  • 28. Pricing 1 Charges rounded up to the nearest MB; minimum 1 MB data processed per query 2 The first 100 GB of data processed per month is at no charge On-demand pricing table Resource Pricing Storage $80 (per TB/month) Interactive Queries $35 (per TB processed)12 Batch Queries $20 (per TB processed) Package pricing table Data amount Cost 100 TB $3,300 per month ($33 per TB) 400 TB $12,000 per month ($30 per TB) 1,500 TB $40,500 per month ($27 per TB) 4,000 TB $100,000 per month ($25 per TB)
  • 29. Google Cloud SQL Google Cloud SQL - Full managed MySQL database instance
  • 30. Features ● ● ● ● ● ● Familiar Infrastructure Flexible Charging Security, Availability, Durability EU and US Data Centers Easier Migration; No Lock-in Control
  • 31. Connect tools ● ● ● ● ● ● Using the command line prompt API console SQL prompt Admin tools and reporting tools External applications From App Engine: Java, Python From Google Apps Script scripts
  • 32. Current Restrictions ● ● ● ● Size limit for individual instances is 100GB User defined functions are not supported MySQL replication is not supported Statements not supported: ○ ○ ○ ○ ○ LOAD DATA INFILE SELECT ... INTO OUTFILE/DUMPFILE INSTALL/UNINSTALL PLUGIN ... CREATE FUNCTION ... LOAD_FILE() ● Functions are not supported: ○ SHA2()
  • 33. Pricing - By Packages Tier RAM Included Storage Included I/O per Day Charge per Day D0 0.125GB 0.5GB 200K $0.36 D1 0.5GB 1GB 850K $1.46 D2 1GB 2GB 1.7M $2.93 D4 2GB 5GB 4M $5.86 D8 4GB 10GB 8M $11.71 D16 8GB 10GB 16M $23.42 D32 16GB 10GB 32M $46.84
  • 34. Pricing - Per Use Resource Charge D0 Database Instance (0.125GB RAM) $0.025 per hour D1 Database Instance (0.5GB RAM) $0.10 per hour D2 Database Instance (1GB RAM) $0.19 per hour D4 Database Instance (2GB RAM) $0.38 per hour D8 Database Instance (4GB RAM) $0.77 per hour D16 Database Instance (8GB RAM) $1.54 per hour D32 Database Instance (16GB RAM) $3.08 per hour 1GB Storage $0.24 per month I/O $0.10 per Million
  • 35. Pricing - Network Resource Charge External Outbound Traffic $0.12 per GB
  • 36. Google Compute Engine Google Computing Engine - Run virtual machines at Google Scale
  • 37. Features ● ● ● ● ● Scale, performance, and value Flexibility and an Open Environment Predictable Performance Strong Security Environmental Impact
  • 38. Machine Types ● Standard Machine Types ● Shared-core Machine Types ○ applications don't require a lot of resources ○ more cost-effective ○ for running small, non-resource intensive applications than other types ● High Memory Machine Types ● High CPU Machine Types
  • 41. Pricing - Standard & Micro Configuration Virtual Cores Memory (GB1) GCEUs Local Disk (GB) Price (USD) / Hour n1-standard-1-d 1 3.75 2.75 420 $0.132 n1-standard-2-d 2 7.50 5.50 870 $0.265 n1-standard-4-d 4 15 11 1770 $0.530 n1-standard-8-d 8 30 22 2 x 1770 $1.060 n1-standard-1 1 3.75 2.75 0* $0.115 n1-standard-2 2 7.50 5.50 0 $0.230 n1-standard-4 4 15 11 0 $0.461 n1-standard-8 8 30 22 0 $0.922 Configuration Virtual Cores Memory (GB) GCEUs Local Disk (GB) Price (USD) / Hour f1-micro 1 0.60 Shared CPU 0 $0.019 g1-small 1 1.70 1.38 0 $0.054
  • 42. Pricing - High Memory Configuration Virtual Cores Memory (GB) GCEUs Local Disk (GB) Price (USD) / Hour n1-highmem-2-d 2 13 5.50 870 $0.305 n1-highmem-4-d 4 26 11 1770 $0.611 n1-highmem-8-d 8 52 22 2 x 1770 $1.221 n1-highmem-2 2 13 5.50 0* $0.244 n1-highmem-4 4 26 11 0 $0.488 n1-highmem-8 8 52 22 0 $0.975
  • 43. Pricing - High CPU Configuration Virtual Cores Memory (GB) GCEUs Local Disk (GB) Price (USD) / Hour n1-highcpu-2-d 2 1.80 5.50 870 $0.163 n1-highcpu-4-d 4 3.60 11 1770 $0.326 n1-highcpu-8-d 8 7.20 22 2 x 1770 $0.653 n1-highcpu-2 2 1.80 5.50 0* $0.131 n1-highcpu-4 4 3.60 11 0 $0.261 n1-highcpu-8 8 7.20 22 0 $0.522
  • 44. Q&A