Skip to content

nisevi/favalorodecorazon

Repository files navigation

CircleCI

FAVALORO

Tribute page to René Favaloro.

Architecture

Here is how the process works:

  1. A user’s browser makes a DNS request to Route 53.
  2. Route 53 has a hosted zone for the favalorodecorazon.com domain.
  3. The hosted zone serves the record:
    • a. If the request is for the apex zone, the alias resource record set for the CloudFront distribution is served.
    • b. If the request is for the www subdomain, the CNAME for the externally hosted CDN is served.
  4. CloudFront forwards the request to Amazon S3.
  5. S3 performs a secure redirect from www.favalorodecorazon.com to favalorodecorazon.com.
  6. Amazon S3 objects are versioned and the lifecycle of previous versions is handled with a transition to Amazon Glacier 30 days after the object creation and finally removed after 60 days from becoming a previous version.

Continuous deployment