SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

[AWSマイスターシリーズ] Amazon Elastic Compute Cloud (EC2)
 [AWSマイスターシリーズ] Amazon Elastic Compute Cloud (EC2) [AWSマイスターシリーズ] Amazon Elastic Compute Cloud (EC2)
[AWSマイスターシリーズ] Amazon Elastic Compute Cloud (EC2)
Amazon Web Services Japan
 
Serverless Architecture and Best Practices
Serverless Architecture and Best PracticesServerless Architecture and Best Practices
Serverless Architecture and Best Practices
Amazon Web Services
 

Was ist angesagt? (20)

How Can I Build a Landing Zone & Extend my Operations into AWS to Support my ...
How Can I Build a Landing Zone & Extend my Operations into AWS to Support my ...How Can I Build a Landing Zone & Extend my Operations into AWS to Support my ...
How Can I Build a Landing Zone & Extend my Operations into AWS to Support my ...
 
Learn to run on the cloud with AWS Training and Certification - ANZ Webinar S...
Learn to run on the cloud with AWS Training and Certification - ANZ Webinar S...Learn to run on the cloud with AWS Training and Certification - ANZ Webinar S...
Learn to run on the cloud with AWS Training and Certification - ANZ Webinar S...
 
Mejores prácticas para migrar sus bases de datos a AWS
Mejores prácticas para migrar sus bases de datos a AWSMejores prácticas para migrar sus bases de datos a AWS
Mejores prácticas para migrar sus bases de datos a AWS
 
IT전략계획- 03.IT 도입계획
IT전략계획- 03.IT 도입계획IT전략계획- 03.IT 도입계획
IT전략계획- 03.IT 도입계획
 
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
 
Fundamentals of AWS Security
Fundamentals of AWS SecurityFundamentals of AWS Security
Fundamentals of AWS Security
 
ぼくらのアカウント戦略〜マルチアカウントでのガバナンスと権限管理の全て〜
ぼくらのアカウント戦略〜マルチアカウントでのガバナンスと権限管理の全て〜ぼくらのアカウント戦略〜マルチアカウントでのガバナンスと権限管理の全て〜
ぼくらのアカウント戦略〜マルチアカウントでのガバナンスと権限管理の全て〜
 
[AWSマイスターシリーズ] Amazon Elastic Compute Cloud (EC2)
 [AWSマイスターシリーズ] Amazon Elastic Compute Cloud (EC2) [AWSマイスターシリーズ] Amazon Elastic Compute Cloud (EC2)
[AWSマイスターシリーズ] Amazon Elastic Compute Cloud (EC2)
 
Rapid Innovation: The Business Case for Modern Application Development (SRV20...
Rapid Innovation: The Business Case for Modern Application Development (SRV20...Rapid Innovation: The Business Case for Modern Application Development (SRV20...
Rapid Innovation: The Business Case for Modern Application Development (SRV20...
 
20190312 AWS Black Belt Online Seminar AWS Well-Architected Frameworkによるコスト最適化
20190312 AWS Black Belt Online Seminar AWS Well-Architected Frameworkによるコスト最適化20190312 AWS Black Belt Online Seminar AWS Well-Architected Frameworkによるコスト最適化
20190312 AWS Black Belt Online Seminar AWS Well-Architected Frameworkによるコスト最適化
 
Unlocking the Cloud Operating Model: People, Process, Tools
Unlocking the Cloud Operating Model: People, Process, ToolsUnlocking the Cloud Operating Model: People, Process, Tools
Unlocking the Cloud Operating Model: People, Process, Tools
 
HUAWEI CLOUD EI Development Practices
HUAWEI CLOUD EI Development PracticesHUAWEI CLOUD EI Development Practices
HUAWEI CLOUD EI Development Practices
 
Migrating to the Cloud
Migrating to the CloudMigrating to the Cloud
Migrating to the Cloud
 
AWS Analytics Immersion Day - Build BI System from Scratch (Day1, Day2 Full V...
AWS Analytics Immersion Day - Build BI System from Scratch (Day1, Day2 Full V...AWS Analytics Immersion Day - Build BI System from Scratch (Day1, Day2 Full V...
AWS Analytics Immersion Day - Build BI System from Scratch (Day1, Day2 Full V...
 
AWS reInforce 2021: TDR202 - Lessons learned from the front lines of Incident...
AWS reInforce 2021: TDR202 - Lessons learned from the front lines of Incident...AWS reInforce 2021: TDR202 - Lessons learned from the front lines of Incident...
AWS reInforce 2021: TDR202 - Lessons learned from the front lines of Incident...
 
AWS Security Strategy
AWS Security StrategyAWS Security Strategy
AWS Security Strategy
 
はじめてのAWS設計でやりがちな失敗パターンまとめ
はじめてのAWS設計でやりがちな失敗パターンまとめはじめてのAWS設計でやりがちな失敗パターンまとめ
はじめてのAWS設計でやりがちな失敗パターンまとめ
 
Optimizing Total Cost of Ownership for the AWS Cloud
Optimizing Total Cost of Ownership for the AWS CloudOptimizing Total Cost of Ownership for the AWS Cloud
Optimizing Total Cost of Ownership for the AWS Cloud
 
Serverless Architecture and Best Practices
Serverless Architecture and Best PracticesServerless Architecture and Best Practices
Serverless Architecture and Best Practices
 
Introduction to CloudHub 2.0
Introduction to CloudHub 2.0Introduction to CloudHub 2.0
Introduction to CloudHub 2.0
 

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

Ähnlich wie 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 ...
 

Mehr von Amazon 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 AWS
Amazon 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 Deck
Amazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
Amazon 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
 

Mehr von 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