SlideShare a Scribd company logo
1 of 24
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS re:INVENT
Inte g r ati ng Vi de o i n Mo b i l e A p p s an d W e b si te s
A n d r e w C h u d
@ A n d r e w C h u d
M B L 3 0 8
D e c e m b e r 1 , 2 0 1 7
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• Types of video apps
• Types of video services
• Problems
• Solutions
• Software architecture—live-streaming
• Software architecture—on-demand video
• Live demo
• New AWS Video Services
• Testing
Agenda
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Types of video apps
• OTT (over-the-top) television
• Social networking/sharing
• News feeds
• Communications
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Types of video services
Live-streaming
peer-to-peerVideo on-demand
Live-streaming
broadcast
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Problems
Radio
• Network conditions
• Bandwidth costs
• Resolutions
• Digital rights
Access
Packet core
Internet
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Solutions—content delivery network
Amazon
CloudFront
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Solutions—video transcoding
A d a p t i v e m u l t i - b i t r a t e
4K
Low
Med
High
MH L
1 20
[1] https://en.wikipedia.org/wiki/HTTP_Live_Streaming
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Solutions—adaptive multi-bitrate format
E xam p le :
- Fallback = 64K Audio & Still Images
- Cellular = 200K, 240p, 15FPS
- 3G = 420K, 288p, 15FPS
- 4G = 1000K, 360p, 30FPS
- LTE = 1400K, 432p, 30FPS
- Lo-WiFi = 2000K, 480p, 30FPS
- Med-WiFi = 2600K, 576p, 30FPS
- Hi-WiFi = 3400K Audio & 720p
[1] https://en.wikipedia.org/wiki/HTTP_Live_Streaming
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Solutions—encryption & access control
License
server
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Software architecture—live-streaming
Content
Delivery
Network
Load
Balancer
Services
- Encoding
- Packaging / Encryption
- Delivery
Android
SDK
Identity
Service
Storage
- Database
- Files
Access
Control
License
Service
API / Stream
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Software architecture—video on-demand
Amazon
CloudFront
Amazon S3 AWS Lambda
Amazon Elastic
Transcoder
Amazon S3
AWS
CloudFormationAWS CLI
Android
SDK
AWS
Mobile Hub
Amazon
Cognito
Upload Notification Create job
Files
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Live demo
•GitHub- AWS Mobile Project Extensions –
Simple Video Transcoding
http://bit.ly/aws-mobile-simple-video-transcoding
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Software architecture—resources
AWS Mobile Hub
Default:
• Amazon Cognito Identity Pool
• AWS IAM Role - Unauth End-Users
• Amazon S3 Bucket (deployments)
Feature: Analytics (on by default)
• Amazon Pinpoint Analytics Application
• AWS IAM Policies – Auth & Unauth End-Users
Guest
AuthN
Amazon
Cognito
Amazon
Pinpoint
Analytics
AWS IAM
AuthZ
?
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Software architecture—resources (con’t.)
Feature: User Sign-in
• Amazon Cognito User Pool
• AWS IAM Roles – Auth End-Users
• AWS IAM Role – SMS Verification
Andrew
AuthN
Amazon
Cognito
Amazon
Pinpoint
Analytics
AWS IAM
AuthZ
?
AWS Mobile Hub
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Software architecture—resources (con’t.)
Feature: User Data Storage
• Amazon S3 Bucket (userfiles)
• AWS IAM Auth & Unauth Policies (userfiles)
• AWS IAM Auth & Unauth Policies (userprofiles)
Feature: Hosting & Streaming
• Amazon S3 Bucket (hosting)
• AWS IAM Auth & Unauth Policies (hosting)
• Amazon CloudFront Distribution
User
Read / Write
AWS
IAM
AuthZ
Read
Hosting Files
Amazon S3
User Files
Amazon S3
Amazon
CloudFront
Read
AWS Mobile Hub
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Software architecture—resources
AWS CLI
• Reads Configuration from AWS Mobile Hub
• Deploys AWS CloudFormation Stacks
• Creates Amazon Elastic Transcoder Pipeline
• Uploads AWS Lambda Build Artifacts
• Creates Amazon S3 Notification to trigger AWS Lambda
Amazon S3 AWS Lambda Amazon Elastic
Transcoder
Notification Create job
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Stack #1 – Roles & Policies
• AWS IAM Role – AWS Lambda Execution
• AWS IAM Policy – AWS Lambda Execution
• Get Object – Amazon S3 (userfiles)
• Create Job - Amazon Elastic Transcoder
• AWS IAM Role – Amazon Elastic Transcoder Pipeline
• List Bucket, Get * - Amazon S3 (userfiles and hosting)
• Put *, * Multipart * - Amazon S3 (hosting)
Software architecture—resources (con’t.)
AWS CloudFormation
AWS IAM
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS CloudFormation
Stack #2 – Lambda
• AWS Lambda Function – Job Submitter
• AWS Lambda Permission – Amazon S3 (userfiles) invokes AWS Lambda
Software architecture—resources (con’t.)
Amazon S3 AWS Lambda
Notification
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Device Farm
• Over 400 Physical Devices
• First 1000 Minutes Free
• AWS Mobile Hub-based website performance testing is
free
(Live Demo)
Testing
MONETIZATION
AWS Elemental
MediaTailor
20
WHAT IS AWS ELEMENTAL
CONTENT DISPLAYS
DEVICESON DEMAND
Storage
Amazon S3
LIVE
FILE
TRANSCODING
LIVE
ENCODING
ORIGINATION &
PACKAGING
AWS Elemental
MediaLive
AWS Elemental
MediaPackage
AWS Elemental
MediaConvert
MEDIA STORAGE
& ORIGIN
AWS Elemental
MediaStore
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS partner solutions
• https://aws.amazon.com/answers/media-entertainment/live-streaming/
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Where to learn more
• Session videos
• MBL305: Implement User Onboarding, Sign-Up, and Sign-In...
• MBL309: User Engagement, Messaging and Analytics…
• MBL301: Testing and Troubleshooting with AWS Device Farm
• Github
• AWS Mobile Project Extensions – Simple Video Transcoding
• http://bit.ly/aws-mobile-simple-video-transcoding
• HLS.js: https://github.com/video-dev/hls.js
• AWS forums
• Mobile development
https://forums.aws.amazon.com/forum.jspa?forumID=88
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Thank you!
a w s . a m a z o n . c o m / m o b i l e
M B L 3 0 8 I n t e g r a t i n g V i d e o i n M o b i l e A p p s a n d W e b s i t e s
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Live Demo
1. AVD – Wipe Data, Tab – Workmail, Github
2. Terminal - Create Project Script
3. Slides – Mobile Hub Resources
4. Console – Hub Features, Resources
5. Terminal Back-end Setup Script
6. Slides – AWS CLI / CloudFormation Stacks
7. Console – IAM Roles, Policies, Access Control for S3
8. Terminal - Lambda Source
9. Terminal - S3 Notification JSON
10. Console – S3 User Files, Hosting
11. Console – Distribution Status
12. Console – CloudFormation Stacks, Resources
13. Terminal - Website Build, Deploy, Show
14. Android - App Build, Run
15. Android - Upload, Playback
16. Website - Playback
17. Console - ETS Console, Job Status
18. Console – Lambda Logs
19. Console - ETS

More Related Content

What's hot

CON208_Building Microservices on AWS
CON208_Building Microservices on AWSCON208_Building Microservices on AWS
CON208_Building Microservices on AWSAmazon Web Services
 
NEW LAUNCH! Hear how the Pac-12 is using AWS Elemental MediaStore and explore...
NEW LAUNCH! Hear how the Pac-12 is using AWS Elemental MediaStore and explore...NEW LAUNCH! Hear how the Pac-12 is using AWS Elemental MediaStore and explore...
NEW LAUNCH! Hear how the Pac-12 is using AWS Elemental MediaStore and explore...Amazon Web Services
 
GPSTEC321_VMware on AWS Cloud Technical Deep Dive & Native AWS Services Integ...
GPSTEC321_VMware on AWS Cloud Technical Deep Dive & Native AWS Services Integ...GPSTEC321_VMware on AWS Cloud Technical Deep Dive & Native AWS Services Integ...
GPSTEC321_VMware on AWS Cloud Technical Deep Dive & Native AWS Services Integ...Amazon Web Services
 
NEW LAUNCH! Introducing AWS IoT Analytics - IOT214 - re:Invent 2017
NEW LAUNCH! Introducing AWS IoT Analytics - IOT214 - re:Invent 2017NEW LAUNCH! Introducing AWS IoT Analytics - IOT214 - re:Invent 2017
NEW LAUNCH! Introducing AWS IoT Analytics - IOT214 - re:Invent 2017Amazon Web Services
 
MBL209_Learn How MicroStrategy on AWS is Helping Vivint Solar Deliver Clean E...
MBL209_Learn How MicroStrategy on AWS is Helping Vivint Solar Deliver Clean E...MBL209_Learn How MicroStrategy on AWS is Helping Vivint Solar Deliver Clean E...
MBL209_Learn How MicroStrategy on AWS is Helping Vivint Solar Deliver Clean E...Amazon Web Services
 
MBL306_Mobile State of the Union
MBL306_Mobile State of the UnionMBL306_Mobile State of the Union
MBL306_Mobile State of the UnionAmazon Web Services
 
DEV305_Manage Your Applications with AWS Elastic Beanstalk.pdf
DEV305_Manage Your Applications with AWS Elastic Beanstalk.pdfDEV305_Manage Your Applications with AWS Elastic Beanstalk.pdf
DEV305_Manage Your Applications with AWS Elastic Beanstalk.pdfAmazon Web Services
 
規劃大規模遷移到 AWS 的最佳實踐
規劃大規模遷移到 AWS 的最佳實踐規劃大規模遷移到 AWS 的最佳實踐
規劃大規模遷移到 AWS 的最佳實踐Amazon Web Services
 
MBL309_User Engagement, Messaging, and Analytics Using Amazon Pinpoint from A...
MBL309_User Engagement, Messaging, and Analytics Using Amazon Pinpoint from A...MBL309_User Engagement, Messaging, and Analytics Using Amazon Pinpoint from A...
MBL309_User Engagement, Messaging, and Analytics Using Amazon Pinpoint from A...Amazon Web Services
 
ATC301-Big Data & Analytics for Manufacturing Operations
ATC301-Big Data & Analytics for Manufacturing OperationsATC301-Big Data & Analytics for Manufacturing Operations
ATC301-Big Data & Analytics for Manufacturing OperationsAmazon Web Services
 
MAE303-OTT State of Play Innovation at Netflix, Hulu, Amazon Video, and AWS E...
MAE303-OTT State of Play Innovation at Netflix, Hulu, Amazon Video, and AWS E...MAE303-OTT State of Play Innovation at Netflix, Hulu, Amazon Video, and AWS E...
MAE303-OTT State of Play Innovation at Netflix, Hulu, Amazon Video, and AWS E...Amazon Web Services
 
Driving effective Digital User Engagement using Analytics, Push Notifications...
Driving effective Digital User Engagement using Analytics, Push Notifications...Driving effective Digital User Engagement using Analytics, Push Notifications...
Driving effective Digital User Engagement using Analytics, Push Notifications...Amazon Web Services
 
NEW LAUNCH! Bring Alexa to Work! Voice-enable Your Organization with Alexa fo...
NEW LAUNCH! Bring Alexa to Work! Voice-enable Your Organization with Alexa fo...NEW LAUNCH! Bring Alexa to Work! Voice-enable Your Organization with Alexa fo...
NEW LAUNCH! Bring Alexa to Work! Voice-enable Your Organization with Alexa fo...Amazon Web Services
 
CON318_Interstella 8888 Monolith to Microservices with Amazon ECS
CON318_Interstella 8888 Monolith to Microservices with Amazon ECSCON318_Interstella 8888 Monolith to Microservices with Amazon ECS
CON318_Interstella 8888 Monolith to Microservices with Amazon ECSAmazon Web Services
 
GPSWKS408-GPS Migrate Your Databases with AWS Database Migration Service and ...
GPSWKS408-GPS Migrate Your Databases with AWS Database Migration Service and ...GPSWKS408-GPS Migrate Your Databases with AWS Database Migration Service and ...
GPSWKS408-GPS Migrate Your Databases with AWS Database Migration Service and ...Amazon Web Services
 
ARC214_Addressing Your Business Needs with AWS
ARC214_Addressing Your Business Needs with AWSARC214_Addressing Your Business Needs with AWS
ARC214_Addressing Your Business Needs with AWSAmazon Web Services
 
NEW LAUNCH! AWS IoT Device Management - IOT330 - re:Invent 2017
NEW LAUNCH! AWS IoT Device Management - IOT330 - re:Invent 2017NEW LAUNCH! AWS IoT Device Management - IOT330 - re:Invent 2017
NEW LAUNCH! AWS IoT Device Management - IOT330 - re:Invent 2017Amazon Web Services
 
Improving Microservice and Serverless Observability with Monitoring Data - SR...
Improving Microservice and Serverless Observability with Monitoring Data - SR...Improving Microservice and Serverless Observability with Monitoring Data - SR...
Improving Microservice and Serverless Observability with Monitoring Data - SR...Amazon Web Services
 
WPS205_Is AWS GovCloud Right for your Regulated Workload
WPS205_Is AWS GovCloud Right for your Regulated WorkloadWPS205_Is AWS GovCloud Right for your Regulated Workload
WPS205_Is AWS GovCloud Right for your Regulated WorkloadAmazon Web Services
 
NEW LAUNCH! Deep dive on Amazon Neptune - DAT318 - re:Invent 2017
NEW LAUNCH! Deep dive on Amazon Neptune - DAT318 - re:Invent 2017NEW LAUNCH! Deep dive on Amazon Neptune - DAT318 - re:Invent 2017
NEW LAUNCH! Deep dive on Amazon Neptune - DAT318 - re:Invent 2017Amazon Web Services
 

What's hot (20)

CON208_Building Microservices on AWS
CON208_Building Microservices on AWSCON208_Building Microservices on AWS
CON208_Building Microservices on AWS
 
NEW LAUNCH! Hear how the Pac-12 is using AWS Elemental MediaStore and explore...
NEW LAUNCH! Hear how the Pac-12 is using AWS Elemental MediaStore and explore...NEW LAUNCH! Hear how the Pac-12 is using AWS Elemental MediaStore and explore...
NEW LAUNCH! Hear how the Pac-12 is using AWS Elemental MediaStore and explore...
 
GPSTEC321_VMware on AWS Cloud Technical Deep Dive & Native AWS Services Integ...
GPSTEC321_VMware on AWS Cloud Technical Deep Dive & Native AWS Services Integ...GPSTEC321_VMware on AWS Cloud Technical Deep Dive & Native AWS Services Integ...
GPSTEC321_VMware on AWS Cloud Technical Deep Dive & Native AWS Services Integ...
 
NEW LAUNCH! Introducing AWS IoT Analytics - IOT214 - re:Invent 2017
NEW LAUNCH! Introducing AWS IoT Analytics - IOT214 - re:Invent 2017NEW LAUNCH! Introducing AWS IoT Analytics - IOT214 - re:Invent 2017
NEW LAUNCH! Introducing AWS IoT Analytics - IOT214 - re:Invent 2017
 
MBL209_Learn How MicroStrategy on AWS is Helping Vivint Solar Deliver Clean E...
MBL209_Learn How MicroStrategy on AWS is Helping Vivint Solar Deliver Clean E...MBL209_Learn How MicroStrategy on AWS is Helping Vivint Solar Deliver Clean E...
MBL209_Learn How MicroStrategy on AWS is Helping Vivint Solar Deliver Clean E...
 
MBL306_Mobile State of the Union
MBL306_Mobile State of the UnionMBL306_Mobile State of the Union
MBL306_Mobile State of the Union
 
DEV305_Manage Your Applications with AWS Elastic Beanstalk.pdf
DEV305_Manage Your Applications with AWS Elastic Beanstalk.pdfDEV305_Manage Your Applications with AWS Elastic Beanstalk.pdf
DEV305_Manage Your Applications with AWS Elastic Beanstalk.pdf
 
規劃大規模遷移到 AWS 的最佳實踐
規劃大規模遷移到 AWS 的最佳實踐規劃大規模遷移到 AWS 的最佳實踐
規劃大規模遷移到 AWS 的最佳實踐
 
MBL309_User Engagement, Messaging, and Analytics Using Amazon Pinpoint from A...
MBL309_User Engagement, Messaging, and Analytics Using Amazon Pinpoint from A...MBL309_User Engagement, Messaging, and Analytics Using Amazon Pinpoint from A...
MBL309_User Engagement, Messaging, and Analytics Using Amazon Pinpoint from A...
 
ATC301-Big Data & Analytics for Manufacturing Operations
ATC301-Big Data & Analytics for Manufacturing OperationsATC301-Big Data & Analytics for Manufacturing Operations
ATC301-Big Data & Analytics for Manufacturing Operations
 
MAE303-OTT State of Play Innovation at Netflix, Hulu, Amazon Video, and AWS E...
MAE303-OTT State of Play Innovation at Netflix, Hulu, Amazon Video, and AWS E...MAE303-OTT State of Play Innovation at Netflix, Hulu, Amazon Video, and AWS E...
MAE303-OTT State of Play Innovation at Netflix, Hulu, Amazon Video, and AWS E...
 
Driving effective Digital User Engagement using Analytics, Push Notifications...
Driving effective Digital User Engagement using Analytics, Push Notifications...Driving effective Digital User Engagement using Analytics, Push Notifications...
Driving effective Digital User Engagement using Analytics, Push Notifications...
 
NEW LAUNCH! Bring Alexa to Work! Voice-enable Your Organization with Alexa fo...
NEW LAUNCH! Bring Alexa to Work! Voice-enable Your Organization with Alexa fo...NEW LAUNCH! Bring Alexa to Work! Voice-enable Your Organization with Alexa fo...
NEW LAUNCH! Bring Alexa to Work! Voice-enable Your Organization with Alexa fo...
 
CON318_Interstella 8888 Monolith to Microservices with Amazon ECS
CON318_Interstella 8888 Monolith to Microservices with Amazon ECSCON318_Interstella 8888 Monolith to Microservices with Amazon ECS
CON318_Interstella 8888 Monolith to Microservices with Amazon ECS
 
GPSWKS408-GPS Migrate Your Databases with AWS Database Migration Service and ...
GPSWKS408-GPS Migrate Your Databases with AWS Database Migration Service and ...GPSWKS408-GPS Migrate Your Databases with AWS Database Migration Service and ...
GPSWKS408-GPS Migrate Your Databases with AWS Database Migration Service and ...
 
ARC214_Addressing Your Business Needs with AWS
ARC214_Addressing Your Business Needs with AWSARC214_Addressing Your Business Needs with AWS
ARC214_Addressing Your Business Needs with AWS
 
NEW LAUNCH! AWS IoT Device Management - IOT330 - re:Invent 2017
NEW LAUNCH! AWS IoT Device Management - IOT330 - re:Invent 2017NEW LAUNCH! AWS IoT Device Management - IOT330 - re:Invent 2017
NEW LAUNCH! AWS IoT Device Management - IOT330 - re:Invent 2017
 
Improving Microservice and Serverless Observability with Monitoring Data - SR...
Improving Microservice and Serverless Observability with Monitoring Data - SR...Improving Microservice and Serverless Observability with Monitoring Data - SR...
Improving Microservice and Serverless Observability with Monitoring Data - SR...
 
WPS205_Is AWS GovCloud Right for your Regulated Workload
WPS205_Is AWS GovCloud Right for your Regulated WorkloadWPS205_Is AWS GovCloud Right for your Regulated Workload
WPS205_Is AWS GovCloud Right for your Regulated Workload
 
NEW LAUNCH! Deep dive on Amazon Neptune - DAT318 - re:Invent 2017
NEW LAUNCH! Deep dive on Amazon Neptune - DAT318 - re:Invent 2017NEW LAUNCH! Deep dive on Amazon Neptune - DAT318 - re:Invent 2017
NEW LAUNCH! Deep dive on Amazon Neptune - DAT318 - re:Invent 2017
 

Similar to Integrating Video in Mobile Apps and Websites - MBL308 - re:Invent 2017

NEW LAUNCH! Build your own live streaming and on-demand video service with AW...
NEW LAUNCH! Build your own live streaming and on-demand video service with AW...NEW LAUNCH! Build your own live streaming and on-demand video service with AW...
NEW LAUNCH! Build your own live streaming and on-demand video service with AW...Amazon Web Services
 
CTD405_Building Serverless Video Workflows
CTD405_Building Serverless Video WorkflowsCTD405_Building Serverless Video Workflows
CTD405_Building Serverless Video WorkflowsAmazon Web Services
 
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...Amazon Web Services
 
Building Serverless Microservices with AWS
Building Serverless Microservices with AWSBuilding Serverless Microservices with AWS
Building Serverless Microservices with AWSDonnie Prakoso
 
Use Amazon Rekognition to Build a Facial Recognition System
Use Amazon Rekognition to Build a Facial Recognition SystemUse Amazon Rekognition to Build a Facial Recognition System
Use Amazon Rekognition to Build a Facial Recognition SystemAmazon Web Services
 
Use Amazon Rekognition to Build a Facial Recognition System
Use Amazon Rekognition to Build a Facial Recognition SystemUse Amazon Rekognition to Build a Facial Recognition System
Use Amazon Rekognition to Build a Facial Recognition SystemAmazon Web Services
 
LA M and E Symposium Nov 2017 All decks.pdf
LA M and E Symposium Nov 2017 All decks.pdfLA M and E Symposium Nov 2017 All decks.pdf
LA M and E Symposium Nov 2017 All decks.pdfAmazon Web Services
 
Verizon: Modernizing Enterprise Infrastructure with AWS - WIN307 - re:Invent ...
Verizon: Modernizing Enterprise Infrastructure with AWS - WIN307 - re:Invent ...Verizon: Modernizing Enterprise Infrastructure with AWS - WIN307 - re:Invent ...
Verizon: Modernizing Enterprise Infrastructure with AWS - WIN307 - re:Invent ...Amazon Web Services
 
How Netflix Encodes at Scale - CMP309 - re:Invent 2017
How Netflix Encodes at Scale - CMP309 - re:Invent 2017How Netflix Encodes at Scale - CMP309 - re:Invent 2017
How Netflix Encodes at Scale - CMP309 - re:Invent 2017Amazon Web Services
 
NEW LAUNCH! Introducing Amazon Kinesis Video Streams - ABD216 - re:Invent 2017
NEW LAUNCH! Introducing Amazon Kinesis Video Streams - ABD216 - re:Invent 2017NEW LAUNCH! Introducing Amazon Kinesis Video Streams - ABD216 - re:Invent 2017
NEW LAUNCH! Introducing Amazon Kinesis Video Streams - ABD216 - re:Invent 2017Amazon Web Services
 
AWS Webinar CZSK 02 Bezpecnost v AWS cloudu
AWS Webinar CZSK 02 Bezpecnost v AWS clouduAWS Webinar CZSK 02 Bezpecnost v AWS cloudu
AWS Webinar CZSK 02 Bezpecnost v AWS clouduVladimir Simek
 
(Gps312) Application Services
(Gps312) Application Services(Gps312) Application Services
(Gps312) Application ServicesDinah Barrett
 
Deep Dive - Amazon Kinesis Video Streams - AWS Online Tech Talks
Deep Dive - Amazon Kinesis Video Streams - AWS Online Tech TalksDeep Dive - Amazon Kinesis Video Streams - AWS Online Tech Talks
Deep Dive - Amazon Kinesis Video Streams - AWS Online Tech TalksAmazon Web Services
 
NET203_Using Amazon VPC Flow Logs to Do Predictive Security Analytics
NET203_Using Amazon VPC Flow Logs to Do Predictive Security AnalyticsNET203_Using Amazon VPC Flow Logs to Do Predictive Security Analytics
NET203_Using Amazon VPC Flow Logs to Do Predictive Security AnalyticsAmazon Web Services
 
NET203_Using Amazon VPC Flow Logs to Do Predictive Security Analytics
NET203_Using Amazon VPC Flow Logs to Do Predictive Security AnalyticsNET203_Using Amazon VPC Flow Logs to Do Predictive Security Analytics
NET203_Using Amazon VPC Flow Logs to Do Predictive Security AnalyticsAmazon Web Services
 
Migrating Your Microsoft Applications to AWS - ENT325 - re:Invent 2017
Migrating Your Microsoft Applications to AWS - ENT325 - re:Invent 2017Migrating Your Microsoft Applications to AWS - ENT325 - re:Invent 2017
Migrating Your Microsoft Applications to AWS - ENT325 - re:Invent 2017Amazon Web Services
 
Innovations fueled by IoT and the Cloud
Innovations fueled by IoT and the CloudInnovations fueled by IoT and the Cloud
Innovations fueled by IoT and the CloudAdrian Hornsby
 
ARC311_Serverless Encoding at Scale with Content Moderation via Deep Learning...
ARC311_Serverless Encoding at Scale with Content Moderation via Deep Learning...ARC311_Serverless Encoding at Scale with Content Moderation via Deep Learning...
ARC311_Serverless Encoding at Scale with Content Moderation via Deep Learning...Amazon Web Services
 

Similar to Integrating Video in Mobile Apps and Websites - MBL308 - re:Invent 2017 (20)

NEW LAUNCH! Build your own live streaming and on-demand video service with AW...
NEW LAUNCH! Build your own live streaming and on-demand video service with AW...NEW LAUNCH! Build your own live streaming and on-demand video service with AW...
NEW LAUNCH! Build your own live streaming and on-demand video service with AW...
 
CTD405_Building Serverless Video Workflows
CTD405_Building Serverless Video WorkflowsCTD405_Building Serverless Video Workflows
CTD405_Building Serverless Video Workflows
 
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
 
Building Serverless Microservices with AWS
Building Serverless Microservices with AWSBuilding Serverless Microservices with AWS
Building Serverless Microservices with AWS
 
Serverless DevOps to the Rescue
Serverless DevOps to the RescueServerless DevOps to the Rescue
Serverless DevOps to the Rescue
 
Use Amazon Rekognition to Build a Facial Recognition System
Use Amazon Rekognition to Build a Facial Recognition SystemUse Amazon Rekognition to Build a Facial Recognition System
Use Amazon Rekognition to Build a Facial Recognition System
 
Use Amazon Rekognition to Build a Facial Recognition System
Use Amazon Rekognition to Build a Facial Recognition SystemUse Amazon Rekognition to Build a Facial Recognition System
Use Amazon Rekognition to Build a Facial Recognition System
 
LA M and E Symposium Nov 2017 All decks.pdf
LA M and E Symposium Nov 2017 All decks.pdfLA M and E Symposium Nov 2017 All decks.pdf
LA M and E Symposium Nov 2017 All decks.pdf
 
Verizon: Modernizing Enterprise Infrastructure with AWS - WIN307 - re:Invent ...
Verizon: Modernizing Enterprise Infrastructure with AWS - WIN307 - re:Invent ...Verizon: Modernizing Enterprise Infrastructure with AWS - WIN307 - re:Invent ...
Verizon: Modernizing Enterprise Infrastructure with AWS - WIN307 - re:Invent ...
 
STG401_This Is My Architecture
STG401_This Is My ArchitectureSTG401_This Is My Architecture
STG401_This Is My Architecture
 
How Netflix Encodes at Scale - CMP309 - re:Invent 2017
How Netflix Encodes at Scale - CMP309 - re:Invent 2017How Netflix Encodes at Scale - CMP309 - re:Invent 2017
How Netflix Encodes at Scale - CMP309 - re:Invent 2017
 
NEW LAUNCH! Introducing Amazon Kinesis Video Streams - ABD216 - re:Invent 2017
NEW LAUNCH! Introducing Amazon Kinesis Video Streams - ABD216 - re:Invent 2017NEW LAUNCH! Introducing Amazon Kinesis Video Streams - ABD216 - re:Invent 2017
NEW LAUNCH! Introducing Amazon Kinesis Video Streams - ABD216 - re:Invent 2017
 
AWS Webinar CZSK 02 Bezpecnost v AWS cloudu
AWS Webinar CZSK 02 Bezpecnost v AWS clouduAWS Webinar CZSK 02 Bezpecnost v AWS cloudu
AWS Webinar CZSK 02 Bezpecnost v AWS cloudu
 
(Gps312) Application Services
(Gps312) Application Services(Gps312) Application Services
(Gps312) Application Services
 
Deep Dive - Amazon Kinesis Video Streams - AWS Online Tech Talks
Deep Dive - Amazon Kinesis Video Streams - AWS Online Tech TalksDeep Dive - Amazon Kinesis Video Streams - AWS Online Tech Talks
Deep Dive - Amazon Kinesis Video Streams - AWS Online Tech Talks
 
NET203_Using Amazon VPC Flow Logs to Do Predictive Security Analytics
NET203_Using Amazon VPC Flow Logs to Do Predictive Security AnalyticsNET203_Using Amazon VPC Flow Logs to Do Predictive Security Analytics
NET203_Using Amazon VPC Flow Logs to Do Predictive Security Analytics
 
NET203_Using Amazon VPC Flow Logs to Do Predictive Security Analytics
NET203_Using Amazon VPC Flow Logs to Do Predictive Security AnalyticsNET203_Using Amazon VPC Flow Logs to Do Predictive Security Analytics
NET203_Using Amazon VPC Flow Logs to Do Predictive Security Analytics
 
Migrating Your Microsoft Applications to AWS - ENT325 - re:Invent 2017
Migrating Your Microsoft Applications to AWS - ENT325 - re:Invent 2017Migrating Your Microsoft Applications to AWS - ENT325 - re:Invent 2017
Migrating Your Microsoft Applications to AWS - ENT325 - re:Invent 2017
 
Innovations fueled by IoT and the Cloud
Innovations fueled by IoT and the CloudInnovations fueled by IoT and the Cloud
Innovations fueled by IoT and the Cloud
 
ARC311_Serverless Encoding at Scale with Content Moderation via Deep Learning...
ARC311_Serverless Encoding at Scale with Content Moderation via Deep Learning...ARC311_Serverless Encoding at Scale with Content Moderation via Deep Learning...
ARC311_Serverless Encoding at Scale with Content Moderation via Deep Learning...
 

More from 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
 

More from 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
 

Integrating Video in Mobile Apps and Websites - MBL308 - re:Invent 2017

  • 1. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS re:INVENT Inte g r ati ng Vi de o i n Mo b i l e A p p s an d W e b si te s A n d r e w C h u d @ A n d r e w C h u d M B L 3 0 8 D e c e m b e r 1 , 2 0 1 7
  • 2. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • Types of video apps • Types of video services • Problems • Solutions • Software architecture—live-streaming • Software architecture—on-demand video • Live demo • New AWS Video Services • Testing Agenda
  • 3. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Types of video apps • OTT (over-the-top) television • Social networking/sharing • News feeds • Communications
  • 4. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Types of video services Live-streaming peer-to-peerVideo on-demand Live-streaming broadcast
  • 5. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Problems Radio • Network conditions • Bandwidth costs • Resolutions • Digital rights Access Packet core Internet
  • 6. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Solutions—content delivery network Amazon CloudFront
  • 7. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Solutions—video transcoding A d a p t i v e m u l t i - b i t r a t e 4K Low Med High MH L 1 20 [1] https://en.wikipedia.org/wiki/HTTP_Live_Streaming
  • 8. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Solutions—adaptive multi-bitrate format E xam p le : - Fallback = 64K Audio & Still Images - Cellular = 200K, 240p, 15FPS - 3G = 420K, 288p, 15FPS - 4G = 1000K, 360p, 30FPS - LTE = 1400K, 432p, 30FPS - Lo-WiFi = 2000K, 480p, 30FPS - Med-WiFi = 2600K, 576p, 30FPS - Hi-WiFi = 3400K Audio & 720p [1] https://en.wikipedia.org/wiki/HTTP_Live_Streaming
  • 9. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Solutions—encryption & access control License server
  • 10. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Software architecture—live-streaming Content Delivery Network Load Balancer Services - Encoding - Packaging / Encryption - Delivery Android SDK Identity Service Storage - Database - Files Access Control License Service API / Stream
  • 11. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Software architecture—video on-demand Amazon CloudFront Amazon S3 AWS Lambda Amazon Elastic Transcoder Amazon S3 AWS CloudFormationAWS CLI Android SDK AWS Mobile Hub Amazon Cognito Upload Notification Create job Files
  • 12. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Live demo •GitHub- AWS Mobile Project Extensions – Simple Video Transcoding http://bit.ly/aws-mobile-simple-video-transcoding
  • 13. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Software architecture—resources AWS Mobile Hub Default: • Amazon Cognito Identity Pool • AWS IAM Role - Unauth End-Users • Amazon S3 Bucket (deployments) Feature: Analytics (on by default) • Amazon Pinpoint Analytics Application • AWS IAM Policies – Auth & Unauth End-Users Guest AuthN Amazon Cognito Amazon Pinpoint Analytics AWS IAM AuthZ ?
  • 14. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Software architecture—resources (con’t.) Feature: User Sign-in • Amazon Cognito User Pool • AWS IAM Roles – Auth End-Users • AWS IAM Role – SMS Verification Andrew AuthN Amazon Cognito Amazon Pinpoint Analytics AWS IAM AuthZ ? AWS Mobile Hub
  • 15. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Software architecture—resources (con’t.) Feature: User Data Storage • Amazon S3 Bucket (userfiles) • AWS IAM Auth & Unauth Policies (userfiles) • AWS IAM Auth & Unauth Policies (userprofiles) Feature: Hosting & Streaming • Amazon S3 Bucket (hosting) • AWS IAM Auth & Unauth Policies (hosting) • Amazon CloudFront Distribution User Read / Write AWS IAM AuthZ Read Hosting Files Amazon S3 User Files Amazon S3 Amazon CloudFront Read AWS Mobile Hub
  • 16. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Software architecture—resources AWS CLI • Reads Configuration from AWS Mobile Hub • Deploys AWS CloudFormation Stacks • Creates Amazon Elastic Transcoder Pipeline • Uploads AWS Lambda Build Artifacts • Creates Amazon S3 Notification to trigger AWS Lambda Amazon S3 AWS Lambda Amazon Elastic Transcoder Notification Create job
  • 17. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Stack #1 – Roles & Policies • AWS IAM Role – AWS Lambda Execution • AWS IAM Policy – AWS Lambda Execution • Get Object – Amazon S3 (userfiles) • Create Job - Amazon Elastic Transcoder • AWS IAM Role – Amazon Elastic Transcoder Pipeline • List Bucket, Get * - Amazon S3 (userfiles and hosting) • Put *, * Multipart * - Amazon S3 (hosting) Software architecture—resources (con’t.) AWS CloudFormation AWS IAM
  • 18. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS CloudFormation Stack #2 – Lambda • AWS Lambda Function – Job Submitter • AWS Lambda Permission – Amazon S3 (userfiles) invokes AWS Lambda Software architecture—resources (con’t.) Amazon S3 AWS Lambda Notification
  • 19. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Device Farm • Over 400 Physical Devices • First 1000 Minutes Free • AWS Mobile Hub-based website performance testing is free (Live Demo) Testing
  • 20. MONETIZATION AWS Elemental MediaTailor 20 WHAT IS AWS ELEMENTAL CONTENT DISPLAYS DEVICESON DEMAND Storage Amazon S3 LIVE FILE TRANSCODING LIVE ENCODING ORIGINATION & PACKAGING AWS Elemental MediaLive AWS Elemental MediaPackage AWS Elemental MediaConvert MEDIA STORAGE & ORIGIN AWS Elemental MediaStore
  • 21. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS partner solutions • https://aws.amazon.com/answers/media-entertainment/live-streaming/
  • 22. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Where to learn more • Session videos • MBL305: Implement User Onboarding, Sign-Up, and Sign-In... • MBL309: User Engagement, Messaging and Analytics… • MBL301: Testing and Troubleshooting with AWS Device Farm • Github • AWS Mobile Project Extensions – Simple Video Transcoding • http://bit.ly/aws-mobile-simple-video-transcoding • HLS.js: https://github.com/video-dev/hls.js • AWS forums • Mobile development https://forums.aws.amazon.com/forum.jspa?forumID=88
  • 23. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Thank you! a w s . a m a z o n . c o m / m o b i l e M B L 3 0 8 I n t e g r a t i n g V i d e o i n M o b i l e A p p s a n d W e b s i t e s
  • 24. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Live Demo 1. AVD – Wipe Data, Tab – Workmail, Github 2. Terminal - Create Project Script 3. Slides – Mobile Hub Resources 4. Console – Hub Features, Resources 5. Terminal Back-end Setup Script 6. Slides – AWS CLI / CloudFormation Stacks 7. Console – IAM Roles, Policies, Access Control for S3 8. Terminal - Lambda Source 9. Terminal - S3 Notification JSON 10. Console – S3 User Files, Hosting 11. Console – Distribution Status 12. Console – CloudFormation Stacks, Resources 13. Terminal - Website Build, Deploy, Show 14. Android - App Build, Run 15. Android - Upload, Playback 16. Website - Playback 17. Console - ETS Console, Job Status 18. Console – Lambda Logs 19. Console - ETS