SlideShare a Scribd company logo
1 of 72
Download to read offline
DATA-DRIVEN
POSTMORTEMS
DAN BENAMY,
DATADOG
@DBENAMY
@dbenamy
Developer Efficiency
@datadoghq
SaaS-based monitoring
Trillions of data points per day
“THE ONLY REAL
MISTAKE IS THE
ONE FROM
WHICH WE LEARN
NOTHING.”
- Henry Ford
@dbenamy @datadoghq
COLLECTING DATA IS CHEAP;
NOT HAVING DATA WHEN YOU
NEED IT CAN BE EXPENSIVE.
@dbenamy @datadoghq
“The problems we work on at Datadog
are hard and often don't have obvious,
clear solutions, so it's useful to cultivate
your troubleshooting skills, no matter
what role you work in.”
Internal Datadog Developer Guide
@dbenamy @datadoghq
DAMON EDWARDS & JOHN WILLIS - DEVOPSDAY MOUNTAIN VIEW 2010
WHAT IS
DEVOPS?
▸ Culture
▸ Automation
▸ Metrics
▸ Sharing
@dbenamy @datadoghq
DAMON EDWARDS & JOHN WILLIS – DEVOPSDAY, MOUNTAIN VIEW 2010
TODAY’S
FOCUS
@dbenamy @datadoghq
▸ Culture
▸ Automation
▸ Metrics
▸ Sharing
BLAMELESS
POSTMORTEMS
@dbenamy @datadoghq
CULTURE & SHARING RESOURCES
BLAMELESS POSTMORTEMS
▸ Blameless Postmortems, by John Allspaw
http://bit.ly/etsy-blameless
▸ The Human Side of Postmortems, by Dave Zwieback
http://bit.ly/human-postmortem
@dbenamy @datadoghq
CULTURE & SHARING ARE GREAT, BUT WHAT ABOUT
@dbenamy @datadoghq
@dbenamy @datadoghq
COLLECTING DATA IS CHEAP;
NOT HAVING DATA WHEN YOU
NEED IT CAN BE EXPENSIVE.
SO INSTRUMENT ALL THE THINGS!
@dbenamy @datadoghq
FOUR QUALITIES OF GOOD
METRICS
NOT ALL METRICS ARE EQUAL
@dbenamy @datadoghq
1. WELL UNDERSTOOD
@dbenamy @datadoghq
1. WELL UNDERSTOOD
@dbenamy @datadoghq
1. WELL UNDERSTOOD
@dbenamy @datadoghq
@dbenamy @datadoghq
2. SUFFICIENT GRANULARITY
1 second
Peak 46%
1 minute
Peak 36%
5 minutes
Peak 12%
1 second
Peak 46%
1 minute
Peak 36%
5 minutes
Peak 12%
1 second
Peak 46%
1 minute
Peak 36%
5 minutes
Peak 12%
3. TAGGED & FILTERABLE
@dbenamy @datadoghq
Query-Based Monitoring
“What’s the average throughput of application:nginx
per version?”
“How many requests per second is my
role:accounting-app running application:postgresql
hosted in region:us-west-1 compared to region:us-
east-1?”
@dbenamy @datadoghq
4. LONG-LIVED
@dbenamy @datadoghq
@dbenamy @datadoghq
@dbenamy @datadoghq
@dbenamy @datadoghq
P.S. - June 1! Mark your calendar!
@dbenamy @datadoghq
RECURSE UNTIL YOU FIND THE
TECHNICAL CAUSES
@dbenamy @datadoghq
-Future you
RECURSE UNTIL YOU FIND THE
TECHNICAL CAUSES
@dbenamy @datadoghq
There is no
singular “root
cause.”
HUMAN ELEMENT
TECHNICAL ISSUES HAVE NON-TECHNICAL CAUSES
@dbenamy @datadoghq
IF YOU’RE STILL
RESPONDING TO
THE INCIDENT,
IT’S NOT TIME FOR
A REVIEW
@dbenamy @datadoghq
HUMAN DATA
DATA COLLECTION: WHO?
▸ Everyone!
▸ Responders
▸ Identifiers
▸ Affected users
@dbenamy @datadoghq
HUMAN DATA
DATA COLLECTION: WHAT?
▸Their perspective
▸What they did
▸What they thought
▸Why they thought or did it
@dbenamy @datadoghq
“WRITING IS NATURE’S WAY OF
LETTING YOU KNOW HOW SLOPPY
YOUR THINKING IS.”
RICHARD GUINDON
@dbenamy @datadoghq
TELLING STORIES
“A PICTURE IS
WORTH A
THOUSAND
WORDS”
- ANCIENT PROVERB
@dbenamy @datadoghq
HUMAN DATA
DATA COLLECTION: WHEN?
▸ As soon as possible
▸ Memory drops sharply within 20 minutes
▸ Susceptibility to “false memory” increases
▸ Get managers involved!
@dbenamy @datadoghq
HUMAN DATA
DATA SKEW / CORRUPTION
▸ Stress
▸ Sleep deprivation
▸ Burnout
@dbenamy @datadoghq
HUMAN DATA
DATA SKEW / CORRUPTION
▸ Blame
▸ Fear of punitive action
@dbenamy @datadoghq
HUMAN DATA
DATA SKEW / CORRUPTION
▸ Bias
▸ Anchoring
▸ Hindsight
▸ Outcome
▸ Availability (recency)
▸ Bandwagon effect
@dbenamy @datadoghq
HOW WE DO
POSTMORTEMS
AT DATADOG
@dbenamy @datadoghq
DATADOG POSTMORTEMS
A FEW NOTES
▸ Findings emailed company wide
▸ Scheduled recurring review meetings
@dbenamy @datadoghq
DATADOG POSTMORTEMS
A FEW NOTES
▸ Findings emailed company wide
▸ Scheduled recurring review meetings
@dbenamy @datadoghq
DATADOG’S POSTMORTEM TEMPLATE (1/5)
SUMMARY: WHAT HAPPENED?
▸ Describe what happened here at a high level. Think
of it as an abstract in a scientific paper.
▸ What was the impact on customers?
▸ What was the severity of the outage?
▸ What components were affected?
▸ What ultimately resolved the outage?
@dbenamy @datadoghq
DATADOG’S POSTMORTEM TEMPLATE (1/5)
SUMMARY: WHAT HAPPENED?
▸ Describe what happened here at a high level. Think
of it as an abstract in a scientific paper.
▸ What was the impact on customers?
▸ What was the severity of the outage?
▸ What components were affected?
▸ What ultimately resolved the outage?
@dbenamy @datadoghq
@dbenamy @datadoghq
@dbenamy @datadoghq
DATADOG’S POSTMORTEM TEMPLATE (2/5)
HOW WAS THE OUTAGE DETECTED?
▸ We want to make sure that we detected the issue early
and that we would catch the same issue if it were to
repeat.
▸ Did we have a metric that showed the outage?
▸ Was there a monitor on that metric?
▸ How long did it take for us to declare an outage?
@dbenamy @datadoghq
@dbenamy @datadoghq
@dbenamy @datadoghq
@dbenamy @datadoghq
DATADOG’S POSTMORTEM TEMPLATE (3/5)
HOW DID WE RESPOND?
▸ Who was the incident owner, and who else was
involved?
▸ Slack archive links and timeline of events!
▸ What went well?
▸ What didn’t go so well?
@dbenamy @datadoghq
DATADOG’S POSTMORTEM TEMPLATE (3/5)
HOW DID WE RESPOND?
▸ Who was the incident owner, and who else was
involved?
▸ Slack archive links and timeline of events!
▸ What went well?
▸ What didn’t go so well?
@dbenamy @datadoghq
*Names changed
@dbenamy @datadoghq
CHATOPS
ARCHIVES FTW!
*Names changed
@dbenamy @datadoghq
*Names changed
TRACK LEARNINGS AS YOU GO
@dbenamy @datadoghq
DATADOG’S POSTMORTEM TEMPLATE (4/5)
WHY DID IT HAPPEN?
▸ Deep dive into the cause
▸ Examples from this incident
▸ http://bit.ly/dd-statuspage
▸ http://bit.ly/alq-postmortem
@dbenamy @datadoghq
DATADOG’S POSTMORTEM TEMPLATE (5/5)
HOW DO WE PREVENT IT IN THE FUTURE?
▸ Link to GitHub issues and Trello cards
▸ Now?
▸ Next?
▸ Later?
▸ Follow-up notes
@dbenamy @datadoghq
DATADOG’S POSTMORTEM TEMPLATE (5/5)
HOW DO WE PREVENT IT IN THE FUTURE?
▸ Link to GitHub issues and Trello cards
▸ Now?
▸ Next?
▸ Later?
▸ Follow-up notes
@dbenamy @datadoghq
*Names changed
@dbenamy @datadoghq
DATADOG’S POSTMORTEM TEMPLATE
RECAP:
▸ What happened (summary)?
▸ How did we detect it?
▸ How did we respond?
▸ Why did it happen (deep dive)?
▸ Actionable next steps!
@dbenamy @datadoghq
KEEP LEARNING
MORE RESOURCES
▸ Our template
http://bit.ly/postmortem-template
▸ Post-Incident Reviews, by Jason Hand
http://bit.ly/post-incident-review
▸ The Infinite Hows, by John Allspaw
http://bit.ly/infinite-hows
▸ “Blameless” Postmortems Don’t Work, by J. Paul Reed
http://bit.ly/blameless-dont-work
@dbenamy @datadoghq
QUESTIONS?
DAN BENAMY
@dbenamy
dbenamy@datadoghq.com
@DATADOGHQ

More Related Content

Similar to Data-Driven Postmortems - SRV208 - Anaheim AWS Summit

Postmortems orientados por dados - DEV201 - Sao Paulo Summit
Postmortems orientados por dados -  DEV201 - Sao Paulo SummitPostmortems orientados por dados -  DEV201 - Sao Paulo Summit
Postmortems orientados por dados - DEV201 - Sao Paulo SummitAmazon Web Services
 
Data Driven Postmortems - DEV201 - Sao Paulo Summit
Data Driven Postmortems -  DEV201 - Sao Paulo SummitData Driven Postmortems -  DEV201 - Sao Paulo Summit
Data Driven Postmortems - DEV201 - Sao Paulo SummitAmazon Web Services
 
Data-driven postmortems - SVC206-S - Atlanta AWS Summit
Data-driven postmortems - SVC206-S - Atlanta AWS SummitData-driven postmortems - SVC206-S - Atlanta AWS Summit
Data-driven postmortems - SVC206-S - Atlanta AWS SummitAmazon Web Services
 
Data-Driven Postmortems - MXO218 - Mexico City Summit
Data-Driven Postmortems - MXO218 - Mexico City SummitData-Driven Postmortems - MXO218 - Mexico City Summit
Data-Driven Postmortems - MXO218 - Mexico City SummitAmazon Web Services
 
Data-Driven Postmortems - SRV208 - Toronto AWS Summit
Data-Driven Postmortems - SRV208 - Toronto AWS SummitData-Driven Postmortems - SRV208 - Toronto AWS Summit
Data-Driven Postmortems - SRV208 - Toronto AWS SummitAmazon Web Services
 
Webinar - Data driven postmortems - Jason Yee
Webinar - Data driven postmortems - Jason Yee Webinar - Data driven postmortems - Jason Yee
Webinar - Data driven postmortems - Jason Yee Codemotion
 
BDA304 Data-driven Post Mortems
BDA304 Data-driven Post Mortems BDA304 Data-driven Post Mortems
BDA304 Data-driven Post Mortems Amazon Web Services
 
Judith Kolberg at CHADD NYC
Judith Kolberg at CHADD NYCJudith Kolberg at CHADD NYC
Judith Kolberg at CHADD NYCHarold Meyer
 
Digital Summit DC Presentation
Digital Summit DC PresentationDigital Summit DC Presentation
Digital Summit DC PresentationAndrea Fryrear
 
Using Data for EVIL (2)
Using Data for EVIL (2)Using Data for EVIL (2)
Using Data for EVIL (2)Duncan Ross
 
Plumbers vs Persuaders. Martech is Only Half the Story
Plumbers vs Persuaders. Martech is Only Half the StoryPlumbers vs Persuaders. Martech is Only Half the Story
Plumbers vs Persuaders. Martech is Only Half the StoryMartech Alliance
 
Less Talk, More Data Driven Conversation
Less Talk, More Data Driven ConversationLess Talk, More Data Driven Conversation
Less Talk, More Data Driven ConversationGendry Morales
 
Level Seven - Expedient Big Data presentation
Level Seven - Expedient Big Data presentationLevel Seven - Expedient Big Data presentation
Level Seven - Expedient Big Data presentationDoug Denton
 
Leading Without Formal Authority -- By Using Data
Leading Without Formal Authority -- By Using DataLeading Without Formal Authority -- By Using Data
Leading Without Formal Authority -- By Using DataTerri Griffith
 
Marketing Innovation 2018 - Using Data To Change Thousands Of Lives
Marketing Innovation 2018 - Using Data To Change Thousands Of LivesMarketing Innovation 2018 - Using Data To Change Thousands Of Lives
Marketing Innovation 2018 - Using Data To Change Thousands Of LivesDanny Denhard
 
Data Fluency for Dummies
Data Fluency for DummiesData Fluency for Dummies
Data Fluency for DummiesDavid Blake
 
Track Everything with Google Tag Manager - #DFWSEM May 2017
Track Everything with Google Tag Manager -  #DFWSEM May 2017Track Everything with Google Tag Manager -  #DFWSEM May 2017
Track Everything with Google Tag Manager - #DFWSEM May 2017Ruth Burr Reedy
 
Big Data 101, What It Means for Business - BDI 12/4/13 The Future of Financia...
Big Data 101, What It Means for Business - BDI 12/4/13 The Future of Financia...Big Data 101, What It Means for Business - BDI 12/4/13 The Future of Financia...
Big Data 101, What It Means for Business - BDI 12/4/13 The Future of Financia...Business Development Institute
 
Big data v4.0
Big data v4.0Big data v4.0
Big data v4.0Ian Brown
 
devopsdays Warsaw 2018 - Chaos while deploying ML
devopsdays Warsaw 2018 - Chaos while deploying MLdevopsdays Warsaw 2018 - Chaos while deploying ML
devopsdays Warsaw 2018 - Chaos while deploying MLThiago de Faria
 

Similar to Data-Driven Postmortems - SRV208 - Anaheim AWS Summit (20)

Postmortems orientados por dados - DEV201 - Sao Paulo Summit
Postmortems orientados por dados -  DEV201 - Sao Paulo SummitPostmortems orientados por dados -  DEV201 - Sao Paulo Summit
Postmortems orientados por dados - DEV201 - Sao Paulo Summit
 
Data Driven Postmortems - DEV201 - Sao Paulo Summit
Data Driven Postmortems -  DEV201 - Sao Paulo SummitData Driven Postmortems -  DEV201 - Sao Paulo Summit
Data Driven Postmortems - DEV201 - Sao Paulo Summit
 
Data-driven postmortems - SVC206-S - Atlanta AWS Summit
Data-driven postmortems - SVC206-S - Atlanta AWS SummitData-driven postmortems - SVC206-S - Atlanta AWS Summit
Data-driven postmortems - SVC206-S - Atlanta AWS Summit
 
Data-Driven Postmortems - MXO218 - Mexico City Summit
Data-Driven Postmortems - MXO218 - Mexico City SummitData-Driven Postmortems - MXO218 - Mexico City Summit
Data-Driven Postmortems - MXO218 - Mexico City Summit
 
Data-Driven Postmortems - SRV208 - Toronto AWS Summit
Data-Driven Postmortems - SRV208 - Toronto AWS SummitData-Driven Postmortems - SRV208 - Toronto AWS Summit
Data-Driven Postmortems - SRV208 - Toronto AWS Summit
 
Webinar - Data driven postmortems - Jason Yee
Webinar - Data driven postmortems - Jason Yee Webinar - Data driven postmortems - Jason Yee
Webinar - Data driven postmortems - Jason Yee
 
BDA304 Data-driven Post Mortems
BDA304 Data-driven Post Mortems BDA304 Data-driven Post Mortems
BDA304 Data-driven Post Mortems
 
Judith Kolberg at CHADD NYC
Judith Kolberg at CHADD NYCJudith Kolberg at CHADD NYC
Judith Kolberg at CHADD NYC
 
Digital Summit DC Presentation
Digital Summit DC PresentationDigital Summit DC Presentation
Digital Summit DC Presentation
 
Using Data for EVIL (2)
Using Data for EVIL (2)Using Data for EVIL (2)
Using Data for EVIL (2)
 
Plumbers vs Persuaders. Martech is Only Half the Story
Plumbers vs Persuaders. Martech is Only Half the StoryPlumbers vs Persuaders. Martech is Only Half the Story
Plumbers vs Persuaders. Martech is Only Half the Story
 
Less Talk, More Data Driven Conversation
Less Talk, More Data Driven ConversationLess Talk, More Data Driven Conversation
Less Talk, More Data Driven Conversation
 
Level Seven - Expedient Big Data presentation
Level Seven - Expedient Big Data presentationLevel Seven - Expedient Big Data presentation
Level Seven - Expedient Big Data presentation
 
Leading Without Formal Authority -- By Using Data
Leading Without Formal Authority -- By Using DataLeading Without Formal Authority -- By Using Data
Leading Without Formal Authority -- By Using Data
 
Marketing Innovation 2018 - Using Data To Change Thousands Of Lives
Marketing Innovation 2018 - Using Data To Change Thousands Of LivesMarketing Innovation 2018 - Using Data To Change Thousands Of Lives
Marketing Innovation 2018 - Using Data To Change Thousands Of Lives
 
Data Fluency for Dummies
Data Fluency for DummiesData Fluency for Dummies
Data Fluency for Dummies
 
Track Everything with Google Tag Manager - #DFWSEM May 2017
Track Everything with Google Tag Manager -  #DFWSEM May 2017Track Everything with Google Tag Manager -  #DFWSEM May 2017
Track Everything with Google Tag Manager - #DFWSEM May 2017
 
Big Data 101, What It Means for Business - BDI 12/4/13 The Future of Financia...
Big Data 101, What It Means for Business - BDI 12/4/13 The Future of Financia...Big Data 101, What It Means for Business - BDI 12/4/13 The Future of Financia...
Big Data 101, What It Means for Business - BDI 12/4/13 The Future of Financia...
 
Big data v4.0
Big data v4.0Big data v4.0
Big data v4.0
 
devopsdays Warsaw 2018 - Chaos while deploying ML
devopsdays Warsaw 2018 - Chaos while deploying MLdevopsdays Warsaw 2018 - Chaos while deploying ML
devopsdays Warsaw 2018 - Chaos while deploying ML
 

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
 

Data-Driven Postmortems - SRV208 - Anaheim AWS Summit