AWS Certified Solutions Architect – Associate (SAA-C03) — Question 290
A company wants to create a mobile app that allows users to stream slow-motion video clips on their mobile devices. Currently, the app captures video clips and uploads the video clips in raw format into an Amazon S3 bucket. The app retrieves these video clips directly from the S3 bucket. However, the videos are large in their raw format.
Users are experiencing issues with buffering and playback on mobile devices. The company wants to implement solutions to maximize the performance and scalability of the app while minimizing operational overhead.
Which combination of solutions will meet these requirements? (Choose two.)
Answer options
- A. Deploy Amazon CloudFront for content delivery and caching.
- B. Use AWS DataSync to replicate the video files across AW'S Regions in other S3 buckets.
- C. Use Amazon Elastic Transcoder to convert the video files to more appropriate formats.
- D. Deploy an Auto Sealing group of Amazon EC2 instances in Local Zones for content delivery and caching.
- E. Deploy an Auto Scaling group of Amazon EC2 instances to convert the video files to more appropriate formats.
Correct answer: A
Explanation
Amazon CloudFront (Option A) reduces latency and buffering by caching and delivering video clips from edge locations closer to mobile users. To address the large raw video sizes with minimal operational overhead, Amazon Elastic Transcoder (Option C) is the ideal managed service to convert videos into streaming-optimized formats, whereas managing EC2 instances for transcoding (Option E) or caching (Option D) introduces unnecessary administrative burden.