diff --git a/guide/english/cloud-development/google-cloud-platform/index.md b/guide/english/cloud-development/google-cloud-platform/index.md
index 14e9dac141..0d0a3e7801 100644
--- a/guide/english/cloud-development/google-cloud-platform/index.md
+++ b/guide/english/cloud-development/google-cloud-platform/index.md
@@ -15,12 +15,15 @@ Some famous web services include
* Google Cloud Functions – As of August 2017 is in beta testing. FaaS providing serverless functions to be triggered by cloud events.
* Google Cloud Datastore - DBaaS providing a document-oriented database.
* Cloud Pub/Sub - a service for publishing and subscribing to data streams and messages. Applications can communicate via Pub/Sub, without direct integration between the applications themselves.
-* Google Storage - IaaS providing RESTful online file and object storage.
+* Google Cloud Storage - IaaS providing RESTful online file and object storage. It consists of both structured and unstructured data.
+* Cloud SQL - IaaS that Provides relational database management system in Postgre and MySQL.
* Google Cloud Dataproc - Managed Apache Spark and Apache Hadoop service.
+
+
#### More Information:
* Google Cloud Platform Documentation
* Wikipedia
-* Google Site Reliability Engineering
\ No newline at end of file
+* Google Site Reliability Engineering