Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

VICTORINO STUDY CASE - CLASS 1 Erick Ocrospoma | March 5, 2018

VPC

Cloud Virtual
Network

Instance Group
Apache Web Servers

HTTP Load Balancer SSD disks

glbacademies.com
Compute Compute
Engine Engine
Users
Cloud SQL
Cloud Load NodeJS server
Balancing

api.glbacademies.com

Regional + Coldline Storage

Compute
Engine

Cloud Storage

* Using Google Load Balancer to balance requests from glbacademies and api.glbacademies.com between Apache and NodeJS respectively.
* Using Google VPC firewall to allow port 80 and 22 only
* Using Instace group for Apache (starting from 1) to scale only on those infrequent peaks
* Using Cloud SQL 2nd generation to avoid maintainance, also using SSD disks to increase performance
* Using Cloud Storage to replace NAS, using Regional storage for most of the data, storing other data (if possible) into Coldline storage to save costs.

You might also like