ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

100 / 465

Question 100:

Your website is serving on-demand training videos to your workforce. Videos are uploaded monthly in high-resolution MP4 format. Your workforce is distributed globally, often on the move and using company-provided tablets that require the HTTP Live Streaming (HLS) protocol to watch a video. Your company has no video transcoding expertise, and it required that you may need to pay for a consultant. How would you implement the most cost-efficient architecture without compromising the high availability and quality of video delivery?

Answer options:

A.Elastic Transcoder to transcode original high-resolution MP4 videos to HLS. Use S3 to host videos and use CloudFront to serve HLS transcoded videos from S3.
B.A video transcoding pipeline running on EC2 using SQS to distribute tasks and Auto Scaling to adjust the number of nodes depending on the length of the queue. Use S3 to host videos with Lifecycle Management to archive all files to Glacier after a few days. Use CloudFront to serve HLS transcoding videos from Glacier.
C.Elastic Transcoder to transcode original high-resolution MP4 videos to HLS. EBS volumes to host videos and EBS snapshots to incrementally backup original rues after a few days. Use CloudFront to serve HLS transcoded videos from EC2.
D.A video transcoding pipeline running on EC2 using SQS to distribute tasks and Auto Scaling to adjust the number of nodes depending on the length of the queue. EBS volumes to host videos and EBS snapshots to incrementally backup original files after a few days. Use CloudFront to serve HLS transcoded videos from EC2.