Skip to content

Latest commit

 

History

History
78 lines (52 loc) · 2.77 KB

File metadata and controls

78 lines (52 loc) · 2.77 KB

Media Services Application Mapper (MSAM)

This workshop guides the user through basic understanding of MSAM including installation, configuration, tuning, and resource monitoring.

Workshop Agenda (re:Invent 2018)

  • Overview of Media Services Application Mapper
  • Install MSAM into your AWS account using CloudFormation
  • MSAM browser application
    • Content cache tuning
    • First run!
    • Review navigation, diagram layout, searching
    • Channel tiles
  • CloudWatch Integration
    • Understand monitoring, alarms, alerts
    • Create a pipeline alert

Part 1: Tool Overview

  • Learn the two main uses for MSAM (visualization, monitoring)
  • Learn how MSAM represents Media resources in the cloud, and how sets of resources are presented
  • Learn how resources are monitored with MSAM using CloudWatch

Review README

Part 2: Install MSAM

  • MSAM uses CloudFormation for installation and updates
  • Install all four MSAM templates into the same region
  • Be aware of the Input Parameters and Output subsections for each template

After installing the DynamoDB stack (Template 1), you can install the remaining stacks (Templates 2, 3, and 4) concurrently. There is no need to wait for each to finish before starting the next.

  • Use the same region where your Media Services workflow is running
  • Retrieve the API key for browser access

Navigate to the Install document and follow the instructions to install all four MSAM CloudFormation templates into your AWS account.

Part 3: Browser Application

Essential Diagram and Channel Tile Usage

  1. Navigate to the Usage document
  2. Read and follow the First Run instructions
  3. Practice navigation, layout, and search
  4. Create one or more channel tiles

Part 4: CloudWatch Alarms and Event Integration

MSAM integrates with CloudWatch alarms and MediaLive pipeline alerts, and can visually indicate alarm or alert conditions on diagram nodes.

  1. Navigate to the Usage document
  2. Review and configure CloudWatch alert and alarm subscriptions
  3. Learn about MediaLive pipeline alerts

Create a pipeline alert

  1. Stop your MediaLive Channel
  2. Edit your MediaLive Input
  3. Edit one input URL to make it invalid
  4. Save the MediaLive Input
  5. Start the MediaLive Channel
  6. Wait for Channel to start
  7. Find the MediaLive Channel in MSAM
  8. Wait for the pipeline alert to show on the MediaLive node
  9. Select the channel and click the monitor tab to view the alert
  10. Done? Go back and fix your input URL

Removal and Clean Up

When you are finished using MSAM and will no longer need it, proceed to the Uninstall document and follow the instructions.

Navigate

Navigate to README | Workshop | Install | Usage | Uninstall