SlideShare a Scribd company logo
1 of 55
Download to read offline
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS re:INVENT
Alexa, Where’s My Car? A Test Drive
of the AWS Connected Car Reference
J o h n S t a m p e r , P r i n c i p a l S o l u t i o n s B u i l d e r
T h o m a s H o r t o n , S o l u t i o n s B u i l d e r
A M F 3 0 2
N o v e m b e r 2 7 , 2 0 1 7
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Demonstration
Alexa, where is my car?
AWS Connected Vehicle Solution simulator
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Agenda
• Who is the AWS Solutions Team?
• Automotive Industry Solutions
• Automotive Industry Use Cases
• AWS Connected Vehicle Solution Reference Architecture
• The Edge and Ingestion
• Data Services
• Mobile Apps and AWS Connected Vehicle Solution
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Solutions team
• Dedicated team of engineers and solutions architects
• Develop architectural best practices
• Create prescriptive guidance
• Provide detailed documentation
• Publish automated reference solutions
https://aws.amazon.com/answers
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Automotive industry solutions
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Automotive industry solutions
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Automotive use cases
Connected vehicle solution platform
• Secure data consumption
• Data analytics
• Vehicle health reports
• Anomaly detection
• Diagnostics alerts
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Connected Vehicle Solution Reference
Architecture
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Connected Vehicle Solution Benefits
Serverless
Managed
Microservice-
based
Scalable
Event-driven
No servers to administer or patch
Flexible to capacity changes and
requirements
Minimal monthly spend
Eliminate undifferentiated heavy lifting and focus on creating compelling connected vehicle services
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Connected Vehicle Solution
Technology Stack
AMAZON SNS AMAZON SQS
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
The Edge and Ingestion—AWS
Greengrass and AWS IoT
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Connected Vehicle Solution Reference
Architecture
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Communicate with vehicles in a secure way
Connect to AWS Services, secure data and interactions, process and act upon connected vehicle data
Easily connect vehicles to the
AWS cloud
Secure vehicle connections and
data
Process and act upon telemetry
with easy rule engine
Track vehicle metadata such as
attributes and capabilities
SDK to easily and quickly connect
vehicles
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Act locally on the data generated from a
connected vehicle
Respond to local events quickly
Operate offline
Simplified device programming
Reduce the cost of running IoT
applications
Local Lambda
Local Device Shadows
Local Security
Greengrass
AWS Local Broker
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Greengrass Requirements
4.4+ Linux kernel distributions
C++ IoT device SDK
MQTT protocol, pub/sub model
Overlay OBD-II, UDS, or NGTP signals.
x86 and ARM
Leverage AWS Greengrass on Linux-based vehicle operating systems
Min 1 GHz compute; Min 128 MB RAM
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Greengrass components
• Greengrass group
• Greengrass core
• Installed on the edge
• Where platform is either:
• linux-armv7l
• linux-x86-64
• linux-aarch64
• Where version is 1.0.0
• Proxy for device to communicate with IoT endpoint – X.509 cert and private key needed
• Device
• IoT Thing
• Private key and X.509 certificate used by the device to authenticate to the core
• Subscriptions—routing table for messages between IoT and the device
• Lambdas—define Lambda functions in AWS and have them run on the edge
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Console screenshot of Greengrass
Subscription
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Connected vehicle solution MQTT channels
Message Topic Action Description
OBD Telematics connectedcar/telemetry/<VIN> Publish Vehicle sensor and
telematic data
Vehicle Trip Info connectedcar/trip/<VIN> Publish Aggregated trip data
Diagnostic
Trouble Code
connectedcar/dtc/<VIN> Publish Diagnostic Trouble
Code
Vehicle
Provisioning
connectedcar/vehicle/<VIN>/provision Publish Connected Vehicle
Provisioning Topic
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Connected vehicle solution MQTT channels
Message Topic Action Description
Anomaly Alert connectedcar/alert/<VIN>/anomaly Subscribe Anomaly Detection
Alert
DTC Alert connectedcar/alert/<VIN>/dtc Subscribe DTC Alert
Driver Score
Alert
connectedcar/alert/<VIN>/driverscore Subscribe Driver Score Alert
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Rules engine rule—telematic data
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Rules engine rule—vehicle DTCs
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Rules engine rule—vehicle trip
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Data services—Amazon S3, Amazon
Kinesis, Amazon DynamoDB
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Connected Vehicle Solution reference
architecture
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Securely store connected vehicle data at scale
Store and retrieve any amount of vehicle data with a simple web service interface
Deeply integrated with other AWS
services
Secure vehicle data in flight and at
rest
Store large amounts of vehicle
data at a very low cost
Designed for up to 99.99%
availability
Designed for durability of
99.999999999%
Amazon S3Connected Vehicles
Telematics Data
AWS IoT Amazon
Kinesis
Firehose
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Kinesis Firehose to Amazon S3
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Act on conne cte d ve hicle information as it hap p e ns
Capture, store, and analyze streaming connected vehicle telematic data
Quickly load TBs per hour of
streaming data
Perform real-time analytics on
streaming vehicle data
Leverage multi-stage processing
using specialized algorithms
Durable temporary storage for
data in transit
Custom stream partitioning for
finer control over scaling
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Kinesis analytics
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Kinesis analytics application
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Connected Vehicle Solution
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Serve predictions in real time and at high
throughput
Find patterns in connected vehicle
data
APIs to generate billions of
predictions for connected vehicle
Real-time predictions
Same proven, highly scalable, ML
technology used for years by
Amazon
Use AWS Lambda to
coordinate the data flow
Create an Amazon Machine
Learning model to create
real-time predictions
Driver Score
Create IoT rule to invoke
microservices
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Build for speed, build for scale
Consistent, single-digit millisecond latency NoSQL database for connected vehicle at any scale
Fast, consistent performance
Highly scalable
Fully managed
Fine-grained access control
Document & key-value structures
Event-driven programming
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon DynamoDB tables
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Connected Vehicle Solution
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Mobile Apps on AWS
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Connected vehicle reference architecture
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Creating an API with Amazon API Gateway
Amazon API Gateway AWS LambdaClient UI
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Connected Vehicle API
• Generate documentation for
developers
• Update documentation as
new features are added
• Simultaneously run multiple
API versions
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
• Separation of concerns
• Use the tools your team is familiar
with
• Scale out to other application
stacks
Mobile Companion App
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon Cognito
• Fully managed, secure user
directory
• Set up user workflows in minutes
• Create your own UI or use a pre-
built one
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon Cognito Authentication
• Handshake with identity
provider
• Validate against Amazon
Cognito
• Get a user token
• Token is traded for access
credentials
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon Cognito User Pools
• Store user information
• Email address
• Phone number
• Enforce security policies
• Password
requirements
• MFA
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Amazon Cognito Identity Providers
• Allow users to log in with other services
• Unified user directory
• Single sign-on (SSO)
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Vehicles API
• Building blocks for architecture
integration
• CREATE
• READ
• UPDATE
• DELETE
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Vehicle history
• Query past trips
• Mapbox integration
• Advanced data views
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Historical data
• Show aggregated data
over time
• .reduce() down to the
data we want
• Plot data on a D3.js chart
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Push notifications with MQTT
• Diagnostic Trouble Codes (DTCs)
• Anomaly detection
• Trip completion
• Real-time dashboard data
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Delivering data with MQTT topics
• Services publish to IoT
• Rules engine fans out the
information to different MQTT
topics
• Application is subscribed to those
topics with AWS IoT SDK
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Real-time dashboard
• View real-time trip data
delivered via MQTT topics
• Location data is fed into
MapBox.js
• Update telemetry display as
data streams in
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Building an Alexa skill
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Why build an Alexa Skill?
• Reimagine your customer
experience
• Over 10 million Alexa-powered
devices sold
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Alexa skill architecture
Alexa Skills Kit
Connected Vehicle
Architecture
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Summary
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
What we’ve covered
© 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Thank you!

More Related Content

What's hot

MAE304-Turners Cloud Archive for CNN's Video Library and Global Multiplatform...
MAE304-Turners Cloud Archive for CNN's Video Library and Global Multiplatform...MAE304-Turners Cloud Archive for CNN's Video Library and Global Multiplatform...
MAE304-Turners Cloud Archive for CNN's Video Library and Global Multiplatform...Amazon Web Services
 
GPSWKS401_Designing a Cloud Enterprise Data Warehouse
GPSWKS401_Designing a Cloud Enterprise Data WarehouseGPSWKS401_Designing a Cloud Enterprise Data Warehouse
GPSWKS401_Designing a Cloud Enterprise Data WarehouseAmazon Web Services
 
GPSTEC326-GPS Industry 4.0 AI and the Future of Manufacturing
GPSTEC326-GPS Industry 4.0 AI and the Future of ManufacturingGPSTEC326-GPS Industry 4.0 AI and the Future of Manufacturing
GPSTEC326-GPS Industry 4.0 AI and the Future of ManufacturingAmazon Web Services
 
FSV307-Capital Markets Discovery How FINRA Runs Trade Analytics and Surveilla...
FSV307-Capital Markets Discovery How FINRA Runs Trade Analytics and Surveilla...FSV307-Capital Markets Discovery How FINRA Runs Trade Analytics and Surveilla...
FSV307-Capital Markets Discovery How FINRA Runs Trade Analytics and Surveilla...Amazon Web Services
 
CMP216_Use Amazon EC2 Spot Instances to Deploy a Deep Learning Framework on A...
CMP216_Use Amazon EC2 Spot Instances to Deploy a Deep Learning Framework on A...CMP216_Use Amazon EC2 Spot Instances to Deploy a Deep Learning Framework on A...
CMP216_Use Amazon EC2 Spot Instances to Deploy a Deep Learning Framework on A...Amazon Web Services
 
EUT303_Modernizing the Energy and Utilities Industry with IoT Moving SCADA to...
EUT303_Modernizing the Energy and Utilities Industry with IoT Moving SCADA to...EUT303_Modernizing the Energy and Utilities Industry with IoT Moving SCADA to...
EUT303_Modernizing the Energy and Utilities Industry with IoT Moving SCADA to...Amazon Web Services
 
GPSBUS221_Breaking Barriers Move Enterprise SAP Customers to SAP HANA on AWS ...
GPSBUS221_Breaking Barriers Move Enterprise SAP Customers to SAP HANA on AWS ...GPSBUS221_Breaking Barriers Move Enterprise SAP Customers to SAP HANA on AWS ...
GPSBUS221_Breaking Barriers Move Enterprise SAP Customers to SAP HANA on AWS ...Amazon Web Services
 
ABD206-Building Visualizations and Dashboards with Amazon QuickSight
ABD206-Building Visualizations and Dashboards with Amazon QuickSightABD206-Building Visualizations and Dashboards with Amazon QuickSight
ABD206-Building Visualizations and Dashboards with Amazon QuickSightAmazon Web Services
 
Migrating Microsoft Workloads to AWS
Migrating Microsoft Workloads to AWSMigrating Microsoft Workloads to AWS
Migrating Microsoft Workloads to AWSAmazon Web Services
 
Best Practices for Distributed Machine Learning and Predictive Analytics Usin...
Best Practices for Distributed Machine Learning and Predictive Analytics Usin...Best Practices for Distributed Machine Learning and Predictive Analytics Usin...
Best Practices for Distributed Machine Learning and Predictive Analytics Usin...Amazon Web Services
 
Easy and Scalable Log Analytics with Amazon Elasticsearch Service - ABD326 - ...
Easy and Scalable Log Analytics with Amazon Elasticsearch Service - ABD326 - ...Easy and Scalable Log Analytics with Amazon Elasticsearch Service - ABD326 - ...
Easy and Scalable Log Analytics with Amazon Elasticsearch Service - ABD326 - ...Amazon Web Services
 
SRV301-Optimizing Serverless Application Data Tiers with Amazon DynamoDB
SRV301-Optimizing Serverless Application Data Tiers with Amazon DynamoDBSRV301-Optimizing Serverless Application Data Tiers with Amazon DynamoDB
SRV301-Optimizing Serverless Application Data Tiers with Amazon DynamoDBAmazon Web Services
 
Build a Website & Mobile App for your first 10 million users
Build a Website & Mobile App for your first 10 million usersBuild a Website & Mobile App for your first 10 million users
Build a Website & Mobile App for your first 10 million usersAmazon Web Services
 
An Overview of Best Practices for Large Scale Migrations
An Overview of Best Practices for Large Scale MigrationsAn Overview of Best Practices for Large Scale Migrations
An Overview of Best Practices for Large Scale MigrationsAmazon Web Services
 
MAE401_Designing for DisneyMarvel Studio-Grade Security
MAE401_Designing for DisneyMarvel Studio-Grade SecurityMAE401_Designing for DisneyMarvel Studio-Grade Security
MAE401_Designing for DisneyMarvel Studio-Grade SecurityAmazon Web Services
 
ALX202_Integrate Alexa voice technology into your product with the Alexa Voic...
ALX202_Integrate Alexa voice technology into your product with the Alexa Voic...ALX202_Integrate Alexa voice technology into your product with the Alexa Voic...
ALX202_Integrate Alexa voice technology into your product with the Alexa Voic...Amazon Web Services
 
GPSBUS202_Driving Customer Value with Big Data Analytics
GPSBUS202_Driving Customer Value with Big Data AnalyticsGPSBUS202_Driving Customer Value with Big Data Analytics
GPSBUS202_Driving Customer Value with Big Data AnalyticsAmazon Web Services
 
AMF305_Autonomous Driving Algorithm Development on Amazon AI
AMF305_Autonomous Driving Algorithm Development on Amazon AIAMF305_Autonomous Driving Algorithm Development on Amazon AI
AMF305_Autonomous Driving Algorithm Development on Amazon AIAmazon Web Services
 
How TrueCar Gains Actionable Insights with Splunk Cloud PPT
How TrueCar Gains Actionable Insights with Splunk Cloud PPTHow TrueCar Gains Actionable Insights with Splunk Cloud PPT
How TrueCar Gains Actionable Insights with Splunk Cloud PPTAmazon Web Services
 

What's hot (20)

MAE304-Turners Cloud Archive for CNN's Video Library and Global Multiplatform...
MAE304-Turners Cloud Archive for CNN's Video Library and Global Multiplatform...MAE304-Turners Cloud Archive for CNN's Video Library and Global Multiplatform...
MAE304-Turners Cloud Archive for CNN's Video Library and Global Multiplatform...
 
GPSWKS401_Designing a Cloud Enterprise Data Warehouse
GPSWKS401_Designing a Cloud Enterprise Data WarehouseGPSWKS401_Designing a Cloud Enterprise Data Warehouse
GPSWKS401_Designing a Cloud Enterprise Data Warehouse
 
GPSTEC326-GPS Industry 4.0 AI and the Future of Manufacturing
GPSTEC326-GPS Industry 4.0 AI and the Future of ManufacturingGPSTEC326-GPS Industry 4.0 AI and the Future of Manufacturing
GPSTEC326-GPS Industry 4.0 AI and the Future of Manufacturing
 
FSV307-Capital Markets Discovery How FINRA Runs Trade Analytics and Surveilla...
FSV307-Capital Markets Discovery How FINRA Runs Trade Analytics and Surveilla...FSV307-Capital Markets Discovery How FINRA Runs Trade Analytics and Surveilla...
FSV307-Capital Markets Discovery How FINRA Runs Trade Analytics and Surveilla...
 
GPSTEC307_Too Many Tools
GPSTEC307_Too Many ToolsGPSTEC307_Too Many Tools
GPSTEC307_Too Many Tools
 
CMP216_Use Amazon EC2 Spot Instances to Deploy a Deep Learning Framework on A...
CMP216_Use Amazon EC2 Spot Instances to Deploy a Deep Learning Framework on A...CMP216_Use Amazon EC2 Spot Instances to Deploy a Deep Learning Framework on A...
CMP216_Use Amazon EC2 Spot Instances to Deploy a Deep Learning Framework on A...
 
EUT303_Modernizing the Energy and Utilities Industry with IoT Moving SCADA to...
EUT303_Modernizing the Energy and Utilities Industry with IoT Moving SCADA to...EUT303_Modernizing the Energy and Utilities Industry with IoT Moving SCADA to...
EUT303_Modernizing the Energy and Utilities Industry with IoT Moving SCADA to...
 
GPSBUS221_Breaking Barriers Move Enterprise SAP Customers to SAP HANA on AWS ...
GPSBUS221_Breaking Barriers Move Enterprise SAP Customers to SAP HANA on AWS ...GPSBUS221_Breaking Barriers Move Enterprise SAP Customers to SAP HANA on AWS ...
GPSBUS221_Breaking Barriers Move Enterprise SAP Customers to SAP HANA on AWS ...
 
ABD206-Building Visualizations and Dashboards with Amazon QuickSight
ABD206-Building Visualizations and Dashboards with Amazon QuickSightABD206-Building Visualizations and Dashboards with Amazon QuickSight
ABD206-Building Visualizations and Dashboards with Amazon QuickSight
 
Migrating Microsoft Workloads to AWS
Migrating Microsoft Workloads to AWSMigrating Microsoft Workloads to AWS
Migrating Microsoft Workloads to AWS
 
Best Practices for Distributed Machine Learning and Predictive Analytics Usin...
Best Practices for Distributed Machine Learning and Predictive Analytics Usin...Best Practices for Distributed Machine Learning and Predictive Analytics Usin...
Best Practices for Distributed Machine Learning and Predictive Analytics Usin...
 
Easy and Scalable Log Analytics with Amazon Elasticsearch Service - ABD326 - ...
Easy and Scalable Log Analytics with Amazon Elasticsearch Service - ABD326 - ...Easy and Scalable Log Analytics with Amazon Elasticsearch Service - ABD326 - ...
Easy and Scalable Log Analytics with Amazon Elasticsearch Service - ABD326 - ...
 
SRV301-Optimizing Serverless Application Data Tiers with Amazon DynamoDB
SRV301-Optimizing Serverless Application Data Tiers with Amazon DynamoDBSRV301-Optimizing Serverless Application Data Tiers with Amazon DynamoDB
SRV301-Optimizing Serverless Application Data Tiers with Amazon DynamoDB
 
Build a Website & Mobile App for your first 10 million users
Build a Website & Mobile App for your first 10 million usersBuild a Website & Mobile App for your first 10 million users
Build a Website & Mobile App for your first 10 million users
 
An Overview of Best Practices for Large Scale Migrations
An Overview of Best Practices for Large Scale MigrationsAn Overview of Best Practices for Large Scale Migrations
An Overview of Best Practices for Large Scale Migrations
 
MAE401_Designing for DisneyMarvel Studio-Grade Security
MAE401_Designing for DisneyMarvel Studio-Grade SecurityMAE401_Designing for DisneyMarvel Studio-Grade Security
MAE401_Designing for DisneyMarvel Studio-Grade Security
 
ALX202_Integrate Alexa voice technology into your product with the Alexa Voic...
ALX202_Integrate Alexa voice technology into your product with the Alexa Voic...ALX202_Integrate Alexa voice technology into your product with the Alexa Voic...
ALX202_Integrate Alexa voice technology into your product with the Alexa Voic...
 
GPSBUS202_Driving Customer Value with Big Data Analytics
GPSBUS202_Driving Customer Value with Big Data AnalyticsGPSBUS202_Driving Customer Value with Big Data Analytics
GPSBUS202_Driving Customer Value with Big Data Analytics
 
AMF305_Autonomous Driving Algorithm Development on Amazon AI
AMF305_Autonomous Driving Algorithm Development on Amazon AIAMF305_Autonomous Driving Algorithm Development on Amazon AI
AMF305_Autonomous Driving Algorithm Development on Amazon AI
 
How TrueCar Gains Actionable Insights with Splunk Cloud PPT
How TrueCar Gains Actionable Insights with Splunk Cloud PPTHow TrueCar Gains Actionable Insights with Splunk Cloud PPT
How TrueCar Gains Actionable Insights with Splunk Cloud PPT
 

Similar to AMF302-Alexa Wheres My Car A Test Drive of the AWS Connected Car Reference.pdf

Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...Amazon Web Services
 
Cox Automotive’s Data Center Migration to the AWS Cloud - ENT330 - re:Invent ...
Cox Automotive’s Data Center Migration to the AWS Cloud - ENT330 - re:Invent ...Cox Automotive’s Data Center Migration to the AWS Cloud - ENT330 - re:Invent ...
Cox Automotive’s Data Center Migration to the AWS Cloud - ENT330 - re:Invent ...Amazon Web Services
 
RET304_Rapidly Respond to Demanding Retail Customers with the Same Serverless...
RET304_Rapidly Respond to Demanding Retail Customers with the Same Serverless...RET304_Rapidly Respond to Demanding Retail Customers with the Same Serverless...
RET304_Rapidly Respond to Demanding Retail Customers with the Same Serverless...Amazon Web Services
 
Intro To AWS for Mobile Developers: Collision 2018
Intro To AWS for Mobile Developers: Collision 2018Intro To AWS for Mobile Developers: Collision 2018
Intro To AWS for Mobile Developers: Collision 2018Amazon Web Services
 
Design, Build, and Modernize Your Web Applications with AWS
 Design, Build, and Modernize Your Web Applications with AWS Design, Build, and Modernize Your Web Applications with AWS
Design, Build, and Modernize Your Web Applications with AWSDonnie Prakoso
 
IOT207_Panasonic—Building the Road of the Future on AWS
IOT207_Panasonic—Building the Road of the Future on AWSIOT207_Panasonic—Building the Road of the Future on AWS
IOT207_Panasonic—Building the Road of the Future on AWSAmazon Web Services
 
Accelerating Your Portfolio Migration to AWS Using AWS Migration Hub - ENT321...
Accelerating Your Portfolio Migration to AWS Using AWS Migration Hub - ENT321...Accelerating Your Portfolio Migration to AWS Using AWS Migration Hub - ENT321...
Accelerating Your Portfolio Migration to AWS Using AWS Migration Hub - ENT321...Amazon Web Services
 
CTD405_Building Serverless Video Workflows
CTD405_Building Serverless Video WorkflowsCTD405_Building Serverless Video Workflows
CTD405_Building Serverless Video WorkflowsAmazon Web Services
 
Learn how to build serverless applications using the AWS Serverless Platform-...
Learn how to build serverless applications using the AWS Serverless Platform-...Learn how to build serverless applications using the AWS Serverless Platform-...
Learn how to build serverless applications using the AWS Serverless Platform-...Amazon Web Services
 
Building Serverless Microservices with AWS
Building Serverless Microservices with AWSBuilding Serverless Microservices with AWS
Building Serverless Microservices with AWSDonnie Prakoso
 
Introduction to AWS for Mobile Developers
Introduction to AWS for Mobile DevelopersIntroduction to AWS for Mobile Developers
Introduction to AWS for Mobile DevelopersAmazon Web Services
 
Reactive Architectures with Microservices
Reactive Architectures with MicroservicesReactive Architectures with Microservices
Reactive Architectures with MicroservicesAWS Germany
 
深入淺出 AWS 混合式雲端架構
深入淺出 AWS 混合式雲端架構 深入淺出 AWS 混合式雲端架構
深入淺出 AWS 混合式雲端架構 Amazon Web Services
 
Digital Transformation: Adapt or Perish - CON207 - re:Invent 2017
Digital Transformation: Adapt or Perish - CON207 - re:Invent 2017Digital Transformation: Adapt or Perish - CON207 - re:Invent 2017
Digital Transformation: Adapt or Perish - CON207 - re:Invent 2017Amazon Web Services
 
Design, Build, and Modernize Your Web Applications with AWS
Design, Build, and Modernize Your Web Applications with AWSDesign, Build, and Modernize Your Web Applications with AWS
Design, Build, and Modernize Your Web Applications with AWSIrene Luong
 
GPS: Industry 4.0: AI and the Future of Manufacturing - GPSTEC326 - re:Invent...
GPS: Industry 4.0: AI and the Future of Manufacturing - GPSTEC326 - re:Invent...GPS: Industry 4.0: AI and the Future of Manufacturing - GPSTEC326 - re:Invent...
GPS: Industry 4.0: AI and the Future of Manufacturing - GPSTEC326 - re:Invent...Amazon Web Services
 
GPSTEC317-From Leaves to Lawns AWS Greengrass at the Edge and Beyond
GPSTEC317-From Leaves to Lawns AWS Greengrass at the Edge and BeyondGPSTEC317-From Leaves to Lawns AWS Greengrass at the Edge and Beyond
GPSTEC317-From Leaves to Lawns AWS Greengrass at the Edge and BeyondAmazon Web Services
 
Innovations fueled by IoT and the Cloud
Innovations fueled by IoT and the CloudInnovations fueled by IoT and the Cloud
Innovations fueled by IoT and the CloudAdrian Hornsby
 

Similar to AMF302-Alexa Wheres My Car A Test Drive of the AWS Connected Car Reference.pdf (20)

Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
Building secure and scalable mobile applications on AWS - AWS Summit Cape Tow...
 
Cox Automotive’s Data Center Migration to the AWS Cloud - ENT330 - re:Invent ...
Cox Automotive’s Data Center Migration to the AWS Cloud - ENT330 - re:Invent ...Cox Automotive’s Data Center Migration to the AWS Cloud - ENT330 - re:Invent ...
Cox Automotive’s Data Center Migration to the AWS Cloud - ENT330 - re:Invent ...
 
RET304_Rapidly Respond to Demanding Retail Customers with the Same Serverless...
RET304_Rapidly Respond to Demanding Retail Customers with the Same Serverless...RET304_Rapidly Respond to Demanding Retail Customers with the Same Serverless...
RET304_Rapidly Respond to Demanding Retail Customers with the Same Serverless...
 
Intro To AWS for Mobile Developers: Collision 2018
Intro To AWS for Mobile Developers: Collision 2018Intro To AWS for Mobile Developers: Collision 2018
Intro To AWS for Mobile Developers: Collision 2018
 
Design, Build, and Modernize Your Web Applications with AWS
 Design, Build, and Modernize Your Web Applications with AWS Design, Build, and Modernize Your Web Applications with AWS
Design, Build, and Modernize Your Web Applications with AWS
 
IOT207_Panasonic—Building the Road of the Future on AWS
IOT207_Panasonic—Building the Road of the Future on AWSIOT207_Panasonic—Building the Road of the Future on AWS
IOT207_Panasonic—Building the Road of the Future on AWS
 
Accelerating Your Portfolio Migration to AWS Using AWS Migration Hub - ENT321...
Accelerating Your Portfolio Migration to AWS Using AWS Migration Hub - ENT321...Accelerating Your Portfolio Migration to AWS Using AWS Migration Hub - ENT321...
Accelerating Your Portfolio Migration to AWS Using AWS Migration Hub - ENT321...
 
CTD405_Building Serverless Video Workflows
CTD405_Building Serverless Video WorkflowsCTD405_Building Serverless Video Workflows
CTD405_Building Serverless Video Workflows
 
Learn how to build serverless applications using the AWS Serverless Platform-...
Learn how to build serverless applications using the AWS Serverless Platform-...Learn how to build serverless applications using the AWS Serverless Platform-...
Learn how to build serverless applications using the AWS Serverless Platform-...
 
Building Serverless Microservices with AWS
Building Serverless Microservices with AWSBuilding Serverless Microservices with AWS
Building Serverless Microservices with AWS
 
Introduction to AWS for Mobile Developers
Introduction to AWS for Mobile DevelopersIntroduction to AWS for Mobile Developers
Introduction to AWS for Mobile Developers
 
Reactive Architectures with Microservices
Reactive Architectures with MicroservicesReactive Architectures with Microservices
Reactive Architectures with Microservices
 
深入淺出 AWS 混合式雲端架構
深入淺出 AWS 混合式雲端架構 深入淺出 AWS 混合式雲端架構
深入淺出 AWS 混合式雲端架構
 
Digital Transformation: Adapt or Perish - CON207 - re:Invent 2017
Digital Transformation: Adapt or Perish - CON207 - re:Invent 2017Digital Transformation: Adapt or Perish - CON207 - re:Invent 2017
Digital Transformation: Adapt or Perish - CON207 - re:Invent 2017
 
Design, Build, and Modernize Your Web Applications with AWS
Design, Build, and Modernize Your Web Applications with AWSDesign, Build, and Modernize Your Web Applications with AWS
Design, Build, and Modernize Your Web Applications with AWS
 
GPS: Industry 4.0: AI and the Future of Manufacturing - GPSTEC326 - re:Invent...
GPS: Industry 4.0: AI and the Future of Manufacturing - GPSTEC326 - re:Invent...GPS: Industry 4.0: AI and the Future of Manufacturing - GPSTEC326 - re:Invent...
GPS: Industry 4.0: AI and the Future of Manufacturing - GPSTEC326 - re:Invent...
 
ENT315_Landing Zones
ENT315_Landing ZonesENT315_Landing Zones
ENT315_Landing Zones
 
GPSTEC317-From Leaves to Lawns AWS Greengrass at the Edge and Beyond
GPSTEC317-From Leaves to Lawns AWS Greengrass at the Edge and BeyondGPSTEC317-From Leaves to Lawns AWS Greengrass at the Edge and Beyond
GPSTEC317-From Leaves to Lawns AWS Greengrass at the Edge and Beyond
 
Serverless Developer Experience
Serverless Developer ExperienceServerless Developer Experience
Serverless Developer Experience
 
Innovations fueled by IoT and the Cloud
Innovations fueled by IoT and the CloudInnovations fueled by IoT and the Cloud
Innovations fueled by IoT and the Cloud
 

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
 

AMF302-Alexa Wheres My Car A Test Drive of the AWS Connected Car Reference.pdf

  • 1. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS re:INVENT Alexa, Where’s My Car? A Test Drive of the AWS Connected Car Reference J o h n S t a m p e r , P r i n c i p a l S o l u t i o n s B u i l d e r T h o m a s H o r t o n , S o l u t i o n s B u i l d e r A M F 3 0 2 N o v e m b e r 2 7 , 2 0 1 7
  • 2. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Demonstration Alexa, where is my car? AWS Connected Vehicle Solution simulator
  • 3. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Agenda • Who is the AWS Solutions Team? • Automotive Industry Solutions • Automotive Industry Use Cases • AWS Connected Vehicle Solution Reference Architecture • The Edge and Ingestion • Data Services • Mobile Apps and AWS Connected Vehicle Solution
  • 4. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Solutions team • Dedicated team of engineers and solutions architects • Develop architectural best practices • Create prescriptive guidance • Provide detailed documentation • Publish automated reference solutions https://aws.amazon.com/answers
  • 5. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Automotive industry solutions
  • 6. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Automotive industry solutions
  • 7. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Automotive use cases Connected vehicle solution platform • Secure data consumption • Data analytics • Vehicle health reports • Anomaly detection • Diagnostics alerts
  • 8. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Connected Vehicle Solution Reference Architecture
  • 9. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Connected Vehicle Solution Benefits Serverless Managed Microservice- based Scalable Event-driven No servers to administer or patch Flexible to capacity changes and requirements Minimal monthly spend Eliminate undifferentiated heavy lifting and focus on creating compelling connected vehicle services
  • 10. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Connected Vehicle Solution Technology Stack AMAZON SNS AMAZON SQS
  • 11. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. The Edge and Ingestion—AWS Greengrass and AWS IoT
  • 12. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Connected Vehicle Solution Reference Architecture
  • 13. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Communicate with vehicles in a secure way Connect to AWS Services, secure data and interactions, process and act upon connected vehicle data Easily connect vehicles to the AWS cloud Secure vehicle connections and data Process and act upon telemetry with easy rule engine Track vehicle metadata such as attributes and capabilities SDK to easily and quickly connect vehicles
  • 14. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Act locally on the data generated from a connected vehicle Respond to local events quickly Operate offline Simplified device programming Reduce the cost of running IoT applications Local Lambda Local Device Shadows Local Security Greengrass AWS Local Broker
  • 15. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Greengrass Requirements 4.4+ Linux kernel distributions C++ IoT device SDK MQTT protocol, pub/sub model Overlay OBD-II, UDS, or NGTP signals. x86 and ARM Leverage AWS Greengrass on Linux-based vehicle operating systems Min 1 GHz compute; Min 128 MB RAM
  • 16. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Greengrass components • Greengrass group • Greengrass core • Installed on the edge • Where platform is either: • linux-armv7l • linux-x86-64 • linux-aarch64 • Where version is 1.0.0 • Proxy for device to communicate with IoT endpoint – X.509 cert and private key needed • Device • IoT Thing • Private key and X.509 certificate used by the device to authenticate to the core • Subscriptions—routing table for messages between IoT and the device • Lambdas—define Lambda functions in AWS and have them run on the edge
  • 17. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Console screenshot of Greengrass Subscription
  • 18. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Connected vehicle solution MQTT channels Message Topic Action Description OBD Telematics connectedcar/telemetry/<VIN> Publish Vehicle sensor and telematic data Vehicle Trip Info connectedcar/trip/<VIN> Publish Aggregated trip data Diagnostic Trouble Code connectedcar/dtc/<VIN> Publish Diagnostic Trouble Code Vehicle Provisioning connectedcar/vehicle/<VIN>/provision Publish Connected Vehicle Provisioning Topic
  • 19. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Connected vehicle solution MQTT channels Message Topic Action Description Anomaly Alert connectedcar/alert/<VIN>/anomaly Subscribe Anomaly Detection Alert DTC Alert connectedcar/alert/<VIN>/dtc Subscribe DTC Alert Driver Score Alert connectedcar/alert/<VIN>/driverscore Subscribe Driver Score Alert
  • 20. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Rules engine rule—telematic data
  • 21. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Rules engine rule—vehicle DTCs
  • 22. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Rules engine rule—vehicle trip
  • 23. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Data services—Amazon S3, Amazon Kinesis, Amazon DynamoDB
  • 24. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Connected Vehicle Solution reference architecture
  • 25. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Securely store connected vehicle data at scale Store and retrieve any amount of vehicle data with a simple web service interface Deeply integrated with other AWS services Secure vehicle data in flight and at rest Store large amounts of vehicle data at a very low cost Designed for up to 99.99% availability Designed for durability of 99.999999999% Amazon S3Connected Vehicles Telematics Data AWS IoT Amazon Kinesis Firehose
  • 26. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Kinesis Firehose to Amazon S3
  • 27. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Act on conne cte d ve hicle information as it hap p e ns Capture, store, and analyze streaming connected vehicle telematic data Quickly load TBs per hour of streaming data Perform real-time analytics on streaming vehicle data Leverage multi-stage processing using specialized algorithms Durable temporary storage for data in transit Custom stream partitioning for finer control over scaling
  • 28. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Kinesis analytics
  • 29. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Kinesis analytics application
  • 30. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Connected Vehicle Solution
  • 31. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Serve predictions in real time and at high throughput Find patterns in connected vehicle data APIs to generate billions of predictions for connected vehicle Real-time predictions Same proven, highly scalable, ML technology used for years by Amazon Use AWS Lambda to coordinate the data flow Create an Amazon Machine Learning model to create real-time predictions Driver Score Create IoT rule to invoke microservices
  • 32. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Build for speed, build for scale Consistent, single-digit millisecond latency NoSQL database for connected vehicle at any scale Fast, consistent performance Highly scalable Fully managed Fine-grained access control Document & key-value structures Event-driven programming
  • 33. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon DynamoDB tables
  • 34. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Connected Vehicle Solution
  • 35. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Mobile Apps on AWS
  • 36. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Connected vehicle reference architecture
  • 37. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Creating an API with Amazon API Gateway Amazon API Gateway AWS LambdaClient UI
  • 38. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Connected Vehicle API • Generate documentation for developers • Update documentation as new features are added • Simultaneously run multiple API versions
  • 39. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. • Separation of concerns • Use the tools your team is familiar with • Scale out to other application stacks Mobile Companion App
  • 40. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Cognito • Fully managed, secure user directory • Set up user workflows in minutes • Create your own UI or use a pre- built one
  • 41. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Cognito Authentication • Handshake with identity provider • Validate against Amazon Cognito • Get a user token • Token is traded for access credentials
  • 42. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Cognito User Pools • Store user information • Email address • Phone number • Enforce security policies • Password requirements • MFA
  • 43. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Cognito Identity Providers • Allow users to log in with other services • Unified user directory • Single sign-on (SSO)
  • 44. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Vehicles API • Building blocks for architecture integration • CREATE • READ • UPDATE • DELETE
  • 45. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Vehicle history • Query past trips • Mapbox integration • Advanced data views
  • 46. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Historical data • Show aggregated data over time • .reduce() down to the data we want • Plot data on a D3.js chart
  • 47. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Push notifications with MQTT • Diagnostic Trouble Codes (DTCs) • Anomaly detection • Trip completion • Real-time dashboard data
  • 48. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Delivering data with MQTT topics • Services publish to IoT • Rules engine fans out the information to different MQTT topics • Application is subscribed to those topics with AWS IoT SDK
  • 49. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Real-time dashboard • View real-time trip data delivered via MQTT topics • Location data is fed into MapBox.js • Update telemetry display as data streams in
  • 50. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Building an Alexa skill
  • 51. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Why build an Alexa Skill? • Reimagine your customer experience • Over 10 million Alexa-powered devices sold
  • 52. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Alexa skill architecture Alexa Skills Kit Connected Vehicle Architecture
  • 53. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Summary
  • 54. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What we’ve covered
  • 55. © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Thank you!