
Answer-first summary for fast verification
Answer: Amazon CloudFront
## Explanation **Amazon CloudFront** is the correct choice because: 1. **For real-time streaming**: CloudFront supports live streaming using RTMP protocol and can cache live streaming content at edge locations, reducing latency for global viewers. 2. **For on-demand streaming**: CloudFront is a Content Delivery Network (CDN) that caches video content at edge locations worldwide, providing low-latency access to on-demand videos. 3. **Global audience**: CloudFront has a global network of edge locations that deliver content with low latency to users worldwide. 4. **Comparison with other options**: - **AWS Global Accelerator** (B): Optimizes network paths for TCP/UDP traffic but is not specifically designed for streaming content delivery. - **Amazon Route 53** (C): A DNS service that routes users but doesn't cache or accelerate content delivery. - **Amazon S3 Transfer Acceleration** (D): Accelerates uploads to S3 but doesn't optimize streaming delivery to end users. CloudFront is specifically designed for content delivery including streaming media, making it the best choice for improving performance of both real-time and on-demand streaming to a global audience.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A solutions architect is optimizing a website for an upcoming musical event. Videos of the performances will be streamed in real time and then will be available on demand. The event is expected to attract a global online audience.
Which service will improve the performance of both the real-time and on-demand streaming?
A
Amazon CloudFront
B
AWS Global Accelerator
C
Amazon Route 53
D
Amazon S3 Transfer Acceleration