SlideShare a Scribd company logo
1 of 34
P U B L I C S E C T O R
S U M M I T
C anb er r a, AC T
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
How does Amazon Amazon?
Microservices, Culture, and Mechanisms
Matt Greensmith
Senior Manager, Solutions Architecture, AWS
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Our Mission
To be earth’s most
customer-centric company
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Where innovation begins
We start with the customer
and work backwards
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
5
Amazon’s
Growth Flywheel
> Value
> Selection
> Convenience
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
A look back at
development at
Amazon...
https://secure.flickr.com/photos/pixelthing/15806918992/
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Amazon.com services (Theory)
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
8
Can you see the monoliths in this Amazon warehouse?
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
9
Break warehouse processes into few big blocks
INBOUND
OUTBOUND
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
10
Set up software teams
INBOUND
• Track products traveling to the warehouse
• Receive products
• Prepare products to be stored
• Store products in the warehouse
• Handle inbound defects
OUTBOUND
• Pick customer orders
• Prepare shipments
• Track shipments
• Report defects
• Handle outbound defects
Inbound software team Outbound software team
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
11
High software coupling
Inbound software Outbound softwareShared libraries
• Teams depend on each other’s libraries and other common libraries
• “We’re blocked, as we cannot build our software until you hand us the latest version of your library.”
• Teams depend on each other’s database schema
• “We’re afraid the changes we’re making to our database schema will break your code.”
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
12
Conway’s Law:
“Any organization that designs a system (defined broadly) will
produce a design whose structure is a copy of the organization's
communication structure.”
Melvyn Conway, 1967
So, it’s not only about changing the software architecture
but also changing the way software teams are organized.
… but how?
http://www.melconway.com/Home/Conways_Law.html
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
13
Use micro-services
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
14
Replicate the Amazon warehouse
A micro-services approach will require us to break down processes way further…
INBOUND
• Track products traveling to the warehouse
• Receive products
• Prepare products to be stored
• Store products
• Handle inbound defects
OUTBOUND
• Pick customer orders
• Prepare shipments
• Track shipments
• Report defects
• Handle outbound defects
Handle outbound defectsTrack products traveling to the warehouse
Receive products Prepare products to be stored
Store products
Handle inbound defects
Pick customer orders
Prepare shipments
Report defectsTrack shipments
Smaller teams = finer-grained software = micro-services
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
15
Web of micro-services
Store products in the warehouse
Pick products for customers Report defects
Track shipments
Product details
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
• Single-purpose
• Connect only through
APIs
• Connect over HTTPS
• Largely “black boxes”
to each other
• “Micro-services”
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Culture of innovation
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
Our culture of innovation
» Customer obsession
“Start every process with the customer and work backwards.”
» Long term thinking
“Be stubborn on the vision but flexible on the details.”
» If you want to be inventive, you have to be willing to fail.
“We are willing to go down on a bunch of dark alleys, and occasionally we find something that really works.”
» You have to be willing to be misunderstood for a long time.
“We are very comfortable being misunderstood.”
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
20
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
21
Learn from failures…
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
22
72
Price reductions (since ‘06)
Thousands
New services and features
introduced per year
Millions of
Monthly active customers
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
How do we organize for innovation?
» Mechanisms
Encoded behaviors that facilitate innovative thinking
» Architecture
Structure that supports rapid growth and change
» Culture
Customer obsession; hire builders, let them build, and support them with a belief system
» Organization
Small, empowered teams that own what they create
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
24
Working Backwards
is a process
Use it to get clarity, not to document what
you’ve already decided to do.
Customer
Press
Release
FAQ
User
Manual
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
The 5 Questions
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
26
Working backwards workshop techniques/steps
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
27
“Most companies write the software, they
get it all working, and then they throw it
over the wall to the marketing
department, saying ‘here is what we
built, go write the press release.’ That
process is the one that’s actually
backwards.”
Jeff Bezos
Founder and Chief Executive Officer
Amazon.com, Inc.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
28
HYBRID
ARCHITECTURE
Data backups
Integrated
app
deployments
AWS
Direct
Connect
Identity
federation
Integrated
resource
management
Integrated
networking
MARKETPLACE
Business
apps
Databases
DevOps
tools
NetworkingSecurity Storage
Business
intelligence
ENTERPRISE
APPS
Virtual
desktops
Sharing and
collaboration
Corporate
email
Backup
IoT
Rules
engine
Device
shadows
Device
SDKs
Registry
Device
gateway
DEVELOPMENT & OPERATIONSMOBILE SERVICESAPP SERVICESANALYTICS
Data
warehousing
Hadoop
/spark
Streaming data
collection
Machine
learning
Elastic
search
Queuing and
notifications
Workflow
Search
Email
Transcoding
One-click app
deployment
Identity
Sync
Mobile app
testing
Push
notifications
DevOps resource
management
Application lifecycle
management
Containers
Triggers
Resource
templates
Amazon API
Gateway
Streaming data
analysis
Business
intelligence
Mobile
analytics
Single integrated
console
TECHNICAL & BUSINESS SUPPORT
Support
Professional
services
Account
management
Partner
community
Solutions
Architects
Training and
Certification
Security and
billing reports
GAMING
3D game
engine
Character
designer
Multiplayer
service
Twitch
integration
Cloud
integration
Regions
Availability
Zones
Points of
presence
INFRASTRUCTURE
CORE SERVICES
Compute
VMs, Auto-scaling, Load Balancing,
Containers, Cloud functions
Storage
Object, Blocks, File,
Archivals, Import/Export
Databases
Relational, NoSQL,
Caching, Migration
CDN
Networking
Amazon VPC,
DX, DNS
Access control
AWS Identity
and Access
Management
(IAM)
Key Management
and Storage
(AWS KMS)
Monitoring
and logs
SECURITY & COMPLIANCE
Resource and
usage auditing
Configuration
compliance
Web application
firewall
Assessment and
reporting
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
29
Every one of us is a
leader on our
mission.
Have Backbone, Disagree,
and Commit
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
30
Two-Pizza teams are
fast, agile, and foster
ownership and
autonomy.
Small,
decentralized
teams are
nimble
Own and
run what
you build
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
31
f(I) = (mechanisms * architecture)
(culture * organization)
^
Amazon innovation equation
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
32
Experiment early
and frequently.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
33
Is it a one-way or
a two-way door?
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R
S U M M I T
34
“We had three big ideas at
Amazon that we have stuck with
for 20+ years, and they are the
reason we are successful: put the
customer first, invent, and be
patient.”
Jeff Bezos
Founder and Chief Executive Officer
Amazon.com, Inc.

More Related Content

What's hot

Innovation and Culture at Amazon
Innovation and Culture at AmazonInnovation and Culture at Amazon
Innovation and Culture at AmazonAmazon Web Services
 
How to Become an IAM Policy Ninja
How to Become an IAM Policy NinjaHow to Become an IAM Policy Ninja
How to Become an IAM Policy NinjaAmazon Web Services
 
AWS Summit Seoul 2023 | 아마존의 공급망 전략을 배워보고, 우리 회사에 적용하기
AWS Summit Seoul 2023 | 아마존의 공급망 전략을 배워보고, 우리 회사에 적용하기AWS Summit Seoul 2023 | 아마존의 공급망 전략을 배워보고, 우리 회사에 적용하기
AWS Summit Seoul 2023 | 아마존의 공급망 전략을 배워보고, 우리 회사에 적용하기Amazon Web Services Korea
 
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 ...Amazon Web Services
 
Implementing your landing zone - FND210 - AWS re:Inforce 2019
Implementing your landing zone - FND210 - AWS re:Inforce 2019 Implementing your landing zone - FND210 - AWS re:Inforce 2019
Implementing your landing zone - FND210 - AWS re:Inforce 2019 Amazon Web Services
 
AWS Control Tower
AWS Control TowerAWS Control Tower
AWS Control TowerCloudHesive
 
Journey To Cloud – Arrive First with ServiceNow and Accenture
Journey To Cloud – Arrive First with ServiceNow and AccentureJourney To Cloud – Arrive First with ServiceNow and Accenture
Journey To Cloud – Arrive First with ServiceNow and AccentureAccenture Operations
 
(DEV203) Amazon API Gateway & AWS Lambda to Build Secure APIs
(DEV203) Amazon API Gateway & AWS Lambda to Build Secure APIs(DEV203) Amazon API Gateway & AWS Lambda to Build Secure APIs
(DEV203) Amazon API Gateway & AWS Lambda to Build Secure APIsAmazon Web Services
 
AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신
AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신
AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신Amazon Web Services Korea
 
How_to_build_your_cloud_enablement_engine_with_the_people_you_already_have
How_to_build_your_cloud_enablement_engine_with_the_people_you_already_haveHow_to_build_your_cloud_enablement_engine_with_the_people_you_already_have
How_to_build_your_cloud_enablement_engine_with_the_people_you_already_haveAmazon Web Services
 
Automated Solution for Deploying AWS Landing Zone (GPSWS407) - AWS re:Invent ...
Automated Solution for Deploying AWS Landing Zone (GPSWS407) - AWS re:Invent ...Automated Solution for Deploying AWS Landing Zone (GPSWS407) - AWS re:Invent ...
Automated Solution for Deploying AWS Landing Zone (GPSWS407) - AWS re:Invent ...Amazon Web Services
 
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance WorkshopMicrosoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance WorkshopNicholas Vossburg
 
Managing and governing multi-account AWS environments using AWS Organizations...
Managing and governing multi-account AWS environments using AWS Organizations...Managing and governing multi-account AWS environments using AWS Organizations...
Managing and governing multi-account AWS environments using AWS Organizations...Amazon Web Services
 
AWS Cloud Migration Insights Forum
AWS Cloud Migration Insights ForumAWS Cloud Migration Insights Forum
AWS Cloud Migration Insights ForumAmazon Web Services
 

What's hot (20)

Innovation and Culture at Amazon
Innovation and Culture at AmazonInnovation and Culture at Amazon
Innovation and Culture at Amazon
 
CI/CD for Modern Applications
CI/CD for Modern ApplicationsCI/CD for Modern Applications
CI/CD for Modern Applications
 
Setting Up a Landing Zone
Setting Up a Landing ZoneSetting Up a Landing Zone
Setting Up a Landing Zone
 
How to Become an IAM Policy Ninja
How to Become an IAM Policy NinjaHow to Become an IAM Policy Ninja
How to Become an IAM Policy Ninja
 
AWS Summit Seoul 2023 | 아마존의 공급망 전략을 배워보고, 우리 회사에 적용하기
AWS Summit Seoul 2023 | 아마존의 공급망 전략을 배워보고, 우리 회사에 적용하기AWS Summit Seoul 2023 | 아마존의 공급망 전략을 배워보고, 우리 회사에 적용하기
AWS Summit Seoul 2023 | 아마존의 공급망 전략을 배워보고, 우리 회사에 적용하기
 
AWS for Backup and Recovery
AWS for Backup and RecoveryAWS for Backup and Recovery
AWS for Backup and Recovery
 
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 ...
 
Implementing your landing zone - FND210 - AWS re:Inforce 2019
Implementing your landing zone - FND210 - AWS re:Inforce 2019 Implementing your landing zone - FND210 - AWS re:Inforce 2019
Implementing your landing zone - FND210 - AWS re:Inforce 2019
 
AWS Control Tower
AWS Control TowerAWS Control Tower
AWS Control Tower
 
Journey To Cloud – Arrive First with ServiceNow and Accenture
Journey To Cloud – Arrive First with ServiceNow and AccentureJourney To Cloud – Arrive First with ServiceNow and Accenture
Journey To Cloud – Arrive First with ServiceNow and Accenture
 
(DEV203) Amazon API Gateway & AWS Lambda to Build Secure APIs
(DEV203) Amazon API Gateway & AWS Lambda to Build Secure APIs(DEV203) Amazon API Gateway & AWS Lambda to Build Secure APIs
(DEV203) Amazon API Gateway & AWS Lambda to Build Secure APIs
 
AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신
AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신
AWS Summit Seoul 2023 | 혁신의 키워드는 '조직'과 '문화' - 하이브리드 클라우드 플랫폼과 agile 조직이 만드는 혁신
 
DevOps on AWS
DevOps on AWSDevOps on AWS
DevOps on AWS
 
How_to_build_your_cloud_enablement_engine_with_the_people_you_already_have
How_to_build_your_cloud_enablement_engine_with_the_people_you_already_haveHow_to_build_your_cloud_enablement_engine_with_the_people_you_already_have
How_to_build_your_cloud_enablement_engine_with_the_people_you_already_have
 
Amazon's Culture of Innovation
Amazon's Culture of InnovationAmazon's Culture of Innovation
Amazon's Culture of Innovation
 
Automated Solution for Deploying AWS Landing Zone (GPSWS407) - AWS re:Invent ...
Automated Solution for Deploying AWS Landing Zone (GPSWS407) - AWS re:Invent ...Automated Solution for Deploying AWS Landing Zone (GPSWS407) - AWS re:Invent ...
Automated Solution for Deploying AWS Landing Zone (GPSWS407) - AWS re:Invent ...
 
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance WorkshopMicrosoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
Microsoft Cloud Adoption Framework for Azure: Thru Partner Governance Workshop
 
Managing and governing multi-account AWS environments using AWS Organizations...
Managing and governing multi-account AWS environments using AWS Organizations...Managing and governing multi-account AWS environments using AWS Organizations...
Managing and governing multi-account AWS environments using AWS Organizations...
 
Cloud Economics
Cloud EconomicsCloud Economics
Cloud Economics
 
AWS Cloud Migration Insights Forum
AWS Cloud Migration Insights ForumAWS Cloud Migration Insights Forum
AWS Cloud Migration Insights Forum
 

Similar to Amazon Culture of Innovation

Culture of Innovation at Amazon - AWS Startup Day Johannesburg.pdf
Culture of Innovation at Amazon - AWS Startup Day Johannesburg.pdfCulture of Innovation at Amazon - AWS Startup Day Johannesburg.pdf
Culture of Innovation at Amazon - AWS Startup Day Johannesburg.pdfAmazon Web Services
 
Initiate Edinburgh 2019 - The Culture of Innovation at Amazon
Initiate Edinburgh 2019 - The Culture of Innovation at AmazonInitiate Edinburgh 2019 - The Culture of Innovation at Amazon
Initiate Edinburgh 2019 - The Culture of Innovation at AmazonAmazon Web Services
 
AWS Initiate Day Manchester 2019 – The Culture of Innovation at Amazon
AWS Initiate Day Manchester 2019 – The Culture of Innovation at AmazonAWS Initiate Day Manchester 2019 – The Culture of Innovation at Amazon
AWS Initiate Day Manchester 2019 – The Culture of Innovation at AmazonAmazon Web Services
 
An Amazonian approach to enterprise transformation
An Amazonian approach to enterprise transformationAn Amazonian approach to enterprise transformation
An Amazonian approach to enterprise transformationAmazon Web Services
 
AWS Initiate Day Dublin 2019 – The Culture of Innovation at Amazon
AWS Initiate Day Dublin 2019 – The Culture of Innovation at AmazonAWS Initiate Day Dublin 2019 – The Culture of Innovation at Amazon
AWS Initiate Day Dublin 2019 – The Culture of Innovation at AmazonAmazon Web Services
 
The Culture of Innovation at Amazon – Driving Customer Success
The Culture of Innovation at Amazon – Driving Customer SuccessThe Culture of Innovation at Amazon – Driving Customer Success
The Culture of Innovation at Amazon – Driving Customer SuccessAWS Summits
 
AWS及客戶在AI/ML的數位運行過程中得到的重要經驗與學習
AWS及客戶在AI/ML的數位運行過程中得到的重要經驗與學習AWS及客戶在AI/ML的數位運行過程中得到的重要經驗與學習
AWS及客戶在AI/ML的數位運行過程中得到的重要經驗與學習Amazon Web Services
 
From Unattended Ground Sensors (UGS) to Installations; Leveraging AWS IoT fo...
 From Unattended Ground Sensors (UGS) to Installations; Leveraging AWS IoT fo... From Unattended Ground Sensors (UGS) to Installations; Leveraging AWS IoT fo...
From Unattended Ground Sensors (UGS) to Installations; Leveraging AWS IoT fo...Amazon Web Services
 
DevOps: The Amazon Way
DevOps: The Amazon WayDevOps: The Amazon Way
DevOps: The Amazon WayAWS Summits
 
AWS Initiate - Inovação Rápida: O caso de negócio para desenvolvimento de apl...
AWS Initiate - Inovação Rápida: O caso de negócio para desenvolvimento de apl...AWS Initiate - Inovação Rápida: O caso de negócio para desenvolvimento de apl...
AWS Initiate - Inovação Rápida: O caso de negócio para desenvolvimento de apl...Amazon Web Services LATAM
 
Laying the Groundwork for Change - Cloud Culture Starts at the Top
Laying the Groundwork for Change - Cloud Culture Starts at the TopLaying the Groundwork for Change - Cloud Culture Starts at the Top
Laying the Groundwork for Change - Cloud Culture Starts at the TopAmazon Web Services
 
성장하는 스타트업을 위한 아마존 이야기: Lean Innovation and Culture - Gaurav Arora, APAC 스타트업 ...
성장하는 스타트업을 위한 아마존 이야기: Lean Innovation and Culture - Gaurav Arora, APAC 스타트업 ...성장하는 스타트업을 위한 아마존 이야기: Lean Innovation and Culture - Gaurav Arora, APAC 스타트업 ...
성장하는 스타트업을 위한 아마존 이야기: Lean Innovation and Culture - Gaurav Arora, APAC 스타트업 ...Amazon Web Services Korea
 
AWS Sydney Summit 2019 Re:Cap
AWS Sydney Summit 2019 Re:CapAWS Sydney Summit 2019 Re:Cap
AWS Sydney Summit 2019 Re:CapInjae Kwak
 
아마존 혁신 문화의 비밀: Working Backward-임진식 교육 사업부 본부장, AWS :: AWS Summit Seoul 2019
아마존 혁신 문화의 비밀: Working Backward-임진식 교육 사업부 본부장, AWS :: AWS Summit Seoul 2019아마존 혁신 문화의 비밀: Working Backward-임진식 교육 사업부 본부장, AWS :: AWS Summit Seoul 2019
아마존 혁신 문화의 비밀: Working Backward-임진식 교육 사업부 본부장, AWS :: AWS Summit Seoul 2019Amazon Web Services Korea
 
Introduction to AWS Travel by Massimo Morin
Introduction to AWS Travel by Massimo MorinIntroduction to AWS Travel by Massimo Morin
Introduction to AWS Travel by Massimo MorinSameer Kenkare
 
Startup Day Kyiv: How we think about Innovation at Amazon
Startup Day Kyiv: How we think about Innovation at Amazon Startup Day Kyiv: How we think about Innovation at Amazon
Startup Day Kyiv: How we think about Innovation at Amazon Amazon Web Services
 
Transform with Cloud to drive your Future | AWS Summit Tel Aviv 2019
Transform with Cloud to drive your Future | AWS Summit Tel Aviv 2019Transform with Cloud to drive your Future | AWS Summit Tel Aviv 2019
Transform with Cloud to drive your Future | AWS Summit Tel Aviv 2019Amazon Web Services
 
The Theory and Practice, Practice, Practice of AWS Operations - AWS Summit Sy...
The Theory and Practice, Practice, Practice of AWS Operations - AWS Summit Sy...The Theory and Practice, Practice, Practice of AWS Operations - AWS Summit Sy...
The Theory and Practice, Practice, Practice of AWS Operations - AWS Summit Sy...Amazon Web Services
 

Similar to Amazon Culture of Innovation (20)

Culture of Innovation at Amazon - AWS Startup Day Johannesburg.pdf
Culture of Innovation at Amazon - AWS Startup Day Johannesburg.pdfCulture of Innovation at Amazon - AWS Startup Day Johannesburg.pdf
Culture of Innovation at Amazon - AWS Startup Day Johannesburg.pdf
 
Initiate Edinburgh 2019 - The Culture of Innovation at Amazon
Initiate Edinburgh 2019 - The Culture of Innovation at AmazonInitiate Edinburgh 2019 - The Culture of Innovation at Amazon
Initiate Edinburgh 2019 - The Culture of Innovation at Amazon
 
AWS Initiate Day Manchester 2019 – The Culture of Innovation at Amazon
AWS Initiate Day Manchester 2019 – The Culture of Innovation at AmazonAWS Initiate Day Manchester 2019 – The Culture of Innovation at Amazon
AWS Initiate Day Manchester 2019 – The Culture of Innovation at Amazon
 
Moving to DevOps the Amazon Way
Moving to DevOps the Amazon WayMoving to DevOps the Amazon Way
Moving to DevOps the Amazon Way
 
An Amazonian approach to enterprise transformation
An Amazonian approach to enterprise transformationAn Amazonian approach to enterprise transformation
An Amazonian approach to enterprise transformation
 
AWS Initiate Day Dublin 2019 – The Culture of Innovation at Amazon
AWS Initiate Day Dublin 2019 – The Culture of Innovation at AmazonAWS Initiate Day Dublin 2019 – The Culture of Innovation at Amazon
AWS Initiate Day Dublin 2019 – The Culture of Innovation at Amazon
 
The Culture of Innovation at Amazon – Driving Customer Success
The Culture of Innovation at Amazon – Driving Customer SuccessThe Culture of Innovation at Amazon – Driving Customer Success
The Culture of Innovation at Amazon – Driving Customer Success
 
AWS及客戶在AI/ML的數位運行過程中得到的重要經驗與學習
AWS及客戶在AI/ML的數位運行過程中得到的重要經驗與學習AWS及客戶在AI/ML的數位運行過程中得到的重要經驗與學習
AWS及客戶在AI/ML的數位運行過程中得到的重要經驗與學習
 
Automated Security Remediation
Automated Security RemediationAutomated Security Remediation
Automated Security Remediation
 
From Unattended Ground Sensors (UGS) to Installations; Leveraging AWS IoT fo...
 From Unattended Ground Sensors (UGS) to Installations; Leveraging AWS IoT fo... From Unattended Ground Sensors (UGS) to Installations; Leveraging AWS IoT fo...
From Unattended Ground Sensors (UGS) to Installations; Leveraging AWS IoT fo...
 
DevOps: The Amazon Way
DevOps: The Amazon WayDevOps: The Amazon Way
DevOps: The Amazon Way
 
AWS Initiate - Inovação Rápida: O caso de negócio para desenvolvimento de apl...
AWS Initiate - Inovação Rápida: O caso de negócio para desenvolvimento de apl...AWS Initiate - Inovação Rápida: O caso de negócio para desenvolvimento de apl...
AWS Initiate - Inovação Rápida: O caso de negócio para desenvolvimento de apl...
 
Laying the Groundwork for Change - Cloud Culture Starts at the Top
Laying the Groundwork for Change - Cloud Culture Starts at the TopLaying the Groundwork for Change - Cloud Culture Starts at the Top
Laying the Groundwork for Change - Cloud Culture Starts at the Top
 
성장하는 스타트업을 위한 아마존 이야기: Lean Innovation and Culture - Gaurav Arora, APAC 스타트업 ...
성장하는 스타트업을 위한 아마존 이야기: Lean Innovation and Culture - Gaurav Arora, APAC 스타트업 ...성장하는 스타트업을 위한 아마존 이야기: Lean Innovation and Culture - Gaurav Arora, APAC 스타트업 ...
성장하는 스타트업을 위한 아마존 이야기: Lean Innovation and Culture - Gaurav Arora, APAC 스타트업 ...
 
AWS Sydney Summit 2019 Re:Cap
AWS Sydney Summit 2019 Re:CapAWS Sydney Summit 2019 Re:Cap
AWS Sydney Summit 2019 Re:Cap
 
아마존 혁신 문화의 비밀: Working Backward-임진식 교육 사업부 본부장, AWS :: AWS Summit Seoul 2019
아마존 혁신 문화의 비밀: Working Backward-임진식 교육 사업부 본부장, AWS :: AWS Summit Seoul 2019아마존 혁신 문화의 비밀: Working Backward-임진식 교육 사업부 본부장, AWS :: AWS Summit Seoul 2019
아마존 혁신 문화의 비밀: Working Backward-임진식 교육 사업부 본부장, AWS :: AWS Summit Seoul 2019
 
Introduction to AWS Travel by Massimo Morin
Introduction to AWS Travel by Massimo MorinIntroduction to AWS Travel by Massimo Morin
Introduction to AWS Travel by Massimo Morin
 
Startup Day Kyiv: How we think about Innovation at Amazon
Startup Day Kyiv: How we think about Innovation at Amazon Startup Day Kyiv: How we think about Innovation at Amazon
Startup Day Kyiv: How we think about Innovation at Amazon
 
Transform with Cloud to drive your Future | AWS Summit Tel Aviv 2019
Transform with Cloud to drive your Future | AWS Summit Tel Aviv 2019Transform with Cloud to drive your Future | AWS Summit Tel Aviv 2019
Transform with Cloud to drive your Future | AWS Summit Tel Aviv 2019
 
The Theory and Practice, Practice, Practice of AWS Operations - AWS Summit Sy...
The Theory and Practice, Practice, Practice of AWS Operations - AWS Summit Sy...The Theory and Practice, Practice, Practice of AWS Operations - AWS Summit Sy...
The Theory and Practice, Practice, Practice of AWS Operations - AWS Summit Sy...
 

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
 

Amazon Culture of Innovation

  • 1. P U B L I C S E C T O R S U M M I T C anb er r a, AC T
  • 2. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T How does Amazon Amazon? Microservices, Culture, and Mechanisms Matt Greensmith Senior Manager, Solutions Architecture, AWS
  • 3. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Our Mission To be earth’s most customer-centric company
  • 4. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Where innovation begins We start with the customer and work backwards
  • 5. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 5 Amazon’s Growth Flywheel > Value > Selection > Convenience
  • 6. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T A look back at development at Amazon... https://secure.flickr.com/photos/pixelthing/15806918992/
  • 7. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Amazon.com services (Theory)
  • 8. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 8 Can you see the monoliths in this Amazon warehouse?
  • 9. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 9 Break warehouse processes into few big blocks INBOUND OUTBOUND
  • 10. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 10 Set up software teams INBOUND • Track products traveling to the warehouse • Receive products • Prepare products to be stored • Store products in the warehouse • Handle inbound defects OUTBOUND • Pick customer orders • Prepare shipments • Track shipments • Report defects • Handle outbound defects Inbound software team Outbound software team
  • 11. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 11 High software coupling Inbound software Outbound softwareShared libraries • Teams depend on each other’s libraries and other common libraries • “We’re blocked, as we cannot build our software until you hand us the latest version of your library.” • Teams depend on each other’s database schema • “We’re afraid the changes we’re making to our database schema will break your code.”
  • 12. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 12 Conway’s Law: “Any organization that designs a system (defined broadly) will produce a design whose structure is a copy of the organization's communication structure.” Melvyn Conway, 1967 So, it’s not only about changing the software architecture but also changing the way software teams are organized. … but how? http://www.melconway.com/Home/Conways_Law.html
  • 13. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 13 Use micro-services
  • 14. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 14 Replicate the Amazon warehouse A micro-services approach will require us to break down processes way further… INBOUND • Track products traveling to the warehouse • Receive products • Prepare products to be stored • Store products • Handle inbound defects OUTBOUND • Pick customer orders • Prepare shipments • Track shipments • Report defects • Handle outbound defects Handle outbound defectsTrack products traveling to the warehouse Receive products Prepare products to be stored Store products Handle inbound defects Pick customer orders Prepare shipments Report defectsTrack shipments Smaller teams = finer-grained software = micro-services
  • 15. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 15 Web of micro-services Store products in the warehouse Pick products for customers Report defects Track shipments Product details
  • 16. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T • Single-purpose • Connect only through APIs • Connect over HTTPS • Largely “black boxes” to each other • “Micro-services”
  • 17. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T
  • 18. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Culture of innovation
  • 19. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T Our culture of innovation » Customer obsession “Start every process with the customer and work backwards.” » Long term thinking “Be stubborn on the vision but flexible on the details.” » If you want to be inventive, you have to be willing to fail. “We are willing to go down on a bunch of dark alleys, and occasionally we find something that really works.” » You have to be willing to be misunderstood for a long time. “We are very comfortable being misunderstood.”
  • 20. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 20
  • 21. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 21 Learn from failures…
  • 22. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 22 72 Price reductions (since ‘06) Thousands New services and features introduced per year Millions of Monthly active customers
  • 23. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T How do we organize for innovation? » Mechanisms Encoded behaviors that facilitate innovative thinking » Architecture Structure that supports rapid growth and change » Culture Customer obsession; hire builders, let them build, and support them with a belief system » Organization Small, empowered teams that own what they create
  • 24. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 24 Working Backwards is a process Use it to get clarity, not to document what you’ve already decided to do. Customer Press Release FAQ User Manual
  • 25. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T The 5 Questions
  • 26. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 26 Working backwards workshop techniques/steps
  • 27. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 27 “Most companies write the software, they get it all working, and then they throw it over the wall to the marketing department, saying ‘here is what we built, go write the press release.’ That process is the one that’s actually backwards.” Jeff Bezos Founder and Chief Executive Officer Amazon.com, Inc. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
  • 28. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 28 HYBRID ARCHITECTURE Data backups Integrated app deployments AWS Direct Connect Identity federation Integrated resource management Integrated networking MARKETPLACE Business apps Databases DevOps tools NetworkingSecurity Storage Business intelligence ENTERPRISE APPS Virtual desktops Sharing and collaboration Corporate email Backup IoT Rules engine Device shadows Device SDKs Registry Device gateway DEVELOPMENT & OPERATIONSMOBILE SERVICESAPP SERVICESANALYTICS Data warehousing Hadoop /spark Streaming data collection Machine learning Elastic search Queuing and notifications Workflow Search Email Transcoding One-click app deployment Identity Sync Mobile app testing Push notifications DevOps resource management Application lifecycle management Containers Triggers Resource templates Amazon API Gateway Streaming data analysis Business intelligence Mobile analytics Single integrated console TECHNICAL & BUSINESS SUPPORT Support Professional services Account management Partner community Solutions Architects Training and Certification Security and billing reports GAMING 3D game engine Character designer Multiplayer service Twitch integration Cloud integration Regions Availability Zones Points of presence INFRASTRUCTURE CORE SERVICES Compute VMs, Auto-scaling, Load Balancing, Containers, Cloud functions Storage Object, Blocks, File, Archivals, Import/Export Databases Relational, NoSQL, Caching, Migration CDN Networking Amazon VPC, DX, DNS Access control AWS Identity and Access Management (IAM) Key Management and Storage (AWS KMS) Monitoring and logs SECURITY & COMPLIANCE Resource and usage auditing Configuration compliance Web application firewall Assessment and reporting
  • 29. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 29 Every one of us is a leader on our mission. Have Backbone, Disagree, and Commit
  • 30. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 30 Two-Pizza teams are fast, agile, and foster ownership and autonomy. Small, decentralized teams are nimble Own and run what you build
  • 31. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 31 f(I) = (mechanisms * architecture) (culture * organization) ^ Amazon innovation equation
  • 32. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 32 Experiment early and frequently.
  • 33. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 33 Is it a one-way or a two-way door?
  • 34. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.P U B L I C S E C T O R S U M M I T 34 “We had three big ideas at Amazon that we have stuck with for 20+ years, and they are the reason we are successful: put the customer first, invent, and be patient.” Jeff Bezos Founder and Chief Executive Officer Amazon.com, Inc.