
Answer-first summary for fast verification
Answer: Leverage Amazon CloudFront with signed URLs for content delivery.
The correct answer is C: 'Leverage Amazon CloudFront with signed URLs for content delivery.' Amazon CloudFront is designed to handle the required scalability and provide low-latency content delivery to millions of users. By using signed URLs, the company can restrict access to only authorized users, ensuring that the content is secured while being streamed. The other options either do not scale as efficiently (Options B and D) or do not provide the necessary content delivery network (CDN) capabilities required for a large, globally distributed user base (Option A).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a solutions architect, recommend a method for a company to enable authorized users to access their content on mobile devices through an AWS-based mobile app, ensuring scalability to millions of users.
A
Use Amazon S3 with AWS KMS for content streaming.
B
Implement IPsec VPN for secure content streaming.
C
Leverage Amazon CloudFront with signed URLs for content delivery.
D
Deploy AWS Client VPN for secure mobile access.
No comments yet.