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
- User enters the website domain.
- Route 53 resolves the domain.
- Request reaches CloudFront.
- CloudFront checks its cache.
- If required, CloudFront requests content from S3.
- S3 returns the requested object.
- CloudFront delivers the content to the user.