A state open-data portal expects large concurrent downloads of GIS packages from distant clients. Which approach best supports large-scale access patterns?
Select an answer to reveal the explanation.
Short Explanation
Big GIS zips shouldn’t crawl across the internet from one lonely origin. Transfer Acceleration or CloudFront gives distant downloaders a faster on-ramp.
Full Explanation
Large-scale download patterns benefit from S3 Transfer Acceleration and/or CloudFront distribution depending on object size, geography, and caching needs. Single VPN concentrators, lone EC2 Elastic IPs, and email attachments do not scale. Designing for large-scale access patterns is an explicit Task 2.5 skill.