SlideShare uma empresa Scribd logo
1 de 63
Baixar para ler offline
MED402: Building a Scalable Video / Digital Asset
Management (DAM) Platform in the Cloud
Michael Limcaco – Enterprise Solutions Architect (AWS)
Jonathan Rivers – Director, Technical Operations (PBS)
November 15, 2013

© 2013 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified, or distributed in whole or in part without the express consent of Amazon.com, Inc.
Agenda
•
•
•
•
•

The big picture
Architecture
Build-out exercise
Customer case study (PBS)
Observations and summary
Big Picture: Enterprise Media Architecture
Integrated
Workflow
RTMP
MPEG-TS

Live
Stream

Media
Files

Content
Management,
Discovery &
Delivery

Physical
Media

Transcoders

Camera
HD-SDI

Store output
profile and file

Store output
profile and file
Big Picture: Digital Asset Management (DAM)
Integrated
Workflow
RTMP
MPEG-TS

Live
Stream

Media
Files

Content
Management,
Discovery, &
Delivery

Physical
Media

DAM

Transcoders

Camera
HD-SDI

Store output
profile and file

Store output
profile and file
Workflow Management
Ingest

Processing

Storage

Discovery &
Delivery
Workflow Management
Ingest

Processing

Storage

Discovery &
Delivery
Key DAM Requirements
•
•
•
•
•
•
•

Ingest
Metadata extraction
Create renditions
Build the catalog
Enable rich search
Manage storage lifecycle
Provide efficient delivery of media assets
Key DAM Requirements
•
•
•
•
•
•
•

Ingest
Metadata extraction
Create renditions
Build the catalog
Enable rich search
Manage storage lifecycle
Provide efficient delivery of media assets
Key DAM Requirements
•
•
•
•
•
•
•

Ingest
Metadata extraction
Create renditions
Build the catalog
Enable rich search
Manage storage lifecycle
Provide efficient delivery of media assets
Why Scalable?
• Increasing volume, variety, velocity
– Collectors, cameras, sensors and sources
• Ex: UGC, raw source, Mezzanine, B-roll, creative collateral
• Final content

– Formats and standards
• Transport, containers, codecs, metadata
• SD, HD, 4K …. 8K

– Devices and user expectations

• Opportunities through cloud enablement
– Media platform as a service
– Multitenancy
What about Search? Ugh …
• Core elements
– Project, keyword, asset name, tags, date/time capture, timecode range,
subject, format, size

• Extended structured search
– Dublin core, XMP, MPEG-7, IPTC, EXIF, FCXML, SMPTE, MISB

• Unstructured search
– Comments, notes, transcript, closed captioning
Enough Theory …
Let’s Build a DAM in the Cloud!
(Demo)

The User Experience
(Notional Reference Client)
Architecture
Delivery
Cache

DAM
Storage &
S3 Buckets
Archive
For Renditions,
Mailbox
Event
Handler

DAM
Web Service

DAM
Interface
AWS
Beanstalk

Rendition
Processing

Metadata Sidecar
Files

EC2 Workers
Auto scaling
Group

DynamoDB

Catalog

Mailbox
Metadata
Processing
EC2 Workers
Auto scaling
Group

Amazon
CloudSearch
Delivery
Cache

DAM
Storage &
S3 Buckets
Archive
For Renditions,
Mailbox
Event
Handler

DAM
Web Service

DAM
Web
Interface
AWS
Beanstalk

Rendition
Processing

Metadata Sidecar
Files

EC2 Workers
Auto scaling
Group

DynamoDB

Catalog

Mailbox
Metadata
Processing
EC2 Workers
Auto scaling
Group

Amazon
CloudSearch
Delivery
Cache

DAM
Storage &
S3 Buckets
Archive
For Renditions,
Mailbox
Event
Handler

DAM
Web Service

DAM
Web
Interface
AWS
Beanstalk

Rendition
Processing

Metadata Sidecar
Files

EC2 Workers
Auto scaling
Group

DynamoDB

Catalog

Mailbox
Metadata
Processing
EC2 Workers
Auto scaling
Group

Amazon
CloudSearch
Delivery
Cache

DAM
Storage &
S3 Buckets
Archive
For Renditions,
Mailbox
Event
Handler

DAM
Web Service

DAM
Web
Interface
AWS
Beanstalk

Rendition
Processing

Metadata Sidecar
Files

EC2 Workers
Auto scaling
Group

DynamoDB

Catalog

Mailbox
Metadata
Processing
EC2 Workers
Auto scaling
Group

Amazon
CloudSearch
Delivery
Cache

DAM
Storage &
S3 Buckets
Archive
For Renditions,
Mailbox
Event
Handler

DAM
Web Service

DAM
Web
Interface
AWS
Beanstalk

Rendition
Processing

Metadata Sidecar
Files

EC2 Workers
Auto scaling
Group

DynamoDB

Catalog

Mailbox
Metadata
Processing
EC2 Workers
Auto scaling
Group

Amazon
CloudSearch
Delivery
Cache

DAM
Storage &
S3 Buckets
Archive
For Renditions,
Mailbox
Event
Handler

DAM
Web Service

DAM
Interface
AWS
Beanstalk

Rendition
Processing

Metadata Sidecar
Files

EC2 Workers
Auto scaling
Group

DynamoDB

Catalog

Mailbox
Metadata
Processing
EC2 Workers
Auto scaling
Group

Amazon
CloudSearch
Delivery
Cache

DAM
Storage &
S3 Buckets
Archive
For Renditions,
Mailbox
Event
Handler

DAM
Web Service

DAM
Interface
AWS
Beanstalk

Rendition
Processing

Metadata Sidecar
Files

EC2 Workers
Auto scaling
Group

DynamoDB

Catalog

Mailbox
Metadata
Processing
EC2 Workers
Auto scaling
Group

Amazon
CloudSearch
Tools Available to Us
Need

Description

AWS Service

Ingest

Integrate w / existing file-based workflows

Amazon S3

Metadata

Process inline and sidecar files

EC2 / Elastic Beanstalk

Renditions

Autogenerate thumbnails and proxies

Amazon Elastic Transcoder

Catalog part 1

Administrative entities, simple retrieval

Amazon DynamoDB

Catalog part 2

Field and free-form search

Amazon CloudSearch

Storage

Nearline, online, offline infinite storage

Amazon S3, Amazon Glacier

Delivery

Global caching and streaming footprint

Amazon CloudFront
Catalog: A word on why DynamoDB
Container-A
Header

NoSQL Data Model

Layer-2

Core Elem1

Core Elem2

Elem from A

Name_A

Size

Some_Field

Name_B

Size

Name_C

Layer-1

Size

Container-B
Header

Container-C

Layer-1

Header

Layer-2

Elem from B
Some_Field
Catalog: A Word on Why CloudSearch
• Video and text
– Header fields with textual descriptions, synopsis, comments
– Tracks with speech to text, closed caption data
– Links to scripts

• Video and structured elements
– XMP dynamic media
– Sidecar files

• A managed search engine dedicated to these kinds of problems
– Case folding, stemming, stopword removal, synonyms
– Also accent normalization, UTF-8 normalization, etc.
Other Goodies
• Back-end services
– AWS CLI
– Open source decode utilities
• EXIFtool
• MediaInfo

– ETL support
• Talend (representative)

• Front-end services
– Node.js + AWS Node SDK
Delivery
Cache

DAM
Storage &
S3 Buckets
Archive
For Renditions,
Mailbox
Event
Handler

DAM
Web Service

DAM
Interface
AWS
Beanstalk

Rendition
Processing

Metadata Sidecar
Files

EC2 Workers
Auto scaling
Group

DynamoDB

Catalog

Mailbox
Metadata
Processing
EC2 Workers
Auto scaling
Group

Amazon
CloudSearch
CloudFront
Download
Distribution
Media
Content

Amazon S3 Storage
For Source,
Renditions, Metadata
Sidecar Files

EC2 Crawler

EC2 ASG
Amazon SQS Queue
Rendition Jobs

Rendition
Workers

Elastic Transcoder
Proxy / Thumbnail
Generation

DAM
Catalog
Amazon
DynamoDB

Amazon SNS Topic
DAM
Web Service
Amazon SQS
Queue
Metadata
Processing Jobs
AWS Elastic
Beanstalk

EC2 ASG
Metadata
Workers

Amazon
CloudSearch
(Dual Screen)

Walkthrough
Setup
• Amazon Simple Storage Service (S3) buckets
ready to go
– External staging locations
– Internal working locations

• Amazon Simple Notification Service (SNS) +
Amazon Simple Queue Service (SQS) wired up
• Catalog data models established
– Amazon DynamoDB table “catalog” created
– Amazon CloudSearch search domain “catalog” created
1. Ingest, Crawl, Notify
a.
b.
c.
d.

End user initiates data copy
EC2 worker scans Amazon S3 staging bucket
EC2 worker copies or moves content
EC2 worker broadcasts “NEW DATA” event
CloudFront
Download
Distribution
Media
Content

Amazon S3 Storage
For Source,
Renditions, Metadata
Sidecar Files

EC2 Crawler

EC2 ASG
SQS Queue
Rendition Jobs

Rendition
Workers

Elastic Transcoder
Proxy / Thumbnail
Generation

DAM
Catalog
Amazon
DynamoDB

Amazon SNS Topic
DAM
Web Service
SQS Queue
Metadata
Processing
Jobs
AWS Elastic
Beanstalk

EC2 ASG
Metadata
Workers

Amazon
CloudSearch
CloudFront
Download
Distribution
Media
Content

Amazon S3 Storage
For Source,
Renditions, Metadata
Sidecar Files

EC2 Crawler

EC2 ASG
SQS Queue
Rendition Jobs

Rendition
Workers

Elastic Transcoder
Proxy / Thumbnail
Generation

DAM
Catalog
Amazon
DynamoDB

Amazon SNS Topic
DAM
Web Service
SQS Queue
Metadata
Processing
Jobs
AWS Elastic
Beanstalk

EC2 ASG
Metadata
Workers

Amazon
CloudSearch
CloudFront
Download
Distribution
Media
Content

Amazon S3 Storage
For Source,
Renditions, Metadata
Sidecar Files

EC2 Crawler

EC2 ASG
SQS Queue
Rendition Jobs

Rendition
Workers

Elastic Transcoder
Proxy / Thumbnail
Generation

DAM
Catalog
Amazon
DynamoDB

Amazon SNS Topic
DAM
Web Service
SQS Queue
Metadata
Processing
Jobs
AWS Elastic
Beanstalk

EC2 ASG
Metadata
Workers

Amazon
CloudSearch
CloudFront
Download
Distribution
Media
Content

Amazon S3 Storage
For Source,
Renditions, Metadata
Sidecar Files

EC2 Crawler

EC2 ASG
SQS Queue
Rendition Jobs

Rendition
Workers

Elastic Transcoder
Proxy / Thumbnail
Generation

DAM
Catalog
Amazon
DynamoDB

Amazon SNS Topic
DAM
Web Service
SQS Queue
Metadata
Processing
Jobs
AWS Elastic
Beanstalk

EC2 ASG
Metadata
Workers

Amazon
CloudSearch
CloudFront
Download
Distribution
Media
Content

Amazon S3 Storage
For Source,
Renditions, Metadata
Sidecar Files

EC2 Crawler

EC2 ASG
SQS Queue
Rendition Jobs

Rendition
Workers

Elastic Transcoder
Proxy / Thumbnail
Generation

DAM
Catalog
Amazon
DynamoDB

Amazon SNS Topic
DAM
Web Service
SQS Queue
Metadata
Processing
Jobs
AWS Elastic
Beanstalk

EC2 ASG
Metadata
Workers

Amazon
CloudSearch
1. Ingest, Crawl, Notify
a.
b.
c.
d.

End user initiates data copy
EC2 worker scans Amazon S3 staging bucket
EC2 worker copies or moves content
EC2 worker broadcasts “NEW DATA” event
(SNS)
2. Metadata Extraction
a. EC2 worker polls inbox (SQS)
b. EC2 worker pulls down media asset from
Amazon S3
c. EC2 worker parses media files
d. EC2 worker pumps metadata through ETL flow
to prepare for catalog insertion
e. EC2 worker inserts into catalog (Amazon
DynamoDB)
CloudFront
Download
Distribution
Media
Content

Amazon S3 Storage
For Source,
Renditions, Metadata
Sidecar Files

EC2 Crawler

EC2 ASG
SQS Queue
Rendition Jobs

Rendition
Workers

Elastic Transcoder
Proxy / Thumbnail
Generation

DAM
Catalog
Amazon
DynamoDB

Amazon SNS Topic
DAM
Web Service
SQS Queue
Metadata
Processing
Jobs
AWS Elastic
Beanstalk

EC2 ASG
Metadata
Workers

Amazon
CloudSearch
CloudFront
Download
Distribution
Media
Content

Amazon S3 Storage
For Source,
Renditions, Metadata
Sidecar Files

EC2 Crawler

EC2 ASG
SQS Queue
Rendition Jobs

Rendition
Workers

Elastic Transcoder
Proxy / Thumbnail
Generation

DAM
Catalog
Amazon
DynamoDB

Amazon SNS Topic
DAM
Web Service
SQS Queue
Metadata
Processing
Jobs
AWS Elastic
Beanstalk

EC2 ASG
Metadata
Workers

Amazon
CloudSearch
2. Metadata Extraction
a. EC2 worker polls inbox (SQS)
b. EC2 worker pulls down media asset from
Amazon S3
c. EC2 worker parses media files
d. EC2 worker pumps metadata through ETL flow
to prepare for catalog insertion
e. EC2 worker inserts into catalog (Amazon
DynamoDB)
Preparing for Amazon DynamoDB Insert

{
"COMPLETE_NAME" :
{ "S" : "01_01_SoccerF_05_A.mp4" },
"FORMAT" :
{ "S" : "MPEG-4" },
"CODEC_ID" :
{ "S" : "mp42" }
}
Model It and Deploy to EC2! (Talend)
3. Catalog Processing
a. Store metadata record in Amazon DynamoDB
b. Reflect searchable subset to Amazon
CloudSearch
c. Go crazy (HTTP GET)
CloudFront
Download
Distribution
Media
Content

Amazon S3 Storage
For Source,
Renditions, Metadata
Sidecar Files

EC2 Crawler

EC2 ASG
SQS Queue
Rendition Jobs

Rendition
Workers

Elastic Transcoder
Proxy / Thumbnail
Generation

DAM
Catalog
Amazon
DynamoDB

Amazon SNS Topic
DAM
Web Service
SQS Queue
Metadata
Processing
Jobs
AWS Elastic
Beanstalk

EC2 ASG
Metadata
Workers

Amazon
CloudSearch
CloudFront
Download
Distribution
Media
Content

Amazon S3 Storage
For Source,
Renditions, Metadata
Sidecar Files

EC2 Crawler

EC2 ASG
SQS Queue
Rendition Jobs

Rendition
Workers

Elastic Transcoder
Proxy / Thumbnail
Generation

DAM
Catalog
Amazon
DynamoDB

1

Amazon SNS Topic
DAM
Web Service
SQS Queue
Metadata
Processing
Jobs
AWS Elastic
Beanstalk

EC2 ASG

2

Metadata
Workers

Amazon
CloudSearch
Querying the Catalog (Amazon CloudSearch)
• http://cloudsearch.demo.aws.com/2011-0201/search?bq=complete_name : …<field=value>
•

In Node.js
var optionsget
host :
port :
path :

= {
'cloudsearch.demo.aws.com', // here only the domain name
80,
'/2011-02-01/search?bq=complete_name:'-STRAWBERRY'&
return-fields=complete_name,text_relevance,codec_id_info,
duration,file_size, duration,encoded_date',
method : 'GET'

}
Customer Case Study (PBS)
Merlin: PBS CMS/DAM
• Code name Merlin
• Structured metadata
• 200+ web object records daily
– 29,046 web objects
• 150+ Video objects daily
– 91,436 videos
• Users from over 150 stations 30 national producers
– Frontline
– Downton Abbey
– PBS Newshour
What’s It Do?
• Large multitenant system
– 1200 registered users

• 250 million streams per month
• 20 million unique viewers
• 8 PB of video delivered monthly
Getting Data In
• 33 ingestible web feeds
– Content editors
– Web page listings

• Batch video ingest API
– Video content editors
– External workflow integration

• Manually entered videos
– Video content editors from all 50 states
– Number of user accounts
System Overview
User
Input

Ingest
API

Amazon
CloudSearch

Search Util

DAM (Merlin)

Workflow
Service

Content
API

Amazon
SWF

RSS

Amazon
RDS

Amazon
S3

CDN

Amazon
RDS
Basic Workflow
• Object registered with Merlin
• Images registered and processed with ITS
– Stored in CDN fronted Amazon S3 bucket

• Videos registered with VTS
– Jobs sent to Zencoder for processing
– Video stored in CDN fronted Amazon S3 bucket

• Objects ready for clients
– Objects rendered for consumption in Amazon S3
– Objects registered with APIs
– Objects discoverable
Making It Discoverable
• Search util service
• Runs every hour
– Re-indexes last several hours each time

• Polls APIs
– Content API
– Modified time

• Updates Amazon CloudSearch index
– 2 primary indexes
Search Considerations
• Hidden objects
• Rights management
• Partitioned search
– Local station search
– Results by geo
– Restrict results for international customers

• Unify and normalize existing APIs
– Flatten data model

• Users looking for programs
– Specific searches
– Suitable for structured data
Challenges
• No native time field
– Convert dates to integers
– Epoch time

• Versioning of documents
– Epoch for versioning

• Exposing two versions of most fields
– Text searchable
– Facets (copy of text version)
Search Consumers (PBS.org)

Site Search
Search Consumers (Video Portal)

Site Search

Programs A-Z
Xbox / OTT
Summary
Summary
• Build an enterprise-scale DAM platform now
– Managed storage and archive (Amazon S3, Amazon Glacier)
– Managed database for catalog processing (Amazon DynamoDB, Amazon
Relational Database Service [RDS])
– Managed search (CloudSearch)

• Application development accelerators
– Elastic Beanstalk harness (web, API, and worker roles)
– Reduced effort with the AWS CLI

• (Almost) fire and forget
AWS Marketplace Can Help
•

AWS online software store
–
–
–
–
–

•

Customer can find, research, buy software
Simple pricing, aligns with EC2 usage model
1-click launch in minutes
Marketplace billing integrated into your AWS account
1,000+ products across 24 categories

Digital asset management related options Include:
–
–
–
–

WebDAM – centralize, store, manage and distribute collateral
Digital asset management cloud – web-based open source DAM
Widen – manage and distribute digital media and brand assets with
user roles and permissions
Adobe Experience Manager – unified asset management including
mobile

Learn more at: http://aws.amazon.com/marketplace
“DAM!”
Please give us your feedback on this
presentation
MED-402 Building a Scalable Video /
DAM Solution in the Cloud

As a thank you, we will select prize
winners daily for completed surveys!

Mais conteúdo relacionado

Mais procurados

AWS Storage - S3 Fundamentals
AWS Storage - S3 FundamentalsAWS Storage - S3 Fundamentals
AWS Storage - S3 FundamentalsPiyush Agrawal
 
Amazon Redshift의 이해와 활용 (김용우) - AWS DB Day
Amazon Redshift의 이해와 활용 (김용우) - AWS DB DayAmazon Redshift의 이해와 활용 (김용우) - AWS DB Day
Amazon Redshift의 이해와 활용 (김용우) - AWS DB DayAmazon Web Services Korea
 
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법Amazon Web Services Korea
 
AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성
AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성
AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성Amazon Web Services Korea
 
AWS Modern Infra with Storage Roadshow 2023 - Day 1
AWS Modern Infra with Storage Roadshow 2023 - Day 1AWS Modern Infra with Storage Roadshow 2023 - Day 1
AWS Modern Infra with Storage Roadshow 2023 - Day 1Amazon Web Services Korea
 
Simplify & Standardise Your Migration to AWS with a Migration Landing Zone
Simplify & Standardise Your Migration to AWS with a Migration Landing ZoneSimplify & Standardise Your Migration to AWS with a Migration Landing Zone
Simplify & Standardise Your Migration to AWS with a Migration Landing ZoneAmazon Web Services
 
AWS Black Belt Techシリーズ Amazon Workspaces
AWS Black Belt Techシリーズ  Amazon WorkspacesAWS Black Belt Techシリーズ  Amazon Workspaces
AWS Black Belt Techシリーズ Amazon WorkspacesAmazon Web Services Japan
 
Azure Storage
Azure StorageAzure Storage
Azure StorageMustafa
 
AWS S3 Tutorial For Beginners | Edureka
AWS S3 Tutorial For Beginners | EdurekaAWS S3 Tutorial For Beginners | Edureka
AWS S3 Tutorial For Beginners | EdurekaEdureka!
 
Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015Amazon Web Services
 
Iam presentation
Iam presentationIam presentation
Iam presentationAWS UG PK
 
데이터 분석가를 위한 신규 분석 서비스 - 김기영, AWS 분석 솔루션즈 아키텍트 / 변규현, 당근마켓 소프트웨어 엔지니어 :: AWS r...
데이터 분석가를 위한 신규 분석 서비스 - 김기영, AWS 분석 솔루션즈 아키텍트 / 변규현, 당근마켓 소프트웨어 엔지니어 :: AWS r...데이터 분석가를 위한 신규 분석 서비스 - 김기영, AWS 분석 솔루션즈 아키텍트 / 변규현, 당근마켓 소프트웨어 엔지니어 :: AWS r...
데이터 분석가를 위한 신규 분석 서비스 - 김기영, AWS 분석 솔루션즈 아키텍트 / 변규현, 당근마켓 소프트웨어 엔지니어 :: AWS r...Amazon Web Services Korea
 
Build Data Lakes & Analytics on AWS: Patterns & Best Practices
Build Data Lakes & Analytics on AWS: Patterns & Best PracticesBuild Data Lakes & Analytics on AWS: Patterns & Best Practices
Build Data Lakes & Analytics on AWS: Patterns & Best PracticesAmazon Web Services
 
[2017 AWS Startup Day] AWS 비용 최대 90% 절감하기: 스팟 인스턴스 Deep-Dive
[2017 AWS Startup Day] AWS 비용 최대 90% 절감하기: 스팟 인스턴스 Deep-Dive [2017 AWS Startup Day] AWS 비용 최대 90% 절감하기: 스팟 인스턴스 Deep-Dive
[2017 AWS Startup Day] AWS 비용 최대 90% 절감하기: 스팟 인스턴스 Deep-Dive Amazon Web Services Korea
 
Deep Dive on Amazon RDS (Relational Database Service)
Deep Dive on Amazon RDS (Relational Database Service)Deep Dive on Amazon RDS (Relational Database Service)
Deep Dive on Amazon RDS (Relational Database Service)Amazon Web Services
 
AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series Amazon Web Services Korea
 
AWS Summit Seoul 2023 | 가격은 저렴, 성능은 최대로! 확 달라진 Amazon EC2 알아보기
AWS Summit Seoul 2023 | 가격은 저렴, 성능은 최대로! 확 달라진 Amazon EC2 알아보기AWS Summit Seoul 2023 | 가격은 저렴, 성능은 최대로! 확 달라진 Amazon EC2 알아보기
AWS Summit Seoul 2023 | 가격은 저렴, 성능은 최대로! 확 달라진 Amazon EC2 알아보기Amazon Web Services Korea
 
AWS Summit Seoul 2023 | 비즈니스 경계를 허무는 혁신: 단 하나의 선택, 슈퍼앱
AWS Summit Seoul 2023 | 비즈니스 경계를 허무는 혁신: 단 하나의 선택, 슈퍼앱AWS Summit Seoul 2023 | 비즈니스 경계를 허무는 혁신: 단 하나의 선택, 슈퍼앱
AWS Summit Seoul 2023 | 비즈니스 경계를 허무는 혁신: 단 하나의 선택, 슈퍼앱Amazon Web Services Korea
 

Mais procurados (20)

AWS Storage - S3 Fundamentals
AWS Storage - S3 FundamentalsAWS Storage - S3 Fundamentals
AWS Storage - S3 Fundamentals
 
Amazon Redshift의 이해와 활용 (김용우) - AWS DB Day
Amazon Redshift의 이해와 활용 (김용우) - AWS DB DayAmazon Redshift의 이해와 활용 (김용우) - AWS DB Day
Amazon Redshift의 이해와 활용 (김용우) - AWS DB Day
 
Aws route 53
Aws route 53Aws route 53
Aws route 53
 
Amazon s3
Amazon s3Amazon s3
Amazon s3
 
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
AWS Summit Seoul 2023 | 갤럭시 규모의 서비스를 위한 Amazon DynamoDB의 역할과 비용 최적화 방법
 
AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성
AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성
AWS Summit Seoul 2023 | AWS에서 최소한의 비용으로 구현하는 멀티리전 DR 자동화 구성
 
AWS Modern Infra with Storage Roadshow 2023 - Day 1
AWS Modern Infra with Storage Roadshow 2023 - Day 1AWS Modern Infra with Storage Roadshow 2023 - Day 1
AWS Modern Infra with Storage Roadshow 2023 - Day 1
 
Simplify & Standardise Your Migration to AWS with a Migration Landing Zone
Simplify & Standardise Your Migration to AWS with a Migration Landing ZoneSimplify & Standardise Your Migration to AWS with a Migration Landing Zone
Simplify & Standardise Your Migration to AWS with a Migration Landing Zone
 
AWS Black Belt Techシリーズ Amazon Workspaces
AWS Black Belt Techシリーズ  Amazon WorkspacesAWS Black Belt Techシリーズ  Amazon Workspaces
AWS Black Belt Techシリーズ Amazon Workspaces
 
Azure Storage
Azure StorageAzure Storage
Azure Storage
 
AWS S3 Tutorial For Beginners | Edureka
AWS S3 Tutorial For Beginners | EdurekaAWS S3 Tutorial For Beginners | Edureka
AWS S3 Tutorial For Beginners | Edureka
 
Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015
 
Iam presentation
Iam presentationIam presentation
Iam presentation
 
데이터 분석가를 위한 신규 분석 서비스 - 김기영, AWS 분석 솔루션즈 아키텍트 / 변규현, 당근마켓 소프트웨어 엔지니어 :: AWS r...
데이터 분석가를 위한 신규 분석 서비스 - 김기영, AWS 분석 솔루션즈 아키텍트 / 변규현, 당근마켓 소프트웨어 엔지니어 :: AWS r...데이터 분석가를 위한 신규 분석 서비스 - 김기영, AWS 분석 솔루션즈 아키텍트 / 변규현, 당근마켓 소프트웨어 엔지니어 :: AWS r...
데이터 분석가를 위한 신규 분석 서비스 - 김기영, AWS 분석 솔루션즈 아키텍트 / 변규현, 당근마켓 소프트웨어 엔지니어 :: AWS r...
 
Build Data Lakes & Analytics on AWS: Patterns & Best Practices
Build Data Lakes & Analytics on AWS: Patterns & Best PracticesBuild Data Lakes & Analytics on AWS: Patterns & Best Practices
Build Data Lakes & Analytics on AWS: Patterns & Best Practices
 
[2017 AWS Startup Day] AWS 비용 최대 90% 절감하기: 스팟 인스턴스 Deep-Dive
[2017 AWS Startup Day] AWS 비용 최대 90% 절감하기: 스팟 인스턴스 Deep-Dive [2017 AWS Startup Day] AWS 비용 최대 90% 절감하기: 스팟 인스턴스 Deep-Dive
[2017 AWS Startup Day] AWS 비용 최대 90% 절감하기: 스팟 인스턴스 Deep-Dive
 
Deep Dive on Amazon RDS (Relational Database Service)
Deep Dive on Amazon RDS (Relational Database Service)Deep Dive on Amazon RDS (Relational Database Service)
Deep Dive on Amazon RDS (Relational Database Service)
 
AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
AWS IAM과 친해지기 – 조이정, AWS 솔루션즈 아키텍트:: AWS Builders Online Series
 
AWS Summit Seoul 2023 | 가격은 저렴, 성능은 최대로! 확 달라진 Amazon EC2 알아보기
AWS Summit Seoul 2023 | 가격은 저렴, 성능은 최대로! 확 달라진 Amazon EC2 알아보기AWS Summit Seoul 2023 | 가격은 저렴, 성능은 최대로! 확 달라진 Amazon EC2 알아보기
AWS Summit Seoul 2023 | 가격은 저렴, 성능은 최대로! 확 달라진 Amazon EC2 알아보기
 
AWS Summit Seoul 2023 | 비즈니스 경계를 허무는 혁신: 단 하나의 선택, 슈퍼앱
AWS Summit Seoul 2023 | 비즈니스 경계를 허무는 혁신: 단 하나의 선택, 슈퍼앱AWS Summit Seoul 2023 | 비즈니스 경계를 허무는 혁신: 단 하나의 선택, 슈퍼앱
AWS Summit Seoul 2023 | 비즈니스 경계를 허무는 혁신: 단 하나의 선택, 슈퍼앱
 

Destaque

Implementing Large Scale Digital Asset Repositories with Adobe Experience Man...
Implementing Large Scale Digital Asset Repositories with Adobe Experience Man...Implementing Large Scale Digital Asset Repositories with Adobe Experience Man...
Implementing Large Scale Digital Asset Repositories with Adobe Experience Man...devang-dsshah
 
Content Management and Running your Website on AWS
Content Management and Running your Website on AWSContent Management and Running your Website on AWS
Content Management and Running your Website on AWSAmazon Web Services
 
Implementation of systems for Media / Digital Asset Management Systems in 10 ...
Implementation of systems for Media / Digital Asset Management Systems in 10 ...Implementation of systems for Media / Digital Asset Management Systems in 10 ...
Implementation of systems for Media / Digital Asset Management Systems in 10 ...Kara Van Malssen
 
Digital Asset Management. What is it and why do it?
Digital Asset Management. What is it and why do it?Digital Asset Management. What is it and why do it?
Digital Asset Management. What is it and why do it?Andrew Lewis
 
Digital Asset Management (DAM) latest trends, value proposition and ROI
Digital Asset Management (DAM) latest trends, value proposition and ROIDigital Asset Management (DAM) latest trends, value proposition and ROI
Digital Asset Management (DAM) latest trends, value proposition and ROIMukul Krishna
 
Is Digital Asset Management the new Collections Management?
Is Digital Asset Management the new Collections Management?Is Digital Asset Management the new Collections Management?
Is Digital Asset Management the new Collections Management?Nicholas Poole
 
Accelerate Your Java Development on AWS (TLS301) | AWS re:Invent 2013
Accelerate Your Java Development on AWS (TLS301) | AWS re:Invent 2013Accelerate Your Java Development on AWS (TLS301) | AWS re:Invent 2013
Accelerate Your Java Development on AWS (TLS301) | AWS re:Invent 2013Amazon Web Services
 
Marlabs Capabilities Overview: Digital Asset Management (DAM)
Marlabs Capabilities Overview: Digital Asset Management (DAM)Marlabs Capabilities Overview: Digital Asset Management (DAM)
Marlabs Capabilities Overview: Digital Asset Management (DAM)Marlabs
 
Best Practices in Enterprise Video and Digital Asset Management
Best Practices in Enterprise Video and Digital Asset ManagementBest Practices in Enterprise Video and Digital Asset Management
Best Practices in Enterprise Video and Digital Asset ManagementNuxeo
 
Cloud as a Service: A Powerful New Cloud Management Platform
Cloud as a Service: A Powerful New Cloud Management PlatformCloud as a Service: A Powerful New Cloud Management Platform
Cloud as a Service: A Powerful New Cloud Management PlatformBMC Software
 
Digital asset management: A major content marketing trend
Digital asset management: A major content marketing trendDigital asset management: A major content marketing trend
Digital asset management: A major content marketing trendBynder
 
Digital Asset Management Basics
Digital Asset Management BasicsDigital Asset Management Basics
Digital Asset Management BasicsExtensis
 
Puglia marac-file formats-20111020
Puglia marac-file formats-20111020Puglia marac-file formats-20111020
Puglia marac-file formats-20111020MARAC Bethlehem PC
 
AWS Webcast - Introducing Amazon RDS for PostgreSQL
AWS Webcast - Introducing Amazon RDS for PostgreSQLAWS Webcast - Introducing Amazon RDS for PostgreSQL
AWS Webcast - Introducing Amazon RDS for PostgreSQLAmazon Web Services
 
Role of dam in driving digital strategy
Role of dam in driving digital strategyRole of dam in driving digital strategy
Role of dam in driving digital strategyMayur Gupta
 
Something That Works: Implementing ResourceSpace Open Source Digital Asset Ma...
Something That Works: Implementing ResourceSpace Open Source Digital Asset Ma...Something That Works: Implementing ResourceSpace Open Source Digital Asset Ma...
Something That Works: Implementing ResourceSpace Open Source Digital Asset Ma...dwig
 
10 Core Lessons of Asset Management
10 Core Lessons of Asset Management10 Core Lessons of Asset Management
10 Core Lessons of Asset ManagementBrad Zylman
 

Destaque (20)

Implementing Large Scale Digital Asset Repositories with Adobe Experience Man...
Implementing Large Scale Digital Asset Repositories with Adobe Experience Man...Implementing Large Scale Digital Asset Repositories with Adobe Experience Man...
Implementing Large Scale Digital Asset Repositories with Adobe Experience Man...
 
Content Management and Running your Website on AWS
Content Management and Running your Website on AWSContent Management and Running your Website on AWS
Content Management and Running your Website on AWS
 
Implementation of systems for Media / Digital Asset Management Systems in 10 ...
Implementation of systems for Media / Digital Asset Management Systems in 10 ...Implementation of systems for Media / Digital Asset Management Systems in 10 ...
Implementation of systems for Media / Digital Asset Management Systems in 10 ...
 
Digital Asset Management. What is it and why do it?
Digital Asset Management. What is it and why do it?Digital Asset Management. What is it and why do it?
Digital Asset Management. What is it and why do it?
 
Digital Asset Management (DAM) latest trends, value proposition and ROI
Digital Asset Management (DAM) latest trends, value proposition and ROIDigital Asset Management (DAM) latest trends, value proposition and ROI
Digital Asset Management (DAM) latest trends, value proposition and ROI
 
Is Digital Asset Management the new Collections Management?
Is Digital Asset Management the new Collections Management?Is Digital Asset Management the new Collections Management?
Is Digital Asset Management the new Collections Management?
 
Accelerate Your Java Development on AWS (TLS301) | AWS re:Invent 2013
Accelerate Your Java Development on AWS (TLS301) | AWS re:Invent 2013Accelerate Your Java Development on AWS (TLS301) | AWS re:Invent 2013
Accelerate Your Java Development on AWS (TLS301) | AWS re:Invent 2013
 
Marlabs Capabilities Overview: Digital Asset Management (DAM)
Marlabs Capabilities Overview: Digital Asset Management (DAM)Marlabs Capabilities Overview: Digital Asset Management (DAM)
Marlabs Capabilities Overview: Digital Asset Management (DAM)
 
Best Practices in Enterprise Video and Digital Asset Management
Best Practices in Enterprise Video and Digital Asset ManagementBest Practices in Enterprise Video and Digital Asset Management
Best Practices in Enterprise Video and Digital Asset Management
 
Cloud as a Service: A Powerful New Cloud Management Platform
Cloud as a Service: A Powerful New Cloud Management PlatformCloud as a Service: A Powerful New Cloud Management Platform
Cloud as a Service: A Powerful New Cloud Management Platform
 
Digital asset management: A major content marketing trend
Digital asset management: A major content marketing trendDigital asset management: A major content marketing trend
Digital asset management: A major content marketing trend
 
Digital Asset Management Basics
Digital Asset Management BasicsDigital Asset Management Basics
Digital Asset Management Basics
 
DAMs Strategy Presentation
DAMs Strategy PresentationDAMs Strategy Presentation
DAMs Strategy Presentation
 
Puglia marac-file formats-20111020
Puglia marac-file formats-20111020Puglia marac-file formats-20111020
Puglia marac-file formats-20111020
 
AWS Webcast - Introducing Amazon RDS for PostgreSQL
AWS Webcast - Introducing Amazon RDS for PostgreSQLAWS Webcast - Introducing Amazon RDS for PostgreSQL
AWS Webcast - Introducing Amazon RDS for PostgreSQL
 
Role of dam in driving digital strategy
Role of dam in driving digital strategyRole of dam in driving digital strategy
Role of dam in driving digital strategy
 
Something That Works: Implementing ResourceSpace Open Source Digital Asset Ma...
Something That Works: Implementing ResourceSpace Open Source Digital Asset Ma...Something That Works: Implementing ResourceSpace Open Source Digital Asset Ma...
Something That Works: Implementing ResourceSpace Open Source Digital Asset Ma...
 
Resource space
Resource spaceResource space
Resource space
 
Presention ppt
Presention pptPresention ppt
Presention ppt
 
10 Core Lessons of Asset Management
10 Core Lessons of Asset Management10 Core Lessons of Asset Management
10 Core Lessons of Asset Management
 

Semelhante a Building a Scalable Digital Asset Management Platform in the Cloud (MED402) | AWS re:Invent 2013

Building a Scalable Asset Management (DAM) Platform in the AWS
Building a Scalable Asset Management (DAM) Platform in the AWSBuilding a Scalable Asset Management (DAM) Platform in the AWS
Building a Scalable Asset Management (DAM) Platform in the AWSRahul Shukla
 
Big data and serverless - AWS UG The Netherlands
Big data and serverless - AWS UG The NetherlandsBig data and serverless - AWS UG The Netherlands
Big data and serverless - AWS UG The NetherlandsMarek Kuczynski
 
Building a Data Processing Pipeline on AWS - AWS Summit SG 2017
Building a Data Processing Pipeline on AWS - AWS Summit SG 2017Building a Data Processing Pipeline on AWS - AWS Summit SG 2017
Building a Data Processing Pipeline on AWS - AWS Summit SG 2017Amazon Web Services
 
Your First 10 Million Users with Amazon Web Services
Your First 10 Million Users with Amazon Web ServicesYour First 10 Million Users with Amazon Web Services
Your First 10 Million Users with Amazon Web ServicesAmazon Web Services
 
Building a Data Processing Pipeline on AWS
Building a Data Processing Pipeline on AWSBuilding a Data Processing Pipeline on AWS
Building a Data Processing Pipeline on AWSAmazon Web Services
 
Dean Bryen: Scaling The Platform For Your Startup
Dean Bryen: Scaling The Platform For Your StartupDean Bryen: Scaling The Platform For Your Startup
Dean Bryen: Scaling The Platform For Your Startuphuguk
 
AWS Innovate: Build a Data Lake on AWS- Johnathon Meichtry
AWS Innovate: Build a Data Lake on AWS- Johnathon MeichtryAWS Innovate: Build a Data Lake on AWS- Johnathon Meichtry
AWS Innovate: Build a Data Lake on AWS- Johnathon MeichtryAmazon Web Services Korea
 
1. 利用微服務架構建立雲端影音平台 (Building Media Platform by Microservices Architecture)
1.	利用微服務架構建立雲端影音平台 (Building Media Platform by Microservices Architecture)1.	利用微服務架構建立雲端影音平台 (Building Media Platform by Microservices Architecture)
1. 利用微服務架構建立雲端影音平台 (Building Media Platform by Microservices Architecture)Amazon Web Services
 
Scalable Media Workflows in the Cloud
Scalable Media Workflows in the CloudScalable Media Workflows in the Cloud
Scalable Media Workflows in the CloudAmazon Web Services
 
Building Scalable Windows and .NET Apps on AWS (TLS302) | AWS re:Invent 2013
Building Scalable Windows and .NET Apps on AWS (TLS302) | AWS re:Invent 2013Building Scalable Windows and .NET Apps on AWS (TLS302) | AWS re:Invent 2013
Building Scalable Windows and .NET Apps on AWS (TLS302) | AWS re:Invent 2013Amazon Web Services
 
AWS Startup Day Bangalore: Being Well-Architected in the Cloud
AWS Startup Day Bangalore: Being Well-Architected in the CloudAWS Startup Day Bangalore: Being Well-Architected in the Cloud
AWS Startup Day Bangalore: Being Well-Architected in the CloudAdrian Hornsby
 
AWS Cloud Kata 2014 | Jakarta - 2-1 AWS Intro and Scale 2014
AWS Cloud Kata 2014 | Jakarta - 2-1 AWS Intro and Scale 2014AWS Cloud Kata 2014 | Jakarta - 2-1 AWS Intro and Scale 2014
AWS Cloud Kata 2014 | Jakarta - 2-1 AWS Intro and Scale 2014Amazon Web Services
 
4K Media Workflows on AWS By Usman Shakeel of Amzaon AWS
4K Media Workflows on AWS By Usman Shakeel of Amzaon AWS4K Media Workflows on AWS By Usman Shakeel of Amzaon AWS
4K Media Workflows on AWS By Usman Shakeel of Amzaon AWSETCenter
 
AWS Webcast - What is Cloud Computing?
AWS Webcast - What is Cloud Computing?AWS Webcast - What is Cloud Computing?
AWS Webcast - What is Cloud Computing?Amazon Web Services
 
Scaling the Platform for Your Startup - Startup Talks June 2015
Scaling the Platform for Your Startup - Startup Talks June 2015Scaling the Platform for Your Startup - Startup Talks June 2015
Scaling the Platform for Your Startup - Startup Talks June 2015Amazon Web Services
 
A Multi-Tenancy Cloud-Native Digital Library Platform
A Multi-Tenancy Cloud-Native Digital Library PlatformA Multi-Tenancy Cloud-Native Digital Library Platform
A Multi-Tenancy Cloud-Native Digital Library PlatformYinlin Chen
 
AWS re:Invent 2016: Getting Started with the Hybrid Cloud: Enterprise Backup ...
AWS re:Invent 2016: Getting Started with the Hybrid Cloud: Enterprise Backup ...AWS re:Invent 2016: Getting Started with the Hybrid Cloud: Enterprise Backup ...
AWS re:Invent 2016: Getting Started with the Hybrid Cloud: Enterprise Backup ...Amazon Web Services
 

Semelhante a Building a Scalable Digital Asset Management Platform in the Cloud (MED402) | AWS re:Invent 2013 (20)

Building a Scalable Asset Management (DAM) Platform in the AWS
Building a Scalable Asset Management (DAM) Platform in the AWSBuilding a Scalable Asset Management (DAM) Platform in the AWS
Building a Scalable Asset Management (DAM) Platform in the AWS
 
Big data and serverless - AWS UG The Netherlands
Big data and serverless - AWS UG The NetherlandsBig data and serverless - AWS UG The Netherlands
Big data and serverless - AWS UG The Netherlands
 
Building a Data Processing Pipeline on AWS - AWS Summit SG 2017
Building a Data Processing Pipeline on AWS - AWS Summit SG 2017Building a Data Processing Pipeline on AWS - AWS Summit SG 2017
Building a Data Processing Pipeline on AWS - AWS Summit SG 2017
 
Log Analysis At Scale
Log Analysis At ScaleLog Analysis At Scale
Log Analysis At Scale
 
Your First 10 Million Users with Amazon Web Services
Your First 10 Million Users with Amazon Web ServicesYour First 10 Million Users with Amazon Web Services
Your First 10 Million Users with Amazon Web Services
 
Building a Data Processing Pipeline on AWS
Building a Data Processing Pipeline on AWSBuilding a Data Processing Pipeline on AWS
Building a Data Processing Pipeline on AWS
 
Dean Bryen: Scaling The Platform For Your Startup
Dean Bryen: Scaling The Platform For Your StartupDean Bryen: Scaling The Platform For Your Startup
Dean Bryen: Scaling The Platform For Your Startup
 
AWS Innovate: Build a Data Lake on AWS- Johnathon Meichtry
AWS Innovate: Build a Data Lake on AWS- Johnathon MeichtryAWS Innovate: Build a Data Lake on AWS- Johnathon Meichtry
AWS Innovate: Build a Data Lake on AWS- Johnathon Meichtry
 
1. 利用微服務架構建立雲端影音平台 (Building Media Platform by Microservices Architecture)
1.	利用微服務架構建立雲端影音平台 (Building Media Platform by Microservices Architecture)1.	利用微服務架構建立雲端影音平台 (Building Media Platform by Microservices Architecture)
1. 利用微服務架構建立雲端影音平台 (Building Media Platform by Microservices Architecture)
 
Scalable Media Workflows in the Cloud
Scalable Media Workflows in the CloudScalable Media Workflows in the Cloud
Scalable Media Workflows in the Cloud
 
4K Media Workflows on AWS
4K Media Workflows on AWS4K Media Workflows on AWS
4K Media Workflows on AWS
 
Building Scalable Windows and .NET Apps on AWS (TLS302) | AWS re:Invent 2013
Building Scalable Windows and .NET Apps on AWS (TLS302) | AWS re:Invent 2013Building Scalable Windows and .NET Apps on AWS (TLS302) | AWS re:Invent 2013
Building Scalable Windows and .NET Apps on AWS (TLS302) | AWS re:Invent 2013
 
AWS Startup Day Bangalore: Being Well-Architected in the Cloud
AWS Startup Day Bangalore: Being Well-Architected in the CloudAWS Startup Day Bangalore: Being Well-Architected in the Cloud
AWS Startup Day Bangalore: Being Well-Architected in the Cloud
 
AWS Cloud Kata 2014 | Jakarta - 2-1 AWS Intro and Scale 2014
AWS Cloud Kata 2014 | Jakarta - 2-1 AWS Intro and Scale 2014AWS Cloud Kata 2014 | Jakarta - 2-1 AWS Intro and Scale 2014
AWS Cloud Kata 2014 | Jakarta - 2-1 AWS Intro and Scale 2014
 
4K Media Workflows on AWS By Usman Shakeel of Amzaon AWS
4K Media Workflows on AWS By Usman Shakeel of Amzaon AWS4K Media Workflows on AWS By Usman Shakeel of Amzaon AWS
4K Media Workflows on AWS By Usman Shakeel of Amzaon AWS
 
AWS Webcast - What is Cloud Computing?
AWS Webcast - What is Cloud Computing?AWS Webcast - What is Cloud Computing?
AWS Webcast - What is Cloud Computing?
 
Scaling the Platform for Your Startup - Startup Talks June 2015
Scaling the Platform for Your Startup - Startup Talks June 2015Scaling the Platform for Your Startup - Startup Talks June 2015
Scaling the Platform for Your Startup - Startup Talks June 2015
 
A Multi-Tenancy Cloud-Native Digital Library Platform
A Multi-Tenancy Cloud-Native Digital Library PlatformA Multi-Tenancy Cloud-Native Digital Library Platform
A Multi-Tenancy Cloud-Native Digital Library Platform
 
[Jun AWS 201] Technical Workshop
[Jun AWS 201] Technical Workshop[Jun AWS 201] Technical Workshop
[Jun AWS 201] Technical Workshop
 
AWS re:Invent 2016: Getting Started with the Hybrid Cloud: Enterprise Backup ...
AWS re:Invent 2016: Getting Started with the Hybrid Cloud: Enterprise Backup ...AWS re:Invent 2016: Getting Started with the Hybrid Cloud: Enterprise Backup ...
AWS re:Invent 2016: Getting Started with the Hybrid Cloud: Enterprise Backup ...
 

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
 

Último

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 

Último (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 

Building a Scalable Digital Asset Management Platform in the Cloud (MED402) | AWS re:Invent 2013

  • 1. MED402: Building a Scalable Video / Digital Asset Management (DAM) Platform in the Cloud Michael Limcaco – Enterprise Solutions Architect (AWS) Jonathan Rivers – Director, Technical Operations (PBS) November 15, 2013 © 2013 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified, or distributed in whole or in part without the express consent of Amazon.com, Inc.
  • 2. Agenda • • • • • The big picture Architecture Build-out exercise Customer case study (PBS) Observations and summary
  • 3. Big Picture: Enterprise Media Architecture Integrated Workflow RTMP MPEG-TS Live Stream Media Files Content Management, Discovery & Delivery Physical Media Transcoders Camera HD-SDI Store output profile and file Store output profile and file
  • 4. Big Picture: Digital Asset Management (DAM) Integrated Workflow RTMP MPEG-TS Live Stream Media Files Content Management, Discovery, & Delivery Physical Media DAM Transcoders Camera HD-SDI Store output profile and file Store output profile and file
  • 7. Key DAM Requirements • • • • • • • Ingest Metadata extraction Create renditions Build the catalog Enable rich search Manage storage lifecycle Provide efficient delivery of media assets
  • 8. Key DAM Requirements • • • • • • • Ingest Metadata extraction Create renditions Build the catalog Enable rich search Manage storage lifecycle Provide efficient delivery of media assets
  • 9. Key DAM Requirements • • • • • • • Ingest Metadata extraction Create renditions Build the catalog Enable rich search Manage storage lifecycle Provide efficient delivery of media assets
  • 10. Why Scalable? • Increasing volume, variety, velocity – Collectors, cameras, sensors and sources • Ex: UGC, raw source, Mezzanine, B-roll, creative collateral • Final content – Formats and standards • Transport, containers, codecs, metadata • SD, HD, 4K …. 8K – Devices and user expectations • Opportunities through cloud enablement – Media platform as a service – Multitenancy
  • 11. What about Search? Ugh … • Core elements – Project, keyword, asset name, tags, date/time capture, timecode range, subject, format, size • Extended structured search – Dublin core, XMP, MPEG-7, IPTC, EXIF, FCXML, SMPTE, MISB • Unstructured search – Comments, notes, transcript, closed captioning
  • 12. Enough Theory … Let’s Build a DAM in the Cloud!
  • 15. Delivery Cache DAM Storage & S3 Buckets Archive For Renditions, Mailbox Event Handler DAM Web Service DAM Interface AWS Beanstalk Rendition Processing Metadata Sidecar Files EC2 Workers Auto scaling Group DynamoDB Catalog Mailbox Metadata Processing EC2 Workers Auto scaling Group Amazon CloudSearch
  • 16. Delivery Cache DAM Storage & S3 Buckets Archive For Renditions, Mailbox Event Handler DAM Web Service DAM Web Interface AWS Beanstalk Rendition Processing Metadata Sidecar Files EC2 Workers Auto scaling Group DynamoDB Catalog Mailbox Metadata Processing EC2 Workers Auto scaling Group Amazon CloudSearch
  • 17. Delivery Cache DAM Storage & S3 Buckets Archive For Renditions, Mailbox Event Handler DAM Web Service DAM Web Interface AWS Beanstalk Rendition Processing Metadata Sidecar Files EC2 Workers Auto scaling Group DynamoDB Catalog Mailbox Metadata Processing EC2 Workers Auto scaling Group Amazon CloudSearch
  • 18. Delivery Cache DAM Storage & S3 Buckets Archive For Renditions, Mailbox Event Handler DAM Web Service DAM Web Interface AWS Beanstalk Rendition Processing Metadata Sidecar Files EC2 Workers Auto scaling Group DynamoDB Catalog Mailbox Metadata Processing EC2 Workers Auto scaling Group Amazon CloudSearch
  • 19. Delivery Cache DAM Storage & S3 Buckets Archive For Renditions, Mailbox Event Handler DAM Web Service DAM Web Interface AWS Beanstalk Rendition Processing Metadata Sidecar Files EC2 Workers Auto scaling Group DynamoDB Catalog Mailbox Metadata Processing EC2 Workers Auto scaling Group Amazon CloudSearch
  • 20. Delivery Cache DAM Storage & S3 Buckets Archive For Renditions, Mailbox Event Handler DAM Web Service DAM Interface AWS Beanstalk Rendition Processing Metadata Sidecar Files EC2 Workers Auto scaling Group DynamoDB Catalog Mailbox Metadata Processing EC2 Workers Auto scaling Group Amazon CloudSearch
  • 21. Delivery Cache DAM Storage & S3 Buckets Archive For Renditions, Mailbox Event Handler DAM Web Service DAM Interface AWS Beanstalk Rendition Processing Metadata Sidecar Files EC2 Workers Auto scaling Group DynamoDB Catalog Mailbox Metadata Processing EC2 Workers Auto scaling Group Amazon CloudSearch
  • 22. Tools Available to Us Need Description AWS Service Ingest Integrate w / existing file-based workflows Amazon S3 Metadata Process inline and sidecar files EC2 / Elastic Beanstalk Renditions Autogenerate thumbnails and proxies Amazon Elastic Transcoder Catalog part 1 Administrative entities, simple retrieval Amazon DynamoDB Catalog part 2 Field and free-form search Amazon CloudSearch Storage Nearline, online, offline infinite storage Amazon S3, Amazon Glacier Delivery Global caching and streaming footprint Amazon CloudFront
  • 23. Catalog: A word on why DynamoDB Container-A Header NoSQL Data Model Layer-2 Core Elem1 Core Elem2 Elem from A Name_A Size Some_Field Name_B Size Name_C Layer-1 Size Container-B Header Container-C Layer-1 Header Layer-2 Elem from B Some_Field
  • 24. Catalog: A Word on Why CloudSearch • Video and text – Header fields with textual descriptions, synopsis, comments – Tracks with speech to text, closed caption data – Links to scripts • Video and structured elements – XMP dynamic media – Sidecar files • A managed search engine dedicated to these kinds of problems – Case folding, stemming, stopword removal, synonyms – Also accent normalization, UTF-8 normalization, etc.
  • 25. Other Goodies • Back-end services – AWS CLI – Open source decode utilities • EXIFtool • MediaInfo – ETL support • Talend (representative) • Front-end services – Node.js + AWS Node SDK
  • 26. Delivery Cache DAM Storage & S3 Buckets Archive For Renditions, Mailbox Event Handler DAM Web Service DAM Interface AWS Beanstalk Rendition Processing Metadata Sidecar Files EC2 Workers Auto scaling Group DynamoDB Catalog Mailbox Metadata Processing EC2 Workers Auto scaling Group Amazon CloudSearch
  • 27. CloudFront Download Distribution Media Content Amazon S3 Storage For Source, Renditions, Metadata Sidecar Files EC2 Crawler EC2 ASG Amazon SQS Queue Rendition Jobs Rendition Workers Elastic Transcoder Proxy / Thumbnail Generation DAM Catalog Amazon DynamoDB Amazon SNS Topic DAM Web Service Amazon SQS Queue Metadata Processing Jobs AWS Elastic Beanstalk EC2 ASG Metadata Workers Amazon CloudSearch
  • 29. Setup • Amazon Simple Storage Service (S3) buckets ready to go – External staging locations – Internal working locations • Amazon Simple Notification Service (SNS) + Amazon Simple Queue Service (SQS) wired up • Catalog data models established – Amazon DynamoDB table “catalog” created – Amazon CloudSearch search domain “catalog” created
  • 30. 1. Ingest, Crawl, Notify a. b. c. d. End user initiates data copy EC2 worker scans Amazon S3 staging bucket EC2 worker copies or moves content EC2 worker broadcasts “NEW DATA” event
  • 31. CloudFront Download Distribution Media Content Amazon S3 Storage For Source, Renditions, Metadata Sidecar Files EC2 Crawler EC2 ASG SQS Queue Rendition Jobs Rendition Workers Elastic Transcoder Proxy / Thumbnail Generation DAM Catalog Amazon DynamoDB Amazon SNS Topic DAM Web Service SQS Queue Metadata Processing Jobs AWS Elastic Beanstalk EC2 ASG Metadata Workers Amazon CloudSearch
  • 32. CloudFront Download Distribution Media Content Amazon S3 Storage For Source, Renditions, Metadata Sidecar Files EC2 Crawler EC2 ASG SQS Queue Rendition Jobs Rendition Workers Elastic Transcoder Proxy / Thumbnail Generation DAM Catalog Amazon DynamoDB Amazon SNS Topic DAM Web Service SQS Queue Metadata Processing Jobs AWS Elastic Beanstalk EC2 ASG Metadata Workers Amazon CloudSearch
  • 33. CloudFront Download Distribution Media Content Amazon S3 Storage For Source, Renditions, Metadata Sidecar Files EC2 Crawler EC2 ASG SQS Queue Rendition Jobs Rendition Workers Elastic Transcoder Proxy / Thumbnail Generation DAM Catalog Amazon DynamoDB Amazon SNS Topic DAM Web Service SQS Queue Metadata Processing Jobs AWS Elastic Beanstalk EC2 ASG Metadata Workers Amazon CloudSearch
  • 34. CloudFront Download Distribution Media Content Amazon S3 Storage For Source, Renditions, Metadata Sidecar Files EC2 Crawler EC2 ASG SQS Queue Rendition Jobs Rendition Workers Elastic Transcoder Proxy / Thumbnail Generation DAM Catalog Amazon DynamoDB Amazon SNS Topic DAM Web Service SQS Queue Metadata Processing Jobs AWS Elastic Beanstalk EC2 ASG Metadata Workers Amazon CloudSearch
  • 35. CloudFront Download Distribution Media Content Amazon S3 Storage For Source, Renditions, Metadata Sidecar Files EC2 Crawler EC2 ASG SQS Queue Rendition Jobs Rendition Workers Elastic Transcoder Proxy / Thumbnail Generation DAM Catalog Amazon DynamoDB Amazon SNS Topic DAM Web Service SQS Queue Metadata Processing Jobs AWS Elastic Beanstalk EC2 ASG Metadata Workers Amazon CloudSearch
  • 36. 1. Ingest, Crawl, Notify a. b. c. d. End user initiates data copy EC2 worker scans Amazon S3 staging bucket EC2 worker copies or moves content EC2 worker broadcasts “NEW DATA” event (SNS)
  • 37. 2. Metadata Extraction a. EC2 worker polls inbox (SQS) b. EC2 worker pulls down media asset from Amazon S3 c. EC2 worker parses media files d. EC2 worker pumps metadata through ETL flow to prepare for catalog insertion e. EC2 worker inserts into catalog (Amazon DynamoDB)
  • 38. CloudFront Download Distribution Media Content Amazon S3 Storage For Source, Renditions, Metadata Sidecar Files EC2 Crawler EC2 ASG SQS Queue Rendition Jobs Rendition Workers Elastic Transcoder Proxy / Thumbnail Generation DAM Catalog Amazon DynamoDB Amazon SNS Topic DAM Web Service SQS Queue Metadata Processing Jobs AWS Elastic Beanstalk EC2 ASG Metadata Workers Amazon CloudSearch
  • 39. CloudFront Download Distribution Media Content Amazon S3 Storage For Source, Renditions, Metadata Sidecar Files EC2 Crawler EC2 ASG SQS Queue Rendition Jobs Rendition Workers Elastic Transcoder Proxy / Thumbnail Generation DAM Catalog Amazon DynamoDB Amazon SNS Topic DAM Web Service SQS Queue Metadata Processing Jobs AWS Elastic Beanstalk EC2 ASG Metadata Workers Amazon CloudSearch
  • 40. 2. Metadata Extraction a. EC2 worker polls inbox (SQS) b. EC2 worker pulls down media asset from Amazon S3 c. EC2 worker parses media files d. EC2 worker pumps metadata through ETL flow to prepare for catalog insertion e. EC2 worker inserts into catalog (Amazon DynamoDB)
  • 41. Preparing for Amazon DynamoDB Insert { "COMPLETE_NAME" : { "S" : "01_01_SoccerF_05_A.mp4" }, "FORMAT" : { "S" : "MPEG-4" }, "CODEC_ID" : { "S" : "mp42" } }
  • 42. Model It and Deploy to EC2! (Talend)
  • 43. 3. Catalog Processing a. Store metadata record in Amazon DynamoDB b. Reflect searchable subset to Amazon CloudSearch c. Go crazy (HTTP GET)
  • 44. CloudFront Download Distribution Media Content Amazon S3 Storage For Source, Renditions, Metadata Sidecar Files EC2 Crawler EC2 ASG SQS Queue Rendition Jobs Rendition Workers Elastic Transcoder Proxy / Thumbnail Generation DAM Catalog Amazon DynamoDB Amazon SNS Topic DAM Web Service SQS Queue Metadata Processing Jobs AWS Elastic Beanstalk EC2 ASG Metadata Workers Amazon CloudSearch
  • 45. CloudFront Download Distribution Media Content Amazon S3 Storage For Source, Renditions, Metadata Sidecar Files EC2 Crawler EC2 ASG SQS Queue Rendition Jobs Rendition Workers Elastic Transcoder Proxy / Thumbnail Generation DAM Catalog Amazon DynamoDB 1 Amazon SNS Topic DAM Web Service SQS Queue Metadata Processing Jobs AWS Elastic Beanstalk EC2 ASG 2 Metadata Workers Amazon CloudSearch
  • 46. Querying the Catalog (Amazon CloudSearch) • http://cloudsearch.demo.aws.com/2011-0201/search?bq=complete_name : …<field=value> • In Node.js var optionsget host : port : path : = { 'cloudsearch.demo.aws.com', // here only the domain name 80, '/2011-02-01/search?bq=complete_name:'-STRAWBERRY'& return-fields=complete_name,text_relevance,codec_id_info, duration,file_size, duration,encoded_date', method : 'GET' }
  • 48. Merlin: PBS CMS/DAM • Code name Merlin • Structured metadata • 200+ web object records daily – 29,046 web objects • 150+ Video objects daily – 91,436 videos • Users from over 150 stations 30 national producers – Frontline – Downton Abbey – PBS Newshour
  • 49. What’s It Do? • Large multitenant system – 1200 registered users • 250 million streams per month • 20 million unique viewers • 8 PB of video delivered monthly
  • 50. Getting Data In • 33 ingestible web feeds – Content editors – Web page listings • Batch video ingest API – Video content editors – External workflow integration • Manually entered videos – Video content editors from all 50 states – Number of user accounts
  • 51. System Overview User Input Ingest API Amazon CloudSearch Search Util DAM (Merlin) Workflow Service Content API Amazon SWF RSS Amazon RDS Amazon S3 CDN Amazon RDS
  • 52. Basic Workflow • Object registered with Merlin • Images registered and processed with ITS – Stored in CDN fronted Amazon S3 bucket • Videos registered with VTS – Jobs sent to Zencoder for processing – Video stored in CDN fronted Amazon S3 bucket • Objects ready for clients – Objects rendered for consumption in Amazon S3 – Objects registered with APIs – Objects discoverable
  • 53. Making It Discoverable • Search util service • Runs every hour – Re-indexes last several hours each time • Polls APIs – Content API – Modified time • Updates Amazon CloudSearch index – 2 primary indexes
  • 54. Search Considerations • Hidden objects • Rights management • Partitioned search – Local station search – Results by geo – Restrict results for international customers • Unify and normalize existing APIs – Flatten data model • Users looking for programs – Specific searches – Suitable for structured data
  • 55. Challenges • No native time field – Convert dates to integers – Epoch time • Versioning of documents – Epoch for versioning • Exposing two versions of most fields – Text searchable – Facets (copy of text version)
  • 57. Search Consumers (Video Portal) Site Search Programs A-Z
  • 60. Summary • Build an enterprise-scale DAM platform now – Managed storage and archive (Amazon S3, Amazon Glacier) – Managed database for catalog processing (Amazon DynamoDB, Amazon Relational Database Service [RDS]) – Managed search (CloudSearch) • Application development accelerators – Elastic Beanstalk harness (web, API, and worker roles) – Reduced effort with the AWS CLI • (Almost) fire and forget
  • 61. AWS Marketplace Can Help • AWS online software store – – – – – • Customer can find, research, buy software Simple pricing, aligns with EC2 usage model 1-click launch in minutes Marketplace billing integrated into your AWS account 1,000+ products across 24 categories Digital asset management related options Include: – – – – WebDAM – centralize, store, manage and distribute collateral Digital asset management cloud – web-based open source DAM Widen – manage and distribute digital media and brand assets with user roles and permissions Adobe Experience Manager – unified asset management including mobile Learn more at: http://aws.amazon.com/marketplace
  • 63. Please give us your feedback on this presentation MED-402 Building a Scalable Video / DAM Solution in the Cloud As a thank you, we will select prize winners daily for completed surveys!