SlideShare una empresa de Scribd logo
1 de 20
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS re:INVENT
Disney's Magic: The Story of Cloud
Transformation
A l e x i V a r a n k o , V P , C l o u d A u t o m a t i o n a n d S y s t e m s E n g i n e e r i n g , D i s n e y
M i h a K r a l j , M D , C l o u d - n a t i v e A r c h i t e c t u r e , A c c e n t u r e
A R C 2 0 6
N o v e m b e r 3 0 , 2 0 1 7
© Disney
© Disney
Consumer Products
and Interactive
Media NetworksParks & ResortsStudios
Disney Enterprise Technology
Consumer Products
& Interactive
© Disney
Organic	Approach
Systems	are	organically	migrating	to	the	cloud	without	a	structured	approach	or	plan
© Disney
Coordinated	Approach
Systems	across	the	enterprise	are	migrating	to	the	cloud	under	an	orchestrated	program
© Disney
Optimized	Approach
Cost	optimization	can	occur	when	you	coordinate	migrations	to	enable	shrinkage	of	data	centers
© Disney
COST	
REDUCTION	
Reducing	technical	debt	
and	operation	cost,	and	
optimizing	company	assets
RISK	
REDUCTION	
Ensuring	alignment	of	
security	policies
INCREASED
SPEED	AND	AGILITY
Driving	migration	and	
adoption	at	the	right	pace
Initial	Assumptions
ENABLE	
EXPERIMENTATION
Preparing	for	the	future
Cloud	transformation	should	bring	more	value	than	just	reduced	cost	of	IT
© Disney
SEGMENT	INSIGHTS
Meet	demands	with	
greater	precision
Governance	and	Control
Ensure	continuous	compliance	and	effective	governance
Cloud	Service	Management
Deliver	business-focused	customer	and	user	experience
OPERATIONAL	EXCELLENCE
Improve	operating	expenses	
and	optimize	processes
Cost	Optimization
Harness	cloud	economies	of	scale
Acceleration,	Flexibility,	and	Choice
Accelerate	migrations	to	take	advantage	of	the	cloud
PRODUCT	LEADERSHIP
Promote	innovation
Innovation
Drive	strategic	business	differentiation
Speed,	Agility,	and	Acceleration
Increase	speed	to	business	outcome	and	innovation
The	Cloud	Business Case
© Disney
Cloud	Migration	Program
Fully	leverage	cloud	services	as	a	standard,	balancing	the	use	of	public	clouds
DRIVE
An enterprise-wide	
migration	roadmap
LEVERAGE
Reusable	tools,
reference	architectures,	and	
implementation	guides
AUTOMATE
Increase	speed,	self-service,	
resiliency,	and	accuracy	
through	automation
• Centralized	overarching	view	across	all	cloud	efforts
• Accounting	and	consolidation	of	infrastructure
• Capacity	and	cost	management	for	the	future	
Cloud	Program	Governance
• Collaboration	with	cloud	vendors
• Federated	model	
• Allowed	separation	across	segments
ACCELERATE
Provide	migration	services	
to	increase	the	velocity	of	
migrations
OPTIMIZE	
Aggressive	cloud	provider	
rates	and	ROI
© Disney
Cloud	Program	Guiding	Principles
CLOUD	FIRST	
Instill	a	“Cloud	First”	philosophy	for	new	
application	and	functionality	development
RAPID	PROTOTYPING	
Take	advantage	of	cloud	services	to	rapidly	
prototype	new	capabilities	
and	quickly	scale	them	to	production
AVOID	ADDITIONAL	COST
Migrate	based	on	ROI	and	eliminate	
any	unused	infrastructure
MAXIMIZE	CLOUD	BENEFITS
Focus	on	refactoring	to	gain	scalability	
and	elasticity
SECURITY	AND	COMPLIANCE	
Ensure	that	the	cloud	meets	the	security	and	
compliance	requirements	for	the	systems	
that	migrate
RISK	CONTROL
Use	the	cloud	to	improve	the	resiliency,	
availability,	and	performance	of	the	systems
A	set	of	basic	guidelines	that	maintain	the	north	star	of	the	program
© Disney
Reference	Architectures
Reference	architectures	(RAs)	and	implementation	guides	(IGs)	provide	guardrails	and	best	practices
RA:	Architecting	Cloud-
aware	Applications
RA:	Cloud	Resilience	&	
High	Availability
RA:	Cloud	
Interconnectivity
RA:	Configuration	
Management
RA:	Data	Management
RA:	Log	Formatting
RA:	Messaging
RA:	Security	
Credentials	Handling
RA:	Secure	Config	
Management
IG:	Cloud	Account	
Segmentation
IG:	Data	Classification
IG:	Public	Cloud	Cost-
effective	Architecture
IG:	Secure	Config	
Mgmt	for	AWS	IaaS	
IG:	Securing	Sensitive	
Data
IG:		
IG:		
IG:		
IG:		
IG:
© Disney
IG	Example:	Cloud	Networking	Pattern
DISNEY	VPC
AVAILABILITY	ZONE	2AVAILABILITY	ZONE	1
LOAD	BALANCERS
JUMP	HOSTS
MONITORING	SERVERS
APP	SERVERS
DB	SERVERS
LOAD	BALANCERS
JUMP	HOSTS
MONITORING	SERVERS
APP	SERVERS
DB	SERVERS
VPC	Router
Internet	Gateway AZ2	NAT	GatewayAZ1	NAT	Gateway
NACL
NACL
NACL
NACL
NACL
NACL
AZ1	Internal	Subnet AZ2	Internal	Subnet
AZ1	Admin	Subnet AZ2	Admin	Subnet
AZ1	DMZ	Subnet AZ2	DMZ	Subnet
© Disney
Security	Considerations
Defining	the	security	workflow	at	scale	allows	high	reusability
WHITELIST
Cloud	services	to	enable	
consistency	at	scale
REVIEW
All	security	policies	for	
cloud	readiness	and	
data	classification
DEFINE
The	validation	process	that	allows	
selection	of	cloud	service	according	
to	data	classification
© Disney
Infrastructure	Patterns
Consistent	and	repeatable	enterprise	management	in	the	cloud
VM	Factory Backup/DR
Sec	ToolsMonitoring
Logging
DirectoryDNS
Networking
© Disney
Building	Cloud-native	Applications
From	IaaS	and	CaaS	to	PaaS	and	FaaS
VMs
•Infrastructure	resources	
(CPU,	network,	disk)	as	
the	unit	of	work
•Provides	APIs	and	tooling	
for	automating	the	
provisioning
Apps	as	Containers
•Infrastructure	and	resource	
scheduling	is	managed	by	the	
container	platform
•Teams	package	their	workloads	
as	containers,	and	the	platform	
is	responsible	for	the	
application	lifecycle
•Teams	can	run	any	framework,	
stack,	or	technology	as	long	as	
it’s	packaged	as	a	container
Cloud-native	Apps
•Teams	provide	source	code;	
the	PaaS	builds,	packages,	and	
deploys	the	application
•The	platform	handles	the	
lifecycle	of	the	entire	
application
•Provides	a	ready-made	set	of	
backing	services	such	as	
databases,	caches,	and	load	
balancers
Apps	as	Functions
•Code	with	a	clear	entry	point	
and	exit	point	(a	“function”)	is	
deployed	to	the	platform
•The	platform	manages	the	
lifecycle	of	the	function
•Horizontal	scaling	is	
completely	automatic,	elastic,	
and	managed	by	the	platform
Flexibility Application-centricity
© Disney
Cloud	Migrations
MIGRATION	PLANNING	SERVICES
ECP	Engagement	
Model	Overview
Security	&	Risk	Policy	
Conformance
Application	
Migration	Planning
MIGRATION	ANALYSIS	SERVICES	(DISCOVERY)
Run	Tools	/	
Processes
Interpret	Results	
and	System	
Dependencies
MIGRATION	DESIGN	SERVICES
Infra	/	Platform	
Architecture	
(High	Level	Design)
Application	
Migration	Blueprint	
(Detailed	Design)
Architecture	
Review
MIGRATION	TOOLS	AND	TEMPLATES
Migration	
Templates
Migration	
Tools
Templates,	
Scripts,	Code	
Snippets
Cloud	
Reference	
Library
MIGRATION	EXECUTION	SERVICES
Migration	
Execution	
Management
New	Server	
Build
Host	Based	
Migration	
(Re-Host)
Application
Re-Platform
Front	End	
Website	
Migration
Data	
Conversion
Data	Migration	
(Files,	Objects)
Containerization	
System	Level	
Improvements	
(Remediation)
Front	End	
(Web/Mobile)	
Refactoring
Business	Logic	
(Middleware)	
Refactoring
Backend	
(Data	Layer)	
Refactoring
Migration	
to	SaaS
Decommission	
(Retire)
VALIDATION	
SERVICE
Functional	
Validation
User	
Acceptance	
Validation
Security	
Validation
Performance	
Validation
SUPPORTING	SERVICES
Cloud	License	
Acquisition	/	
Procurement
Cloud	
Vendor	Support
SME	Support Staff	Aug.
SUSTAINMENT	SERVICES
Cloud	
Operations	
Planning
Infra	Ops	
Sustainment
Cloud	
Optimization
Application	
Sustainment
Sustainment	
Transition
© Disney
Cloud	Operations
Service-Oriented	Organization	Can	Support	a	Multi-tenant	Cloud	Environment
Affordable	– Globally	Distributed	– Scalable	– Elastic	– Available	– Recoverable	– Self-Healing
MONITOR
Measure	Operational	
Metrics
MANAGE
Correct	Errors	and	Issues
PREPARE
Accept	into	Operational	
Control
IMPROVE
Change	and	Optimize
© Disney
People,	Culture,	and	Change
As	the	technology	transforms,	so	should	the	people
INVEST	IN	PEOPLE	
DEVELOPMENT
Offer	training	and	development	for	
building	and	operating	modern	
cloud	systems
HIRE	
FOR	THE	FUTURE
Plan	your	talent	strategy	for	the	
future	needs	of	the	organization
CELEBRATE	
WINS
Acknowledge	team’s	
accomplishments	and	achievement	
of	milestones
© Disney
Cloud	is	a	multi-year	journey
that	is	achievable;	but	there	is	
NO	ONE-CLICK	SOLUTION
© Disney
“Many	of	the	things	that
seem	impossible	now	will	
become	realities	tomorrow.”
-Walt	Disney

Más contenido relacionado

La actualidad más candente

ai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdf
ai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdfai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdf
ai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdfjason668539
 
Citus Architecture: Extending Postgres to Build a Distributed Database
Citus Architecture: Extending Postgres to Build a Distributed DatabaseCitus Architecture: Extending Postgres to Build a Distributed Database
Citus Architecture: Extending Postgres to Build a Distributed DatabaseOzgun Erdogan
 
Serverless Architecture Patterns
Serverless Architecture PatternsServerless Architecture Patterns
Serverless Architecture PatternsAmazon Web Services
 
Build Deep Learning Applications Using MXNet and Amazon SageMaker (AIM418) - ...
Build Deep Learning Applications Using MXNet and Amazon SageMaker (AIM418) - ...Build Deep Learning Applications Using MXNet and Amazon SageMaker (AIM418) - ...
Build Deep Learning Applications Using MXNet and Amazon SageMaker (AIM418) - ...Amazon Web Services
 
Power Platform Architecture Corrections
Power Platform Architecture CorrectionsPower Platform Architecture Corrections
Power Platform Architecture CorrectionsYusuke Ohira
 
Microservices Architecture & Testing Strategies
Microservices Architecture & Testing StrategiesMicroservices Architecture & Testing Strategies
Microservices Architecture & Testing StrategiesAraf Karsh Hamid
 
Global Azure Bootcamp Pune 2023 - Lead the AI era with Microsoft Azure.pdf
Global Azure Bootcamp Pune 2023 -  Lead the AI era with Microsoft Azure.pdfGlobal Azure Bootcamp Pune 2023 -  Lead the AI era with Microsoft Azure.pdf
Global Azure Bootcamp Pune 2023 - Lead the AI era with Microsoft Azure.pdfAroh Shukla
 
Immersion Day - Well Architected Workshop - June 2019
Immersion Day - Well Architected Workshop - June 2019Immersion Day - Well Architected Workshop - June 2019
Immersion Day - Well Architected Workshop - June 2019Amazon Web Services
 
Tutorial on Ontology editor: Protege
Tutorial on Ontology editor: Protege Tutorial on Ontology editor: Protege
Tutorial on Ontology editor: Protege Biswanath Dutta
 
Future of Data and AI in Retail - NRF 2023
Future of Data and AI in Retail - NRF 2023Future of Data and AI in Retail - NRF 2023
Future of Data and AI in Retail - NRF 2023Rob Saker
 
Serverless Patterns: “No server is easier to manage than no server” - AWS Sec...
Serverless Patterns: “No server is easier to manage than no server” - AWS Sec...Serverless Patterns: “No server is easier to manage than no server” - AWS Sec...
Serverless Patterns: “No server is easier to manage than no server” - AWS Sec...Amazon Web Services
 
A Capability Blueprint for Microservices
A Capability Blueprint for MicroservicesA Capability Blueprint for Microservices
A Capability Blueprint for MicroservicesMatt McLarty
 
Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...
Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...
Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...Amazon Web Services
 
Integrating ChatGPT with Apache Airflow
Integrating ChatGPT with Apache AirflowIntegrating ChatGPT with Apache Airflow
Integrating ChatGPT with Apache AirflowTatiana Al-Chueyr
 
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)Naoki (Neo) SATO
 
[DSC Europe 23] Spela Poklukar & Tea Brasanac - Retrieval Augmented Generation
[DSC Europe 23] Spela Poklukar & Tea Brasanac - Retrieval Augmented Generation[DSC Europe 23] Spela Poklukar & Tea Brasanac - Retrieval Augmented Generation
[DSC Europe 23] Spela Poklukar & Tea Brasanac - Retrieval Augmented GenerationDataScienceConferenc1
 

La actualidad más candente (20)

introduction Azure OpenAI by Usama wahab khan
introduction  Azure OpenAI by Usama wahab khanintroduction  Azure OpenAI by Usama wahab khan
introduction Azure OpenAI by Usama wahab khan
 
ai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdf
ai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdfai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdf
ai-powered-marketing-and-sales-reach-new-heights-with-generative-ai.pdf
 
RPA Uipath Presentation.pptx
RPA Uipath Presentation.pptxRPA Uipath Presentation.pptx
RPA Uipath Presentation.pptx
 
Citus Architecture: Extending Postgres to Build a Distributed Database
Citus Architecture: Extending Postgres to Build a Distributed DatabaseCitus Architecture: Extending Postgres to Build a Distributed Database
Citus Architecture: Extending Postgres to Build a Distributed Database
 
AWS Analytics
AWS AnalyticsAWS Analytics
AWS Analytics
 
Serverless Architecture Patterns
Serverless Architecture PatternsServerless Architecture Patterns
Serverless Architecture Patterns
 
clean code
clean codeclean code
clean code
 
Build Deep Learning Applications Using MXNet and Amazon SageMaker (AIM418) - ...
Build Deep Learning Applications Using MXNet and Amazon SageMaker (AIM418) - ...Build Deep Learning Applications Using MXNet and Amazon SageMaker (AIM418) - ...
Build Deep Learning Applications Using MXNet and Amazon SageMaker (AIM418) - ...
 
Power Platform Architecture Corrections
Power Platform Architecture CorrectionsPower Platform Architecture Corrections
Power Platform Architecture Corrections
 
Microservices Architecture & Testing Strategies
Microservices Architecture & Testing StrategiesMicroservices Architecture & Testing Strategies
Microservices Architecture & Testing Strategies
 
Global Azure Bootcamp Pune 2023 - Lead the AI era with Microsoft Azure.pdf
Global Azure Bootcamp Pune 2023 -  Lead the AI era with Microsoft Azure.pdfGlobal Azure Bootcamp Pune 2023 -  Lead the AI era with Microsoft Azure.pdf
Global Azure Bootcamp Pune 2023 - Lead the AI era with Microsoft Azure.pdf
 
Immersion Day - Well Architected Workshop - June 2019
Immersion Day - Well Architected Workshop - June 2019Immersion Day - Well Architected Workshop - June 2019
Immersion Day - Well Architected Workshop - June 2019
 
Tutorial on Ontology editor: Protege
Tutorial on Ontology editor: Protege Tutorial on Ontology editor: Protege
Tutorial on Ontology editor: Protege
 
Future of Data and AI in Retail - NRF 2023
Future of Data and AI in Retail - NRF 2023Future of Data and AI in Retail - NRF 2023
Future of Data and AI in Retail - NRF 2023
 
Serverless Patterns: “No server is easier to manage than no server” - AWS Sec...
Serverless Patterns: “No server is easier to manage than no server” - AWS Sec...Serverless Patterns: “No server is easier to manage than no server” - AWS Sec...
Serverless Patterns: “No server is easier to manage than no server” - AWS Sec...
 
A Capability Blueprint for Microservices
A Capability Blueprint for MicroservicesA Capability Blueprint for Microservices
A Capability Blueprint for Microservices
 
Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...
Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...
Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...
 
Integrating ChatGPT with Apache Airflow
Integrating ChatGPT with Apache AirflowIntegrating ChatGPT with Apache Airflow
Integrating ChatGPT with Apache Airflow
 
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
Microsoft + OpenAI: Recent Updates (Machine Learning 15minutes! Broadcast #74)
 
[DSC Europe 23] Spela Poklukar & Tea Brasanac - Retrieval Augmented Generation
[DSC Europe 23] Spela Poklukar & Tea Brasanac - Retrieval Augmented Generation[DSC Europe 23] Spela Poklukar & Tea Brasanac - Retrieval Augmented Generation
[DSC Europe 23] Spela Poklukar & Tea Brasanac - Retrieval Augmented Generation
 

Similar a Disney's Magic The Story of Cloud Transformation - ARC206 - re:Invent 2017

NEW LAUNCH! Hear how OwnZones is using AWS Elemental MediaConvert to help med...
NEW LAUNCH! Hear how OwnZones is using AWS Elemental MediaConvert to help med...NEW LAUNCH! Hear how OwnZones is using AWS Elemental MediaConvert to help med...
NEW LAUNCH! Hear how OwnZones is using AWS Elemental MediaConvert to help med...Amazon Web Services
 
GPSTEC320_Paving the yellow brick road to the cloud
GPSTEC320_Paving the yellow brick road to the cloudGPSTEC320_Paving the yellow brick road to the cloud
GPSTEC320_Paving the yellow brick road to the cloudAmazon 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
 
The Enterprise Fast Lane - What Your Competition Doesn't Want You to Know abo...
The Enterprise Fast Lane - What Your Competition Doesn't Want You to Know abo...The Enterprise Fast Lane - What Your Competition Doesn't Want You to Know abo...
The Enterprise Fast Lane - What Your Competition Doesn't Want You to Know abo...Amazon Web Services
 
Compute at the Edge with AWS Greengrass - IOT309 - re:Invent 2017
Compute at the Edge with AWS Greengrass - IOT309 - re:Invent 2017Compute at the Edge with AWS Greengrass - IOT309 - re:Invent 2017
Compute at the Edge with AWS Greengrass - IOT309 - re:Invent 2017Amazon Web Services
 
GPSBUS202_Driving Customer Value with Big Data Analytics
GPSBUS202_Driving Customer Value with Big Data AnalyticsGPSBUS202_Driving Customer Value with Big Data Analytics
GPSBUS202_Driving Customer Value with Big Data AnalyticsAmazon Web Services
 
NEW LAUNCH! AWS PrivateLink: Bringing SaaS Solutions into Your VPCs and Your ...
NEW LAUNCH! AWS PrivateLink: Bringing SaaS Solutions into Your VPCs and Your ...NEW LAUNCH! AWS PrivateLink: Bringing SaaS Solutions into Your VPCs and Your ...
NEW LAUNCH! AWS PrivateLink: Bringing SaaS Solutions into Your VPCs and Your ...Amazon Web Services
 
Containers on AWS - State of the Union - CON201 - re:Invent 2017
Containers on AWS - State of the Union - CON201 - re:Invent 2017Containers on AWS - State of the Union - CON201 - re:Invent 2017
Containers on AWS - State of the Union - CON201 - re:Invent 2017Amazon Web Services
 
Extending Data Centers to the Cloud: Connectivity Options and Considerations ...
Extending Data Centers to the Cloud: Connectivity Options and Considerations ...Extending Data Centers to the Cloud: Connectivity Options and Considerations ...
Extending Data Centers to the Cloud: Connectivity Options and Considerations ...Amazon Web Services
 
AWS Initiate Day Manchester 2019 – AWS Plenary
AWS Initiate Day Manchester 2019 – AWS PlenaryAWS Initiate Day Manchester 2019 – AWS Plenary
AWS Initiate Day Manchester 2019 – AWS PlenaryAmazon Web Services
 
Realize the Promise of Hybrid Cloud with Pure Storage (STG210-S) - AWS re:Inv...
Realize the Promise of Hybrid Cloud with Pure Storage (STG210-S) - AWS re:Inv...Realize the Promise of Hybrid Cloud with Pure Storage (STG210-S) - AWS re:Inv...
Realize the Promise of Hybrid Cloud with Pure Storage (STG210-S) - AWS re:Inv...Amazon Web Services
 
How to get from Zero to Hundreds of Certified Engineers
How to get from Zero to Hundreds of Certified EngineersHow to get from Zero to Hundreds of Certified Engineers
How to get from Zero to Hundreds of Certified EngineersAmazon Web Services
 
ARC329_Optimizing Performance and Efficiency for Amazon EC2 and More with Tur...
ARC329_Optimizing Performance and Efficiency for Amazon EC2 and More with Tur...ARC329_Optimizing Performance and Efficiency for Amazon EC2 and More with Tur...
ARC329_Optimizing Performance and Efficiency for Amazon EC2 and More with Tur...Amazon Web Services
 
ABD303_Developing an Insights Platform—the Sysco Journey from Disparate Syste...
ABD303_Developing an Insights Platform—the Sysco Journey from Disparate Syste...ABD303_Developing an Insights Platform—the Sysco Journey from Disparate Syste...
ABD303_Developing an Insights Platform—the Sysco Journey from Disparate Syste...Amazon Web Services
 
Developing an Insights Platform—the Sysco Journey from Disparate Systems to a...
Developing an Insights Platform—the Sysco Journey from Disparate Systems to a...Developing an Insights Platform—the Sysco Journey from Disparate Systems to a...
Developing an Insights Platform—the Sysco Journey from Disparate Systems to a...Amazon Web Services
 
AVEVA World Conference NA - Graham Dalton, LFM
AVEVA World Conference NA - Graham Dalton, LFMAVEVA World Conference NA - Graham Dalton, LFM
AVEVA World Conference NA - Graham Dalton, LFMAVEVA-Americas
 
Learn How AWS is Enabling the World's Most Advanced Media Workflows - CTD202 ...
Learn How AWS is Enabling the World's Most Advanced Media Workflows - CTD202 ...Learn How AWS is Enabling the World's Most Advanced Media Workflows - CTD202 ...
Learn How AWS is Enabling the World's Most Advanced Media Workflows - CTD202 ...Amazon Web Services
 

Similar a Disney's Magic The Story of Cloud Transformation - ARC206 - re:Invent 2017 (20)

NEW LAUNCH! Hear how OwnZones is using AWS Elemental MediaConvert to help med...
NEW LAUNCH! Hear how OwnZones is using AWS Elemental MediaConvert to help med...NEW LAUNCH! Hear how OwnZones is using AWS Elemental MediaConvert to help med...
NEW LAUNCH! Hear how OwnZones is using AWS Elemental MediaConvert to help med...
 
GPSTEC320_Paving the yellow brick road to the cloud
GPSTEC320_Paving the yellow brick road to the cloudGPSTEC320_Paving the yellow brick road to the cloud
GPSTEC320_Paving the yellow brick road to the cloud
 
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...
 
The Enterprise Fast Lane - What Your Competition Doesn't Want You to Know abo...
The Enterprise Fast Lane - What Your Competition Doesn't Want You to Know abo...The Enterprise Fast Lane - What Your Competition Doesn't Want You to Know abo...
The Enterprise Fast Lane - What Your Competition Doesn't Want You to Know abo...
 
Compute at the Edge with AWS Greengrass - IOT309 - re:Invent 2017
Compute at the Edge with AWS Greengrass - IOT309 - re:Invent 2017Compute at the Edge with AWS Greengrass - IOT309 - re:Invent 2017
Compute at the Edge with AWS Greengrass - IOT309 - re:Invent 2017
 
GPSBUS202_Driving Customer Value with Big Data Analytics
GPSBUS202_Driving Customer Value with Big Data AnalyticsGPSBUS202_Driving Customer Value with Big Data Analytics
GPSBUS202_Driving Customer Value with Big Data Analytics
 
Plenary Session
Plenary SessionPlenary Session
Plenary Session
 
Keynote: Introduction to AWS
Keynote: Introduction to AWS Keynote: Introduction to AWS
Keynote: Introduction to AWS
 
NEW LAUNCH! AWS PrivateLink: Bringing SaaS Solutions into Your VPCs and Your ...
NEW LAUNCH! AWS PrivateLink: Bringing SaaS Solutions into Your VPCs and Your ...NEW LAUNCH! AWS PrivateLink: Bringing SaaS Solutions into Your VPCs and Your ...
NEW LAUNCH! AWS PrivateLink: Bringing SaaS Solutions into Your VPCs and Your ...
 
Containers on AWS - State of the Union - CON201 - re:Invent 2017
Containers on AWS - State of the Union - CON201 - re:Invent 2017Containers on AWS - State of the Union - CON201 - re:Invent 2017
Containers on AWS - State of the Union - CON201 - re:Invent 2017
 
Extending Data Centers to the Cloud: Connectivity Options and Considerations ...
Extending Data Centers to the Cloud: Connectivity Options and Considerations ...Extending Data Centers to the Cloud: Connectivity Options and Considerations ...
Extending Data Centers to the Cloud: Connectivity Options and Considerations ...
 
AWS Initiate Day Manchester 2019 – AWS Plenary
AWS Initiate Day Manchester 2019 – AWS PlenaryAWS Initiate Day Manchester 2019 – AWS Plenary
AWS Initiate Day Manchester 2019 – AWS Plenary
 
Realize the Promise of Hybrid Cloud with Pure Storage (STG210-S) - AWS re:Inv...
Realize the Promise of Hybrid Cloud with Pure Storage (STG210-S) - AWS re:Inv...Realize the Promise of Hybrid Cloud with Pure Storage (STG210-S) - AWS re:Inv...
Realize the Promise of Hybrid Cloud with Pure Storage (STG210-S) - AWS re:Inv...
 
How to get from Zero to Hundreds of Certified Engineers
How to get from Zero to Hundreds of Certified EngineersHow to get from Zero to Hundreds of Certified Engineers
How to get from Zero to Hundreds of Certified Engineers
 
ARC329_Optimizing Performance and Efficiency for Amazon EC2 and More with Tur...
ARC329_Optimizing Performance and Efficiency for Amazon EC2 and More with Tur...ARC329_Optimizing Performance and Efficiency for Amazon EC2 and More with Tur...
ARC329_Optimizing Performance and Efficiency for Amazon EC2 and More with Tur...
 
ABD303_Developing an Insights Platform—the Sysco Journey from Disparate Syste...
ABD303_Developing an Insights Platform—the Sysco Journey from Disparate Syste...ABD303_Developing an Insights Platform—the Sysco Journey from Disparate Syste...
ABD303_Developing an Insights Platform—the Sysco Journey from Disparate Syste...
 
Developing an Insights Platform—the Sysco Journey from Disparate Systems to a...
Developing an Insights Platform—the Sysco Journey from Disparate Systems to a...Developing an Insights Platform—the Sysco Journey from Disparate Systems to a...
Developing an Insights Platform—the Sysco Journey from Disparate Systems to a...
 
AVEVA World Conference NA - Graham Dalton, LFM
AVEVA World Conference NA - Graham Dalton, LFMAVEVA World Conference NA - Graham Dalton, LFM
AVEVA World Conference NA - Graham Dalton, LFM
 
Keynote
KeynoteKeynote
Keynote
 
Learn How AWS is Enabling the World's Most Advanced Media Workflows - CTD202 ...
Learn How AWS is Enabling the World's Most Advanced Media Workflows - CTD202 ...Learn How AWS is Enabling the World's Most Advanced Media Workflows - CTD202 ...
Learn How AWS is Enabling the World's Most Advanced Media Workflows - CTD202 ...
 

Más 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
 

Más 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
 

Disney's Magic The Story of Cloud Transformation - ARC206 - re:Invent 2017