A hybrid municipal portal serves static open-data files from S3 and dynamic pages from an ALB-backed app. How should Amazon CloudFront be composed?
Select an answer to reveal the explanation.
Short Explanation
CloudFront can wear two badges: one origin for the S3 brochure rack, another for the ALB desk that builds pages live. One lonely EC2 IP or a basement proxy farm isn’t a multi-origin CDN design.
Full Explanation
CloudFront supports multiple origins and cache behaviors so static assets can come from S3 while dynamic routes go to an ALB. That edge composition improves scale and locality for hybrid portals. Single-instance origins or DIY regional proxies forgo managed multi-origin CDN capabilities.