AWS Architecture

The website uses a secure AWS architecture where users access the website through Amazon CloudFront instead of directly accessing the S3 bucket.

Users
Amazon Route 53
Amazon CloudFront
AWS WAF
Amazon S3

Request Flow

  1. User enters the website domain.
  2. Route 53 resolves the domain.
  3. Request reaches CloudFront.
  4. CloudFront checks its cache.
  5. If required, CloudFront requests content from S3.
  6. S3 returns the requested object.
  7. CloudFront delivers the content to the user.