fundamentals of cloud migrations - we are smpte · fundamentals of cloud migrations • break down...

39
Todd Gagorik, Senior Manager, Executive Programs Jamie Duemo, Senior Consultant, Global Media and Entertainment Practice May 24, 2018 Fundamentals of Cloud Migrations

Upload: others

Post on 22-May-2020

11 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Todd Gagorik, Senior Manager, Executive Programs

Jamie Duemo, Senior Consultant, Global Media and Entertainment Practice

May 24, 2018

Fundamentals of Cloud Migrations

Page 2: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Fundamentals of Cloud Migrations

• Break down the buzz words

• Relation to cloud-based media applications

• Cloud-based migration strategies

• Patterns, the process, and means of implementation

• Cloud-based pricing

• Overview

• Pricing methods

• Resources for cost optimization

Page 3: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Breaking Down the Buzz Words

Page 4: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

What are Microservices?

• Architectural and organizational approach to software development where software is composed of small independent services that communicate over well-defined APIs

• Components are developed, deployed, operated and scaled (without affecting other services)

• Each service focuses on executing one specific task

• Services are owned by small, self-contained teams

• Benefits

• Agility

• Easy deployment

• Technological freedom

Page 5: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

What is Decoupling?

• Building an architecture for complex workloads that allows autonomy

• Individual components are unaware of each other (loosely coupled)

• Scale horizontally instead of vertically

• Benefits

• Minimized blast radius• Components do not integrate through direct point-to-point interaction

• Allows for graceful failures

• Flexibility to scale

Page 6: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Decoupling Example

Controller A Controller B Controller C

Controller A Controller B Controller C

Queue

A

Queue

BQueue

C

Call a method in

B from ACall a method in

C from B

Tight coupling (procedural programming)

Loose coupling (independent phases using queues)

Page 7: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Decoupling Example

BXF

Traffic Automation

Traffic Automation

BXFBXF

QueueBXF

BXF

3 Hr Show Update

Page 8: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

What is Serverless Computing?

• Build and run applications and services without thinking about the actual servers

• Automatic provisioning, scaling and management of required resources

• Benefits

• No server management (zero administration)

• No cost if not computing (sub second metering)

• Continuous horizontal scaling as traffic/jobs increase

• High Availability automatically included

Page 9: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Translator

What is Serverless Computing?

Schedule

Traffic

Playlist

Translator Incoming

Translated

Completed

Traffic

Dedicated

Resource

Schedule

Coming!

Schedule

Final

Destination

I’m

here!

Page 10: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

AmazonSQS

Message queuing service

Run serverless codeAWS

Lambda

Other Serverless Services Examples

AWS ElementalMediaLive

Broadcast-grade live video encoding

AWS ElementalMediaConvert

File-based video transcoding

AWS ElementalMediaPackage

Packaging and DRM

AWS ElementalMediaTailor

Targeted ad insertion

AWS ElementalMediaStore

AWS storage service optimized for live video

Page 11: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Example Comparisons of On-Prem and AWS Terms

• Playout Server Comparison- Amazon Elastic Compute Cloud (EC2)

• NFS Comparison- Amazon Elastic File System (EFS)

• Archive Comparison- Amazon Glacier

• SNMP Traps/Alarms Comparison- Amazon CloudWatch and Amazon Simple Notification Service (SNS)

• Online and Nearline-ish Comparison- Amazon Simple Storage Service (S3)

AmazonS3

AmazonCloudWatch

Amazon SNS

AmazonEC2

Amazon EFS

Amazon Glacier

Page 12: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Cloud-based Migration Strategies

Page 13: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Acquisition

Production/Post

Playout & Distribution

DAM/MAM/Archive

OTT

Media Supply Chain

Publishing

Analytics

Cloud-Enabled Media Workloads

AI/ML

Page 14: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Start Experimenting

1. Experiment Continuously

2. Measure Relentlessly

3. Learn

• Change in thought process

• Focus on services, not servers

• Treat servers as disposable resources

• Fail early/fail often

Page 15: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Get Rid of Time-Consuming, Expensive Tasks

Move from risk-laden up-front expense to flexible variable expense

Stop guessing at capacity planning

Go global in minutes

Remove complicated infrastructuremanagement that adds little business value

StarTV drastically reduced both cost and time to market for its over-the-top (OTT) content

platform, hotstar.com. Novi Digital is one of India’s largest media companies, providing

streaming video for more than 40 channels in seven languages to more than 720 million users.

Page 16: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Focus on Your Core Mission

Lower the time spent on infrastructure

Concentrate on new business initiatives

Dedicate more resources to innovation

Page 17: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Cloud Migration Process

Migration to the Cloud is a process that takes time and iterations

Page 18: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Cloud Migration Process

1. Migration Preparation & Business Planning

2. Portfolio Discovery & Planning

4. Migration & Validation

3. Application & Design

5. Operate

Continuously

Optimize

Page 19: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Six Common Application Migration Strategies

1. Rehosting (“Lift and Shift”)

2. Replatforming (“Lift, Tinker and Shift”)

3. Repurchasing (“Drop and Shop”)

4. Refactoring/Re-Architecting

5. Retiring (“Get Rid Of”)

6. Retaining

4. Migration & Validation

3. Application & Design

Page 20: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Migration Strategies: Common Evolution

Abstraction

Amazon EC2

AWS LambdaAWS Batch

AmazonS3

Amazon EFSAmazon

DynamoDB

Amazon VPC

Amazon Rekognition

Amazon API Gateway*

AmazonSQS

Amazon ECS

AWS Elastic Beanstalk

Elastic Load Balancing

AmazonRDS

Amazon CloudFront

Co

mp

ute

Ne

two

rkP

ers

iste

nce

Ap

plica

tio

n

Amazon EBS

AWS MediaConvert

Amazon Polly

Amazon Redshift

AmazonRoute 53

Page 21: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Your

Datacenter

Amazon Web

Services

Fully Featured Compute

Resource & Deployment

Management

Common Controls for Security &

Access

Integrated Networking

Data Integration & Life Cycle

Management

Flexible hybrid options

Cloud Migrations Deploy However You Like

Page 22: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Accelerating Time-to-Market

Problem Statement

Difficult to scale and expand infrastructure with demand from heavy seasonal workloads, and on-premises solution was failing.

Scripps Network Interactive is the leading developer of lifestyle content across TV, digital, and emerging platforms, engaging more than 190 million consumers each month.

Use of AWS• Thinkbox Deadline• EC2 Spot Instances

Business Benefits• Faster time-to-market• Scalability• Cost savings

Hybrid Strategy: Scripps Networks

https://youtu.be/8axEbbQbQmI

Page 23: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Remote Editing in the Cloud Use Case: Pop TV

Problem Statement

Their editing facility reached maximum capacity. PopTV needed the ability to build extra editing bays on demand.

Use of AWS• EC2 G3 instances for high powered workstations and multi

monitor needs• S3 use for finished assets

Business Benefits• Smooth experience for their editing team (became the

preferred edit suites)• Allowed for editing bursting• Pop TV is now looking to leverage solution to create an

overall content hub strategy for business continuity

Edit Bays on DemandPop TV (joint venture between CBS Corporation and LionsgateEntertainment) is a general entertainment channel, focusing primarily on programs pertaining to popular culture.

https://www.youtube.com/watch?v=eMKzJnMLS3U

Page 24: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Full Flexibility to Build the Right Media Solutions

Storage Compute Database Networking CDN AI/ML

Native

AWS Core Services

CustomPartner

Security

AWS core services provide a foundation on which customers can build native, partner, and customized solutions

Page 25: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Build Natively

S3 Bucket (source)

Amazon Glacier Archive

Source Video(MOV, M4V, MPG, MP4)

S3 Bucket (MP4 output)

S3 Bucket (ABR output)

AWS Step Functions(ingest)

AWS Step Functions(processing)

AWS Step Functions(publishing)

AWS Lambda functions (workflow functions and error

handler)

Amazon DynamoDBtable

Amazon CloudWatch events Amazon SNS topics (publishing and error

notifications

Workflow

Amazon CloudFront

AWS ElementalMediaConvert

https://aws.amazon.com/answers/media-entertainment/video-on-demand-on-aws/

Page 26: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Build with Partners

Page 27: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Build with Partners: SDVI (SAAS)PRODUCERS

PORTAL

Technical evaluation of submitted

materials

File Validation

ACCEPT

REJECT

Automated QC

Provider

#2

Provider

#1

Provider

#3

MAM UPDATE

Proxy Creation

Provider

#2

Provider

#1

Provider

#3

Proxy based evaluation of source

material

Manual QC Review

Re-wrap, transcode, format conversion

& time compression

Content Transformation

Provider

#1

XCODE

Provider

#2

XCODE

Provider

#3

XCODE

Provider

#1

Re-Wrap

Provider

#1

Format

Provider

#1

Time

Delivery & Notification

Deliver derivative file(s)

Notify external systems of status &

file locations

Non-video(graphics / audio)

Virus Scan

MAM UPDATE

REG

ION

1

REG

ION

2

REG

ION

5

REG

ION

7

REG

ION

9

MAM UPDATE

MAM UPDATE

PRODUCERS

PORTAL

MAM UPDATE

AWS Direct Connect

Application Load Balancer

Amazon S3

Amazon EBS

AMI

Auto

Scaling

instances

AWS

CloudFormationAWS

CloudTrail

AWS Lambda

Amazon VPC

Elastic Network Interface

Endpoints Amazon

CloudWatch

AWS

IAM

Amazon

SQS

Amazon

SNSAWS Elemental MediaConvert

Page 28: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Build with Partners: Veset (Managed Service SAAS)

Application Load Balancer

Amazon S3

Amazon EBS Auto

Scaling

instances

AWS

CloudFormation

AWS Lambda

Amazon VPC

Endpoints

AWS

IAM

Amazon

RDS

Amazon

Route 53

Elastic

Load

Balancer

Amazon

SNS

https://veset.tv

Page 29: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Build with Partners: Evertz (BYOL)

AWS Direct

Connect

Application Load Balancer

Amazon S3

Amazon EBS

instances

AMI

instance w/

CloudWatch

Auto

Scaling

AWS

LambdaAmazon

VPC

Elastic

Network

Interface

Endpoints

AWS

CloudFormation

AWS

CloudTrail

Amazon

CloudWatch

AWS

IAM

Amazon

SQSAmazon

SNS

https://youtu.be/kWmpSJXYJgk

Page 30: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Build with Well-Architected In Mind

Security Reliability Performance Efficiency

Cost Optimization

Operational Excellence

Job #1. Build for failure More with lessMargin &

Bottom-lineBuild, Run,

Monitor, Scale

Page 31: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Cloud-based Pricing Overview

Page 32: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

AWS Pricing: Overview

• Pay-as-you-go model

• Pay less by using more

• Save when you reserve

• Compute on the spot options

• Resources available to assist with Cost Optimization

Page 33: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

AWS Pricing: Pay as You Go

• Pay for the individual services used

• Pay for only as long as used

• Trade upfront capex costs with variable costs

• Easily adapt to changing business needs without overcommitting

Page 34: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

AWS Pricing: Pay Less as You Use More

• Data Transfer In

• No Charge

Volume-Based Pricing

Page 35: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

AWS Pricing: Save When You Reserve

Page 36: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

AWS Pricing: Compute on the Spot Options

• Spot Instances

• Unused EC2 instance• Priced less than the EC2 On-Demand price

• Cost-effective choice• If you can be flexible about when your application runs

• If you application can be interrupted

• Batch jobs, background processing (i.e. new content virus scans)

Page 37: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

AWS Pricing: Spot Instances

XL

Ingest/QC

Ingest

Auto Scaling group

EC2 Reserved Instances

EC2 Spot Instances

Page 38: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

AWS Pricing: Resources

• Cost Optimization

• Numerous Whitepapers available to assist with the cost management strategy

• Tips for “Right Sizing” your services

• Use instructions for using the spot market

• Tools to monitor, track and analyze your environment

• Free Tier (12 months free offers and always free products)

• TCO Calculator

• Simple Monthly Calculator

https://aws.amazon.com/economics/resources/

Page 39: Fundamentals of Cloud Migrations - We are SMPTE · Fundamentals of Cloud Migrations • Break down the buzz words ... AWS Elemental MediaStore AWS storage service optimized for live

Todd Gagorik, Senior Manager, Executive Programs

Jamie Duemo, Senior Consultant, Global Media and Entertainment Practice

May 24, 2018

THANK YOU!