SlideShare uma empresa Scribd logo
1 de 44
Baixar para ler offline
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Robust Live-Video Transport Workflows with AWS
Elemental MediaConnect
Alex Dunlap
General Manager
AWS Elemental
K E M 2 1
David Griggs
Senior Product Manager
AWS Elemental
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Agenda
Live video transport―the industry and its challenges
Introducing AWS Elemental MediaConnect
AWS Elemental MediaConnect key capabilities
Customer use cases
Inside AWS Elemental MediaConnect
Pricing AWS Elemental MediaConnect
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Live video transport today
Live video remains a critical component of
broadcast programming
Operators need robust, secure live video
transport
Cloud-based workflows are becoming
operationally and commercially compelling
Content owners are discovering
broader geographical audiences
Operators are under pressure to find
cost-effective solutions
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Live video transport today―the challenges
Infrastructure providers: managed networks, fiber, and satellite
Satellite transponders have fixed geographical coverage and bandwidth capacity
Onboarding of new channels can take weeks or months
Customers are expected to commit to long-term utilization contracts
Self-managed IP-based solutions
The customer is required to deploy, configure, and maintain complex systems
The customer is required to work with multiple vendors for a complete solution
Customer needs to build or add solutions to enable features like security or sharing
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Elemental MediaConnect is a reliable, secure, and
flexible transport service for live video that enables
customers to build transformation and global distribution
workflows quickly and cost-effectively.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
How will customers use
AWS Elemental MediaConnect?
Contribution
Reliably ingest content into the AWS
network to enable cloud-based live video
processing workflows
Distribution
Securely distribute content to multiple
destinations inside and outside of the AWS
network
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
The four critical tenets
Reliability
Security
Agility
Transparency
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Robust live-video transport
High-availability protocols
RTP + Forward Error Correction (FEC)
Native support for Zixi protocol
First/last mile agnostic
Managed or unmanaged networks
AWS Direct Connect or public internet
Mezzanine quality video
Up to 80Mbps bitrate
AVC, HEVC, and MPEG-2 transport stream
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Secure
AES-256
Industry standard,
end-to-end encryption
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Agile and flexible
A managed AWS service
Serverless architecture
Self-healing and auto-scaling
Deploy in minutes instead of months
No lengthy contract negotiations
Easy to configure and manage
Pay only for what you use
On-demand pricing
Simple, predictable, and understandable
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Transparent and measurable
Network and TS level metrics
FEC and ARQ statistics
TR101-290 priority 1 and 2 alarms
Full support for Amazon CloudWatch
Create multi-service dashboards
Manage custom-built alarms
Amazon
CloudWatch
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
CONTRIBUTION
Ingest content securely and reliably
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Enabling live video cloud-based processing
Client
Region
Live Source
AWS
Elemental
Live
Encoding Transport Encoding Packaging and Delivery
On-Premises
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Fully redundant contribution
Client
Region 1
Live Source
AWS
Elemental
Live
Encoding Transport Encoding Packaging and Delivery
Availability zone 1
Availability zone 2
AWS
Elemental
Live
MediaLive
Input-1
MediaLive
Input-2
On-Premises
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
DISTRIBUTION
Securely deliver content to destinations globally
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Business to business distribution
Region 1
Transport
Region 2
Transport
Corporate data
center
Destination
Corporate data
center
Source
On-Premises On-Premises
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Live video replication―multiple destinations
Region 1
Transport
Region 2
Transport Destination
(AWS)
Corporate data
center
Source
Corporate data
center
Destination
On-Premises On-Premises
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Intuitive content sharing
ENTITLEMENTS
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Securely share content
across AWS accounts
Entitlements allow you to give other
AWS account holders the right to
subscribe to your live content
Decouple the subscription from the
entitlement
Clearly define what resources belong to
you and the subscriber
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
The entitlement workflow
TransportSource
Region 1
Corporate data
center
Originator’s Account
Transport
Corporate data
center
Destination
Region 2
Subscriber's Account
Transport
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
A reference architecture
Client
Region
AWS
Elemental
Live
On-Premises
Multicast UDP
Network
On-Premises
Zixi Receiver
Multicast UDP
Network
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
What is a flow?
A flow is the AWS Elemental MediaConnect primary resource
Source
ARN
Name
Protocol
Port
Whitelist (CIDR)
Output
ARN
Name
Protocol
IP Address
Port
Flow
ARN
Name
Description
IP Address
Availability Zone
Output
ARN
Name
Protocol
IP Address
Port
Output
ARN
Name
Protocol
IP Address
Port
Output
ARN
Name
Protocol
IP Address
Port
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Flow management
AWS Console
Intuitive control for non-technical users
Access anywhere
API & AWS Command Line Interface
(AWS CLI)
Flexible control for the technical user
Fast programmatic interface
Make changes to running flows
No need to restart the flow
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Creating a flow using AWS CLI
aws --profile my_awesome_profile
--region us-west-2 mediaconnect
create-flow
--name ‘HelloWorld’
--source WhitelistCidr=0.0.0.0/0,Protocol=zixi-push
Source
ARN
Name
Protocol
Port
Whitelist (CIDR)
Flow
ARN
Name
IP Address
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Adding outputs using the SDK
def add_output (self, output ,ARN):
resp = self.client.add_flow_outputs(
FlowArn = ARN,
Outputs = output
)
return resp
Source
ARN
Name
Protocol
Port
Whitelist (CIDR)
Flow
ARN
Name
IP Address
Output
ARN
Name
Protocol
IP Address
Port
output = [
{
"Destination": ”10.10.1.1",
"Description": ”Test Output",
"Name": "NewOutput1",
"Protocol": "rtp-fec",
"Port": 5000
}
]
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Updating an output using the SDK
def update_output (self, output, OutputARN, ARN):
resp=False
resp = self.client.update_flow_output(
OutputArn=OutputARN,
FlowArn= ARN,
Destination=output['Destination'],
Description=output['Description'],
Encryption=output['Encryption’],
Port=output['Port'],
Protocol=output['Protocol']
)
return resp
Source
ARN
Name
Protocol
Port
Whitelist (CIDR)
Flow
ARN
Name
IP Address
Output
ARN
Name
Protocol
IP Address
Port
output = [
{
"Destination": ”10.10.1.1",
"Description": ”Test Output",
"Name": "NewOutput1",
"Protocol": "rtp-fec",
"Port": 5000
}
]
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS CLI demonstration
aws --profile my_awesome_profile
--region us-west-2 mediaconnect
create-flow
--name ‘HelloWorld’
--source WhitelistCidr=0.0.0.0/0,Protocol=zixi-push
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Customer spotlight
Kris Barker
Head of Product Development
Adrian Golding
Head of Apps and Software - Media Services
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Who is Arqiva?
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
The Arqiva cloud journey
AWS Cloud
Playout
VOD and Media
Asset Management IP Streaming Linear Headend
VPC
SaaS
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
What AWS MediaConnect means for the industry
Region
AWS CloudContent Provider Arqiva
Content
Zixi Encoder
MCR Operations
Internet
Zixi Receiver
Zixi Receiver
Cisco vDCM
Cisco vDCM
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Region
AWS CloudArqiva
MCR
Operations
Mezzanine
Encoder(s)
Zixi Feeder
Zixi Feeder
Multi-screen
Devices
What AWS MediaConnect means for the industry
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
39
curl --header "Content-Type:
application/json" 
--request POST 
--data 

‘{“protocol”: “zixi”,
,“destinations”:
{“APAC”: [“x”,”y”,”z”],
“SA”: [“a”,”b”,”c”}
}’ 

http://video-
distribution:3000/api/create-
pipeline
Contribution
Encoder
API
Gateway
On-Premises
AWS MediaConnect and orchestration
AWS Cloud
Dublin Virginia
Sydney
VPC
VPC
VPC
VPC
Client
Lambda Function Builds Pipeline
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
COST EFFICIENT
Commercially compelling pricing
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Simple, predictable pricing model
On-demand pricing for ultimate flexibility
Pay for only the bytes you transfer and the time you use
No commitments or contracts
US-East (Virginia)
$0.16/hour per running flow
From $0.01/GB data transfer
Ingest is free
Thank you!
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Alex Dunlap
dunlap@amazon.com
David Griggs
davgrigg@amazon.com
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Mais conteúdo relacionado

Mais procurados

Build a Voice-Based Chatbot for Your Amazon Connect Contact Center (BAP401-R1...
Build a Voice-Based Chatbot for Your Amazon Connect Contact Center (BAP401-R1...Build a Voice-Based Chatbot for Your Amazon Connect Contact Center (BAP401-R1...
Build a Voice-Based Chatbot for Your Amazon Connect Contact Center (BAP401-R1...Amazon Web Services
 
Getting Started with AWS Greengrass (IOT215-R3) - AWS re:Invent 2018
Getting Started with AWS Greengrass (IOT215-R3) - AWS re:Invent 2018Getting Started with AWS Greengrass (IOT215-R3) - AWS re:Invent 2018
Getting Started with AWS Greengrass (IOT215-R3) - AWS re:Invent 2018Amazon Web Services
 
Deploying Your ONNX Deep Learning with Apache MXNet Model Server (AIM413) - A...
Deploying Your ONNX Deep Learning with Apache MXNet Model Server (AIM413) - A...Deploying Your ONNX Deep Learning with Apache MXNet Model Server (AIM413) - A...
Deploying Your ONNX Deep Learning with Apache MXNet Model Server (AIM413) - A...Amazon Web Services
 
ALB User Authentication: Identity Management at Scale with Netflix (NET204) -...
ALB User Authentication: Identity Management at Scale with Netflix (NET204) -...ALB User Authentication: Identity Management at Scale with Netflix (NET204) -...
ALB User Authentication: Identity Management at Scale with Netflix (NET204) -...Amazon Web Services
 
Broadcasting the World's Largest Sporting Events: AWS Media Services When It ...
Broadcasting the World's Largest Sporting Events: AWS Media Services When It ...Broadcasting the World's Largest Sporting Events: AWS Media Services When It ...
Broadcasting the World's Largest Sporting Events: AWS Media Services When It ...Amazon Web Services
 
Making Hybrid Work for You: Getting into the Cloud Fast (GPSTEC308) - AWS re:...
Making Hybrid Work for You: Getting into the Cloud Fast (GPSTEC308) - AWS re:...Making Hybrid Work for You: Getting into the Cloud Fast (GPSTEC308) - AWS re:...
Making Hybrid Work for You: Getting into the Cloud Fast (GPSTEC308) - AWS re:...Amazon Web Services
 
Alexa for Device Makers: Create Products with Alexa Built-In Using AVS (ALX30...
Alexa for Device Makers: Create Products with Alexa Built-In Using AVS (ALX30...Alexa for Device Makers: Create Products with Alexa Built-In Using AVS (ALX30...
Alexa for Device Makers: Create Products with Alexa Built-In Using AVS (ALX30...Amazon Web Services
 
Manage & Deliver Your 3D Assets to Your AR/VR JavaScript Applications (MOB312...
Manage & Deliver Your 3D Assets to Your AR/VR JavaScript Applications (MOB312...Manage & Deliver Your 3D Assets to Your AR/VR JavaScript Applications (MOB312...
Manage & Deliver Your 3D Assets to Your AR/VR JavaScript Applications (MOB312...Amazon Web Services
 
Machine Learning at the IoT Edge (IOT214) - AWS re:Invent 2018
Machine Learning at the IoT Edge (IOT214) - AWS re:Invent 2018Machine Learning at the IoT Edge (IOT214) - AWS re:Invent 2018
Machine Learning at the IoT Edge (IOT214) - AWS re:Invent 2018Amazon Web Services
 
Managing Connected Devices at Scale with AWS IoT Device Management, ft. Hudl ...
Managing Connected Devices at Scale with AWS IoT Device Management, ft. Hudl ...Managing Connected Devices at Scale with AWS IoT Device Management, ft. Hudl ...
Managing Connected Devices at Scale with AWS IoT Device Management, ft. Hudl ...Amazon Web Services
 
Customizing Data Lakes to Work for Your Enterprise with Sysco (STG340) - AWS ...
Customizing Data Lakes to Work for Your Enterprise with Sysco (STG340) - AWS ...Customizing Data Lakes to Work for Your Enterprise with Sysco (STG340) - AWS ...
Customizing Data Lakes to Work for Your Enterprise with Sysco (STG340) - AWS ...Amazon Web Services
 
Network Foundations on AWS (GPSCT409) - AWS re:Invent 2018
Network Foundations on AWS (GPSCT409) - AWS re:Invent 2018Network Foundations on AWS (GPSCT409) - AWS re:Invent 2018
Network Foundations on AWS (GPSCT409) - AWS re:Invent 2018Amazon Web Services
 
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. General El...
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. General El...Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. General El...
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. General El...Amazon Web Services
 
How Verizon is Accelerating Cloud Adoption and Migration with the AWS Service...
How Verizon is Accelerating Cloud Adoption and Migration with the AWS Service...How Verizon is Accelerating Cloud Adoption and Migration with the AWS Service...
How Verizon is Accelerating Cloud Adoption and Migration with the AWS Service...Amazon Web Services
 
Best Practices for Safe Deployments on AWS Lambda and Amazon API Gateway (SRV...
Best Practices for Safe Deployments on AWS Lambda and Amazon API Gateway (SRV...Best Practices for Safe Deployments on AWS Lambda and Amazon API Gateway (SRV...
Best Practices for Safe Deployments on AWS Lambda and Amazon API Gateway (SRV...Amazon Web Services
 
Have Your Front End and Monitor It, Too (ANT303) - AWS re:Invent 2018
Have Your Front End and Monitor It, Too (ANT303) - AWS re:Invent 2018Have Your Front End and Monitor It, Too (ANT303) - AWS re:Invent 2018
Have Your Front End and Monitor It, Too (ANT303) - AWS re:Invent 2018Amazon Web Services
 
Failing Successfully in the Cloud: AWS Approach to Resilient Design (ARC335-R...
Failing Successfully in the Cloud: AWS Approach to Resilient Design (ARC335-R...Failing Successfully in the Cloud: AWS Approach to Resilient Design (ARC335-R...
Failing Successfully in the Cloud: AWS Approach to Resilient Design (ARC335-R...Amazon Web Services
 
Operationalizing Machine Learning to Deliver Content at Scale (MAE306) - AWS ...
Operationalizing Machine Learning to Deliver Content at Scale (MAE306) - AWS ...Operationalizing Machine Learning to Deliver Content at Scale (MAE306) - AWS ...
Operationalizing Machine Learning to Deliver Content at Scale (MAE306) - AWS ...Amazon Web Services
 
Improve Accessibility Using Machine Learning (AIM332) - AWS re:Invent 2018
Improve Accessibility Using Machine Learning (AIM332) - AWS re:Invent 2018Improve Accessibility Using Machine Learning (AIM332) - AWS re:Invent 2018
Improve Accessibility Using Machine Learning (AIM332) - AWS re:Invent 2018Amazon Web Services
 
Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...
Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...
Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...Amazon Web Services
 

Mais procurados (20)

Build a Voice-Based Chatbot for Your Amazon Connect Contact Center (BAP401-R1...
Build a Voice-Based Chatbot for Your Amazon Connect Contact Center (BAP401-R1...Build a Voice-Based Chatbot for Your Amazon Connect Contact Center (BAP401-R1...
Build a Voice-Based Chatbot for Your Amazon Connect Contact Center (BAP401-R1...
 
Getting Started with AWS Greengrass (IOT215-R3) - AWS re:Invent 2018
Getting Started with AWS Greengrass (IOT215-R3) - AWS re:Invent 2018Getting Started with AWS Greengrass (IOT215-R3) - AWS re:Invent 2018
Getting Started with AWS Greengrass (IOT215-R3) - AWS re:Invent 2018
 
Deploying Your ONNX Deep Learning with Apache MXNet Model Server (AIM413) - A...
Deploying Your ONNX Deep Learning with Apache MXNet Model Server (AIM413) - A...Deploying Your ONNX Deep Learning with Apache MXNet Model Server (AIM413) - A...
Deploying Your ONNX Deep Learning with Apache MXNet Model Server (AIM413) - A...
 
ALB User Authentication: Identity Management at Scale with Netflix (NET204) -...
ALB User Authentication: Identity Management at Scale with Netflix (NET204) -...ALB User Authentication: Identity Management at Scale with Netflix (NET204) -...
ALB User Authentication: Identity Management at Scale with Netflix (NET204) -...
 
Broadcasting the World's Largest Sporting Events: AWS Media Services When It ...
Broadcasting the World's Largest Sporting Events: AWS Media Services When It ...Broadcasting the World's Largest Sporting Events: AWS Media Services When It ...
Broadcasting the World's Largest Sporting Events: AWS Media Services When It ...
 
Making Hybrid Work for You: Getting into the Cloud Fast (GPSTEC308) - AWS re:...
Making Hybrid Work for You: Getting into the Cloud Fast (GPSTEC308) - AWS re:...Making Hybrid Work for You: Getting into the Cloud Fast (GPSTEC308) - AWS re:...
Making Hybrid Work for You: Getting into the Cloud Fast (GPSTEC308) - AWS re:...
 
Alexa for Device Makers: Create Products with Alexa Built-In Using AVS (ALX30...
Alexa for Device Makers: Create Products with Alexa Built-In Using AVS (ALX30...Alexa for Device Makers: Create Products with Alexa Built-In Using AVS (ALX30...
Alexa for Device Makers: Create Products with Alexa Built-In Using AVS (ALX30...
 
Manage & Deliver Your 3D Assets to Your AR/VR JavaScript Applications (MOB312...
Manage & Deliver Your 3D Assets to Your AR/VR JavaScript Applications (MOB312...Manage & Deliver Your 3D Assets to Your AR/VR JavaScript Applications (MOB312...
Manage & Deliver Your 3D Assets to Your AR/VR JavaScript Applications (MOB312...
 
Machine Learning at the IoT Edge (IOT214) - AWS re:Invent 2018
Machine Learning at the IoT Edge (IOT214) - AWS re:Invent 2018Machine Learning at the IoT Edge (IOT214) - AWS re:Invent 2018
Machine Learning at the IoT Edge (IOT214) - AWS re:Invent 2018
 
Managing Connected Devices at Scale with AWS IoT Device Management, ft. Hudl ...
Managing Connected Devices at Scale with AWS IoT Device Management, ft. Hudl ...Managing Connected Devices at Scale with AWS IoT Device Management, ft. Hudl ...
Managing Connected Devices at Scale with AWS IoT Device Management, ft. Hudl ...
 
Customizing Data Lakes to Work for Your Enterprise with Sysco (STG340) - AWS ...
Customizing Data Lakes to Work for Your Enterprise with Sysco (STG340) - AWS ...Customizing Data Lakes to Work for Your Enterprise with Sysco (STG340) - AWS ...
Customizing Data Lakes to Work for Your Enterprise with Sysco (STG340) - AWS ...
 
Network Foundations on AWS (GPSCT409) - AWS re:Invent 2018
Network Foundations on AWS (GPSCT409) - AWS re:Invent 2018Network Foundations on AWS (GPSCT409) - AWS re:Invent 2018
Network Foundations on AWS (GPSCT409) - AWS re:Invent 2018
 
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. General El...
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. General El...Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. General El...
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. General El...
 
How Verizon is Accelerating Cloud Adoption and Migration with the AWS Service...
How Verizon is Accelerating Cloud Adoption and Migration with the AWS Service...How Verizon is Accelerating Cloud Adoption and Migration with the AWS Service...
How Verizon is Accelerating Cloud Adoption and Migration with the AWS Service...
 
Best Practices for Safe Deployments on AWS Lambda and Amazon API Gateway (SRV...
Best Practices for Safe Deployments on AWS Lambda and Amazon API Gateway (SRV...Best Practices for Safe Deployments on AWS Lambda and Amazon API Gateway (SRV...
Best Practices for Safe Deployments on AWS Lambda and Amazon API Gateway (SRV...
 
Have Your Front End and Monitor It, Too (ANT303) - AWS re:Invent 2018
Have Your Front End and Monitor It, Too (ANT303) - AWS re:Invent 2018Have Your Front End and Monitor It, Too (ANT303) - AWS re:Invent 2018
Have Your Front End and Monitor It, Too (ANT303) - AWS re:Invent 2018
 
Failing Successfully in the Cloud: AWS Approach to Resilient Design (ARC335-R...
Failing Successfully in the Cloud: AWS Approach to Resilient Design (ARC335-R...Failing Successfully in the Cloud: AWS Approach to Resilient Design (ARC335-R...
Failing Successfully in the Cloud: AWS Approach to Resilient Design (ARC335-R...
 
Operationalizing Machine Learning to Deliver Content at Scale (MAE306) - AWS ...
Operationalizing Machine Learning to Deliver Content at Scale (MAE306) - AWS ...Operationalizing Machine Learning to Deliver Content at Scale (MAE306) - AWS ...
Operationalizing Machine Learning to Deliver Content at Scale (MAE306) - AWS ...
 
Improve Accessibility Using Machine Learning (AIM332) - AWS re:Invent 2018
Improve Accessibility Using Machine Learning (AIM332) - AWS re:Invent 2018Improve Accessibility Using Machine Learning (AIM332) - AWS re:Invent 2018
Improve Accessibility Using Machine Learning (AIM332) - AWS re:Invent 2018
 
Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...
Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...
Predictive Scaling for More Responsive Applications (API330) - AWS re:Invent ...
 

Semelhante a [NEW LAUNCH!] Introducing AWS Elemental MantaRay (CTD325) - AWS re:Invent 2018

Building and Moving Live Broadcasting to AWS (CTD305) - AWS re:Invent 2018
Building and Moving Live Broadcasting to AWS (CTD305) - AWS re:Invent 2018Building and Moving Live Broadcasting to AWS (CTD305) - AWS re:Invent 2018
Building and Moving Live Broadcasting to AWS (CTD305) - AWS re:Invent 2018Amazon Web Services
 
Insights into the Government Glass-to-Glass Video Workflows (CTD408) - AWS re...
Insights into the Government Glass-to-Glass Video Workflows (CTD408) - AWS re...Insights into the Government Glass-to-Glass Video Workflows (CTD408) - AWS re...
Insights into the Government Glass-to-Glass Video Workflows (CTD408) - AWS re...Amazon Web Services
 
Customize a "VOD on AWS" Transcoding Solution with QC, DRM, and More (CTD412)...
Customize a "VOD on AWS" Transcoding Solution with QC, DRM, and More (CTD412)...Customize a "VOD on AWS" Transcoding Solution with QC, DRM, and More (CTD412)...
Customize a "VOD on AWS" Transcoding Solution with QC, DRM, and More (CTD412)...Amazon Web Services
 
Deep Dive on New AWS Networking Features - AWS Online Tech Talks
Deep Dive on New AWS Networking Features - AWS Online Tech TalksDeep Dive on New AWS Networking Features - AWS Online Tech Talks
Deep Dive on New AWS Networking Features - AWS Online Tech TalksAmazon Web Services
 
Hosting .NET Applications on AWS - AWS Federal Pop-Up Loft
Hosting .NET Applications on AWS  - AWS Federal Pop-Up LoftHosting .NET Applications on AWS  - AWS Federal Pop-Up Loft
Hosting .NET Applications on AWS - AWS Federal Pop-Up LoftAmazon Web Services
 
How Vanguard and Bloomberg Use AWS PrivateLink (NET323) - AWS re:Invent 2018
How Vanguard and Bloomberg Use AWS PrivateLink (NET323) - AWS re:Invent 2018How Vanguard and Bloomberg Use AWS PrivateLink (NET323) - AWS re:Invent 2018
How Vanguard and Bloomberg Use AWS PrivateLink (NET323) - AWS re:Invent 2018Amazon Web Services
 
Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...
Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...
Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...Amazon Web Services
 
Scale Your Studio: Rendering with Spot and Deadline on AWS (CMP202) - AWS re:...
Scale Your Studio: Rendering with Spot and Deadline on AWS (CMP202) - AWS re:...Scale Your Studio: Rendering with Spot and Deadline on AWS (CMP202) - AWS re:...
Scale Your Studio: Rendering with Spot and Deadline on AWS (CMP202) - AWS re:...Amazon Web Services
 
Capture and Stream Live and On-Demand Video for the Public Sector
Capture and Stream Live and On-Demand Video for the Public SectorCapture and Stream Live and On-Demand Video for the Public Sector
Capture and Stream Live and On-Demand Video for the Public SectorAmazon Web Services
 
Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018
Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018
Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018Amazon Web Services
 
深入淺出 AWS 混合式雲端架構
深入淺出 AWS 混合式雲端架構 深入淺出 AWS 混合式雲端架構
深入淺出 AWS 混合式雲端架構 Amazon Web Services
 
PrivateLink for Partners: Connectivity, Scale, Security (GPSTEC306) - AWS re:...
PrivateLink for Partners: Connectivity, Scale, Security (GPSTEC306) - AWS re:...PrivateLink for Partners: Connectivity, Scale, Security (GPSTEC306) - AWS re:...
PrivateLink for Partners: Connectivity, Scale, Security (GPSTEC306) - AWS re:...Amazon Web Services
 
Deploying Microservices using AWS Fargate (CON315-R1) - AWS re:Invent 2018
Deploying Microservices using AWS Fargate (CON315-R1) - AWS re:Invent 2018Deploying Microservices using AWS Fargate (CON315-R1) - AWS re:Invent 2018
Deploying Microservices using AWS Fargate (CON315-R1) - AWS re:Invent 2018Amazon Web Services
 
高度規模化、可信賴的混合雲網路 (Level 300-400)
高度規模化、可信賴的混合雲網路 (Level 300-400)高度規模化、可信賴的混合雲網路 (Level 300-400)
高度規模化、可信賴的混合雲網路 (Level 300-400)Amazon Web Services
 
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...Amazon Web Services
 
Visualize and Monitor Live OTT Media Services on AWS (CTD402) - AWS re:Invent...
Visualize and Monitor Live OTT Media Services on AWS (CTD402) - AWS re:Invent...Visualize and Monitor Live OTT Media Services on AWS (CTD402) - AWS re:Invent...
Visualize and Monitor Live OTT Media Services on AWS (CTD402) - AWS re:Invent...Amazon Web Services
 
Introduction to Hybrid Cloud on AWS - AWS Online Tech Talks
Introduction to Hybrid Cloud on AWS - AWS Online Tech TalksIntroduction to Hybrid Cloud on AWS - AWS Online Tech Talks
Introduction to Hybrid Cloud on AWS - AWS Online Tech TalksAmazon Web Services
 

Semelhante a [NEW LAUNCH!] Introducing AWS Elemental MantaRay (CTD325) - AWS re:Invent 2018 (20)

Building and Moving Live Broadcasting to AWS (CTD305) - AWS re:Invent 2018
Building and Moving Live Broadcasting to AWS (CTD305) - AWS re:Invent 2018Building and Moving Live Broadcasting to AWS (CTD305) - AWS re:Invent 2018
Building and Moving Live Broadcasting to AWS (CTD305) - AWS re:Invent 2018
 
Insights into the Government Glass-to-Glass Video Workflows (CTD408) - AWS re...
Insights into the Government Glass-to-Glass Video Workflows (CTD408) - AWS re...Insights into the Government Glass-to-Glass Video Workflows (CTD408) - AWS re...
Insights into the Government Glass-to-Glass Video Workflows (CTD408) - AWS re...
 
Customize a "VOD on AWS" Transcoding Solution with QC, DRM, and More (CTD412)...
Customize a "VOD on AWS" Transcoding Solution with QC, DRM, and More (CTD412)...Customize a "VOD on AWS" Transcoding Solution with QC, DRM, and More (CTD412)...
Customize a "VOD on AWS" Transcoding Solution with QC, DRM, and More (CTD412)...
 
Deep Dive on New AWS Networking Features - AWS Online Tech Talks
Deep Dive on New AWS Networking Features - AWS Online Tech TalksDeep Dive on New AWS Networking Features - AWS Online Tech Talks
Deep Dive on New AWS Networking Features - AWS Online Tech Talks
 
Hosting .NET Applications on AWS - AWS Federal Pop-Up Loft
Hosting .NET Applications on AWS  - AWS Federal Pop-Up LoftHosting .NET Applications on AWS  - AWS Federal Pop-Up Loft
Hosting .NET Applications on AWS - AWS Federal Pop-Up Loft
 
How Vanguard and Bloomberg Use AWS PrivateLink (NET323) - AWS re:Invent 2018
How Vanguard and Bloomberg Use AWS PrivateLink (NET323) - AWS re:Invent 2018How Vanguard and Bloomberg Use AWS PrivateLink (NET323) - AWS re:Invent 2018
How Vanguard and Bloomberg Use AWS PrivateLink (NET323) - AWS re:Invent 2018
 
Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...
Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...
Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...
 
Scale Your Studio: Rendering with Spot and Deadline on AWS (CMP202) - AWS re:...
Scale Your Studio: Rendering with Spot and Deadline on AWS (CMP202) - AWS re:...Scale Your Studio: Rendering with Spot and Deadline on AWS (CMP202) - AWS re:...
Scale Your Studio: Rendering with Spot and Deadline on AWS (CMP202) - AWS re:...
 
Re cap2018
Re cap2018Re cap2018
Re cap2018
 
Capture and Stream Live and On-Demand Video for the Public Sector
Capture and Stream Live and On-Demand Video for the Public SectorCapture and Stream Live and On-Demand Video for the Public Sector
Capture and Stream Live and On-Demand Video for the Public Sector
 
AWS re:Invent recap
AWS re:Invent recapAWS re:Invent recap
AWS re:Invent recap
 
Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018
Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018
Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018
 
194325_EdgeatScale_NoNotes.pptx
194325_EdgeatScale_NoNotes.pptx194325_EdgeatScale_NoNotes.pptx
194325_EdgeatScale_NoNotes.pptx
 
深入淺出 AWS 混合式雲端架構
深入淺出 AWS 混合式雲端架構 深入淺出 AWS 混合式雲端架構
深入淺出 AWS 混合式雲端架構
 
PrivateLink for Partners: Connectivity, Scale, Security (GPSTEC306) - AWS re:...
PrivateLink for Partners: Connectivity, Scale, Security (GPSTEC306) - AWS re:...PrivateLink for Partners: Connectivity, Scale, Security (GPSTEC306) - AWS re:...
PrivateLink for Partners: Connectivity, Scale, Security (GPSTEC306) - AWS re:...
 
Deploying Microservices using AWS Fargate (CON315-R1) - AWS re:Invent 2018
Deploying Microservices using AWS Fargate (CON315-R1) - AWS re:Invent 2018Deploying Microservices using AWS Fargate (CON315-R1) - AWS re:Invent 2018
Deploying Microservices using AWS Fargate (CON315-R1) - AWS re:Invent 2018
 
高度規模化、可信賴的混合雲網路 (Level 300-400)
高度規模化、可信賴的混合雲網路 (Level 300-400)高度規模化、可信賴的混合雲網路 (Level 300-400)
高度規模化、可信賴的混合雲網路 (Level 300-400)
 
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
 
Visualize and Monitor Live OTT Media Services on AWS (CTD402) - AWS re:Invent...
Visualize and Monitor Live OTT Media Services on AWS (CTD402) - AWS re:Invent...Visualize and Monitor Live OTT Media Services on AWS (CTD402) - AWS re:Invent...
Visualize and Monitor Live OTT Media Services on AWS (CTD402) - AWS re:Invent...
 
Introduction to Hybrid Cloud on AWS - AWS Online Tech Talks
Introduction to Hybrid Cloud on AWS - AWS Online Tech TalksIntroduction to Hybrid Cloud on AWS - AWS Online Tech Talks
Introduction to Hybrid Cloud on AWS - AWS Online Tech Talks
 

Mais de Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Amazon Web Services
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsAmazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareAmazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSAmazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAmazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareAmazon Web Services
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWSAmazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...Amazon Web Services
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceAmazon Web Services
 

Mais de Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

[NEW LAUNCH!] Introducing AWS Elemental MantaRay (CTD325) - AWS re:Invent 2018

  • 1.
  • 2. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Robust Live-Video Transport Workflows with AWS Elemental MediaConnect Alex Dunlap General Manager AWS Elemental K E M 2 1 David Griggs Senior Product Manager AWS Elemental
  • 3. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Agenda Live video transport―the industry and its challenges Introducing AWS Elemental MediaConnect AWS Elemental MediaConnect key capabilities Customer use cases Inside AWS Elemental MediaConnect Pricing AWS Elemental MediaConnect
  • 4. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 5. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Live video transport today Live video remains a critical component of broadcast programming Operators need robust, secure live video transport Cloud-based workflows are becoming operationally and commercially compelling Content owners are discovering broader geographical audiences Operators are under pressure to find cost-effective solutions
  • 6. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Live video transport today―the challenges Infrastructure providers: managed networks, fiber, and satellite Satellite transponders have fixed geographical coverage and bandwidth capacity Onboarding of new channels can take weeks or months Customers are expected to commit to long-term utilization contracts Self-managed IP-based solutions The customer is required to deploy, configure, and maintain complex systems The customer is required to work with multiple vendors for a complete solution Customer needs to build or add solutions to enable features like security or sharing
  • 7. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 8. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS Elemental MediaConnect is a reliable, secure, and flexible transport service for live video that enables customers to build transformation and global distribution workflows quickly and cost-effectively.
  • 9. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. How will customers use AWS Elemental MediaConnect? Contribution Reliably ingest content into the AWS network to enable cloud-based live video processing workflows Distribution Securely distribute content to multiple destinations inside and outside of the AWS network
  • 10. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 11. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. The four critical tenets Reliability Security Agility Transparency
  • 12. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Robust live-video transport High-availability protocols RTP + Forward Error Correction (FEC) Native support for Zixi protocol First/last mile agnostic Managed or unmanaged networks AWS Direct Connect or public internet Mezzanine quality video Up to 80Mbps bitrate AVC, HEVC, and MPEG-2 transport stream
  • 13. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Secure AES-256 Industry standard, end-to-end encryption
  • 14. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Agile and flexible A managed AWS service Serverless architecture Self-healing and auto-scaling Deploy in minutes instead of months No lengthy contract negotiations Easy to configure and manage Pay only for what you use On-demand pricing Simple, predictable, and understandable
  • 15. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Transparent and measurable Network and TS level metrics FEC and ARQ statistics TR101-290 priority 1 and 2 alarms Full support for Amazon CloudWatch Create multi-service dashboards Manage custom-built alarms Amazon CloudWatch
  • 16. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 17. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. CONTRIBUTION Ingest content securely and reliably
  • 18. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Enabling live video cloud-based processing Client Region Live Source AWS Elemental Live Encoding Transport Encoding Packaging and Delivery On-Premises
  • 19. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Fully redundant contribution Client Region 1 Live Source AWS Elemental Live Encoding Transport Encoding Packaging and Delivery Availability zone 1 Availability zone 2 AWS Elemental Live MediaLive Input-1 MediaLive Input-2 On-Premises
  • 20. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. DISTRIBUTION Securely deliver content to destinations globally
  • 21. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Business to business distribution Region 1 Transport Region 2 Transport Corporate data center Destination Corporate data center Source On-Premises On-Premises
  • 22. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Live video replication―multiple destinations Region 1 Transport Region 2 Transport Destination (AWS) Corporate data center Source Corporate data center Destination On-Premises On-Premises
  • 23. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Intuitive content sharing ENTITLEMENTS
  • 24. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Securely share content across AWS accounts Entitlements allow you to give other AWS account holders the right to subscribe to your live content Decouple the subscription from the entitlement Clearly define what resources belong to you and the subscriber
  • 25. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. The entitlement workflow TransportSource Region 1 Corporate data center Originator’s Account Transport Corporate data center Destination Region 2 Subscriber's Account Transport
  • 26. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 27. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. A reference architecture Client Region AWS Elemental Live On-Premises Multicast UDP Network On-Premises Zixi Receiver Multicast UDP Network
  • 28. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. What is a flow? A flow is the AWS Elemental MediaConnect primary resource Source ARN Name Protocol Port Whitelist (CIDR) Output ARN Name Protocol IP Address Port Flow ARN Name Description IP Address Availability Zone Output ARN Name Protocol IP Address Port Output ARN Name Protocol IP Address Port Output ARN Name Protocol IP Address Port
  • 29. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Flow management AWS Console Intuitive control for non-technical users Access anywhere API & AWS Command Line Interface (AWS CLI) Flexible control for the technical user Fast programmatic interface Make changes to running flows No need to restart the flow
  • 30. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Creating a flow using AWS CLI aws --profile my_awesome_profile --region us-west-2 mediaconnect create-flow --name ‘HelloWorld’ --source WhitelistCidr=0.0.0.0/0,Protocol=zixi-push Source ARN Name Protocol Port Whitelist (CIDR) Flow ARN Name IP Address
  • 31. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Adding outputs using the SDK def add_output (self, output ,ARN): resp = self.client.add_flow_outputs( FlowArn = ARN, Outputs = output ) return resp Source ARN Name Protocol Port Whitelist (CIDR) Flow ARN Name IP Address Output ARN Name Protocol IP Address Port output = [ { "Destination": ”10.10.1.1", "Description": ”Test Output", "Name": "NewOutput1", "Protocol": "rtp-fec", "Port": 5000 } ]
  • 32. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Updating an output using the SDK def update_output (self, output, OutputARN, ARN): resp=False resp = self.client.update_flow_output( OutputArn=OutputARN, FlowArn= ARN, Destination=output['Destination'], Description=output['Description'], Encryption=output['Encryption’], Port=output['Port'], Protocol=output['Protocol'] ) return resp Source ARN Name Protocol Port Whitelist (CIDR) Flow ARN Name IP Address Output ARN Name Protocol IP Address Port output = [ { "Destination": ”10.10.1.1", "Description": ”Test Output", "Name": "NewOutput1", "Protocol": "rtp-fec", "Port": 5000 } ]
  • 33. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS CLI demonstration aws --profile my_awesome_profile --region us-west-2 mediaconnect create-flow --name ‘HelloWorld’ --source WhitelistCidr=0.0.0.0/0,Protocol=zixi-push
  • 34. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Customer spotlight Kris Barker Head of Product Development Adrian Golding Head of Apps and Software - Media Services
  • 35. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Who is Arqiva?
  • 36. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. The Arqiva cloud journey AWS Cloud Playout VOD and Media Asset Management IP Streaming Linear Headend VPC SaaS
  • 37. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. What AWS MediaConnect means for the industry Region AWS CloudContent Provider Arqiva Content Zixi Encoder MCR Operations Internet Zixi Receiver Zixi Receiver Cisco vDCM Cisco vDCM
  • 38. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Region AWS CloudArqiva MCR Operations Mezzanine Encoder(s) Zixi Feeder Zixi Feeder Multi-screen Devices What AWS MediaConnect means for the industry
  • 39. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. 39 curl --header "Content-Type: application/json" --request POST --data ‘{“protocol”: “zixi”, ,“destinations”: {“APAC”: [“x”,”y”,”z”], “SA”: [“a”,”b”,”c”} }’ http://video- distribution:3000/api/create- pipeline Contribution Encoder API Gateway On-Premises AWS MediaConnect and orchestration AWS Cloud Dublin Virginia Sydney VPC VPC VPC VPC Client Lambda Function Builds Pipeline
  • 40. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 41. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. COST EFFICIENT Commercially compelling pricing
  • 42. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Simple, predictable pricing model On-demand pricing for ultimate flexibility Pay for only the bytes you transfer and the time you use No commitments or contracts US-East (Virginia) $0.16/hour per running flow From $0.01/GB data transfer Ingest is free
  • 43. Thank you! © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Alex Dunlap dunlap@amazon.com David Griggs davgrigg@amazon.com
  • 44. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.