SlideShare a Scribd company logo
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Craig Lawton, IoT Specialist Architect, A/NZ Public Sector
An Introduction to IoT
August 2018
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
A journey through IoT
• A button
• Something even smaller
• Long range and low power
• A fleet
• Security
• Some interesting use-cases
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Revenue growth
IoT data drives business growth
Operational efficiency
IoT data decreases OpEx
Business outcomes with IoT
New services &
business models
Products that get
better with time
Better relationship
with customers
Increased
efficiency
Intelligent
decision making
Data driven
discipline
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Connect,
communicate,
secure
IoT solutions are complex & multidimensional
Onboard,
provision,
manage
Devices &
sensors
Connectivity &
infrastructure
Analyze,
visualize,
act
Analytics
& insights
Engage,
empower,
delight
Applications
& services
Transform,
shift culture
Change
management
AWS IoT Architecture
Endpoints
Fleet onboarding,
management and
SW updates
Fleet
audit and
protection
IoT data
analytics and
intelligence
Gateway
Things
Sense & Act
Cloud
Storage & Compute
Secure local
triggers, actions,
and data sync
Intelligence
Insights & Logic → Action
Secure device
connectivity
and messaging
AWS IoT Architecture
Secure device
connectivity
and messaging
Endpoints
Fleet onboarding,
management and
SW updates
Fleet
audit and
protection
IoT data
analytics and
intelligence
Things
Sense & Act
Cloud
Storage & Compute
Secure local
triggers, actions,
and data sync
AWS IoT Core
Gateway
AWS
Greengrass AWS IoT Device
Management
AWS IoT
Device
Defender
Intelligence
Insights & Logic → Action
a:FreeRTOS
a:FreeRTOS
AWS IoT
Analytics
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
To securely connect devices
to the AWS cloud and
other devices at scale
To fully integrate with
other AWS service to reason
on top of the data
(Analytics, Databases, AI, etc.)
To route, process, and
act upon data from
connected devices
Secure Device Connectivity and Messaging
AWS IoT Core
AWS IoT Core is a managed service that lets connected devices easily
and securely interact with cloud applications and other devices.
To enable applications to
interact with devices
even when they are
offline
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Secure Device Connectivity and Messaging
AWS IoT Core
Device
Gateway
Rules
Engine
Message
Broker
Device
Shadow
RegistryIdentity
Service
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
• New Generation iRobot
Devices Powered By AWS IoT
• Control & Telemetry
• Replaces A Home Grown
Solution
• Backbone For Alexa Skills and
Mobile Apps
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
PetaBencana brings
mobile mapping and
flood information; 28
million citizens share
information via Twitter,
augmented by water-
level-sensing devices.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
A button
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
AWS
IoT
Core
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Authentication
and
authorization
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Device
gateway
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
MQTT topics
home/ac/AAA/temperature
home/ac/BBB/temperature
home/ac/CCC/temperature
home/ac/DDD/temperature
Device: AAA
Device: BBB
Device: CCC
Device: DDD
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Rules
engine
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Format of an AWS IoT SQL statement
SELECT—What values to include for action
FROM—What topic structure to act upon
WHERE—Logic to determine if the statement should execute
SELECT *, timestamp() as timestamp
FROM pws/#
WHERE temp > 30
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
IoT Operating System for Microcontrollers
Something even smaller
Amazon FreeRTOS, based on the popular FreeRTOS, is a microcontroller
operating system that makes small, low powered edge devices easy to
program, deploy, secure, connect, and maintain.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Will it work on my chip? Does it have the
functionality I need?
How do I start?Where do I get it?
1010101101
0101110101
1010101010
1010010101
0101001010
0101010111
0101011001
1001011001
00101101
?
IoT Operating System for Microcontrollers
Amazon FreeRTOS
Amazon FreeRTOS, based on the popular FreeRTOS, is a microcontroller
operating system that makes small, low powered edge devices easy to
program, deploy, secure, connect, and maintain.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
EMBEDDED APPS
FreeRTOS
HW DRIVERS
SECURTIY
LIBRARIES
CONNECTIVITY
LIBRARIES
OVERTHAAIR
(OTA)AGENT
CLOUD&
GREENGRASS
LIBRARIES
HELLO
Amazon FreeRTOS
Will it work on my chip? Does it have the
functionality I need?
How do I start?Where do I get it?
IoT Operating System for Microcontrollers
Amazon FreeRTOS, based on the popular FreeRTOS, is a microcontroller
operating system that makes small, low powered edge devices easy to
program, deploy, secure, connect, and maintain.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Local Connectivity
Libraries
Cloud Connectivity
Libraries
Security
Connectivity
Libraries
OTA Beta &
Code Signing
Based on FreeRTOS kernel
AWS Greengrass AWS IoT Core
IoT Microcontroller OS
Amazon FreeRTOS
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Long range
and low
power
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
IoT Networks
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
IoT Networks
LAN Mobile/Cellular
Low-powered WAN
(LPWAN)
Data Rate <100mbps <100mbps <10kbps
Range Short Long Long
Battery Life Ok Short Long
Cost Expensive Expensive Efficient
Examples Smart TV, WIFI CCTV, Smart Grid
Weather, Parking,
Metering
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Comparing LPWANs
Sigfox LoRaWAN NB-IoT
Frequency Unlicensed ISM Unlicensed ISM Licensed LTE
Max data rate 100 bps 50 kbps 200 kbps
Bidirectional Limited / Half-duplex Yes / Half-duplex Yes / Half-duplex
Max messages/day 140 (UL), 4 (DL) Unlimited Unlimited
Max payload length 12 bytes (UL), 8
bytes (DL)
243 bytes 1600 bytes
Range 10 - 40 km 5 - 20 km 1 -10 km
Standardization Sigfox company LoRa-Alliance 3GPP
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
LoRa and LoRaWAN
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
AWS & LoRaWAN Integration
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
LoRaWAN Demo
LoRaWAN device:
• A LoPy4 running
MicroPython. (Pycom)
• A LoPy4 LoRa antenna
kit.
• a Pysense sensor shield
to provide sample
telemetry data.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
LoRaWAN Demo
LoRaWAN gateway
• A MatchX LoRaWAN
Gateway
• The Things Network
(TTN) – A world-wide
community based
LoRaWAN network
• Let’s try it…
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Device
shadow
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
AWS IoT device shadow flow
1. Device publishes current state
2. Persist to JSON data store
3. App requests device’s current state
4. App requests change the state
5. Device shadow syncs
updated state
6. Device publishes current state 7. Device shadow confirms state change
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
A fleet
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
https://aws.amazon.com/answers/iot/iot-device-simulator/
AWS IoT device simulator quickstart
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
How can I
manage my
growing number
of connected
devices?
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Fast device
onboarding at scale
Real-time fleet
indexing and search
Monitoring and
updating devices
AWS IoT Device Management
Device Management Service
AWS IoT Device Management helps you onboard, organize, monitor,
and remotely manage your growing number of connected devices.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Batch Fleet
Provisioning
Real-time
Fleet Index & Search
Fine Grained
Device Logging
& Monitoring
Over the
Air Updates
Maintain Fleet Health
AWS IoT Device Management
Workshop: https://github.com/aws-samples/aws-iot-device-management-workshop
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
How do I ensure
my connected
devices stay
secure?
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Audit device
configurations, define and
monitor device behavior
Identify drifts in security
settings and detect device
anomalies
Generate alerts Patch security
vulnerabilities
AWS IoT Device Defender
Keep Your Fleet Secure
AWS IoT Device Defender is a fully managed IoT security service that
enables you to secure your fleet of connected devices on an ongoing basis.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Audit Device
Configurations
Monitor Device
Behavior
Generate
Alerts
Patch Security
Vulnerabilities
AWS IoT Device Defender
Keep Your Fleet Secure
Identify
Anomalies
The Edge…….
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Where do I want to process data?
I n f r a s t r u c t u r e C l o u dP o PI o T E n d p o i n t G a t e w a y A p p l i a n c e
C o m m o n P r o g r a m m i n g M o d e l
O n b o a r d
A W S
C l o u d
L a m b d a
@ E d g e
A m a z o n
F r e e R T O S
G r e e n g r a s s
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
A W S
C l o u d
G r e e n g r a s s
Where do I want to process data?
I n f r a s t r u c t u r e C l o u dP o PI o T E n d p o i n t G a t e w a y A p p l i a n c eO n b o a r d
A m a z o n
F r e e R T O S
L a m b d a
@ E d g e
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
AWS Greengrass extends AWS IoT onto your devices, so that they can act
locally on the data they generate, while still taking advantage of the cloud.
Extend AWS IoT to the Edge
AWS Greengrass
Edge Cloud
Law of Economics
Law of Physics
Law of the Land
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Extend AWS IoT to the Edge
AWS Greengrass
Data and
State Sync
Security Over the
Air Updates
Protocol
Adapters
Local
Device Shadows
Local
Actions
Lambda
Functions
Local
Messages
and Triggers
Local
Message Broker
AWS-grade
security
Easily Update
Greengrass Core
Machine
Learning
Inference
Local Execution
of ML Models
Local
Resource
Access
Lambdas Interact
With Peripherals
Easy Integrations
With Local
Protocols
ʥ
A
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
AWS GreenGrass - ML Inference
Edge Cloud
Machine
inference
Inference Training
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Example: AWS DeepLens
Model
AWS IoT
AWS Greengrass
Device Stream
Project Stream
(optional)
Scene
Device
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Problem
Nokia has seen a need in industrial IoT to
analyze video streams at the edge and send
the data to remote centers only when
anomalies are detected.
Solution
Deploying Greengrass on Nokia Multi-access
Edge Computing platform and combining
it with Nokia private mobile network
solutions. This joint solution will make
it possible for the oil industry to pair real
time drilling data with production data
of nearby wells.
Impact
Due to the cost of bandwidth being
expensive, this allows Nokia to optimize the
data that is sent to other wells and to the
cloud based on rules and alerts set up on
the locally-processed data.
Example: Autonomous Vehicle Sensor Technology
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
LIDAR
Camera
GPS/HD Maps
Telematics Control Unit
Accelerometer/Gyroscope
Odometry
DSRC
Radar
Infrared
Ultrasonic
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Some popular IoT use cases
Predictive
maintenance
Predictive quality
(eg. Video Safety, Traffic analytics)
Asset condition
monitoring
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Predictive Maintenance
Pinpoint
AWS Greengrass
IoT Rule (all data)
S3 Data Lake
Amazon Kinesis Firehose
MES/SCADA
Protocol
conversion
Email
SMS
Factory Machines
Vision
Snowball
Kinesis
Analytics
Protocol
conversion
ML
Inference
Amazon
SageMaker
ML Models
Amazon QuickSight
Amazon Kinesis Streams
Kinesis
Firehose
IoT Anomaly
Data Repository
Amazon
Athena
Amazon
Athena
IoTRule(alerts)
Realtimeand
HistoricalVisualization
CloudWatch
Cognito
CloudTrail
config
IoT Cert
IAM
AWS IoT Core/AWS Greengrass/
AWS IoT Device Management/
AWS IoT Device Defender
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
CloudWatch
Cognito
CloudTrail
config
IoT Cert
IAM
Predictive Maintenance with AWS IoT Analytics
Pinpoint
AWS Greengrass
IoT Rule (all data)
MES/SCADA
Email
SMS
Factory Machines
Vision
Protocol
conversion
Amazon
SageMaker
ML Models
Amazon QuickSight
AWS IoT AnalyticsIoTRule(alerts)
Jupyter Notebook
Anomalies
Protocol
conversion
ML
Inference
AWS IoT Core/AWS Greengrass/
AWS IoT Device Management/
AWS IoT Device Defender
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
AWS IoT Analytics is a service that processes, enriches, stores, analyzes,
and visualizes IoT data for manufacturers and enterprises.
Analytics for IoT Devices
AWS IoT Analytics
IoT data is noisy
and contains gaps
and false readings
Filter, process,
transform, and enrich
your data
Ad-hoc queries
or sophisticated IoT
analytics and visualization
Store raw data and
processed data
0 1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 1 1 0 1 0 1
0 1 0 0 1 1 0 1 0 1 0
1 0 1 1 0 1 0 1 0 1 0
1 1 0 1 0 1 0 0 1 0 0
1 0
ENRICHMENT10101 1 0 0 1 0
01010
01010
101001
1 0 1 0 1 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 01 0 1 0 1 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 0
0101001010
101001
1 0 1 0 1 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 1 0 1 0 1
0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1
1 0 1 0 1 0 1 0 1 0
0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0
1 0 0 1 1 0 1 0 1 0 1 0 1 1 0 1 0
1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 0
1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0
1 0 1 0 1 1 0 1 0 1 1 0 1 0 0 1 1
0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 1 0
0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1
0 1 0 1 0 1 1 0 1 0 1 1 0 1 0 0 1
1 0 0 1 0 0 1 0 0 1 0 1
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Easily analyze IoT data
AWS IoT Analytics
Channels DatasetsPipelines Data Stores Jupyter Notebooks
& Templates
AWS IoT Analytics is a service that processes, enriches, stores, analyzes,
and visualizes IoT data for manufacturers and enterprises.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Problem
Wärtsilä needed to accurately predict, when the
marine engines they manufactured needed to
get serviced. Understanding and predicting the
service schedule is vital for Wärtsilä to increase
their service and parts revenue.
Solution
Accenture worked with AWS account SAs, AoD
SAs, and Salesforce SAs to architect an IoT
solution using Salesforce and AWS IoT Core to
collect data and build predictive models. The
solution developed is scalable and extensible
beyond just this use case, as Wärtsilä has 14,000
ships with 35,000 engines installed. There are
great possibilities for sensor driven IoT use cases.
Impact
The entire solution should result in an increase
in parts/service sales for Wärtsilä and higher
customer retention.
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
CloudWatch
Cognito
CloudTrail
config
IoT Cert
IAM
Predictive Quality Architecture
Pinpoint
AWS Greengrass
IoT Rule (all data)
S3 Data Lake
Amazon Kinesis Firehose
MES/SCADA
Protocol
conversion
Email
SMS
Factory Machines
Vision
Snowball
Kinesis
Analytics
Protocol
conversion
Amazon
SageMaker
ML Models
Amazon QuickSight
Amazon Kinesis Streams
Amazon
Kinesis Firehose
IoT Anomaly
Data Repository
Amazon
Athena
Amazon
Athena
IoTRule(alerts)
Realtimeand
HistoricalVisualization
S3
Analytics short term
data repository
AWS IoT Core/AWS Greengrass/
AWS IoT Device Management/
AWS IoT Device Defender
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
AWS Snowball AWS Snowball Edge AWS Snowmobile
• 80TB storage capacity • 100TB storage capacity
• AWS Greengrass support for
local compute, messaging and
caching
• EC2/AMI support for edge
compute
• Exabyte-scale storage in a 45ft
container
• Dedicated security personnel
• GPS tracking, alarm monitoring,
24/7 surveillance, and optional
additional security
AWS Snow Family
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Service features
announced
• Support for EC2 sbe1 instances
• Three AMIs available on AWS
Marketplace
• SBE1 instances feature 1.8 GHz
Intel Xeon D processors, up to
24 vCPUs, 32 GiB of memory
• Up to 1TB disk volumes
• 1 and 3-year pricing options
EC2 Compute Instances on Snowball Edge
Supported EC2 instance sizes
Model vCPU Mem (GiB)
sbe1.small 1 1
Sbe1.medium 1 2
sbe1.large 2 4
sbe1.xlarge 4 8
sbe1.2xlarge 8 16
sbe1.4xlarge 16 32
Snowball
Edge
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
CloudWatch
Cognito
CloudTrail
config
IoT Cert
IAM
Predictive Quality Architecture
Pinpoint
AWS Greengrass
IoT Rule (all data)
S3 Data Lake
Amazon Kinesis Firehose
MES/SCADA
Protocol
conversion
Email
SMS
Factory Machines
Vision
Snowball
Kinesis
Analytics
Protocol
conversion
Amazon
SageMaker
ML Models
Amazon QuickSight
Amazon Kinesis Streams
Amazon
Kinesis Firehose
IoT Anomaly
Data Repository
Amazon
Athena
Amazon
Athena
IoTRule(alerts)
Realtimeand
HistoricalVisualization
S3
Analytics short term
data repository
AWS IoT Core/AWS Greengrass/
AWS IoT Device Management/
AWS IoT Device Defender
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
CloudWatch
Cognito
CloudTrail
config
IoT Cert
IAM
Predictive Quality Architecture with AWS IoT Analytics
Pinpoint
AWS Greengrass
IoT Rule (all data)
MES/SCADA
Protocol
conversion
Email
SMS
Factory Machines
Vision
Protocol
conversion
ML
Inference
ML Models
Amazon QuickSight
AWS IoT AnalyticsIoTRule(alerts)
Jupyter Notebook
Vision system
images
Amazon SageMaker/
Jupyter Notebook
Anomalies
AWS IoT Core/AWS Greengrass/
AWS IoT Device Management/
AWS IoT Device Defender
AWS IoT Architecture
Secure device
connectivity
and messaging
Endpoints
Fleet onboarding,
management and
SW updates
Fleet
audit and
protection
IoT data
analytics and
intelligence
Things
Sense & Act
Cloud
Storage & Compute
Secure local
triggers, actions,
and data sync
AWS IoT Core
Gateway
AWS
Greengrass AWS IoT Device
Management
AWS IoT
Device
Defender
Intelligence
Insights & Logic → Action
a:FreeRTOS
a:FreeRTOS
AWS IoT
Analytics
We build IoT solutions through our good friends
AWS Partner Ecosystem
System Integrators
Network
Connectivity
OEM/ ODM
ISVs
Silicon / Chipset / Module
AWS IoT building blocks
Things Cloud
Intelligenc
e Gateways
© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark
Thank You!
Craig Lawton
IoT Specialist Architect, A/NZ Public Sector
Amazon Web Services
cclawton@amazon.com

More Related Content

What's hot

IoT introduction
IoT introductionIoT introduction
IoT introduction
Aravindhan G K
 
State of the Art M2M /IoT Solutions
State of the Art M2M /IoT Solutions State of the Art M2M /IoT Solutions
State of the Art M2M /IoT Solutions
Eurotech
 
Introduction to Internet of Things (IoT)
Introduction to Internet of Things (IoT) Introduction to Internet of Things (IoT)
Introduction to Internet of Things (IoT)
Francesco Felicetta
 
Iot architecture report
Iot architecture reportIot architecture report
Iot architecture report
Niranjan Kumar
 
IoT Architecture
IoT ArchitectureIoT Architecture
IoT Architecture
Naseeba P P
 
TQL - an IoT application platform
TQL - an IoT application platformTQL - an IoT application platform
TQL - an IoT application platform
Jane Ren
 
Iot
IotIot
Iot basics
Iot basicsIot basics
Iot basics
AllsoftSolutions
 
Internet of Things
Internet of ThingsInternet of Things
Internet of Things
Dr Karthikeyan Periasamy
 
IoT Challenges: Technological, Business and Social aspects
IoT Challenges: Technological, Business and Social aspectsIoT Challenges: Technological, Business and Social aspects
IoT Challenges: Technological, Business and Social aspects
Roberto Minerva
 
IoT Networking
IoT NetworkingIoT Networking
IoT Networking
Hitesh Mohapatra
 
IoT(internet of Things) Basics
IoT(internet of Things)  BasicsIoT(internet of Things)  Basics
IoT(internet of Things) Basics
Cumulations Technologies
 
Internet of Things A Vision, Architectural Elements, and Future Directions
Internet of Things A Vision, Architectural Elements, and Future Directions Internet of Things A Vision, Architectural Elements, and Future Directions
Internet of Things A Vision, Architectural Elements, and Future Directions
Mostafa Arjmand
 
Iot how it works
Iot   how it worksIot   how it works
Iot how it works
S SIVARAMAKRISHNAN
 
Internet of things applications covering industrial domain
Internet of things applications covering industrial domainInternet of things applications covering industrial domain
Internet of things applications covering industrial domain
Dev Bhattacharya
 
Internet of Things Iot presentation with module
Internet of Things Iot presentation with moduleInternet of Things Iot presentation with module
Internet of Things Iot presentation with module
Isp university Multan
 
Getting Started with IoT by Niraj Shah
Getting Started with IoT by Niraj ShahGetting Started with IoT by Niraj Shah
Getting Started with IoT by Niraj Shah
momoahmedabad
 
Internet of things ppt
Internet of things pptInternet of things ppt
Internet of things ppt
Dania Purnama Sari
 
Internet of Things (IoT) and Google
Internet of Things (IoT) and GoogleInternet of Things (IoT) and Google
Internet of Things (IoT) and Google
Abdullah Çetin ÇAVDAR
 
Challenges and application of Internet of Things
Challenges and application of Internet of ThingsChallenges and application of Internet of Things
Challenges and application of Internet of Things
Ashutosh Bhardwaj
 

What's hot (20)

IoT introduction
IoT introductionIoT introduction
IoT introduction
 
State of the Art M2M /IoT Solutions
State of the Art M2M /IoT Solutions State of the Art M2M /IoT Solutions
State of the Art M2M /IoT Solutions
 
Introduction to Internet of Things (IoT)
Introduction to Internet of Things (IoT) Introduction to Internet of Things (IoT)
Introduction to Internet of Things (IoT)
 
Iot architecture report
Iot architecture reportIot architecture report
Iot architecture report
 
IoT Architecture
IoT ArchitectureIoT Architecture
IoT Architecture
 
TQL - an IoT application platform
TQL - an IoT application platformTQL - an IoT application platform
TQL - an IoT application platform
 
Iot
IotIot
Iot
 
Iot basics
Iot basicsIot basics
Iot basics
 
Internet of Things
Internet of ThingsInternet of Things
Internet of Things
 
IoT Challenges: Technological, Business and Social aspects
IoT Challenges: Technological, Business and Social aspectsIoT Challenges: Technological, Business and Social aspects
IoT Challenges: Technological, Business and Social aspects
 
IoT Networking
IoT NetworkingIoT Networking
IoT Networking
 
IoT(internet of Things) Basics
IoT(internet of Things)  BasicsIoT(internet of Things)  Basics
IoT(internet of Things) Basics
 
Internet of Things A Vision, Architectural Elements, and Future Directions
Internet of Things A Vision, Architectural Elements, and Future Directions Internet of Things A Vision, Architectural Elements, and Future Directions
Internet of Things A Vision, Architectural Elements, and Future Directions
 
Iot how it works
Iot   how it worksIot   how it works
Iot how it works
 
Internet of things applications covering industrial domain
Internet of things applications covering industrial domainInternet of things applications covering industrial domain
Internet of things applications covering industrial domain
 
Internet of Things Iot presentation with module
Internet of Things Iot presentation with moduleInternet of Things Iot presentation with module
Internet of Things Iot presentation with module
 
Getting Started with IoT by Niraj Shah
Getting Started with IoT by Niraj ShahGetting Started with IoT by Niraj Shah
Getting Started with IoT by Niraj Shah
 
Internet of things ppt
Internet of things pptInternet of things ppt
Internet of things ppt
 
Internet of Things (IoT) and Google
Internet of Things (IoT) and GoogleInternet of Things (IoT) and Google
Internet of Things (IoT) and Google
 
Challenges and application of Internet of Things
Challenges and application of Internet of ThingsChallenges and application of Internet of Things
Challenges and application of Internet of Things
 

Similar to AWS Learning Series: Harnessing the Power of Data | An Introduction to IoT

Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
Amazon Web Services
 
AWS IoT: servizi costruiti per migliorare le performance di business
AWS IoT: servizi costruiti per migliorare le performance di businessAWS IoT: servizi costruiti per migliorare le performance di business
AWS IoT: servizi costruiti per migliorare le performance di business
Amazon Web Services
 
Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...
Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...
Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...
Amazon Web Services
 
Code in the Cloud- Deploy on Microcontroller and Edge Devices
Code in the Cloud- Deploy on Microcontroller and Edge DevicesCode in the Cloud- Deploy on Microcontroller and Edge Devices
Code in the Cloud- Deploy on Microcontroller and Edge Devices
Amazon Web Services
 
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...
Amazon Web Services
 
IoT Revolution - Unlocking Business Values in Vertical Markets
IoT Revolution - Unlocking Business Values in Vertical MarketsIoT Revolution - Unlocking Business Values in Vertical Markets
IoT Revolution - Unlocking Business Values in Vertical Markets
Amazon Web Services
 
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...
Amazon Web Services
 
AWS IoT_Connected Home Solutions
AWS IoT_Connected Home Solutions AWS IoT_Connected Home Solutions
AWS IoT_Connected Home Solutions
Amazon Web Services
 
Keep Your IoT Devices Secure (IOT205) - AWS re:Invent 2018
Keep Your IoT Devices Secure (IOT205) - AWS re:Invent 2018Keep Your IoT Devices Secure (IOT205) - AWS re:Invent 2018
Keep Your IoT Devices Secure (IOT205) - AWS re:Invent 2018
Amazon Web Services
 
Amazon FreeRTOS: IoT Operating System for Microcontrollers (IOT208-R1) - AWS ...
Amazon FreeRTOS: IoT Operating System for Microcontrollers (IOT208-R1) - AWS ...Amazon FreeRTOS: IoT Operating System for Microcontrollers (IOT208-R1) - AWS ...
Amazon FreeRTOS: IoT Operating System for Microcontrollers (IOT208-R1) - AWS ...
Amazon Web Services
 
IoT Compute at the Edge with AWS Greengrass - GOTO Amsterdam
IoT Compute at the Edge with AWS Greengrass - GOTO AmsterdamIoT Compute at the Edge with AWS Greengrass - GOTO Amsterdam
IoT Compute at the Edge with AWS Greengrass - GOTO Amsterdam
Boaz Ziniman
 
Security Management for IoT devices - SRV202 - Chicago AWS Summit
Security Management for IoT devices - SRV202 - Chicago AWS SummitSecurity Management for IoT devices - SRV202 - Chicago AWS Summit
Security Management for IoT devices - SRV202 - Chicago AWS Summit
Amazon Web Services
 
AWS Espressif Amazon FreeRTOS
AWS Espressif Amazon FreeRTOSAWS Espressif Amazon FreeRTOS
AWS Espressif Amazon FreeRTOS
Amazon Web Services
 
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...
Amazon Web Services
 
IoT Building Blocks_ From Edge Devices to Analytics in the Cloud
IoT Building Blocks_ From Edge Devices to Analytics in the Cloud IoT Building Blocks_ From Edge Devices to Analytics in the Cloud
IoT Building Blocks_ From Edge Devices to Analytics in the Cloud
Amazon Web Services
 
Deep Dive into New AWS IoT Services Launched in 2018 (IOT320) - AWS re:Invent...
Deep Dive into New AWS IoT Services Launched in 2018 (IOT320) - AWS re:Invent...Deep Dive into New AWS IoT Services Launched in 2018 (IOT320) - AWS re:Invent...
Deep Dive into New AWS IoT Services Launched in 2018 (IOT320) - AWS re:Invent...
Amazon Web Services
 
How to Easily and Securely Connect Devices to AWS IoT - AWS Online Tech Talks
How to Easily and Securely Connect Devices to AWS IoT - AWS Online Tech TalksHow to Easily and Securely Connect Devices to AWS IoT - AWS Online Tech Talks
How to Easily and Securely Connect Devices to AWS IoT - AWS Online Tech Talks
Amazon Web Services
 
Industrial IoT, Machine Learning, and Innovation in the AWS Cloud
Industrial IoT, Machine Learning, and Innovation in the AWS CloudIndustrial IoT, Machine Learning, and Innovation in the AWS Cloud
Industrial IoT, Machine Learning, and Innovation in the AWS Cloud
Amazon Web Services
 
Alexa and AWS IoT, ft. VIZIO (IOT302-R1) - AWS re:Invent 2018
Alexa and AWS IoT, ft. VIZIO (IOT302-R1) - AWS re:Invent 2018Alexa and AWS IoT, ft. VIZIO (IOT302-R1) - AWS re:Invent 2018
Alexa and AWS IoT, ft. VIZIO (IOT302-R1) - AWS re:Invent 2018
Amazon Web Services
 
AWS IoT - from Cloud to Edge | AWS Floor28
AWS IoT - from Cloud to Edge | AWS Floor28AWS IoT - from Cloud to Edge | AWS Floor28
AWS IoT - from Cloud to Edge | AWS Floor28
Amazon Web Services
 

Similar to AWS Learning Series: Harnessing the Power of Data | An Introduction to IoT (20)

Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
Leadership Session: AWS IoT (IOT218-L) - AWS re:Invent 2018
 
AWS IoT: servizi costruiti per migliorare le performance di business
AWS IoT: servizi costruiti per migliorare le performance di businessAWS IoT: servizi costruiti per migliorare le performance di business
AWS IoT: servizi costruiti per migliorare le performance di business
 
Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...
Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...
Building IoT Applications for a Smart Home, ft. Vestel (IOT306-R1) - AWS re:I...
 
Code in the Cloud- Deploy on Microcontroller and Edge Devices
Code in the Cloud- Deploy on Microcontroller and Edge DevicesCode in the Cloud- Deploy on Microcontroller and Edge Devices
Code in the Cloud- Deploy on Microcontroller and Edge Devices
 
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV204 - T...
 
IoT Revolution - Unlocking Business Values in Vertical Markets
IoT Revolution - Unlocking Business Values in Vertical MarketsIoT Revolution - Unlocking Business Values in Vertical Markets
IoT Revolution - Unlocking Business Values in Vertical Markets
 
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...
IoT Building Blocks: From Edge Devices to Analytics in the Cloud - SRV304 - C...
 
AWS IoT_Connected Home Solutions
AWS IoT_Connected Home Solutions AWS IoT_Connected Home Solutions
AWS IoT_Connected Home Solutions
 
Keep Your IoT Devices Secure (IOT205) - AWS re:Invent 2018
Keep Your IoT Devices Secure (IOT205) - AWS re:Invent 2018Keep Your IoT Devices Secure (IOT205) - AWS re:Invent 2018
Keep Your IoT Devices Secure (IOT205) - AWS re:Invent 2018
 
Amazon FreeRTOS: IoT Operating System for Microcontrollers (IOT208-R1) - AWS ...
Amazon FreeRTOS: IoT Operating System for Microcontrollers (IOT208-R1) - AWS ...Amazon FreeRTOS: IoT Operating System for Microcontrollers (IOT208-R1) - AWS ...
Amazon FreeRTOS: IoT Operating System for Microcontrollers (IOT208-R1) - AWS ...
 
IoT Compute at the Edge with AWS Greengrass - GOTO Amsterdam
IoT Compute at the Edge with AWS Greengrass - GOTO AmsterdamIoT Compute at the Edge with AWS Greengrass - GOTO Amsterdam
IoT Compute at the Edge with AWS Greengrass - GOTO Amsterdam
 
Security Management for IoT devices - SRV202 - Chicago AWS Summit
Security Management for IoT devices - SRV202 - Chicago AWS SummitSecurity Management for IoT devices - SRV202 - Chicago AWS Summit
Security Management for IoT devices - SRV202 - Chicago AWS Summit
 
AWS Espressif Amazon FreeRTOS
AWS Espressif Amazon FreeRTOSAWS Espressif Amazon FreeRTOS
AWS Espressif Amazon FreeRTOS
 
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...
Computing at the Edge with AWS Greengrass and Amazon FreeRTOS, ft. Enel (IOT2...
 
IoT Building Blocks_ From Edge Devices to Analytics in the Cloud
IoT Building Blocks_ From Edge Devices to Analytics in the Cloud IoT Building Blocks_ From Edge Devices to Analytics in the Cloud
IoT Building Blocks_ From Edge Devices to Analytics in the Cloud
 
Deep Dive into New AWS IoT Services Launched in 2018 (IOT320) - AWS re:Invent...
Deep Dive into New AWS IoT Services Launched in 2018 (IOT320) - AWS re:Invent...Deep Dive into New AWS IoT Services Launched in 2018 (IOT320) - AWS re:Invent...
Deep Dive into New AWS IoT Services Launched in 2018 (IOT320) - AWS re:Invent...
 
How to Easily and Securely Connect Devices to AWS IoT - AWS Online Tech Talks
How to Easily and Securely Connect Devices to AWS IoT - AWS Online Tech TalksHow to Easily and Securely Connect Devices to AWS IoT - AWS Online Tech Talks
How to Easily and Securely Connect Devices to AWS IoT - AWS Online Tech Talks
 
Industrial IoT, Machine Learning, and Innovation in the AWS Cloud
Industrial IoT, Machine Learning, and Innovation in the AWS CloudIndustrial IoT, Machine Learning, and Innovation in the AWS Cloud
Industrial IoT, Machine Learning, and Innovation in the AWS Cloud
 
Alexa and AWS IoT, ft. VIZIO (IOT302-R1) - AWS re:Invent 2018
Alexa and AWS IoT, ft. VIZIO (IOT302-R1) - AWS re:Invent 2018Alexa and AWS IoT, ft. VIZIO (IOT302-R1) - AWS re:Invent 2018
Alexa and AWS IoT, ft. VIZIO (IOT302-R1) - AWS re:Invent 2018
 
AWS IoT - from Cloud to Edge | AWS Floor28
AWS IoT - from Cloud to Edge | AWS Floor28AWS IoT - from Cloud to Edge | AWS Floor28
AWS IoT - from Cloud to Edge | AWS Floor28
 

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 Fargate
Amazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
Amazon 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
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
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 Workloads
Amazon Web Services
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
Amazon 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 sfatare
Amazon 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 NodeJS
Amazon 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 web
Amazon 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 sfatare
Amazon 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 Service
Amazon 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
 

AWS Learning Series: Harnessing the Power of Data | An Introduction to IoT

  • 1. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark© 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Craig Lawton, IoT Specialist Architect, A/NZ Public Sector An Introduction to IoT August 2018
  • 2. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark A journey through IoT • A button • Something even smaller • Long range and low power • A fleet • Security • Some interesting use-cases
  • 3. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Revenue growth IoT data drives business growth Operational efficiency IoT data decreases OpEx Business outcomes with IoT New services & business models Products that get better with time Better relationship with customers Increased efficiency Intelligent decision making Data driven discipline
  • 4. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Connect, communicate, secure IoT solutions are complex & multidimensional Onboard, provision, manage Devices & sensors Connectivity & infrastructure Analyze, visualize, act Analytics & insights Engage, empower, delight Applications & services Transform, shift culture Change management
  • 5. AWS IoT Architecture Endpoints Fleet onboarding, management and SW updates Fleet audit and protection IoT data analytics and intelligence Gateway Things Sense & Act Cloud Storage & Compute Secure local triggers, actions, and data sync Intelligence Insights & Logic → Action Secure device connectivity and messaging
  • 6. AWS IoT Architecture Secure device connectivity and messaging Endpoints Fleet onboarding, management and SW updates Fleet audit and protection IoT data analytics and intelligence Things Sense & Act Cloud Storage & Compute Secure local triggers, actions, and data sync AWS IoT Core Gateway AWS Greengrass AWS IoT Device Management AWS IoT Device Defender Intelligence Insights & Logic → Action a:FreeRTOS a:FreeRTOS AWS IoT Analytics
  • 7. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark To securely connect devices to the AWS cloud and other devices at scale To fully integrate with other AWS service to reason on top of the data (Analytics, Databases, AI, etc.) To route, process, and act upon data from connected devices Secure Device Connectivity and Messaging AWS IoT Core AWS IoT Core is a managed service that lets connected devices easily and securely interact with cloud applications and other devices. To enable applications to interact with devices even when they are offline
  • 8. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Secure Device Connectivity and Messaging AWS IoT Core Device Gateway Rules Engine Message Broker Device Shadow RegistryIdentity Service
  • 9. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark • New Generation iRobot Devices Powered By AWS IoT • Control & Telemetry • Replaces A Home Grown Solution • Backbone For Alexa Skills and Mobile Apps
  • 10. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark PetaBencana brings mobile mapping and flood information; 28 million citizens share information via Twitter, augmented by water- level-sensing devices.
  • 11. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark A button
  • 12. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark AWS IoT Core
  • 13. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Authentication and authorization
  • 14. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Device gateway
  • 15. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark MQTT topics home/ac/AAA/temperature home/ac/BBB/temperature home/ac/CCC/temperature home/ac/DDD/temperature Device: AAA Device: BBB Device: CCC Device: DDD
  • 16. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Rules engine
  • 17. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Format of an AWS IoT SQL statement SELECT—What values to include for action FROM—What topic structure to act upon WHERE—Logic to determine if the statement should execute SELECT *, timestamp() as timestamp FROM pws/# WHERE temp > 30
  • 18. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark IoT Operating System for Microcontrollers Something even smaller Amazon FreeRTOS, based on the popular FreeRTOS, is a microcontroller operating system that makes small, low powered edge devices easy to program, deploy, secure, connect, and maintain.
  • 19. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Will it work on my chip? Does it have the functionality I need? How do I start?Where do I get it? 1010101101 0101110101 1010101010 1010010101 0101001010 0101010111 0101011001 1001011001 00101101 ? IoT Operating System for Microcontrollers Amazon FreeRTOS Amazon FreeRTOS, based on the popular FreeRTOS, is a microcontroller operating system that makes small, low powered edge devices easy to program, deploy, secure, connect, and maintain.
  • 20. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark EMBEDDED APPS FreeRTOS HW DRIVERS SECURTIY LIBRARIES CONNECTIVITY LIBRARIES OVERTHAAIR (OTA)AGENT CLOUD& GREENGRASS LIBRARIES HELLO Amazon FreeRTOS Will it work on my chip? Does it have the functionality I need? How do I start?Where do I get it? IoT Operating System for Microcontrollers Amazon FreeRTOS, based on the popular FreeRTOS, is a microcontroller operating system that makes small, low powered edge devices easy to program, deploy, secure, connect, and maintain.
  • 21. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Local Connectivity Libraries Cloud Connectivity Libraries Security Connectivity Libraries OTA Beta & Code Signing Based on FreeRTOS kernel AWS Greengrass AWS IoT Core IoT Microcontroller OS Amazon FreeRTOS
  • 22. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Long range and low power
  • 23. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark IoT Networks
  • 24. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark IoT Networks LAN Mobile/Cellular Low-powered WAN (LPWAN) Data Rate <100mbps <100mbps <10kbps Range Short Long Long Battery Life Ok Short Long Cost Expensive Expensive Efficient Examples Smart TV, WIFI CCTV, Smart Grid Weather, Parking, Metering
  • 25. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Comparing LPWANs Sigfox LoRaWAN NB-IoT Frequency Unlicensed ISM Unlicensed ISM Licensed LTE Max data rate 100 bps 50 kbps 200 kbps Bidirectional Limited / Half-duplex Yes / Half-duplex Yes / Half-duplex Max messages/day 140 (UL), 4 (DL) Unlimited Unlimited Max payload length 12 bytes (UL), 8 bytes (DL) 243 bytes 1600 bytes Range 10 - 40 km 5 - 20 km 1 -10 km Standardization Sigfox company LoRa-Alliance 3GPP
  • 26. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark LoRa and LoRaWAN
  • 27. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark AWS & LoRaWAN Integration
  • 28. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark LoRaWAN Demo LoRaWAN device: • A LoPy4 running MicroPython. (Pycom) • A LoPy4 LoRa antenna kit. • a Pysense sensor shield to provide sample telemetry data.
  • 29. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark LoRaWAN Demo LoRaWAN gateway • A MatchX LoRaWAN Gateway • The Things Network (TTN) – A world-wide community based LoRaWAN network • Let’s try it…
  • 30. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Device shadow
  • 31. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark AWS IoT device shadow flow 1. Device publishes current state 2. Persist to JSON data store 3. App requests device’s current state 4. App requests change the state 5. Device shadow syncs updated state 6. Device publishes current state 7. Device shadow confirms state change
  • 32. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark A fleet
  • 33. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark https://aws.amazon.com/answers/iot/iot-device-simulator/ AWS IoT device simulator quickstart
  • 34. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark How can I manage my growing number of connected devices?
  • 35. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Fast device onboarding at scale Real-time fleet indexing and search Monitoring and updating devices AWS IoT Device Management Device Management Service AWS IoT Device Management helps you onboard, organize, monitor, and remotely manage your growing number of connected devices.
  • 36. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Batch Fleet Provisioning Real-time Fleet Index & Search Fine Grained Device Logging & Monitoring Over the Air Updates Maintain Fleet Health AWS IoT Device Management Workshop: https://github.com/aws-samples/aws-iot-device-management-workshop
  • 37. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark How do I ensure my connected devices stay secure?
  • 38. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Audit device configurations, define and monitor device behavior Identify drifts in security settings and detect device anomalies Generate alerts Patch security vulnerabilities AWS IoT Device Defender Keep Your Fleet Secure AWS IoT Device Defender is a fully managed IoT security service that enables you to secure your fleet of connected devices on an ongoing basis.
  • 39. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Audit Device Configurations Monitor Device Behavior Generate Alerts Patch Security Vulnerabilities AWS IoT Device Defender Keep Your Fleet Secure Identify Anomalies
  • 41. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Where do I want to process data? I n f r a s t r u c t u r e C l o u dP o PI o T E n d p o i n t G a t e w a y A p p l i a n c e C o m m o n P r o g r a m m i n g M o d e l O n b o a r d A W S C l o u d L a m b d a @ E d g e A m a z o n F r e e R T O S G r e e n g r a s s
  • 42. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark A W S C l o u d G r e e n g r a s s Where do I want to process data? I n f r a s t r u c t u r e C l o u dP o PI o T E n d p o i n t G a t e w a y A p p l i a n c eO n b o a r d A m a z o n F r e e R T O S L a m b d a @ E d g e
  • 43. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark AWS Greengrass extends AWS IoT onto your devices, so that they can act locally on the data they generate, while still taking advantage of the cloud. Extend AWS IoT to the Edge AWS Greengrass Edge Cloud Law of Economics Law of Physics Law of the Land
  • 44. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Extend AWS IoT to the Edge AWS Greengrass Data and State Sync Security Over the Air Updates Protocol Adapters Local Device Shadows Local Actions Lambda Functions Local Messages and Triggers Local Message Broker AWS-grade security Easily Update Greengrass Core Machine Learning Inference Local Execution of ML Models Local Resource Access Lambdas Interact With Peripherals Easy Integrations With Local Protocols ʥ A
  • 45. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark AWS GreenGrass - ML Inference Edge Cloud Machine inference Inference Training
  • 46. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Example: AWS DeepLens Model AWS IoT AWS Greengrass Device Stream Project Stream (optional) Scene Device
  • 47. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Problem Nokia has seen a need in industrial IoT to analyze video streams at the edge and send the data to remote centers only when anomalies are detected. Solution Deploying Greengrass on Nokia Multi-access Edge Computing platform and combining it with Nokia private mobile network solutions. This joint solution will make it possible for the oil industry to pair real time drilling data with production data of nearby wells. Impact Due to the cost of bandwidth being expensive, this allows Nokia to optimize the data that is sent to other wells and to the cloud based on rules and alerts set up on the locally-processed data.
  • 48. Example: Autonomous Vehicle Sensor Technology © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. LIDAR Camera GPS/HD Maps Telematics Control Unit Accelerometer/Gyroscope Odometry DSRC Radar Infrared Ultrasonic
  • 49. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Some popular IoT use cases Predictive maintenance Predictive quality (eg. Video Safety, Traffic analytics) Asset condition monitoring
  • 50. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Predictive Maintenance Pinpoint AWS Greengrass IoT Rule (all data) S3 Data Lake Amazon Kinesis Firehose MES/SCADA Protocol conversion Email SMS Factory Machines Vision Snowball Kinesis Analytics Protocol conversion ML Inference Amazon SageMaker ML Models Amazon QuickSight Amazon Kinesis Streams Kinesis Firehose IoT Anomaly Data Repository Amazon Athena Amazon Athena IoTRule(alerts) Realtimeand HistoricalVisualization CloudWatch Cognito CloudTrail config IoT Cert IAM AWS IoT Core/AWS Greengrass/ AWS IoT Device Management/ AWS IoT Device Defender
  • 51. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark CloudWatch Cognito CloudTrail config IoT Cert IAM Predictive Maintenance with AWS IoT Analytics Pinpoint AWS Greengrass IoT Rule (all data) MES/SCADA Email SMS Factory Machines Vision Protocol conversion Amazon SageMaker ML Models Amazon QuickSight AWS IoT AnalyticsIoTRule(alerts) Jupyter Notebook Anomalies Protocol conversion ML Inference AWS IoT Core/AWS Greengrass/ AWS IoT Device Management/ AWS IoT Device Defender
  • 52. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark AWS IoT Analytics is a service that processes, enriches, stores, analyzes, and visualizes IoT data for manufacturers and enterprises. Analytics for IoT Devices AWS IoT Analytics IoT data is noisy and contains gaps and false readings Filter, process, transform, and enrich your data Ad-hoc queries or sophisticated IoT analytics and visualization Store raw data and processed data 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 0 1 0 ENRICHMENT10101 1 0 0 1 0 01010 01010 101001 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 01 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0101001010 101001 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1
  • 53. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Easily analyze IoT data AWS IoT Analytics Channels DatasetsPipelines Data Stores Jupyter Notebooks & Templates AWS IoT Analytics is a service that processes, enriches, stores, analyzes, and visualizes IoT data for manufacturers and enterprises.
  • 54. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Problem Wärtsilä needed to accurately predict, when the marine engines they manufactured needed to get serviced. Understanding and predicting the service schedule is vital for Wärtsilä to increase their service and parts revenue. Solution Accenture worked with AWS account SAs, AoD SAs, and Salesforce SAs to architect an IoT solution using Salesforce and AWS IoT Core to collect data and build predictive models. The solution developed is scalable and extensible beyond just this use case, as Wärtsilä has 14,000 ships with 35,000 engines installed. There are great possibilities for sensor driven IoT use cases. Impact The entire solution should result in an increase in parts/service sales for Wärtsilä and higher customer retention.
  • 55. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark CloudWatch Cognito CloudTrail config IoT Cert IAM Predictive Quality Architecture Pinpoint AWS Greengrass IoT Rule (all data) S3 Data Lake Amazon Kinesis Firehose MES/SCADA Protocol conversion Email SMS Factory Machines Vision Snowball Kinesis Analytics Protocol conversion Amazon SageMaker ML Models Amazon QuickSight Amazon Kinesis Streams Amazon Kinesis Firehose IoT Anomaly Data Repository Amazon Athena Amazon Athena IoTRule(alerts) Realtimeand HistoricalVisualization S3 Analytics short term data repository AWS IoT Core/AWS Greengrass/ AWS IoT Device Management/ AWS IoT Device Defender
  • 56. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark AWS Snowball AWS Snowball Edge AWS Snowmobile • 80TB storage capacity • 100TB storage capacity • AWS Greengrass support for local compute, messaging and caching • EC2/AMI support for edge compute • Exabyte-scale storage in a 45ft container • Dedicated security personnel • GPS tracking, alarm monitoring, 24/7 surveillance, and optional additional security AWS Snow Family
  • 57. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Service features announced • Support for EC2 sbe1 instances • Three AMIs available on AWS Marketplace • SBE1 instances feature 1.8 GHz Intel Xeon D processors, up to 24 vCPUs, 32 GiB of memory • Up to 1TB disk volumes • 1 and 3-year pricing options EC2 Compute Instances on Snowball Edge Supported EC2 instance sizes Model vCPU Mem (GiB) sbe1.small 1 1 Sbe1.medium 1 2 sbe1.large 2 4 sbe1.xlarge 4 8 sbe1.2xlarge 8 16 sbe1.4xlarge 16 32 Snowball Edge
  • 58. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark CloudWatch Cognito CloudTrail config IoT Cert IAM Predictive Quality Architecture Pinpoint AWS Greengrass IoT Rule (all data) S3 Data Lake Amazon Kinesis Firehose MES/SCADA Protocol conversion Email SMS Factory Machines Vision Snowball Kinesis Analytics Protocol conversion Amazon SageMaker ML Models Amazon QuickSight Amazon Kinesis Streams Amazon Kinesis Firehose IoT Anomaly Data Repository Amazon Athena Amazon Athena IoTRule(alerts) Realtimeand HistoricalVisualization S3 Analytics short term data repository AWS IoT Core/AWS Greengrass/ AWS IoT Device Management/ AWS IoT Device Defender
  • 59. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark CloudWatch Cognito CloudTrail config IoT Cert IAM Predictive Quality Architecture with AWS IoT Analytics Pinpoint AWS Greengrass IoT Rule (all data) MES/SCADA Protocol conversion Email SMS Factory Machines Vision Protocol conversion ML Inference ML Models Amazon QuickSight AWS IoT AnalyticsIoTRule(alerts) Jupyter Notebook Vision system images Amazon SageMaker/ Jupyter Notebook Anomalies AWS IoT Core/AWS Greengrass/ AWS IoT Device Management/ AWS IoT Device Defender
  • 60. AWS IoT Architecture Secure device connectivity and messaging Endpoints Fleet onboarding, management and SW updates Fleet audit and protection IoT data analytics and intelligence Things Sense & Act Cloud Storage & Compute Secure local triggers, actions, and data sync AWS IoT Core Gateway AWS Greengrass AWS IoT Device Management AWS IoT Device Defender Intelligence Insights & Logic → Action a:FreeRTOS a:FreeRTOS AWS IoT Analytics
  • 61. We build IoT solutions through our good friends AWS Partner Ecosystem System Integrators Network Connectivity OEM/ ODM ISVs Silicon / Chipset / Module AWS IoT building blocks Things Cloud Intelligenc e Gateways
  • 62. © 2018, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Amazon Confidential and Trademark Thank You! Craig Lawton IoT Specialist Architect, A/NZ Public Sector Amazon Web Services cclawton@amazon.com