My Sites


Saturday, July 18, 2015

AWS - How to select the right Architecture for your Web Application

https://www.youtube.com/watch?v=Ypwi1Ics91Y

Hosting a static site

  1. Amazon Route 53
  2. Amazon Cloud Front
  3. Simple Storage Service (S3)

http://docs.aws.amazon.com/gettingstarted/latest/swh/website-hosting-intro.html

Single Virtual Machine Architecture
  1. Amazon Route 53
  2. Amazon Cloud Front
  3. Simple Storage Service (S3)
  4. Elastic Compute Cloud (EC2)
  5. EBS - Elastic Block Storage

Deciding the right DB service

  1. DynamoDB - NOSQL
  2. RDS - Relational Database Service
  3. EC2 - Manage DB yourself 

No comments:

Post a Comment