Hermes Wiki
CertExams/SAA-C03/AWS_Scope/11_MediaServices

12. Media Services

These services manage the complex ingestion, transcoding, and delivery of high-quality video content. Exam weight note: Media Services is a very lightly tested domain on SAA-C03 — expect at most a passing recognition question, not deep scenario analysis. Don't over-invest study time here relative to Compute/Storage/Networking/Database.

Elastic Transcoder vs. AWS Elemental MediaConvert (if it comes up at all): Elastic Transcoder is the older, simpler transcoding service shown here; AWS Elemental MediaConvert is the newer, more feature-rich file-based video transcoding service AWS now steers most new broadcast/OTT workloads toward (broader codec/format support, more professional workflow features). If an exam question describes a large-scale, professional broadcast/OTT transcoding pipeline, MediaConvert is more likely the intended answer than Elastic Transcoder even though MediaConvert isn't detailed as its own entry here.

Amazon Elastic Transcoder

Service Introduction: A cloud-based media transcoding service used to convert video files from their source into versions optimized for different devices.

Common Usage: Converting large master files into web-friendly formats like H.264 or AAC for mobile and desktop playback.

Project Examples:

  • Converting high-definition movie uploads into multiple bitrates for a streaming site.
  • Automating the generation of video thumbnails during the upload process.

Amazon Kinesis Video Streams

Service Introduction: A service to securely stream video from connected devices to AWS for real-time playback, analytics, and machine learning.

Common Usage: Handling the ingestion of live video feeds from thousands of cameras for low-latency processing.

Project Examples:

  • Ingesting live security camera feeds for real-time threat detection with Rekognition.
  • Building a live-monitoring dashboard for a fleet of industrial robots.
Hermes Wiki