SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Downloaden Sie, um offline zu lesen
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Deep Dive into the AWS Connected
Vehicle Reference Solution
A M T 3 0 3
Dean Phillips
Tech Lead, Auto & Mfg
Amazon Web Services
Steve Blackwell
Auto & Mfg Consultant
Amazon Web Services
John Dixon
Solution Architect
Amazon Web Services
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Agenda
Overview
Automotive on AWS
AWS Connected Vehicle Solution
Hands-on
Deploy the AWS Connected Vehicle Reference Architect (CVRA) & IoT Device Simulator
Build a Fleet Management function
Build an Alexa Skill
Build a Vehicle Remote Command function
Q&A
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
What you will need for the hands-on
• An AWS account with an IAM user with administrator permissions
• A laptop with the AWS Command Line Interface (AWS CLI) and Python
installed
• A developer.amazon.com account
• A mapbox.com API access token
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Related sessions
Thursday, November 29
AMT306 – Autonomous Vehicle Development on AWS
3:15 p.m. – 5:30 p.m. | MGM, Level 3, Premier Ballroom 312, T2
Thursday, November 29
AMT315 – Building an Augmented Reality Owner’s Manual
2:30 p.m. – 3:30 p.m. | Venetian, Level 2, Veronese 2406, T1
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Other relevant sessions
AMT301 – Alexa, Where’s My Car? A Test Drive of the AWS Connected Vehicle Solution
Learn how companies leverage Amazon services such as Alexa, AWS IoT, AWS Greengrass, AWS Lambda, and
Amazon Kinesis Data Analytics to rapidly develop and deploy innovative mobility services.
AMT304 – Building Volkswagen Group’s Digital Ecosystem
Learn how Volkswagen Group built their One Digital Platform using AWS as landing zone for migrating and
replatforming their existing on-premises backend, in-sourcing development, empowering their internal teams, and
transforming internal processes to enable greater agility and reduce time to market.
AMT302 – Easy Rider: How ML, Serverless and IoT Drive Mobility as a Service
In this session, Avis Budget Group (ABG) and Slalom will walk through their serverless mobility platform using the
AWS connected vehicle reference architecture, Amazon SageMaker, Amazon Kinesis Data Analytics, and AWS Lambda.
AMT305 – Building BMW Group’s Digital Customer Engagement Platform
Learn how BMW Group built its Unified Configurator Platform to serve 30+ branded customer-facing applications
with over 300 RESTful API endpoints using services such as Amazon API Gateway, AWS Lambda, Amazon Elastic
Beanstalk, and AWS Elastic Container Service.
Check the re:Invent website for videos of these sessions from earlier in the week:
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
8
Automotive industry catalysts
Consumer expectations
shaped by mobile apps
and shared economy
Sensors
on-car compute
Wireless connectivity
ubiquitous and inexpensive
Powertrain
Electrification
Autonomous driving
Level 3 & 4
Cloud
Use of data lakes &
AI/ML
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
9
Automotive transformation
Every automotive company needs to be a software company
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
How Amazon approaches connected vehicles
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Connected Vehicle Reference Solution
• Start prototyping with a ‘well architected’ architecture
in minutes using the AWS Connected Vehicle Quick
Start
• Deploy into your own AWS account
• Customize use cases or develop your own
• Remove or add other AWS and partner services
• Easily connect your own data or your own devices
https://aws.amazon.com/answers/iot/connected-vehicle-solution/
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS IoT Device Simulator
Simulate generic IoT
devices that send MQTT
messages to the IoT
Cloud in AWS
1. Cloud formation template to
deploy in your own account
2. Ready-made automotive
“devices” to simulate traffic
3. Works with the Connected
Vehicle reference architecture
https://aws.amazon.com/answers/iot/iot-device-simulator/
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
CVRA architecture
Connect car
Data Firehose
Lambda
DynamoDB
Amazon SNS
Data Analytics Data Streams
IoT
DynamoDB
DynamoDB
DynamoDB
Lambda
Lambda
Lambda
Lambda
Lambda
Lambda
S3
Raw data Anomaly detection
Trip data
Driver score
DTC
Notification service
Location-based marketing
JIT reg.
API Gateway
Amazon
Cognito
Lambda
Vehicle service
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
CVRA & IoT simulator architecture
Data Firehose
Lambda
DynamoDB
Amazon SNS
Data Analytics Data Streams
IoT
DynamoDB
DynamoDB
DynamoDB
Lambda
Lambda
Lambda
Lambda
Lambda
Lambda
S3
Raw data Anomaly detection
Trip data
Driver score
DTC
Notification service
Location-based marketing
JIT reg.
API Gateway
Amazon
Cognito
AWS Fargate
ECS containers
S3 API Gateway Lambda
S3
DynamoDB
SQS
Lambda
Vehicle service
Amazon Cognito
IoT simulator
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Detailed architecture
connectedcar/telemetry/<VIN>
ConnectedVehicleTelematicsStorage
connected-vehicle-telemetry
ConnectedVehicleAnomalyDetectionApp
cc-anomaly-stream AnomalyServiceFunction
connected-vehicle-data
VehicleAnomalyTable
connectedcar/trip/<VIN>
ConnectedVehicleTrip
VehicleTripTable
connectedcar/trip/<VIN>
ConnectedVehicleDriverScore
DriverSafetyServiceFunction
connectedcar/dtc/<VIN>
ConnectedVehicleTelematicsDtc
DtcServiceFunction VehicleDtcTable
vehicleTelemetryFunction vehicleTelemetryTable
vehicleRouteTable
Fleet management
vehicleTripFunction API Gateway
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Alexa voice service architecture
Connected Vehicle reference architecture
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Remote command architecture
createCommandFunction API GatewaysendCommandFunction
vehicleCommandAuditTable
remoteCommandsQueueconnectedcar/cmdsend
connectedcar/cmdack
honkHornFlashLightsFunctions
Greengrass
receivedCommandFunction
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Activities
Here is what we will be doing
I. Deploy the AWS Connected Vehicle Reference Architecture
II. Deploy the IoT Device Simulator
III. Build a Fleet Management function
IV. Create a fleet and generate trip data
V. Build an Alexa Skill
VI. Optional - Build a Remote Command function
Instructions @ https://github.com/dixonaws/reinvent_cvra_bootcamp
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Thank you!
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Dean Phillips deanphi@amazon.com
Steve Blackwell stevbla@amazon.com
John Dixon dixonaws@amazon.com
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Weitere ähnliche Inhalte

Was ist angesagt?

Aws Solution Architecture Associate - summary
Aws Solution Architecture Associate - summaryAws Solution Architecture Associate - summary
Aws Solution Architecture Associate - summaryonoffshake
 
Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...
Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...
Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...Edureka!
 
Identity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS SecurityIdentity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS SecurityAmazon Web Services
 
ABCs of AWS: S3
ABCs of AWS: S3ABCs of AWS: S3
ABCs of AWS: S3Mark Cohen
 
[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SA
[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SA[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SA
[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SAAmazon Web Services Korea
 
AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈
AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈
AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈Amazon Web Services Korea
 
Landing Zones Creating a Foundation - AWS Summit Sydney 2018
Landing Zones Creating a Foundation - AWS Summit Sydney 2018Landing Zones Creating a Foundation - AWS Summit Sydney 2018
Landing Zones Creating a Foundation - AWS Summit Sydney 2018Amazon Web Services
 
AWS IAM and security
AWS IAM and securityAWS IAM and security
AWS IAM and securityErik Paulsson
 
Identity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS SecurityIdentity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS SecurityAmazon Web Services
 
AWS Black Belt Online Seminar 2017 AWS OpsWorks
AWS Black Belt Online Seminar 2017 AWS OpsWorksAWS Black Belt Online Seminar 2017 AWS OpsWorks
AWS Black Belt Online Seminar 2017 AWS OpsWorksAmazon Web Services Japan
 
AWS Lambda와 API Gateway를 통한 Serverless Architecture 특집 (윤석찬)
AWS Lambda와 API Gateway를 통한 Serverless Architecture 특집 (윤석찬)AWS Lambda와 API Gateway를 통한 Serverless Architecture 특집 (윤석찬)
AWS Lambda와 API Gateway를 통한 Serverless Architecture 특집 (윤석찬)Amazon Web Services Korea
 
AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018
AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018
AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018Amazon Web Services
 

Was ist angesagt? (20)

Aws Solution Architecture Associate - summary
Aws Solution Architecture Associate - summaryAws Solution Architecture Associate - summary
Aws Solution Architecture Associate - summary
 
Introduction to Amazon S3
Introduction to Amazon S3Introduction to Amazon S3
Introduction to Amazon S3
 
Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...
Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...
Amazon CloudWatch Tutorial | AWS Certification | Cloud Monitoring Tools | AWS...
 
Identity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS SecurityIdentity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS Security
 
Cost Optimisation on AWS
Cost Optimisation on AWSCost Optimisation on AWS
Cost Optimisation on AWS
 
ABCs of AWS: S3
ABCs of AWS: S3ABCs of AWS: S3
ABCs of AWS: S3
 
[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SA
[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SA[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SA
[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SA
 
AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈
AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈
AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈
 
Landing Zones Creating a Foundation - AWS Summit Sydney 2018
Landing Zones Creating a Foundation - AWS Summit Sydney 2018Landing Zones Creating a Foundation - AWS Summit Sydney 2018
Landing Zones Creating a Foundation - AWS Summit Sydney 2018
 
AWS IAM and security
AWS IAM and securityAWS IAM and security
AWS IAM and security
 
Introduction of AWS KMS
Introduction of AWS KMSIntroduction of AWS KMS
Introduction of AWS KMS
 
Identity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS SecurityIdentity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS Security
 
AWS Deployment Best Practices
AWS Deployment Best PracticesAWS Deployment Best Practices
AWS Deployment Best Practices
 
Building mobile apps on aws
Building mobile apps on awsBuilding mobile apps on aws
Building mobile apps on aws
 
Become an AWS IAM Policy Ninja
Become an AWS IAM Policy NinjaBecome an AWS IAM Policy Ninja
Become an AWS IAM Policy Ninja
 
Intro to Amazon ECS
Intro to Amazon ECSIntro to Amazon ECS
Intro to Amazon ECS
 
AWS Black Belt Online Seminar 2017 AWS OpsWorks
AWS Black Belt Online Seminar 2017 AWS OpsWorksAWS Black Belt Online Seminar 2017 AWS OpsWorks
AWS Black Belt Online Seminar 2017 AWS OpsWorks
 
SRV321 Deep Dive on Amazon EBS
 SRV321 Deep Dive on Amazon EBS SRV321 Deep Dive on Amazon EBS
SRV321 Deep Dive on Amazon EBS
 
AWS Lambda와 API Gateway를 통한 Serverless Architecture 특집 (윤석찬)
AWS Lambda와 API Gateway를 통한 Serverless Architecture 특집 (윤석찬)AWS Lambda와 API Gateway를 통한 Serverless Architecture 특집 (윤석찬)
AWS Lambda와 API Gateway를 통한 Serverless Architecture 특집 (윤석찬)
 
AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018
AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018
AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018
 

Ähnlich wie Deep Dive into the AWS Connected Vehicle Reference Solution (AMT303) - AWS re:Invent 2018

Easy Rider: How ML, Serverless, and IoT Drive Mobility as a Service (AMT302) ...
Easy Rider: How ML, Serverless, and IoT Drive Mobility as a Service (AMT302) ...Easy Rider: How ML, Serverless, and IoT Drive Mobility as a Service (AMT302) ...
Easy Rider: How ML, Serverless, and IoT Drive Mobility as a Service (AMT302) ...Amazon Web Services
 
Alexa, Where's My Car? A Test Drive of the AWS Connected Vehicle Solution (AM...
Alexa, Where's My Car? A Test Drive of the AWS Connected Vehicle Solution (AM...Alexa, Where's My Car? A Test Drive of the AWS Connected Vehicle Solution (AM...
Alexa, Where's My Car? A Test Drive of the AWS Connected Vehicle Solution (AM...Amazon Web Services
 
Building BMW Group's Customer Engagement Platform on AWS (AMT305) - AWS re:In...
Building BMW Group's Customer Engagement Platform on AWS (AMT305) - AWS re:In...Building BMW Group's Customer Engagement Platform on AWS (AMT305) - AWS re:In...
Building BMW Group's Customer Engagement Platform on AWS (AMT305) - AWS re:In...Amazon Web Services
 
AMF303-Deep Dive into the Connected Vehicle Reference Architecture.pdf
AMF303-Deep Dive into the Connected Vehicle Reference Architecture.pdfAMF303-Deep Dive into the Connected Vehicle Reference Architecture.pdf
AMF303-Deep Dive into the Connected Vehicle Reference Architecture.pdfAmazon Web Services
 
Cloud Migration Insights Forum, Melbourne
Cloud Migration Insights Forum, MelbourneCloud Migration Insights Forum, Melbourne
Cloud Migration Insights Forum, MelbourneAmazon Web Services
 
Cloud Migration Insights Forum, Sydney
Cloud Migration Insights Forum, SydneyCloud Migration Insights Forum, Sydney
Cloud Migration Insights Forum, SydneyAmazon Web Services
 
Building Well-Architected .NET Applications on AWS (WIN326) - AWS re:Invent 2018
Building Well-Architected .NET Applications on AWS (WIN326) - AWS re:Invent 2018Building Well-Architected .NET Applications on AWS (WIN326) - AWS re:Invent 2018
Building Well-Architected .NET Applications on AWS (WIN326) - AWS re:Invent 2018Amazon Web Services
 
Build Business-Ready Blockchains with Intelligence (GPSTEC315) - AWS re:Inven...
Build Business-Ready Blockchains with Intelligence (GPSTEC315) - AWS re:Inven...Build Business-Ready Blockchains with Intelligence (GPSTEC315) - AWS re:Inven...
Build Business-Ready Blockchains with Intelligence (GPSTEC315) - AWS re:Inven...Amazon Web Services
 
AMF302-Alexa Wheres My Car A Test Drive of the AWS Connected Car Reference.pdf
AMF302-Alexa Wheres My Car A Test Drive of the AWS Connected Car Reference.pdfAMF302-Alexa Wheres My Car A Test Drive of the AWS Connected Car Reference.pdf
AMF302-Alexa Wheres My Car A Test Drive of the AWS Connected Car Reference.pdfAmazon Web Services
 
Cloud Migration Insights Forum, Perth
Cloud Migration Insights Forum, PerthCloud Migration Insights Forum, Perth
Cloud Migration Insights Forum, PerthAmazon Web Services
 
Serverless Data Prep with AWS Glue (ANT313) - AWS re:Invent 2018
Serverless Data Prep with AWS Glue (ANT313) - AWS re:Invent 2018Serverless Data Prep with AWS Glue (ANT313) - AWS re:Invent 2018
Serverless Data Prep with AWS Glue (ANT313) - AWS re:Invent 2018Amazon Web Services
 
AWS IoT for Frictionless Consumer Experiences in Retail (RET201) - AWS re:Inv...
AWS IoT for Frictionless Consumer Experiences in Retail (RET201) - AWS re:Inv...AWS IoT for Frictionless Consumer Experiences in Retail (RET201) - AWS re:Inv...
AWS IoT for Frictionless Consumer Experiences in Retail (RET201) - AWS re:Inv...Amazon Web Services
 
Driving Innovation with Serverless Applications (GPSBUS212) - AWS re:Invent 2018
Driving Innovation with Serverless Applications (GPSBUS212) - AWS re:Invent 2018Driving Innovation with Serverless Applications (GPSBUS212) - AWS re:Invent 2018
Driving Innovation with Serverless Applications (GPSBUS212) - AWS re:Invent 2018Amazon Web Services
 
The Serverless Tidal Wave - SwampUP 2018 Keynote
The Serverless Tidal Wave - SwampUP 2018 KeynoteThe Serverless Tidal Wave - SwampUP 2018 Keynote
The Serverless Tidal Wave - SwampUP 2018 KeynoteArun Gupta
 
5 Best Practices for Building an AWS Global Transit Network
 5 Best Practices for Building an AWS Global Transit Network 5 Best Practices for Building an AWS Global Transit Network
5 Best Practices for Building an AWS Global Transit NetworkAmazon Web Services
 
The Intelligent Edge for IoT: Help Customers Harness the Power of Connected I...
The Intelligent Edge for IoT: Help Customers Harness the Power of Connected I...The Intelligent Edge for IoT: Help Customers Harness the Power of Connected I...
The Intelligent Edge for IoT: Help Customers Harness the Power of Connected I...Amazon Web Services
 
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...Amazon Web Services
 
Go Fast and Remain Secure: How Millennium Enables Developers and Upholds Secu...
Go Fast and Remain Secure: How Millennium Enables Developers and Upholds Secu...Go Fast and Remain Secure: How Millennium Enables Developers and Upholds Secu...
Go Fast and Remain Secure: How Millennium Enables Developers and Upholds Secu...Amazon Web Services
 
Visualise and Voice-Enable Your Security
Visualise and Voice-Enable Your SecurityVisualise and Voice-Enable Your Security
Visualise and Voice-Enable Your SecurityAmazon Web Services
 

Ähnlich wie Deep Dive into the AWS Connected Vehicle Reference Solution (AMT303) - AWS re:Invent 2018 (20)

Easy Rider: How ML, Serverless, and IoT Drive Mobility as a Service (AMT302) ...
Easy Rider: How ML, Serverless, and IoT Drive Mobility as a Service (AMT302) ...Easy Rider: How ML, Serverless, and IoT Drive Mobility as a Service (AMT302) ...
Easy Rider: How ML, Serverless, and IoT Drive Mobility as a Service (AMT302) ...
 
Alexa, Where's My Car? A Test Drive of the AWS Connected Vehicle Solution (AM...
Alexa, Where's My Car? A Test Drive of the AWS Connected Vehicle Solution (AM...Alexa, Where's My Car? A Test Drive of the AWS Connected Vehicle Solution (AM...
Alexa, Where's My Car? A Test Drive of the AWS Connected Vehicle Solution (AM...
 
Building BMW Group's Customer Engagement Platform on AWS (AMT305) - AWS re:In...
Building BMW Group's Customer Engagement Platform on AWS (AMT305) - AWS re:In...Building BMW Group's Customer Engagement Platform on AWS (AMT305) - AWS re:In...
Building BMW Group's Customer Engagement Platform on AWS (AMT305) - AWS re:In...
 
AMF303-Deep Dive into the Connected Vehicle Reference Architecture.pdf
AMF303-Deep Dive into the Connected Vehicle Reference Architecture.pdfAMF303-Deep Dive into the Connected Vehicle Reference Architecture.pdf
AMF303-Deep Dive into the Connected Vehicle Reference Architecture.pdf
 
Cloud Migration Insights Forum, Melbourne
Cloud Migration Insights Forum, MelbourneCloud Migration Insights Forum, Melbourne
Cloud Migration Insights Forum, Melbourne
 
Cloud Migration Insights Forum, Sydney
Cloud Migration Insights Forum, SydneyCloud Migration Insights Forum, Sydney
Cloud Migration Insights Forum, Sydney
 
Building Well-Architected .NET Applications on AWS (WIN326) - AWS re:Invent 2018
Building Well-Architected .NET Applications on AWS (WIN326) - AWS re:Invent 2018Building Well-Architected .NET Applications on AWS (WIN326) - AWS re:Invent 2018
Building Well-Architected .NET Applications on AWS (WIN326) - AWS re:Invent 2018
 
Build Business-Ready Blockchains with Intelligence (GPSTEC315) - AWS re:Inven...
Build Business-Ready Blockchains with Intelligence (GPSTEC315) - AWS re:Inven...Build Business-Ready Blockchains with Intelligence (GPSTEC315) - AWS re:Inven...
Build Business-Ready Blockchains with Intelligence (GPSTEC315) - AWS re:Inven...
 
AMF302-Alexa Wheres My Car A Test Drive of the AWS Connected Car Reference.pdf
AMF302-Alexa Wheres My Car A Test Drive of the AWS Connected Car Reference.pdfAMF302-Alexa Wheres My Car A Test Drive of the AWS Connected Car Reference.pdf
AMF302-Alexa Wheres My Car A Test Drive of the AWS Connected Car Reference.pdf
 
Cloud Migration Insights Forum, Perth
Cloud Migration Insights Forum, PerthCloud Migration Insights Forum, Perth
Cloud Migration Insights Forum, Perth
 
Serverless Data Prep with AWS Glue (ANT313) - AWS re:Invent 2018
Serverless Data Prep with AWS Glue (ANT313) - AWS re:Invent 2018Serverless Data Prep with AWS Glue (ANT313) - AWS re:Invent 2018
Serverless Data Prep with AWS Glue (ANT313) - AWS re:Invent 2018
 
AWS IoT for Frictionless Consumer Experiences in Retail (RET201) - AWS re:Inv...
AWS IoT for Frictionless Consumer Experiences in Retail (RET201) - AWS re:Inv...AWS IoT for Frictionless Consumer Experiences in Retail (RET201) - AWS re:Inv...
AWS IoT for Frictionless Consumer Experiences in Retail (RET201) - AWS re:Inv...
 
Driving Innovation with Serverless Applications (GPSBUS212) - AWS re:Invent 2018
Driving Innovation with Serverless Applications (GPSBUS212) - AWS re:Invent 2018Driving Innovation with Serverless Applications (GPSBUS212) - AWS re:Invent 2018
Driving Innovation with Serverless Applications (GPSBUS212) - AWS re:Invent 2018
 
The Serverless Tidal Wave - SwampUP 2018 Keynote
The Serverless Tidal Wave - SwampUP 2018 KeynoteThe Serverless Tidal Wave - SwampUP 2018 Keynote
The Serverless Tidal Wave - SwampUP 2018 Keynote
 
5 Best Practices for Building an AWS Global Transit Network
 5 Best Practices for Building an AWS Global Transit Network 5 Best Practices for Building an AWS Global Transit Network
5 Best Practices for Building an AWS Global Transit Network
 
The Intelligent Edge for IoT: Help Customers Harness the Power of Connected I...
The Intelligent Edge for IoT: Help Customers Harness the Power of Connected I...The Intelligent Edge for IoT: Help Customers Harness the Power of Connected I...
The Intelligent Edge for IoT: Help Customers Harness the Power of Connected I...
 
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
 
AWSome Day Nairobi 2019
AWSome Day Nairobi 2019AWSome Day Nairobi 2019
AWSome Day Nairobi 2019
 
Go Fast and Remain Secure: How Millennium Enables Developers and Upholds Secu...
Go Fast and Remain Secure: How Millennium Enables Developers and Upholds Secu...Go Fast and Remain Secure: How Millennium Enables Developers and Upholds Secu...
Go Fast and Remain Secure: How Millennium Enables Developers and Upholds Secu...
 
Visualise and Voice-Enable Your Security
Visualise and Voice-Enable Your SecurityVisualise and Voice-Enable Your Security
Visualise and Voice-Enable Your Security
 

Mehr von 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
 

Mehr von 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
 

Deep Dive into the AWS Connected Vehicle Reference Solution (AMT303) - AWS re:Invent 2018

  • 1.
  • 2. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Deep Dive into the AWS Connected Vehicle Reference Solution A M T 3 0 3 Dean Phillips Tech Lead, Auto & Mfg Amazon Web Services Steve Blackwell Auto & Mfg Consultant Amazon Web Services John Dixon Solution Architect Amazon Web Services
  • 3. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Agenda Overview Automotive on AWS AWS Connected Vehicle Solution Hands-on Deploy the AWS Connected Vehicle Reference Architect (CVRA) & IoT Device Simulator Build a Fleet Management function Build an Alexa Skill Build a Vehicle Remote Command function Q&A
  • 4. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. What you will need for the hands-on • An AWS account with an IAM user with administrator permissions • A laptop with the AWS Command Line Interface (AWS CLI) and Python installed • A developer.amazon.com account • A mapbox.com API access token
  • 5. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Related sessions Thursday, November 29 AMT306 – Autonomous Vehicle Development on AWS 3:15 p.m. – 5:30 p.m. | MGM, Level 3, Premier Ballroom 312, T2 Thursday, November 29 AMT315 – Building an Augmented Reality Owner’s Manual 2:30 p.m. – 3:30 p.m. | Venetian, Level 2, Veronese 2406, T1
  • 6. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Other relevant sessions AMT301 – Alexa, Where’s My Car? A Test Drive of the AWS Connected Vehicle Solution Learn how companies leverage Amazon services such as Alexa, AWS IoT, AWS Greengrass, AWS Lambda, and Amazon Kinesis Data Analytics to rapidly develop and deploy innovative mobility services. AMT304 – Building Volkswagen Group’s Digital Ecosystem Learn how Volkswagen Group built their One Digital Platform using AWS as landing zone for migrating and replatforming their existing on-premises backend, in-sourcing development, empowering their internal teams, and transforming internal processes to enable greater agility and reduce time to market. AMT302 – Easy Rider: How ML, Serverless and IoT Drive Mobility as a Service In this session, Avis Budget Group (ABG) and Slalom will walk through their serverless mobility platform using the AWS connected vehicle reference architecture, Amazon SageMaker, Amazon Kinesis Data Analytics, and AWS Lambda. AMT305 – Building BMW Group’s Digital Customer Engagement Platform Learn how BMW Group built its Unified Configurator Platform to serve 30+ branded customer-facing applications with over 300 RESTful API endpoints using services such as Amazon API Gateway, AWS Lambda, Amazon Elastic Beanstalk, and AWS Elastic Container Service. Check the re:Invent website for videos of these sessions from earlier in the week:
  • 7. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 8. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. 8 Automotive industry catalysts Consumer expectations shaped by mobile apps and shared economy Sensors on-car compute Wireless connectivity ubiquitous and inexpensive Powertrain Electrification Autonomous driving Level 3 & 4 Cloud Use of data lakes & AI/ML
  • 9. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. 9 Automotive transformation Every automotive company needs to be a software company
  • 10. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. How Amazon approaches connected vehicles
  • 11. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Connected Vehicle Reference Solution • Start prototyping with a ‘well architected’ architecture in minutes using the AWS Connected Vehicle Quick Start • Deploy into your own AWS account • Customize use cases or develop your own • Remove or add other AWS and partner services • Easily connect your own data or your own devices https://aws.amazon.com/answers/iot/connected-vehicle-solution/
  • 12. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS IoT Device Simulator Simulate generic IoT devices that send MQTT messages to the IoT Cloud in AWS 1. Cloud formation template to deploy in your own account 2. Ready-made automotive “devices” to simulate traffic 3. Works with the Connected Vehicle reference architecture https://aws.amazon.com/answers/iot/iot-device-simulator/
  • 13. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 14. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. CVRA architecture Connect car Data Firehose Lambda DynamoDB Amazon SNS Data Analytics Data Streams IoT DynamoDB DynamoDB DynamoDB Lambda Lambda Lambda Lambda Lambda Lambda S3 Raw data Anomaly detection Trip data Driver score DTC Notification service Location-based marketing JIT reg. API Gateway Amazon Cognito Lambda Vehicle service
  • 15. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. CVRA & IoT simulator architecture Data Firehose Lambda DynamoDB Amazon SNS Data Analytics Data Streams IoT DynamoDB DynamoDB DynamoDB Lambda Lambda Lambda Lambda Lambda Lambda S3 Raw data Anomaly detection Trip data Driver score DTC Notification service Location-based marketing JIT reg. API Gateway Amazon Cognito AWS Fargate ECS containers S3 API Gateway Lambda S3 DynamoDB SQS Lambda Vehicle service Amazon Cognito IoT simulator
  • 16. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 17. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 18. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 19. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Detailed architecture connectedcar/telemetry/<VIN> ConnectedVehicleTelematicsStorage connected-vehicle-telemetry ConnectedVehicleAnomalyDetectionApp cc-anomaly-stream AnomalyServiceFunction connected-vehicle-data VehicleAnomalyTable connectedcar/trip/<VIN> ConnectedVehicleTrip VehicleTripTable connectedcar/trip/<VIN> ConnectedVehicleDriverScore DriverSafetyServiceFunction connectedcar/dtc/<VIN> ConnectedVehicleTelematicsDtc DtcServiceFunction VehicleDtcTable vehicleTelemetryFunction vehicleTelemetryTable vehicleRouteTable Fleet management vehicleTripFunction API Gateway
  • 20. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Alexa voice service architecture Connected Vehicle reference architecture
  • 21. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Remote command architecture createCommandFunction API GatewaysendCommandFunction vehicleCommandAuditTable remoteCommandsQueueconnectedcar/cmdsend connectedcar/cmdack honkHornFlashLightsFunctions Greengrass receivedCommandFunction
  • 22. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 23. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Activities Here is what we will be doing I. Deploy the AWS Connected Vehicle Reference Architecture II. Deploy the IoT Device Simulator III. Build a Fleet Management function IV. Create a fleet and generate trip data V. Build an Alexa Skill VI. Optional - Build a Remote Command function Instructions @ https://github.com/dixonaws/reinvent_cvra_bootcamp
  • 24. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 25. Thank you! © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Dean Phillips deanphi@amazon.com Steve Blackwell stevbla@amazon.com John Dixon dixonaws@amazon.com
  • 26. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.