exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 63 discussion

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 you may need to pay for a consultant.
How do you implement the most cost-efficient architecture without compromising high availability and quality of video delivery?

  • A. 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. CloudFront to serve HLS transcoded videos from EC2.
  • B. Elastic Transcoder to transcode original high-resolution MP4 videos to HLS. EBS volumes to host videos and EBS snapshots to incrementally backup original files after a few days. CloudFront to serve HLS transcoded videos from EC2.
  • C. Elastic Transcoder to transcode original high-resolution MP4 videos to HLS. S3 to host videos with Lifecycle Management to archive original files to Glacier after a few days. CloudFront to serve HLS transcoded videos from S3.
  • 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. S3 to host videos with Lifecycle Management to archive all files to Glacier after a few days. CloudFront to serve HLS transcoded videos from Glacier.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
amministrazione
10 months, 1 week ago
C. Elastic Transcoder to transcode original high-resolution MP4 videos to HLS. S3 to host videos with Lifecycle Management to archive original files to Glacier after a few days. CloudFront to serve HLS transcoded videos from S3.
upvoted 1 times
...
klientel
2 years, 11 months ago
Selected Answer: C
The answer is C
upvoted 3 times
...
altonh
2 years, 11 months ago
The answer is C. For those who think it's B because of the Glacier, take note that it is the ORIGINAL file that is moved to Glacier, not the CONVERTED file.
upvoted 4 times
...
makpk
3 years ago
C. Amazon Elastic Transcoder uses pipelines to manage transcoding jobs. When you create a job, you specify the pipeline that you want to submit the job to. Pipelines are closely tied to an S3 bucket that you specify.
upvoted 2 times
...
Anhdd
3 years ago
Selected Answer: B
B for me Because option C mention S3 glacier which is not really HA (99.5%) while other S3 type is 99.9% and the question request that need maintain HA
upvoted 1 times
Anhdd
3 years ago
After re-read the question, I change to C
upvoted 2 times
...
Anhdd
3 years ago
my bad, I have mistake between S3 One-Zone IA which is HA (99.5%), not S3 Glacier. C would be better solution here
upvoted 1 times
...
...
walkwolf3
3 years, 1 month ago
B. For C, once file is moved in Glacier, it will take time to retrieve.
upvoted 2 times
Cal88
2 years, 7 months ago
You are moving the original video to glacier which is high in size and will increase cost. You will server your users the transcoded video which is still on S3 So C is the correct answer for me
upvoted 1 times
...
...
bobsmith2000
3 years, 1 month ago
Why C? Glacier doesn't seem to be correct.
upvoted 2 times
Network_1
2 years, 9 months ago
Glacier is for achieving the original videos which are in mp4 format, not the transcoded videos
upvoted 1 times
...
...
cldy
3 years, 6 months ago
C. Elastic Transcoder to transcode original high-resolution MP4 videos to HLS. S3 to host videos with Lifecycle Management to archive original files to Glacier after a few days. CloudFront to serve HLS transcoded videos from S3.
upvoted 1 times
...
pt8
3 years, 7 months ago
To serve the video from S3 when they are archieved in Glacier after a few days? It doesn't seem right.
upvoted 3 times
...
01037
3 years, 8 months ago
C It's MediaConvert now
upvoted 3 times
...
Malcnorth59
3 years, 8 months ago
C form me
upvoted 1 times
...
ppshein
3 years, 8 months ago
I will go C
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...