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

CS 498RK SPRING 2019

CLOUD HOSTING
Before that, a little bit about myself,
and my research.
Augment fashion experience with ML
Data Mining System
Over 600, 000
products from e-
commerce sites
Farfetch, Net-A-
Porter, Nordstrom
etc..
Join our user study!
bit.ly/2VuP5jq
CS 498RK SPRING 2019

CLOUD HOSTING
Migrating to cloud hosting
Migrating to cloud hosting

- cost effiency
- scalability
- stability
AWS Cloud Infrastructure
- EC2 (Elastic Compute Cloud)
- S3 (Simple Storage Service)
- DynamoDB(NoSQL) & RDS (SQL)
- Lambda (event driven, serverless computing)
- VPC (Virtural Private Cloud)

EC2 - Elastic Compute Cloud
- Different types of machines (size)
- Launch from AMI(Amazon Machine Images)
public AMIs available
- Instance configuration
- Running Duration
- IP Address
- etc.
Launch an EC2 Instance
EC2 - Network Configuration
- Virtual Private Cloud
(172.31.0.0/16) 65,536 IPv4 Addresses
- Security Group (firewall)
- Elastic IP
- Auto-Scaling & Load Balancer
Launch an EC2 Instance in VPC
S3 - File Storage
- Create a bucket
- Upload and manage Files
- Access Control
- Events Notifications
File Storage
Databases

- Amazon RDS (SQL)


- Dynamo DB (NoSQL)
- Elastic Cache (Key Value)
Launching a database
Monolithic Architecture
File Storage(S3) User DB Product DB Cache etc…

Backend Server

Autoscaling & Load Balancing

Clients
Microservice Architecture
Thanks!
and
Join our fashion user study.
bit.ly/2VuP5jq

You might also like