DNS + TLS setup
Route 53 hosts the domain. A record points to CloudFront distribution. ACM issues + auto-rotates the TLS cert.
Advertisement
DNS + TLS setup
Route 53 hosts the domain. A record points to CloudFront distribution. ACM issues + auto-rotates the TLS cert.
Advertisement
CloudFront handles requests
Terminates TLS. Serves from cache if hit. Cache miss → fetch from S3. Returns to user with cache TTL.