Leveraging AWS Cloudfront & S3
Services to Deliver Static Assets of a
SPA
Sehul Shah
CEO,
www.DeciZone.com
This is an illustrated
title slide
PRESENTER | DATE
Most new SAAS are structured as a SPA (single
page applications) typically using REST API in
combination with static files.
In this presentation we will discuss how to
reduce the load on your EC2 application
servers by serving the static assets of your
applications from the S3 service by leveraging
the Cloudfront service.
EC2
Req: API + files
Static Files
*.html, *.js, *.css
*.jpg, *.png, *.mp4
*….
Resp: API,
*.html, *.css, etc.
Simple Request & Response
API
Cloudfront
EC2
Using Cloudfront & S3 for Static Content
S3
Bucket
Static Files
*.html, *.js, *.css
*.jpg, *.png, *.mp4
*….
API
API
API
STATIC
FILES
STATIC
FILES
REQ
RES
Thank you.

Leveraging AWS Cloudfront & S3 Services to Deliver Static Assets of a SPA

  • 1.
    Leveraging AWS Cloudfront& S3 Services to Deliver Static Assets of a SPA Sehul Shah CEO, www.DeciZone.com
  • 2.
    This is anillustrated title slide PRESENTER | DATE
  • 3.
    Most new SAASare structured as a SPA (single page applications) typically using REST API in combination with static files. In this presentation we will discuss how to reduce the load on your EC2 application servers by serving the static assets of your applications from the S3 service by leveraging the Cloudfront service.
  • 4.
    EC2 Req: API +files Static Files *.html, *.js, *.css *.jpg, *.png, *.mp4 *…. Resp: API, *.html, *.css, etc. Simple Request & Response API
  • 5.
    Cloudfront EC2 Using Cloudfront &S3 for Static Content S3 Bucket Static Files *.html, *.js, *.css *.jpg, *.png, *.mp4 *…. API API API STATIC FILES STATIC FILES REQ RES
  • 6.