SlideShare a Scribd company logo
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
S U M M I T
Tools for Building your
MVP onAWS
Cobus Bernard
Technical Evangelist
Amazon Web Services
@cobusbernard
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
What is an
MVP?
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Reid Hoffman
Co-Founder LinkedIn
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Minimum{x}Product
Viable Usable Loveable Testable
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Product
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Core Foundations
W H A T W E ’ L L C O V E R
Anti-patterns
Architectures
Development Process
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Development Iterations
5% 5% 5%
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Sprints
Complete Uninterrupted Short
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Planning
Low Impact
Fast to
Build
Slow to
build
High Impact
Focus Area
DistractionUndifferentiated
Break Down
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
MinimizeTaskSize
One engineer can handle
Adds incremental value
Done in a single sprint
Reducing scope removes ambiguity
Easier to prioritize
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Standups
1 MinutePer Person Max
15 MinutesMax
Every DayFirst Thing in the Morning
EveryoneTech, Product, Marketing, Business
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
ContinuouslyShipReleases
AWS CodeCommit AWS CodeBuild Third Party Tooling AWS CodeDeploy
AWS CodePipeline
AWS CodeStar
Source Build Test Deploy
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Core Foundations
W H A T W E ’ L L C O V E R
Anti-patterns
Architectures
Development Process
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Time Until Impact
Roadmap Prioritization
End of
runway
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Roadmap Prioritization
Time Until Impact
End of
runway
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
TechnicalDebtCost
Time
Absolute
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
TechnicalDebt
Time
Cost
Relative
Absolute
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Rigid Flexible
Abstractions
Easy Hard
1 System N Systems2 Systems
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
If you build it…
You must maintain it
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
No infrastructure provisioning,
no management
Scale automatically
Pay for value Highly available and secure
Build Less,DeliverMore
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
80%
Tracer Code
Feature
Primary
Feature
85%90%
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Optimize for Learning
Learn PrototypeExperiment
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Core Foundations
W H A T W E ’ L L C O V E R
Anti-patterns
Architectures
Development Process
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Monolith
Does everything
Monoliths are OK
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Easiestwaytoget started
Create larger
instances
Add attached
block storage
Load balance
your application
Connect to
AWS services
Networking &
data transfer
DNS
management
One static
IP/instance
Computing
power
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
AWS Elastic
Beanstalk
Deploy andScaleMonolith
Availability Zone 1 Availability Zone 2
Auto Scaling
Group
Amazon RDS
(Master)
Instances
Amazon RDS
(Slave)
Elastic Load
Balancing (ELB)
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Microservices
Does one thing
Microservices
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
BuildingYourAPIonAWS
Amazon
Cognito
Web
Amazon Simple
Storage Service (S3)Amazon
API
Gateway
Services
AWS
Lambda
Any AWS
Service
Mobile
AWS
Fargate
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Amazon
CloudFront
Mobile
Web
Amazon
AuroraAWS
AppSync
Amazon Simple
Storage Service (S3)
Mobile
Amazon
Cognito
Amazon
DynamoDB
Amazon
Elasticsearch
Service
AWS
Lambda
AWS Amplify
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Static /SinglePageWeb
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Containers
Amazon Elastic
Container Service
Amazon EC2
Container Registry
AWS Elastic
Beanstalk
Amazon Elastic Container
Service for Kubernetes
AWS Fargate
AWS App
Mesh
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Analytics
Mobile
Web
Amazon Kinesis Amazon Kinesis
Data Firehose
Amazon Simple
Storage Service
(S3)
AWS LambdaAmazon Pinpoint
Amazon Kinesis
Data Analytics
Amazon
Elasticsearch
Service
Amazon
CloudWatch Alarm
Amazon API
Gateway
Amazon
CloudFront
Amazon
Athena
Amazon
QuickSight
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Core Foundations
W H A T W E ’ L L C O V E R
Anti-patterns
Architectures
Development Process
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Over invest where
its difficult to change.
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
AWS
Organizations
AWS Key
Management Service
AWS
CloudTrail
Security
AWS Systems Manager
(Session Manager)
AWS Secrets Manager
(Parameter Store)
AWS ShieldMFA tokenAWS Identity and
Access
Management
Amazon Cognito AWS Certificate
Manager
Amazon
CloudFront
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Integration Points
Documentation Specification
Tutorials Videos Quick Starts
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Relational
Referential
integrity, ACID
transactions,
schema-
on-write
Lift and shift, ERP,
CRM, finance
Aurora, RDS
Key-value
High
throughput, low-
latency reads
and writes,
endless scale
Real-time bidding,
shopping cart,
social, product
catalog, customer
preferences
DynamoDB
Document
Store
documents and
quickly access
querying on
any attribute
Content
management,
personalization,
mobile
DocumentDB
In-memory
Query by key
with
microsecond
latency
Leaderboards,
real-time
analytics, caching
ElastiCache
Graph
Quickly and
easily create
and navigate
relationships
between
data
Fraud detection,
social
networking,
recommendation
engine
Neptune
Time-series
Collect, store,
and process
data
sequenced
by time
IoT applications,
event tracking
Timestream
Ledger
Complete,
immutable, and
verifiable history
of all changes to
application data
Systems
of record, supply
chain, health care,
registrations,
financial
QLDB
AWS
Service(s)
Common Use
Cases
DataModel andStore
Thank you!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Cobus Bernard
@cobusbernard

More Related Content

PPTX
Developing Modern Applications in the Cloud
PPTX
[CPT DevOps Meetup] Developing Modern Applications in the Cloud
PPTX
AWS Accra Meetup - Developing Modern Applications in the Cloud
PPTX
AWS Jozi Meetup Developing Modern Applications in the Cloud
PDF
Orchestrating containers on AWS | AWS Summit Tel Aviv 2019
PDF
From Code to a running container | AWS Summit Tel Aviv 2019
PDF
갤럭시 규모의 인공지능 서비스를 위한 AWS 데이터베이스 아키텍처 - 김상필 솔루션 아키텍트 매니저, AWS / 김정환 데브옵스 엔지니어,...
PDF
Deep Dive on Amazon Elastic Container Service (ECS) | AWS Summit Tel Aviv 2019
Developing Modern Applications in the Cloud
[CPT DevOps Meetup] Developing Modern Applications in the Cloud
AWS Accra Meetup - Developing Modern Applications in the Cloud
AWS Jozi Meetup Developing Modern Applications in the Cloud
Orchestrating containers on AWS | AWS Summit Tel Aviv 2019
From Code to a running container | AWS Summit Tel Aviv 2019
갤럭시 규모의 인공지능 서비스를 위한 AWS 데이터베이스 아키텍처 - 김상필 솔루션 아키텍트 매니저, AWS / 김정환 데브옵스 엔지니어,...
Deep Dive on Amazon Elastic Container Service (ECS) | AWS Summit Tel Aviv 2019

Similar to Tools for building your MVP on AWS (20)

PPTX
Tools for building your Startup on AWS
PPTX
AWS Startup Garage - Building your MVP on AWS
PDF
AWS Startup Day Santiago - Tools For Building Your Startup
PDF
AWS Startup Day Bogotá - Tools for Building Your Startup
PDF
AWS Summit Singapore 2019 | Operating Microservices at Hyperscale
PDF
AWS Summit Singapore 2019 | AWS Techfest Opening Keynote
PPTX
Inovação Rápida: O caso de negócio para desenvolvimento de aplicações modernas.
PDF
2019 06-12-aws taipei summit-dev day-essential capabilities behind microservices
PDF
Well Archictecture Framework dotNET.pdf
PPTX
CuriousMinds and Siemens in Brasov 2015 - Building and Developing for the Clo...
PPTX
DevConZM - Modern Applications Development in the Cloud
PPTX
Dev348 ReInvent Corteva Agriscience
PDF
클라우드 세상에서 CIO로 살아남기 - 이한주 대표이사, Bespin Global :: AWS Summit Seoul 2019
PPTX
From Monolithic to Modern Apps: Best Practices
PDF
20200513 - CloudComputing UCU
PDF
20141021 AWS Cloud Taekwon - Startup Best Practices on AWS
PPTX
DevOps: The Amazon Way
PDF
Scaling to Billions of IoT Devices with MindSphere on AWS
PPTX
클라우드 기반 앱 현대화를 위한 5가지 체크리스트 - 윤석찬 :: AWS 현대적 애플리케이션 개발
PPTX
Journey Towards Scaling Your API to 10 Million Users
Tools for building your Startup on AWS
AWS Startup Garage - Building your MVP on AWS
AWS Startup Day Santiago - Tools For Building Your Startup
AWS Startup Day Bogotá - Tools for Building Your Startup
AWS Summit Singapore 2019 | Operating Microservices at Hyperscale
AWS Summit Singapore 2019 | AWS Techfest Opening Keynote
Inovação Rápida: O caso de negócio para desenvolvimento de aplicações modernas.
2019 06-12-aws taipei summit-dev day-essential capabilities behind microservices
Well Archictecture Framework dotNET.pdf
CuriousMinds and Siemens in Brasov 2015 - Building and Developing for the Clo...
DevConZM - Modern Applications Development in the Cloud
Dev348 ReInvent Corteva Agriscience
클라우드 세상에서 CIO로 살아남기 - 이한주 대표이사, Bespin Global :: AWS Summit Seoul 2019
From Monolithic to Modern Apps: Best Practices
20200513 - CloudComputing UCU
20141021 AWS Cloud Taekwon - Startup Best Practices on AWS
DevOps: The Amazon Way
Scaling to Billions of IoT Devices with MindSphere on AWS
클라우드 기반 앱 현대화를 위한 5가지 체크리스트 - 윤석찬 :: AWS 현대적 애플리케이션 개발
Journey Towards Scaling Your API to 10 Million Users
Ad

More from Cobus Bernard (20)

PPTX
London Microservices Meetup: Lessons learnt adopting microservices
PPTX
AWS SSA Webinar 34 - Getting started with databases on AWS - Managing DBs wit...
PPTX
AWS SSA Webinar 33 - Getting started with databases on AWS Amazon DynamoDB
PPTX
AWS SSA Webinar 32 - Getting Started with databases on AWS: Choosing the righ...
PPTX
AWS SSA Webinar 30 - Getting Started with AWS - Infrastructure as Code - Terr...
PPTX
AWS SSA Webinar 28 - Getting Started with AWS - Infrastructure as Code
PPTX
AWS Webinar 24 - Getting Started with AWS - Understanding DR
PPTX
AWS Webinar 23 - Getting Started with AWS - Understanding total cost of owner...
PPTX
AWS SSA Webinar 21 - Getting Started with Data lakes on AWS
PDF
AWS SSA Webinar 20 - Getting Started with Data Warehouses on AWS
PPTX
AWS SSA Webinar 19 - Getting Started with Multi-Region Architecture: Services
PPTX
AWS SSA Webinar 18 - Getting Started with Multi-Region Architecture: Data
PPTX
AWS EMEA Online Summit - Live coding with containers
PPTX
AWS EMEA Online Summit - Blending Spot and On-Demand instances to optimizing ...
PPTX
AWS SSA Webinar 17 - Getting Started on AWS with Amazon RDS
PPTX
AWS SSA Webinar 16 - Getting Started on AWS with Amazon EC2
PPTX
AWS SSA Webinar 15 - Getting started on AWS with Containers: Amazon EKS
PPTX
AWS SSA Webinar 13 - Getting started on AWS with Containers: Amazon ECS
PPTX
AWS SSA Webinar 11 - Getting started on AWS: Security
PPTX
AWS SSA Webinar 12 - Getting started on AWS with Containers
London Microservices Meetup: Lessons learnt adopting microservices
AWS SSA Webinar 34 - Getting started with databases on AWS - Managing DBs wit...
AWS SSA Webinar 33 - Getting started with databases on AWS Amazon DynamoDB
AWS SSA Webinar 32 - Getting Started with databases on AWS: Choosing the righ...
AWS SSA Webinar 30 - Getting Started with AWS - Infrastructure as Code - Terr...
AWS SSA Webinar 28 - Getting Started with AWS - Infrastructure as Code
AWS Webinar 24 - Getting Started with AWS - Understanding DR
AWS Webinar 23 - Getting Started with AWS - Understanding total cost of owner...
AWS SSA Webinar 21 - Getting Started with Data lakes on AWS
AWS SSA Webinar 20 - Getting Started with Data Warehouses on AWS
AWS SSA Webinar 19 - Getting Started with Multi-Region Architecture: Services
AWS SSA Webinar 18 - Getting Started with Multi-Region Architecture: Data
AWS EMEA Online Summit - Live coding with containers
AWS EMEA Online Summit - Blending Spot and On-Demand instances to optimizing ...
AWS SSA Webinar 17 - Getting Started on AWS with Amazon RDS
AWS SSA Webinar 16 - Getting Started on AWS with Amazon EC2
AWS SSA Webinar 15 - Getting started on AWS with Containers: Amazon EKS
AWS SSA Webinar 13 - Getting started on AWS with Containers: Amazon ECS
AWS SSA Webinar 11 - Getting started on AWS: Security
AWS SSA Webinar 12 - Getting started on AWS with Containers
Ad

Recently uploaded (20)

PPTX
Slides PPTX World Game (s) Eco Economic Epochs.pptx
PDF
Slides PDF The World Game (s) Eco Economic Epochs.pdf
PPTX
Module 1 - Cyber Law and Ethics 101.pptx
PDF
The New Creative Director: How AI Tools for Social Media Content Creation Are...
DOCX
Unit-3 cyber security network security of internet system
PPTX
522797556-Unit-2-Temperature-measurement-1-1.pptx
PPTX
international classification of diseases ICD-10 review PPT.pptx
PDF
Paper PDF World Game (s) Great Redesign.pdf
PPTX
QR Codes Qr codecodecodecodecocodedecodecode
PPTX
INTERNET------BASICS-------UPDATED PPT PRESENTATION
PPTX
Introduction to Information and Communication Technology
PPT
tcp ip networks nd ip layering assotred slides
PPTX
innovation process that make everything different.pptx
PPTX
Digital Literacy And Online Safety on internet
PPTX
introduction about ICD -10 & ICD-11 ppt.pptx
PPTX
artificial intelligence overview of it and more
PPT
Design_with_Watersergyerge45hrbgre4top (1).ppt
PDF
An introduction to the IFRS (ISSB) Stndards.pdf
PDF
Testing WebRTC applications at scale.pdf
PPTX
Internet___Basics___Styled_ presentation
Slides PPTX World Game (s) Eco Economic Epochs.pptx
Slides PDF The World Game (s) Eco Economic Epochs.pdf
Module 1 - Cyber Law and Ethics 101.pptx
The New Creative Director: How AI Tools for Social Media Content Creation Are...
Unit-3 cyber security network security of internet system
522797556-Unit-2-Temperature-measurement-1-1.pptx
international classification of diseases ICD-10 review PPT.pptx
Paper PDF World Game (s) Great Redesign.pdf
QR Codes Qr codecodecodecodecocodedecodecode
INTERNET------BASICS-------UPDATED PPT PRESENTATION
Introduction to Information and Communication Technology
tcp ip networks nd ip layering assotred slides
innovation process that make everything different.pptx
Digital Literacy And Online Safety on internet
introduction about ICD -10 & ICD-11 ppt.pptx
artificial intelligence overview of it and more
Design_with_Watersergyerge45hrbgre4top (1).ppt
An introduction to the IFRS (ISSB) Stndards.pdf
Testing WebRTC applications at scale.pdf
Internet___Basics___Styled_ presentation

Tools for building your MVP on AWS

  • 1. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. S U M M I T Tools for Building your MVP onAWS Cobus Bernard Technical Evangelist Amazon Web Services @cobusbernard
  • 2. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T What is an MVP?
  • 3. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Reid Hoffman Co-Founder LinkedIn
  • 4. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Minimum{x}Product Viable Usable Loveable Testable
  • 5. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Product
  • 6. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Core Foundations W H A T W E ’ L L C O V E R Anti-patterns Architectures Development Process
  • 7. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Development Iterations 5% 5% 5%
  • 8. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Sprints Complete Uninterrupted Short
  • 9. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Planning Low Impact Fast to Build Slow to build High Impact Focus Area DistractionUndifferentiated Break Down
  • 10. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T MinimizeTaskSize One engineer can handle Adds incremental value Done in a single sprint Reducing scope removes ambiguity Easier to prioritize
  • 11. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Standups 1 MinutePer Person Max 15 MinutesMax Every DayFirst Thing in the Morning EveryoneTech, Product, Marketing, Business
  • 12. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T ContinuouslyShipReleases AWS CodeCommit AWS CodeBuild Third Party Tooling AWS CodeDeploy AWS CodePipeline AWS CodeStar Source Build Test Deploy
  • 13. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Core Foundations W H A T W E ’ L L C O V E R Anti-patterns Architectures Development Process
  • 14. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Time Until Impact Roadmap Prioritization End of runway
  • 15. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Roadmap Prioritization Time Until Impact End of runway
  • 16. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T TechnicalDebtCost Time Absolute
  • 17. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T TechnicalDebt Time Cost Relative Absolute
  • 18. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Rigid Flexible Abstractions Easy Hard 1 System N Systems2 Systems
  • 19. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T If you build it… You must maintain it
  • 20. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T No infrastructure provisioning, no management Scale automatically Pay for value Highly available and secure Build Less,DeliverMore
  • 21. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T 80% Tracer Code Feature Primary Feature 85%90%
  • 22. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Optimize for Learning Learn PrototypeExperiment
  • 23. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Core Foundations W H A T W E ’ L L C O V E R Anti-patterns Architectures Development Process
  • 24. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Monolith Does everything Monoliths are OK
  • 25. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Easiestwaytoget started Create larger instances Add attached block storage Load balance your application Connect to AWS services Networking & data transfer DNS management One static IP/instance Computing power
  • 26. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T AWS Elastic Beanstalk Deploy andScaleMonolith Availability Zone 1 Availability Zone 2 Auto Scaling Group Amazon RDS (Master) Instances Amazon RDS (Slave) Elastic Load Balancing (ELB)
  • 27. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Microservices Does one thing Microservices
  • 28. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T BuildingYourAPIonAWS Amazon Cognito Web Amazon Simple Storage Service (S3)Amazon API Gateway Services AWS Lambda Any AWS Service Mobile AWS Fargate
  • 29. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Amazon CloudFront Mobile Web Amazon AuroraAWS AppSync Amazon Simple Storage Service (S3) Mobile Amazon Cognito Amazon DynamoDB Amazon Elasticsearch Service AWS Lambda AWS Amplify
  • 30. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Static /SinglePageWeb
  • 31. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Containers Amazon Elastic Container Service Amazon EC2 Container Registry AWS Elastic Beanstalk Amazon Elastic Container Service for Kubernetes AWS Fargate AWS App Mesh
  • 32. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Analytics Mobile Web Amazon Kinesis Amazon Kinesis Data Firehose Amazon Simple Storage Service (S3) AWS LambdaAmazon Pinpoint Amazon Kinesis Data Analytics Amazon Elasticsearch Service Amazon CloudWatch Alarm Amazon API Gateway Amazon CloudFront Amazon Athena Amazon QuickSight
  • 33. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Core Foundations W H A T W E ’ L L C O V E R Anti-patterns Architectures Development Process
  • 34. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Over invest where its difficult to change.
  • 35. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T AWS Organizations AWS Key Management Service AWS CloudTrail Security AWS Systems Manager (Session Manager) AWS Secrets Manager (Parameter Store) AWS ShieldMFA tokenAWS Identity and Access Management Amazon Cognito AWS Certificate Manager Amazon CloudFront
  • 36. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Integration Points Documentation Specification Tutorials Videos Quick Starts
  • 37. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Relational Referential integrity, ACID transactions, schema- on-write Lift and shift, ERP, CRM, finance Aurora, RDS Key-value High throughput, low- latency reads and writes, endless scale Real-time bidding, shopping cart, social, product catalog, customer preferences DynamoDB Document Store documents and quickly access querying on any attribute Content management, personalization, mobile DocumentDB In-memory Query by key with microsecond latency Leaderboards, real-time analytics, caching ElastiCache Graph Quickly and easily create and navigate relationships between data Fraud detection, social networking, recommendation engine Neptune Time-series Collect, store, and process data sequenced by time IoT applications, event tracking Timestream Ledger Complete, immutable, and verifiable history of all changes to application data Systems of record, supply chain, health care, registrations, financial QLDB AWS Service(s) Common Use Cases DataModel andStore
  • 38. Thank you! © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Cobus Bernard @cobusbernard