SlideShare a Scribd company logo
1 of 94
Download to read offline
An overview of designing
microservices based applications on
AWS
Peter Dalbhanjan, Solutions Architect, AWS
Evolution	from	Monoliths	to	Microservices
Approaches	for	Building	Microservices	Applications	on	AWS
Core	Principles	of	Microservices
Demo
Account	Support
Support
Managed	
Services
Professional	
Services
Partner	
Ecosystem
Training	&	
Certification
Solution	
Architects
Account	
Management
Security	&	
Pricing	Reports
Technical	Acct.	
Management
Marketplace
Business	
Applications
DevOps	Tools
Business	
Intelligence
Security
Networking
Database	&	
Storage
SaaS	
Subscriptions
Operating	
Systems
Mobile
Build,	Test,	
Monitor	Apps
Push	
Notifications
Build,	Deploy,	
Manage	APIs
Device	Testing
Identity
Enterprise	
Applications
Document	
Sharing
Email	&	
Calendaring
Hosted	
Desktops
Application	
Streaming
Backup
Game	
Development
3D	Game	
Engine
Multi-player	
Backends
Mgmt.	Tools
Monitoring
Auditing
Service	Catalog
Server	
Management
Configuration	
Tracking
Optimization
Resource	
Templates
Automation
Analytics
Query	Large	
Data	Sets
Elasticsearch
Business	
Analytics
Hadoop/Spark
Real-time	Data	
Streaming
Orchestration	
Workflows
Managed	
Search
Managed	ETL
Artificial	
Intelligence
Voice	&	Text	
Chatbots
Machine	
Learning
Text-to-Speech
Image	Analysis
IoT
Rules	Engine
Local	Compute	
and	Sync
Device	
Shadows
Device	
Gateway
Registry
Hybrid
Devices	&	Edge	
Systems
Data	
Integration
Integrated	
Networking
Resource	
Management
VMware	on	
AWS
Identity	
Federation
Migration
Application	
Discovery
Application	
Migration
Database	
Migration
Server	
Migration
Data	Migration
Infrastructure Regions
Availability	
Zones
Points	of	
Presence
Compute Containers
Event-driven	
Computing
Virtual	
Machines
Simple	Servers Auto	Scaling Batch
Web	
Applications
Storage Object	Storage Archive Block	Storage
Managed	File	
Storage
Exabyte-scale	
Data	Transport
Database MariaDB
Data	
Warehousing
NoSQLAurora MySQL Oracle SQL	ServerPostgreSQL
Application
Services
Transcoding Step	Functions Messaging
Security
Certificate	
Management
Web	App.	
Firewall
Identity	&	
Access
Key	Storage	&	
Management
DDoS
Protection
Application	
Analysis
Active	
Directory
Dev	Tools
Private	Git
Repositories
Continuous	
Delivery
Build,	Test,	and	
Debug
Deployment
Networking
Isolated	
Resources
Dedicated	
Connections
Load	Balancing Scalable	DNSGlobal	CDN
The	AWS	
Platform
*	As	of	1	March	2017
2010
61
1,017
159
2012 2014 2016
516
“The Monolith”
Challenges with monolithic software
Long	
Build/Test/Release	
Cycles
(who	broke	the	build?)
Operations
is	a	nightmare
(module	X	is	failing,	
who’s	the	owner?)
Difficult	to	
scale
New	releases
take	months
Long	time	to	add
new	features
Architecture	is	
hard	to	maintain	
and	evolve
Lack	of	innovation
Frustrated	customers
Lack	of	agility
Challenges with monolithic software
Long	
Build/Test/Release	
Cycles
(who	broke	the	build?)
Operations
is	a	nightmare
(module	X	is	failing,	
who’s	the	owner?)
Difficult	to	
scale
New	releases
take	months
Long	time	to	add
new	features
Architecture	is	
hard	to	maintain	
and	evolve
Lack	of	innovation
Frustrated	customers
Lack	of	agility
Challenges with monolithic software
Long	
Build/Test/Release	
Cycles
(who	broke	the	build?)
Operations
is	a	nightmare
(module	X	is	failing,	
who’s	the	owner?)
Difficult	to	
scale
New	releases
take	months
Long	time	to	add
new	features
Architecture	is	
hard	to	maintain	
and	evolve
Lack	of	innovation
Frustrated	customers
Lack	of	agility
“20080219BonMorningDSC_0022B”	by	Sunphol Sorakul .	No	alterations	other	than	cropping.	https://www.flickr.com/photos/83424882@N00/3483881705/
Image	used	with	permissions	under	Creative		Commons	license	2.0,	Attribution	Generic	License	(https://creativecommons.org/licenses/by/2.0/)
Monolith development lifecycle
releasetestbuild
delivery	pipeline
app
(aka	the“monolith”)developers
Photo	by	Sage	Ross.	No	alterations	other	than	cropping.	https://www.flickr.com/photos/ragesoss/2931770125/
Image	used	with	permissions	under	Creative		Commons	license	2.0,	Attribution	Generic	License	(https://creativecommons.org/licenses/by/2.0/)
“IMG_1760”	by	Robert	Couse-Baker.	No	alterations	other	than	cropping.	https://www.flickr.com/photos/29233640@N07/14859431605/
Image	used	with	permissions	under	Creative		Commons	license	2.0,	Attribution	Generic	License	(https://creativecommons.org/licenses/by/2.0/)
“service-oriented
architecture
composed of
loosely coupled
elements
that have
bounded contexts”
Adrian	Cockcroft	(VP,	Cloud	Architecture	Strategy	at	AWS)
Services	communicate	with	
each	other	over	the	
network
“service-oriented
architecture
composed of
loosely coupled
elements
that have
bounded contexts”
Adrian	Cockcroft	(VP,	Cloud	Architecture	Strategy	at	AWS)
“service-oriented
architecture
composed of
loosely coupled
elements
that have
bounded contexts”
Adrian	Cockcroft	(VP,	Cloud	Architecture	Strategy	at	AWS)
You can	update	the	services	
independently;	updating	
one	service	doesn’t	require	
changing	any	other	services.
“service-oriented
architecture
composed of
loosely coupled
elements
that have
bounded contexts”
Adrian	Cockcroft	(VP,	Cloud	Architecture	Strategy	at	AWS)
Self-contained;	you	can	
update	the	code	without	
knowing	anything	about	the	
internals	of	other	
microservices
“Do one thing, and do it well”
“Swiss	Army”	by	by	Jim	Pennucci.	No	alterations	other	than	cropping.	https://www.flickr.com/photos/pennuja/5363518281/
Image	used	with	permissions	under	Creative		Commons	license	2.0,	Attribution	Generic	License	(https://creativecommons.org/licenses/by/2.0/)
“Tools”	by	Tony	Walmsley:	No	alterations	other	than	cropping.	https://www.flickr.com/photos/twalmsley/6825340663/
Image	used	with	permissions	under	Creative		Commons	license	2.0,	Attribution	Generic	License	(https://creativecommons.org/licenses/by/2.0/)
“Do one thing, and do it well”
Anatomy of a Micro-service
Data	Store
(eg,	RDS,	DynamoDB
ElastiCache,	ElasticSearch)
Anatomy of a Micro-service
Application/Logic
(code,	libraries,	etc)
Anatomy of a Micro-service
Data	Store
(eg,	RDS,	DynamoDB
ElastiCache,	ElasticSearch)
Application/Logic
(code,	libraries,	etc)
Anatomy of a Micro-service
Data	Store
(eg,	RDS,	DynamoDB
ElastiCache,	ElasticSearch)
Public	API
POST	/micro-service
GET	/micro-service
Avoid	Software	Coupling
Drivers
micro-service
Payments
micro-service Location
micro-service
Ordering
micro-service
Restaurant
micro-service
Ecosystem of microservices
= 50 million deployments a year
Thousands of teams
× Microservice architecture
× Continuous	delivery
× Multiple	environments
(5708 per hour, or every 0.63 second)
Drivers
micro-service
Payments
micro-service Location
micro-service
Ordering
micro-service
Restaurant
micro-service
Typical microservices application
Micro-service	Design
Approach	#1
EC2
Micro-service	Design
EC2
Micro-service	Design
EC2
Micro-service	Design
EC2EC2 EC2 EC2
Micro-service	Design
EC2EC2 EC2 EC2
Elastic	Load	
Balancer
Micro-service	Design
EC2EC2 EC2 EC2
Elastic	Load	
Balancer
AWS	Elastic	
Beanstalk
Elastic Beanstalk vs. DIY
Your	code
HTTP	server
Application	server
Language	interpreter
Operating	system
Host
Elastic	Beanstalk	configures	each	
EC2	instance	in	your	environment	
with	the	components	necessary	to	
run	applications	for	the	selected	
platform.	No	more	worrying	about	
logging	into	instances	to	install	and	
configure	your	application	stack.
Focus	on	building	your	application
Provided	by	you
Provided	and	managed	by	Elastic	Beanstalk
On-instance	configuration
Micro-service	Design
Approach	#2
Containers
Using	ECS
Amazon
EC2	Container Service	(ECS)
is	the	cluster	management	system	to	
run	your	Docker	containers
Cluster Management Made Easy
• Nothing to run
• Complete state
• Control and monitoring
• Scale
Use	Amazon	EC2	Container	Service	for	container	workloads
Amazon
EC2	Container
Service	(ECS)
Flexible Scheduling
• Applications
• Batch jobs
• Multiple schedulers
Use	Amazon	EC2	Container	Service	for	container	workloads
Amazon
EC2	Container
Service	(ECS)
Designed for Use with Other AWS Services
• Elastic Load Balancing
• Amazon Elastic Block Store
• Amazon Virtual Private Cloud
• AWS Identity and Access Management
• AWS CloudTrail
Use	Amazon	EC2	Container	Service	for	container	workloads
Amazon
EC2	Container
Service	(ECS)
Micro-service	Design
EC2EC2 EC2 EC2
Elastic	Load	
Balancer
Micro-service	Design
EC2EC2 EC2 EC2
Elastic	Load	
Balancer
Micro-service	Design
EC2EC2 EC2 EC2
Elastic	Load	
Balancer
Amazon
EC2	Container
Service	(ECS)
to	manage
containers
Micro-service	Design
Approach	#3
API	Gateway
+	Lambda
AWS	Lambda
lets	you	run	code
without	managing	servers
Lambda	
automatically	
scales
Upload	your	code
(Java,	JavaScript,	
Python)
Pay	for	only	the	
compute	time	
you	use
(sub-second	
metering)
Set	up	your	code	to	
trigger	from	other	AWS	
services,	webservice
calls,	or	app	activity
AWS	API	Gateway
is	the	easiest	way	to	
deploy	micro-services
Create	a	unified	
API	frontend	for	
multiple
micro-services
…as	well	as	
monitoring,	
logging,	rollbacks,
client	SDK	
generation…
Authenticate	and	
authorize	
requests
Handles	DDoS
protection	and	
API	throttling
Principle	1
Micro-services	only	rely	
on	each	other’s	public	API
“Contracts”	by	NobMouse.	No	alterations	other	than	cropping.
https://www.flickr.com/photos/nobmouse/4052848608/
Image	used	with	permissions	under	Creative		Commons	license	2.0,	Attribution	Generic	
License	(https://creativecommons.org/licenses/by/2.0/)
Micro-service	A Micro-service	B
public	API public	API
Principle	1: Microservices	only	rely	on	each	other’s	public	API
DynamoDB
Micro-service	A Micro-service	B
public	API public	API
Principle	1: Microservices	only	rely	on	each	other’s	public	API
(Hide	Your	Data)
DynamoDB
Micro-service	A Micro-service	B
public	API public	API
Principle	1: Microservices	only	rely	on	each	other’s	public	API
(Hide	Your	Data)
Nope!
DynamoDB
Micro-service	A Micro-service	B
public	API public	API
Principle	1: Microservices	only	rely	on	each	other’s	public	API
(Hide	Your	Data)
DynamoDB
Micro-service	A
public	API
Principle	1: Microservices	only	rely	on	each	other’s	public	API
(Evolve	API	in	backward-compatible	way…and	
document!)
storeRestaurant (id,	name,	cuisine)
Version	1.0.0
Micro-service	A
public	API
Principle	1: Microservices	only	rely	on	each	other’s	public	API
(Evolve	API	in	backward-compatible	way…and	
document!)
storeRestaurant (id,	name,	cuisine)
Version	1.0.0
storeRestaurant (id,	name,	cuisine)
storeRestaurant (id,	name,	
arbitrary_metadata)
addReview (restaurantId,	rating,	comments)
Version	1.1.0
Micro-service	A
public	API
Principle	1: Microservices	only	rely	on	each	other’s	public	API
(Evolve	API	in	backward-compatible	way…and	
document!)
storeRestaurant (id,	name,	cuisine)
Version	1.0.0
storeRestaurant (id,	name,	cuisine)
storeRestaurant (id,	name,	
arbitrary_metadata)
addReview (restaurantId,	rating,	comments)
Version	1.1.0
storeRestaurant (id,	name,	
arbitrary_metadata)
addReview (restaurantId,	rating,	comments)
Version	2.0.0
Principle	2
Use	the	right	tool	for	the	
job
“Tools	#2”	by	Juan	Pablo	Olmo.	No	alterations	other	than	cropping.
https://www.flickr.com/photos/juanpol/1562101472/
Image	used	with	permissions	under	Creative		Commons	license	2.0,	Attribution	Generic	
License	(https://creativecommons.org/licenses/by/2.0/)
Principle	2:	Use	the	right	tool	for	the	job
(Embrace	polyglot	persistence)
Micro-service	A Micro-service	B
public	API public	API
DynamoDB
Principle	2:	Use	the	right	tool	for	the	job
(Embrace	polyglot	persistence)
Micro-service	A Micro-service	B
public	API public	API
DynamoDB
Amazon
Elasticsearch
Service
Principle	2:	Use	the	right	tool	for	the	job
(Embrace	polyglot	persistence)
Micro-service	A Micro-service	B
public	API public	API
Amazon
Elasticsearch
Service
RDS
Aurora
Principle	2:	Use	the	right	tool	for	the	job
(Embrace	polyglot		programming	frameworks)
Micro-service	A Micro-service	B
public	API public	API
Amazon
Elasticsearch
Service
RDS
Aurora
Principle	2:	Use	the	right	tool	for	the	job
(Embrace	polyglot		programming	frameworks)
Micro-service	A Micro-service	B
public	API public	API
Amazon
Elasticsearch
Service
RDS
Aurora
Principle	3
Secure	Your	Services
“security”	by	Dave	Bleasdale.	No	alterations	other	than	cropping.
https://www.flickr.com/photos/sidelong/3878741556/
Image	used	with	permissions	under	Creative		Commons	license	2.0,
Attribution	Generic	License	(https://creativecommons.org/licenses/by/2.0/)
Principle 3: Secure Your Services
• Defense-in-depth
• Network	level	(e.g.	VPC,	Security	Groups,	TLS)
• Server/container-level
• App-level
• IAM	policies
• IAM	roles	on	ECS	tasks
• CloudTrail logs
• Authentication	&	Authorization
• Client-to-service,	as	well	as	service-to-service
• IAM-based	Authentication
• Secrets	management
• Parameter	Store
• S3	bucket	policies	+	KMS	+	IAM
• Open-source	tools	(e.g.	Vault,	Keywhiz)
Amazon
EC2	Container
Service	(ECS)
Principle 3: Secure Your Services
• Defense-in-depth
• Network	level	(e.g.	VPC,	Security	Groups,	TLS)
• Server/container-level
• App-level
• IAM	policies
• Gateway (“Front	door”)
• API	Throttling
• Stage-level	and	Method-level	throttling
• Authentication	&	Authorization
• Client-to-service,	as	well	as	service-to-service	
• AWS	Cognito:	user	pools,	federated	identities
• API	Gateway:	custom	Lambda	authorizers
• IAM-based	Authentication
• Token-based	auth (JWT	tokens,	OAuth 2.0)
• Secrets	management
• S3	bucket	policies	+	KMS	+	IAM
• Open-source	tools	(e.g.	Vault,	Keywhiz)
API	Gateway
Principle	4
Be	a	good	citizen
within	the	ecosystem
“Lamington	National	Park,	rainforest”	by	Jussarian.	No	alterations	other	than	cropping.
https://www.flickr.com/photos/kerr_at_large/87771074/
Image	used	with	permissions	under	Creative		Commons	license	2.0,
Attribution	Generic	License	(https://creativecommons.org/licenses/by/2.0/)
Hey	Sally,	we	need	to	
call	your	micro-
service	to	fetch	
restaurants	details.
Sure	Paul.	Which	APIs	you	
need	to	call?	Once	I	know	
better	your	use	cases	I’ll	give	
you	permission	to	register	
your	service	as	a	client	on	
our	service’s	directory	entry.
Micro-service	A Micro-service	B
public	API public	API
Principle 4: Be a good citizen within the ecosystem
Principle 4: Be a good citizen within the ecosystem
(Have clear SLAs)
Restaurant
Micro-service
15	TPS100	TPS5	TPS20	TPS
Before	we	let	you	call	
our	micro-service	we	
need	to	understand	
your	use	case,	expected	
load	(TPS)	and	accepted	
latency
…and	many,
many	
others!
Distributed	monitoring	and	tracing
• “Is	the	service	meeting	its	SLA?”
• “Which	services	were	involved	in	a	request?”
• “How	did	downstream	dependencies	perform?”
Shared	metrics
• e.g.	service	dependency,	request/response	time
Distributed	tracing
• AWS	X-Ray
• 3rd party:	Zipkin,	OpenTracing
User-experience	metrics
• Status	codes,	latency,	error	counts,	time	to	first	byte
Principle	4:	Be	a	good	citizen	within	the	ecosystem
(Distributed	monitoring,	logging	and	tracing)
AWS	X-Ray
Distributed	tracing	service	that	
enables	developers	to	analyze	the	
behavior	of	their	applications
AWS	X-Ray	
traces	requests	
made	to	your	
application
X-Ray service
X-Ray	combines	
the	data	
gathered	from	
each	service	
into	singular	
units	called	
traces
View	the	service	
map	to	see	
trace	data	such	
as	latencies,	
HTTP	statuses,	
and	metadata	
for	each	service
Drill	into	the	
service	showing	
unusual	
behavior	to	
identify	the	root	
issue
X-Ray	collects	data	
about	the	request	
from	each	of	the	
underlying	
applications	services	
it	passes	through
Principle	5
More	than	just
technology	transformation
“rowing	on	the	river	in	Bedford”	by	Matthew	Hunt.	No	alterations	other	than	cropping.
https://www.flickr.com/photos/mattphotos/19189529/
Image	used	with	permissions	under	Creative		Commons	license	2.0,
Attribution	Generic	License	(https://creativecommons.org/licenses/by/2.0/)
“Any	organization	that	designs	a	system	will	
inevitably	produce	a	design	whose	structure	is	
a	copy	of	the	organization’s
communication	structure.”
Melvin	E.	Conway,	1967
Conway’s	Law
Silo’d functional teams à silo’d application architectures
Image	from	Martin	Fowler’s	article	on	microservices,	at
http://martinfowler.com/articles/microservices.html
No	alterations	other	than	cropping.
Permission	to	reproduce:	http://martinfowler.com/faq.html
Cross functional teams à self-contained services
Image	from	Martin	Fowler’s	article	on	microservices,	at
http://martinfowler.com/articles/microservices.html
No	alterations	other	than	cropping.
Permission	to	reproduce:	http://martinfowler.com/faq.html
Full	ownership	
Full	accountability
Aligned	incentives
“DevOps”
Non-pizza	image	from	Martin	Fowler’s	article	on	microservices,	at
http://martinfowler.com/articles/microservices.html
No	alterations	other	than	cropping.
Permission	to	reproduce:	http://martinfowler.com/faq.html
Cross functional teams à self-contained services
(“Two-pizza teams” at Amazon)
Principle	6
Automate	Everything
“Robot”	by	Robin	Zebrowski.	No	alterations	other	than	cropping.
https://www.flickr.com/photos/firepile/438134733/
Image	used	with	permissions	under	Creative		Commons	license	2.0,
Attribution	Generic	License	(https://creativecommons.org/licenses/by/2.0/)
releasetestbuild
Focused agile teams
2-pizza	team delivery	pipeline service
releasetestbuild
releasetestbuild
Focused agile teams
2-pizza	team delivery	pipeline service
releasetestbuild
releasetestbuild
Focused agile teams
2-pizza	team delivery	pipeline service
releasetestbuild
releasetestbuild
releasetestbuild
Focused agile teams
2-pizza	team delivery	pipeline service
releasetestbuild
releasetestbuild
releasetestbuild
releasetestbuild
Focused agile teams
2-pizza	team delivery	pipeline service
releasetestbuild
releasetestbuild
releasetestbuild
releasetestbuild
releasetestbuild
Focused agile teams
2-pizza	team delivery	pipeline service
releasetestbuild
releasetestbuild
releasetestbuild
releasetestbuild
Principle 6: Automate everything
AWS	CodeCommit AWS	CodePipeline AWS	CodeDeploy
ELB
Auto
ScalingEC2 Lambda
ECS
DynamoDBRDS ElastiCache
SQS SWF SESSNS
API	GatewayCloudWatch Cloud	Trail
Kinesis
Elastic
Beanstalk
It’s a journey…
Expect	challenges	along	the	way…
• Understanding	of	business	domains
• Eventual	Consistency
• Service	discovery
• Lots	of	moving	parts	requires	increased	
coordination
• Complexity	of	testing	/	deploying	/	
operating	a	distributed	system
• Cultural	transformation
Principles of Microservices
1.	Rely	only	on	the	public	API
Ÿ Hide	your	data
Ÿ Document	your	APIs
Ÿ Define	a	versioning	strategy
2.	Use	the	right	tool	for	the	job
Ÿ Container	journey?	(use	ECS)
Ÿ Polyglot	persistence	(data	layer)
Ÿ Polyglot	frameworks	(app	layer)
3.	Secure	your	services
Ÿ Defense-in-depth
Ÿ Authentication/authorization	
6.	Automate	everything
Ÿ Adopt	DevOps
4.	Be	a	good	citizen	within	the	ecosystem
Ÿ Have	SLAs
Ÿ Distributed	monitoring,	logging,	tracing
5.	More	than	just	technology	transformation
Ÿ Embrace	organizational	change
Ÿ Favor	small	focused	dev teams
Benefits of microservices
Rapid	
Build/Test/Release	
Cycles
Clear	ownership	and
accountability
Easier	to	scale
each	
individual	
micro-service
Benefits of microservices
Rapid	
Build/Test/Release	
Cycles
Clear	ownership	and
accountability
Easier	to	scale
each	
individual	
micro-service
New	releases
take	minutes
Short	time	to	add
new	features
Easier	to	
maintain	and	
evolve	system
Benefits of microservices
Rapid	
Build/Test/Release	
Cycles
Clear	ownership	and
accountability
Easier	to	scale
each	
individual	
micro-service
New	releases
take	minutes
Short	time	to	add
new	features
Easier	to	
maintain	and	
evolve	system
Faster	innovation
Delighted	customers
Increased	agility
Additional	AWS	resources:
• Microservices	on	AWS	whitepaper:	
https://d0.awsstatic.com/whitepapers/microservices-on-
aws.pdf
• Serverless	Webapp - Reference	Architecture:
https://github.com/awslabs/lambda-refarch-webapp
• Microservices	with	ECS:
https://aws.amazon.com/blogs/compute/using-amazon-
api-gateway-with-microservices-deployed-on-amazon-ecs/
• Microservices	without	the	Servers
https://aws.amazon.com/blogs/compute/
microservices-without-the-servers
Popular	open-source	tools:
• Serverless – http://serverless.com
• Apex – http://apex.run/	
https://aws.amazon.com/devops/
Additional resources
Thank you!
Peter Dalbhanjan
dalbhanj@amazon.com

More Related Content

What's hot

Introduction to Cloud Computing with AWS (Thai Session)
Introduction to Cloud Computing with AWS (Thai Session)Introduction to Cloud Computing with AWS (Thai Session)
Introduction to Cloud Computing with AWS (Thai Session)Amazon Web Services
 
Azure Identity and access management
Azure   Identity and access managementAzure   Identity and access management
Azure Identity and access managementDinusha Kumarasiri
 
Introduction to Microsoft Azure
Introduction to Microsoft AzureIntroduction to Microsoft Azure
Introduction to Microsoft AzureKasun Kodagoda
 
Introduction to Microsoft Azure
Introduction to Microsoft AzureIntroduction to Microsoft Azure
Introduction to Microsoft AzureGuy Barrette
 
Cloud Operating Models for Accelerated Cloud Transformation - AWS Summit Sydney
Cloud Operating Models for Accelerated Cloud Transformation - AWS Summit SydneyCloud Operating Models for Accelerated Cloud Transformation - AWS Summit Sydney
Cloud Operating Models for Accelerated Cloud Transformation - AWS Summit SydneyAmazon Web Services
 
Introduction to AWS Cloud Computing
Introduction to AWS Cloud ComputingIntroduction to AWS Cloud Computing
Introduction to AWS Cloud ComputingAmazon Web Services
 
Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016
Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016
Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016Amazon Web Services
 
AWS 101: Introduction to AWS
AWS 101: Introduction to AWSAWS 101: Introduction to AWS
AWS 101: Introduction to AWSIan Massingham
 
Amazon AWS | What is Amazon AWS | AWS Tutorial | AWS Training | Edureka
Amazon AWS | What is Amazon AWS | AWS Tutorial | AWS Training | EdurekaAmazon AWS | What is Amazon AWS | AWS Tutorial | AWS Training | Edureka
Amazon AWS | What is Amazon AWS | AWS Tutorial | AWS Training | EdurekaEdureka!
 
An Introduction to the AWS Well Architected Framework - Webinar
An Introduction to the AWS Well Architected Framework - WebinarAn Introduction to the AWS Well Architected Framework - Webinar
An Introduction to the AWS Well Architected Framework - WebinarAmazon Web Services
 
Following Well Architected Frameworks - Lunch and Learn.pdf
Following Well Architected Frameworks - Lunch and Learn.pdfFollowing Well Architected Frameworks - Lunch and Learn.pdf
Following Well Architected Frameworks - Lunch and Learn.pdfAmazon Web Services
 
Introduction of Windows azure and overview
Introduction of Windows azure and overviewIntroduction of Windows azure and overview
Introduction of Windows azure and overviewVishal Tandel
 
What is Cloud Computing with AWS?
What is Cloud Computing with AWS?What is Cloud Computing with AWS?
What is Cloud Computing with AWS?Amazon Web Services
 
AWS Data Analytics on AWS
AWS Data Analytics on AWSAWS Data Analytics on AWS
AWS Data Analytics on AWSsampath439572
 
Microsoft Azure Fundamentals
Microsoft Azure FundamentalsMicrosoft Azure Fundamentals
Microsoft Azure FundamentalsAdwait Ullal
 

What's hot (20)

Microsoft Azure Overview
Microsoft Azure OverviewMicrosoft Azure Overview
Microsoft Azure Overview
 
Introduction to Cloud Computing with AWS (Thai Session)
Introduction to Cloud Computing with AWS (Thai Session)Introduction to Cloud Computing with AWS (Thai Session)
Introduction to Cloud Computing with AWS (Thai Session)
 
Azure Identity and access management
Azure   Identity and access managementAzure   Identity and access management
Azure Identity and access management
 
Introduction to Microsoft Azure
Introduction to Microsoft AzureIntroduction to Microsoft Azure
Introduction to Microsoft Azure
 
Understanding Azure AD
Understanding Azure ADUnderstanding Azure AD
Understanding Azure AD
 
Introduction to Serverless
Introduction to ServerlessIntroduction to Serverless
Introduction to Serverless
 
Introduction to Microsoft Azure
Introduction to Microsoft AzureIntroduction to Microsoft Azure
Introduction to Microsoft Azure
 
Cloud Operating Models for Accelerated Cloud Transformation - AWS Summit Sydney
Cloud Operating Models for Accelerated Cloud Transformation - AWS Summit SydneyCloud Operating Models for Accelerated Cloud Transformation - AWS Summit Sydney
Cloud Operating Models for Accelerated Cloud Transformation - AWS Summit Sydney
 
Introduction to AWS Cloud Computing
Introduction to AWS Cloud ComputingIntroduction to AWS Cloud Computing
Introduction to AWS Cloud Computing
 
Cloud Migration Workshop
Cloud Migration WorkshopCloud Migration Workshop
Cloud Migration Workshop
 
Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016
Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016
Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016
 
AWS 101: Introduction to AWS
AWS 101: Introduction to AWSAWS 101: Introduction to AWS
AWS 101: Introduction to AWS
 
Amazon AWS | What is Amazon AWS | AWS Tutorial | AWS Training | Edureka
Amazon AWS | What is Amazon AWS | AWS Tutorial | AWS Training | EdurekaAmazon AWS | What is Amazon AWS | AWS Tutorial | AWS Training | Edureka
Amazon AWS | What is Amazon AWS | AWS Tutorial | AWS Training | Edureka
 
An Introduction to the AWS Well Architected Framework - Webinar
An Introduction to the AWS Well Architected Framework - WebinarAn Introduction to the AWS Well Architected Framework - Webinar
An Introduction to the AWS Well Architected Framework - Webinar
 
Following Well Architected Frameworks - Lunch and Learn.pdf
Following Well Architected Frameworks - Lunch and Learn.pdfFollowing Well Architected Frameworks - Lunch and Learn.pdf
Following Well Architected Frameworks - Lunch and Learn.pdf
 
App Modernization
App ModernizationApp Modernization
App Modernization
 
Introduction of Windows azure and overview
Introduction of Windows azure and overviewIntroduction of Windows azure and overview
Introduction of Windows azure and overview
 
What is Cloud Computing with AWS?
What is Cloud Computing with AWS?What is Cloud Computing with AWS?
What is Cloud Computing with AWS?
 
AWS Data Analytics on AWS
AWS Data Analytics on AWSAWS Data Analytics on AWS
AWS Data Analytics on AWS
 
Microsoft Azure Fundamentals
Microsoft Azure FundamentalsMicrosoft Azure Fundamentals
Microsoft Azure Fundamentals
 

Viewers also liked

PlaySQLAlchemyORM2017.key
PlaySQLAlchemyORM2017.keyPlaySQLAlchemyORM2017.key
PlaySQLAlchemyORM2017.key泰 増田
 
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...Amazon Web Services
 
ITB2017 - Slaying the ORM dragons with cborm
ITB2017 - Slaying the ORM dragons with cbormITB2017 - Slaying the ORM dragons with cborm
ITB2017 - Slaying the ORM dragons with cbormOrtus Solutions, Corp
 
SQLAlchemy Primer
SQLAlchemy PrimerSQLAlchemy Primer
SQLAlchemy Primer泰 増田
 
ColdBox Hierarchical MVC - Transform Your Monolith
ColdBox Hierarchical MVC - Transform Your MonolithColdBox Hierarchical MVC - Transform Your Monolith
ColdBox Hierarchical MVC - Transform Your MonolithOrtus Solutions, Corp
 

Viewers also liked (6)

PlaySQLAlchemyORM2017.key
PlaySQLAlchemyORM2017.keyPlaySQLAlchemyORM2017.key
PlaySQLAlchemyORM2017.key
 
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
 
Database programming
Database programmingDatabase programming
Database programming
 
ITB2017 - Slaying the ORM dragons with cborm
ITB2017 - Slaying the ORM dragons with cbormITB2017 - Slaying the ORM dragons with cborm
ITB2017 - Slaying the ORM dragons with cborm
 
SQLAlchemy Primer
SQLAlchemy PrimerSQLAlchemy Primer
SQLAlchemy Primer
 
ColdBox Hierarchical MVC - Transform Your Monolith
ColdBox Hierarchical MVC - Transform Your MonolithColdBox Hierarchical MVC - Transform Your Monolith
ColdBox Hierarchical MVC - Transform Your Monolith
 

Similar to An Overview of Designing Microservices Based Applications on AWS - March 2017 AWS Online Tech Talks

LISA17 "SREBot—More Than a Chatbot—An Intelligent Bot to Crush Mitigation Time"
LISA17 "SREBot—More Than a Chatbot—An Intelligent Bot to Crush Mitigation Time"LISA17 "SREBot—More Than a Chatbot—An Intelligent Bot to Crush Mitigation Time"
LISA17 "SREBot—More Than a Chatbot—An Intelligent Bot to Crush Mitigation Time"Cezar Guimaraes
 
Cloud is the new normal - Red Hat Forum Bangalore 2015
Cloud is the new normal - Red Hat Forum Bangalore 2015Cloud is the new normal - Red Hat Forum Bangalore 2015
Cloud is the new normal - Red Hat Forum Bangalore 2015Red Hat India Pvt. Ltd.
 
Cloud Services. Apoio, aceleração, desenvolvimento e integração com IoT
Cloud Services. Apoio, aceleração, desenvolvimento e integração com IoTCloud Services. Apoio, aceleração, desenvolvimento e integração com IoT
Cloud Services. Apoio, aceleração, desenvolvimento e integração com IoTVitor Meriat
 
Azure Refresh 2015 - KeyNote - DotNetLombardia
Azure Refresh 2015 - KeyNote - DotNetLombardiaAzure Refresh 2015 - KeyNote - DotNetLombardia
Azure Refresh 2015 - KeyNote - DotNetLombardiaMarco Parenzan
 
SAP Inside Track 2017: NON-SAP Cloud Solutions
SAP Inside Track 2017: NON-SAP Cloud SolutionsSAP Inside Track 2017: NON-SAP Cloud Solutions
SAP Inside Track 2017: NON-SAP Cloud SolutionsCore To Edge
 
AWS Summit Seoul 2015 - 모바일 및 IoT 환경을 위한 AWS 클라우드 플랫폼의 진화 (윤석찬, Markku Lepisto)
AWS Summit Seoul 2015 - 모바일 및 IoT 환경을 위한 AWS 클라우드 플랫폼의 진화 (윤석찬, Markku Lepisto)AWS Summit Seoul 2015 - 모바일 및 IoT 환경을 위한 AWS 클라우드 플랫폼의 진화 (윤석찬, Markku Lepisto)
AWS Summit Seoul 2015 - 모바일 및 IoT 환경을 위한 AWS 클라우드 플랫폼의 진화 (윤석찬, Markku Lepisto)Amazon Web Services Korea
 
Azure IoT updates
Azure IoT updatesAzure IoT updates
Azure IoT updatesSeiji Noro
 
Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017
Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017
Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017Eran Stiller
 
Microservices, DevOps and IoT- Bob Familiar
Microservices, DevOps and IoT- Bob FamiliarMicroservices, DevOps and IoT- Bob Familiar
Microservices, DevOps and IoT- Bob FamiliarWithTheBest
 
Global Azure Bootcamp 2017 - How to build a twitter bot in 15 minutes
Global Azure Bootcamp 2017 - How to build a twitter bot in 15 minutesGlobal Azure Bootcamp 2017 - How to build a twitter bot in 15 minutes
Global Azure Bootcamp 2017 - How to build a twitter bot in 15 minutesKarim Vaes
 
Azure cloud patterns and architecture
Azure   cloud patterns and architectureAzure   cloud patterns and architecture
Azure cloud patterns and architectureGermán Küber
 
ORACLE FUSION - IBANK
ORACLE FUSION - IBANKORACLE FUSION - IBANK
ORACLE FUSION - IBANKibankuk
 
Continuous Delivery to Azure with VSTS
Continuous Delivery to Azure with VSTSContinuous Delivery to Azure with VSTS
Continuous Delivery to Azure with VSTSSolidify
 
Azure container services
Azure container servicesAzure container services
Azure container servicesÖnder Değer
 
Xamarin Dev Days - Connected & Disconnected Apps with Azure Mobile Apps
Xamarin Dev Days - Connected & Disconnected Apps with Azure Mobile AppsXamarin Dev Days - Connected & Disconnected Apps with Azure Mobile Apps
Xamarin Dev Days - Connected & Disconnected Apps with Azure Mobile AppsGuy Barrette
 
Keynote 2: AWS re:Invent 2017 Recap - Solutions Updates
Keynote 2: AWS re:Invent 2017 Recap - Solutions UpdatesKeynote 2: AWS re:Invent 2017 Recap - Solutions Updates
Keynote 2: AWS re:Invent 2017 Recap - Solutions UpdatesAmazon Web Services
 
From Developer to Cloud Solutions Architect
From Developer to Cloud Solutions ArchitectFrom Developer to Cloud Solutions Architect
From Developer to Cloud Solutions ArchitectLorenzo Barbieri
 
Serverless iPaaS in Azure (IDU)
Serverless iPaaS in Azure (IDU)Serverless iPaaS in Azure (IDU)
Serverless iPaaS in Azure (IDU)Daniel Toomey
 

Similar to An Overview of Designing Microservices Based Applications on AWS - March 2017 AWS Online Tech Talks (20)

LISA17 "SREBot—More Than a Chatbot—An Intelligent Bot to Crush Mitigation Time"
LISA17 "SREBot—More Than a Chatbot—An Intelligent Bot to Crush Mitigation Time"LISA17 "SREBot—More Than a Chatbot—An Intelligent Bot to Crush Mitigation Time"
LISA17 "SREBot—More Than a Chatbot—An Intelligent Bot to Crush Mitigation Time"
 
Cloud is the new normal - Red Hat Forum Bangalore 2015
Cloud is the new normal - Red Hat Forum Bangalore 2015Cloud is the new normal - Red Hat Forum Bangalore 2015
Cloud is the new normal - Red Hat Forum Bangalore 2015
 
Cloud Services. Apoio, aceleração, desenvolvimento e integração com IoT
Cloud Services. Apoio, aceleração, desenvolvimento e integração com IoTCloud Services. Apoio, aceleração, desenvolvimento e integração com IoT
Cloud Services. Apoio, aceleração, desenvolvimento e integração com IoT
 
Azure Refresh 2015 - KeyNote - DotNetLombardia
Azure Refresh 2015 - KeyNote - DotNetLombardiaAzure Refresh 2015 - KeyNote - DotNetLombardia
Azure Refresh 2015 - KeyNote - DotNetLombardia
 
SAP Inside Track 2017: NON-SAP Cloud Solutions
SAP Inside Track 2017: NON-SAP Cloud SolutionsSAP Inside Track 2017: NON-SAP Cloud Solutions
SAP Inside Track 2017: NON-SAP Cloud Solutions
 
AWS Summit Seoul 2015 - 모바일 및 IoT 환경을 위한 AWS 클라우드 플랫폼의 진화 (윤석찬, Markku Lepisto)
AWS Summit Seoul 2015 - 모바일 및 IoT 환경을 위한 AWS 클라우드 플랫폼의 진화 (윤석찬, Markku Lepisto)AWS Summit Seoul 2015 - 모바일 및 IoT 환경을 위한 AWS 클라우드 플랫폼의 진화 (윤석찬, Markku Lepisto)
AWS Summit Seoul 2015 - 모바일 및 IoT 환경을 위한 AWS 클라우드 플랫폼의 진화 (윤석찬, Markku Lepisto)
 
Azure IoT updates
Azure IoT updatesAzure IoT updates
Azure IoT updates
 
Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017
Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017
Building an IoT Massive Multiplayer Game in 60 Minutes - TechBash 2017
 
Microservices, DevOps and IoT- Bob Familiar
Microservices, DevOps and IoT- Bob FamiliarMicroservices, DevOps and IoT- Bob Familiar
Microservices, DevOps and IoT- Bob Familiar
 
Global Azure Bootcamp 2017 - How to build a twitter bot in 15 minutes
Global Azure Bootcamp 2017 - How to build a twitter bot in 15 minutesGlobal Azure Bootcamp 2017 - How to build a twitter bot in 15 minutes
Global Azure Bootcamp 2017 - How to build a twitter bot in 15 minutes
 
Azure cloud patterns and architecture
Azure   cloud patterns and architectureAzure   cloud patterns and architecture
Azure cloud patterns and architecture
 
Azure IoT Suite
Azure IoT Suite Azure IoT Suite
Azure IoT Suite
 
ORACLE FUSION - IBANK
ORACLE FUSION - IBANKORACLE FUSION - IBANK
ORACLE FUSION - IBANK
 
Continuous Delivery to Azure with VSTS
Continuous Delivery to Azure with VSTSContinuous Delivery to Azure with VSTS
Continuous Delivery to Azure with VSTS
 
Slides
SlidesSlides
Slides
 
Azure container services
Azure container servicesAzure container services
Azure container services
 
Xamarin Dev Days - Connected & Disconnected Apps with Azure Mobile Apps
Xamarin Dev Days - Connected & Disconnected Apps with Azure Mobile AppsXamarin Dev Days - Connected & Disconnected Apps with Azure Mobile Apps
Xamarin Dev Days - Connected & Disconnected Apps with Azure Mobile Apps
 
Keynote 2: AWS re:Invent 2017 Recap - Solutions Updates
Keynote 2: AWS re:Invent 2017 Recap - Solutions UpdatesKeynote 2: AWS re:Invent 2017 Recap - Solutions Updates
Keynote 2: AWS re:Invent 2017 Recap - Solutions Updates
 
From Developer to Cloud Solutions Architect
From Developer to Cloud Solutions ArchitectFrom Developer to Cloud Solutions Architect
From Developer to Cloud Solutions Architect
 
Serverless iPaaS in Azure (IDU)
Serverless iPaaS in Azure (IDU)Serverless iPaaS in Azure (IDU)
Serverless iPaaS in Azure (IDU)
 

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
 

Recently uploaded

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 

An Overview of Designing Microservices Based Applications on AWS - March 2017 AWS Online Tech Talks