SlideShare a Scribd company logo
1 of 31
Download to read offline
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Driving performance & security across your
industrial facility with AWS
Ryan Dsouza
Sr. AWS IoT Solution Architect
Amazon Web Services
S V C 2 0 9
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Agenda
• Lean manufacturing and OEE
• Introduction to AWS IoT SiteWise
• Calculating OEE in the cloud for all of your sites
• Reference architectures
• Industrial security
• Q&A
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Countering waste is core goal of lean manufacturing
Wastes
Defects
Over-
production
Waiting
Non-utilized
talent
Extra
processing
Transpor-
tation
Inventory
Motion
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Equipment metrics can help track waste
Overall Equipment Effectiveness (OEE)
Availability
Performance
Quality
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Prerequisites
Data collection from
facilities
Data accessibilityData labeling and
organization
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Collect,structure,andconsumedatafromindustrialsites
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
• Next level of efficiencies will come from
optimizing across sites.
• Compute metrics for thousands of assets,
across hundreds of sites in near real time.
• Serve to dashboards and applications across
your organization.
• Enable end-to-end business workflows.
Drive efficiencies across sites
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
OPC-UA: Liberate data from factories
Gateway hosting OPC-
UA server and AWS IoT
SiteWise software
package
PLC
Both PLC and
gateway plugged
into network
switch
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Representing your assets in AWS IoT SiteWise
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Representing your assets
Power Meter
Solar Panel
Ajax
PK78484
f(Voltage, Current)
f(Real Power)
CA/17/260-477
CA/17/260-478
Name:
Make:
Serial Number:
Real Power:
Efficiency:
Voltage:
Current:
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Power Meter
Solar Panel
Ajax
PK78484
f(Voltage, Current)
f(Real Power)
CA/17/260-477
CA/17/260-478
Name:
Make:
Serial Number:
Real Power:
Efficiency:
Voltage:
Current:
Asset
Representing your assets
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Representing your assets
Attributes
Power Meter
Solar Panel
Ajax
PK78484
f(Voltage, Current)
f(Real Power)
CA/17/260-477
CA/17/260-478
Name:
Make:
Serial Number:
Real Power:
Efficiency:
Voltage:
Current:
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Representing your assets
Metric
Power Meter
Solar Panel
Ajax
PK78484
f(Voltage, Current)
f(Real Power)
CA/17/260-477
CA/17/260-478
Name:
Make:
Serial Number:
Real Power:
Efficiency:
Voltage:
Current:
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Measurements
Representing your assets
Power Meter
Solar Panel
Ajax
PK78484
f(Voltage, Current)
f(Real Power)
CA/17/260-477
CA/17/260-478
Name:
Make:
Serial Number:
Real Power:
Efficiency:
Voltage:
Current:
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Representing your assets
Power Meter
CA1751-1A
320
watts
f(Power Meter)
f(Power Meter)
CA/17/260-477
Name:
Nominal Power:
Units:
Real Power:
Efficiency:
Power Meter:
Asset
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Representing your assets
Power Meter
CA1751-1A
320
watts
f(Power Meter)
f(Power Meter)
CA/17/260-477
Name:
Nominal Power:
Units:
Real Power:
Efficiency:
Power Meter:
Asset
Power Meter
Name:
Nominal Power:
Units:
Real Power:
Efficiency:
Power Meter:
Asset Template
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Representing your assets
Power Meter
CA1751-1A
320
watts
f(Power Meter)
f(Power Meter)
CA/17/260-477
Name:
Nominal Power:
Units:
Real Power:
Efficiency:
Power Meter:
Asset
Power Meter
Name:
Nominal Power:
Units:
Real Power:
Efficiency:
Power Meter:
Asset Template
Power Meter
CA1751-1C
320
watts
f(Power Meter)
f(Power Meter)
CA/17/260-479
Name:
Nominal Power:
Units:
Real Power:
Efficiency:
Power Meter:
Asset
Power Meter
CA1751-1B
320
watts
f(Power Meter)
f(Power Meter)
CA/17/260-478
Name:
Nominal Power:
Units:
Real Power:
Efficiency:
Power Meter:
Asset
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
The recipe for OEE
Asset Packer
Data from Equipment Equipment_State (reported as numerical codes, e.g., 1024)
Good_Count
Bad_Count
Equipment State
Derivations
(Transforms)
IDLE = EQ(Equipment_State, 1024)
FAULT = EQ(Equipment_State, 1020)
STOP = EQ(Equipment_State, 1000)
RUNNING = EQ(Equipment_State, 1111)
Metrics (Aggregates)
Interval Options: 5 min, 10
min, 15 min, 30 min, 1 hour,
1 day, 1 week
IDLE_TIME = STATETIME(IDLE)
FAULT_TIME = STATETIME(FAULT)
STOP_TIME = STATETIME(STOP)
RUN_TIME = STATETIME(RUNNING)
DOWN_TIME = STOP_TIME + FAULT_TIME + IDLE_TIME
AVAILABILITY = RUN_TIME / (RUN_TIME + DOWN_TIME)
QUALITY = Last(Good_Count) / Last(Good_Count) + Last(Bad_Count)
PERFORMANCE = Last(Good_Count) / RUN_TIME * 0.2
OEE = AVAILABILITY x QUALITY x PERFORMANCE
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Industrial IoT architecture objectives
▪ Achieve low latency communication between devices and hosts/gateway
▪ Support a mix of brownfield and greenfield connectivity (Modbus, OPC UA, others)
▪ Operate without a full-time cloud dependency (pub-sub, decision-making, ML inference,
more)
▪ Leverage the elasticity of Amazon Web Services (AWS) (data storage, occasional HPC, ML
model training, collaboration, more)
▪ Scale easily as your needs grow (rollout to more machines, increased frequency of
collection, additional data captured, more)
▪ Secure connectivity between AWS cloud and factory or job site
▪ Support different alert notification solutions via on-premises and AWS Cloud
▪ Data security & confidentiality, who has access, & how will the data be used
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
AWS IoT for industrial applications
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
L2 AB CIP/Modbus/OPC/other industrial protocols
ISA 95 & ISA 99 industrial edge architecture
L5 cloud
L4 ERP/SAP
L3 MES
L1 PLC
L0 industrial equipment
AWS IoT SiteWise and/or
AWS IoT Greengrass on
industrial gateway
AWS
MQTT
Telemetry channel
(MQTT)
OPC UA channel
(HTTPS)
HTTPS
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
AWS industrial IoT reference architecture
AWS IoT GreengrassMES/SCADA
Protocol
conversion
Industrial Equipment
Industrial Equipment
Protocol
conversion
AWS IoT
Greengrass
ML Inference
AWS IoT Core
Amazon QuickSight
Amazon
Athena
IoTRule(alerts)
IoT Rule (all data)
Amazon
Kinesis Data
Analytics
Amazon Kinesis
Data Streams
Amazon
Kinesis Data
Firehose
IoT Anomaly
Data Repository
Amazon S3
Data Lake
Amazon S3
Glacier
Athena
Kinesis Data
Firehose
RealTimeand
HistoricalVisualization
Amazon
CloudWatch
Amazon Cognito
AWS CloudTrail
AWS Config
AWS IoT certificate
AWS Identity
and Access
Management (IAM)
Amazon SageMakerML Models
AWS IoT Analytics
Amazon SNS
Email
SMS
AWS IoT SiteWise
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Device connectivity optionsAWS Cloud
AWS Greengrass
SiteWise Gateway
Lambda Function
OPC UA Client
IoT Thing
PLC
IoT Thing
PLC
IoT ThingIoT ThingIoT Thing
PLC
SCADAIoT ThingIoT ThingIoT Thing IoT Thing
Lambda Function
Custom Driver
IoT Thing
PLC
IoT Thing
AWS SiteWise
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Audit Alerts MitigateDetect
Validate IoT configuration
is secure
Detect anomalies in
device behavior
Know when & what to
investigate
Remediate potential
issues
AWS IoT Device Defender
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Audit your IoT resources against a set of
built-in IoT security best practices
A set of standard audit checks act on
different IoT resources:
Certificates
Policies
Connection settings
Account settings
Schedule audits (daily, weekly) or run ad
hoc audits during vulnerable periods such
as device deployments
Scheduled
Ad hoc
Audit
Validate IoT configuration
is secure
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Create security profiles for all the devices in
your account or a group of devices that have
similar behavior characteristics
Define rule-based behaviors for security
metrics and data from connected devices
and AWS IoT Core in the security profile
Detect anomalies
Identifyanomaliesin
devicebehavior
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Alerts generated based on identified
anomalies and audit findings
Alerts sent to AWS IoT Console, CloudWatch,
and Amazon SNS
Review historical and contextual information
at individual device or resource level for audit
non-compliance or device behavior
anomaly detection
View recommended actions
to minimize the impact of potential security
issues
Alerts
Knowwhenandwhat
toinvestigate
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Take actions that patch potential security
issues and make sense
for your devices and use cases
Revoke permissions
Reboot a device
Reset factory defaults
Push security fixes
Can automate actions based on Amazon
SNS
Mitigate security issues
Remediatepotentialissues
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
AWS Manufacturing Reference Architecture
Greengrass
Edge/GW
S3
Data Lake
Kinesis
MES
Factory Machines
ML
Inference
IoT Core
Sage Maker
ML
QuickSight
Business
Intelligence
Athena
Historian
Storage Gateway
EMR
EBS EC2 Batch AppStreamEBS EC2
E&D Workloads
(PLM/HPC/CAE)
Enterprise Workloads
(SAP ERP/CRM)DMS RDS
Local Servers
RedShift
Data Warehouse
DataIngestion
API
SiteWise
Snowball Edge
Smart Products
DynamoDB Lambda
IoT Core
Amazon Forecast
Plant Maint. Planning
Business Functions
Greengrass
Connectors
IoT Analytics
Timestream
Outpost
IoT Events
EC2
Lambda
Business Logic
Thank you!
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
Ryan Dsouza
Sr. AWS IoT Solution Architect

More Related Content

What's hot

Improve operations with AWS Systems Manager OpsCenter - SVC310 - New York AWS...
Improve operations with AWS Systems Manager OpsCenter - SVC310 - New York AWS...Improve operations with AWS Systems Manager OpsCenter - SVC310 - New York AWS...
Improve operations with AWS Systems Manager OpsCenter - SVC310 - New York AWS...Amazon Web Services
 
Making CI/CD pipelines safer with application monitoring and tracing - MAD202...
Making CI/CD pipelines safer with application monitoring and tracing - MAD202...Making CI/CD pipelines safer with application monitoring and tracing - MAD202...
Making CI/CD pipelines safer with application monitoring and tracing - MAD202...Amazon Web Services
 
Monitoring with container insights & anomaly detection - SVC308 - New York AW...
Monitoring with container insights & anomaly detection - SVC308 - New York AW...Monitoring with container insights & anomaly detection - SVC308 - New York AW...
Monitoring with container insights & anomaly detection - SVC308 - New York AW...Amazon Web Services
 
Connecting your devices at scale, ft. Discovery - SVC205 - New York AWS Summit
Connecting your devices at scale, ft. Discovery - SVC205 - New York AWS SummitConnecting your devices at scale, ft. Discovery - SVC205 - New York AWS Summit
Connecting your devices at scale, ft. Discovery - SVC205 - New York AWS SummitAmazon Web Services
 
Safeguard the Integrity of Your Code for Fast and Secure Deployments - SVC206...
Safeguard the Integrity of Your Code for Fast and Secure Deployments - SVC206...Safeguard the Integrity of Your Code for Fast and Secure Deployments - SVC206...
Safeguard the Integrity of Your Code for Fast and Secure Deployments - SVC206...Amazon Web Services
 
Create, map, and drive performance with Amazon FSx for Windows File Server - ...
Create, map, and drive performance with Amazon FSx for Windows File Server - ...Create, map, and drive performance with Amazon FSx for Windows File Server - ...
Create, map, and drive performance with Amazon FSx for Windows File Server - ...Amazon Web Services
 
Searching for patterns: Log analytics using Amazon ES - ADB205 - New York AWS...
Searching for patterns: Log analytics using Amazon ES - ADB205 - New York AWS...Searching for patterns: Log analytics using Amazon ES - ADB205 - New York AWS...
Searching for patterns: Log analytics using Amazon ES - ADB205 - New York AWS...Amazon Web Services
 
Migrate your Oracle and SQL Server databases to Amazon RDS - ADB210 - New Yor...
Migrate your Oracle and SQL Server databases to Amazon RDS - ADB210 - New Yor...Migrate your Oracle and SQL Server databases to Amazon RDS - ADB210 - New Yor...
Migrate your Oracle and SQL Server databases to Amazon RDS - ADB210 - New Yor...Amazon Web Services
 
Running Amazon EC2 workloads at scale - CMP301 - New York AWS Summit
Running Amazon EC2 workloads at scale - CMP301 - New York AWS SummitRunning Amazon EC2 workloads at scale - CMP301 - New York AWS Summit
Running Amazon EC2 workloads at scale - CMP301 - New York AWS SummitAmazon Web Services
 
How to act on security and compliance alerts with AWS Security Hub - SEC202 -...
How to act on security and compliance alerts with AWS Security Hub - SEC202 -...How to act on security and compliance alerts with AWS Security Hub - SEC202 -...
How to act on security and compliance alerts with AWS Security Hub - SEC202 -...Amazon Web Services
 
Gain visibility & real-time actionable security alerts with VPC Flow Logs & A...
Gain visibility & real-time actionable security alerts with VPC Flow Logs & A...Gain visibility & real-time actionable security alerts with VPC Flow Logs & A...
Gain visibility & real-time actionable security alerts with VPC Flow Logs & A...Amazon Web Services
 
Accelerate database development and testing with Amazon Aurora - ADB208 - New...
Accelerate database development and testing with Amazon Aurora - ADB208 - New...Accelerate database development and testing with Amazon Aurora - ADB208 - New...
Accelerate database development and testing with Amazon Aurora - ADB208 - New...Amazon Web Services
 
Network visibility into the traffic traversing your AWS infrastructure - SVC2...
Network visibility into the traffic traversing your AWS infrastructure - SVC2...Network visibility into the traffic traversing your AWS infrastructure - SVC2...
Network visibility into the traffic traversing your AWS infrastructure - SVC2...Amazon Web Services
 
Mythical Mysfits: Build & collaborate on a modern web application on AWS - MA...
Mythical Mysfits: Build & collaborate on a modern web application on AWS - MA...Mythical Mysfits: Build & collaborate on a modern web application on AWS - MA...
Mythical Mysfits: Build & collaborate on a modern web application on AWS - MA...Amazon Web Services
 
Continuous security monitoring and threat detection with AWS services - SEC20...
Continuous security monitoring and threat detection with AWS services - SEC20...Continuous security monitoring and threat detection with AWS services - SEC20...
Continuous security monitoring and threat detection with AWS services - SEC20...Amazon Web Services
 
Exploring the fundamentals of AWS networking - SVC211 - New York AWS Summit
Exploring the fundamentals of AWS networking - SVC211 - New York AWS SummitExploring the fundamentals of AWS networking - SVC211 - New York AWS Summit
Exploring the fundamentals of AWS networking - SVC211 - New York AWS SummitAmazon Web Services
 
Scalable serverless architectures using event-driven design - MAD301 - Atlant...
Scalable serverless architectures using event-driven design - MAD301 - Atlant...Scalable serverless architectures using event-driven design - MAD301 - Atlant...
Scalable serverless architectures using event-driven design - MAD301 - Atlant...Amazon Web Services
 
How to go from zero to data lakes in days - ADB202 - New York AWS Summit
How to go from zero to data lakes in days - ADB202 - New York AWS SummitHow to go from zero to data lakes in days - ADB202 - New York AWS Summit
How to go from zero to data lakes in days - ADB202 - New York AWS SummitAmazon Web Services
 
Deep dive on AWS Cloud storage offerings - What to use, where, and why - STG3...
Deep dive on AWS Cloud storage offerings - What to use, where, and why - STG3...Deep dive on AWS Cloud storage offerings - What to use, where, and why - STG3...
Deep dive on AWS Cloud storage offerings - What to use, where, and why - STG3...Amazon Web Services
 

What's hot (20)

Improve operations with AWS Systems Manager OpsCenter - SVC310 - New York AWS...
Improve operations with AWS Systems Manager OpsCenter - SVC310 - New York AWS...Improve operations with AWS Systems Manager OpsCenter - SVC310 - New York AWS...
Improve operations with AWS Systems Manager OpsCenter - SVC310 - New York AWS...
 
Making CI/CD pipelines safer with application monitoring and tracing - MAD202...
Making CI/CD pipelines safer with application monitoring and tracing - MAD202...Making CI/CD pipelines safer with application monitoring and tracing - MAD202...
Making CI/CD pipelines safer with application monitoring and tracing - MAD202...
 
Monitoring with container insights & anomaly detection - SVC308 - New York AW...
Monitoring with container insights & anomaly detection - SVC308 - New York AW...Monitoring with container insights & anomaly detection - SVC308 - New York AW...
Monitoring with container insights & anomaly detection - SVC308 - New York AW...
 
Connecting your devices at scale, ft. Discovery - SVC205 - New York AWS Summit
Connecting your devices at scale, ft. Discovery - SVC205 - New York AWS SummitConnecting your devices at scale, ft. Discovery - SVC205 - New York AWS Summit
Connecting your devices at scale, ft. Discovery - SVC205 - New York AWS Summit
 
Safeguard the Integrity of Your Code for Fast and Secure Deployments - SVC206...
Safeguard the Integrity of Your Code for Fast and Secure Deployments - SVC206...Safeguard the Integrity of Your Code for Fast and Secure Deployments - SVC206...
Safeguard the Integrity of Your Code for Fast and Secure Deployments - SVC206...
 
Create, map, and drive performance with Amazon FSx for Windows File Server - ...
Create, map, and drive performance with Amazon FSx for Windows File Server - ...Create, map, and drive performance with Amazon FSx for Windows File Server - ...
Create, map, and drive performance with Amazon FSx for Windows File Server - ...
 
Searching for patterns: Log analytics using Amazon ES - ADB205 - New York AWS...
Searching for patterns: Log analytics using Amazon ES - ADB205 - New York AWS...Searching for patterns: Log analytics using Amazon ES - ADB205 - New York AWS...
Searching for patterns: Log analytics using Amazon ES - ADB205 - New York AWS...
 
Migrate your Oracle and SQL Server databases to Amazon RDS - ADB210 - New Yor...
Migrate your Oracle and SQL Server databases to Amazon RDS - ADB210 - New Yor...Migrate your Oracle and SQL Server databases to Amazon RDS - ADB210 - New Yor...
Migrate your Oracle and SQL Server databases to Amazon RDS - ADB210 - New Yor...
 
Running Amazon EC2 workloads at scale - CMP301 - New York AWS Summit
Running Amazon EC2 workloads at scale - CMP301 - New York AWS SummitRunning Amazon EC2 workloads at scale - CMP301 - New York AWS Summit
Running Amazon EC2 workloads at scale - CMP301 - New York AWS Summit
 
How to act on security and compliance alerts with AWS Security Hub - SEC202 -...
How to act on security and compliance alerts with AWS Security Hub - SEC202 -...How to act on security and compliance alerts with AWS Security Hub - SEC202 -...
How to act on security and compliance alerts with AWS Security Hub - SEC202 -...
 
Serverless Functions Deep Dive
Serverless Functions Deep DiveServerless Functions Deep Dive
Serverless Functions Deep Dive
 
Gain visibility & real-time actionable security alerts with VPC Flow Logs & A...
Gain visibility & real-time actionable security alerts with VPC Flow Logs & A...Gain visibility & real-time actionable security alerts with VPC Flow Logs & A...
Gain visibility & real-time actionable security alerts with VPC Flow Logs & A...
 
Accelerate database development and testing with Amazon Aurora - ADB208 - New...
Accelerate database development and testing with Amazon Aurora - ADB208 - New...Accelerate database development and testing with Amazon Aurora - ADB208 - New...
Accelerate database development and testing with Amazon Aurora - ADB208 - New...
 
Network visibility into the traffic traversing your AWS infrastructure - SVC2...
Network visibility into the traffic traversing your AWS infrastructure - SVC2...Network visibility into the traffic traversing your AWS infrastructure - SVC2...
Network visibility into the traffic traversing your AWS infrastructure - SVC2...
 
Mythical Mysfits: Build & collaborate on a modern web application on AWS - MA...
Mythical Mysfits: Build & collaborate on a modern web application on AWS - MA...Mythical Mysfits: Build & collaborate on a modern web application on AWS - MA...
Mythical Mysfits: Build & collaborate on a modern web application on AWS - MA...
 
Continuous security monitoring and threat detection with AWS services - SEC20...
Continuous security monitoring and threat detection with AWS services - SEC20...Continuous security monitoring and threat detection with AWS services - SEC20...
Continuous security monitoring and threat detection with AWS services - SEC20...
 
Exploring the fundamentals of AWS networking - SVC211 - New York AWS Summit
Exploring the fundamentals of AWS networking - SVC211 - New York AWS SummitExploring the fundamentals of AWS networking - SVC211 - New York AWS Summit
Exploring the fundamentals of AWS networking - SVC211 - New York AWS Summit
 
Scalable serverless architectures using event-driven design - MAD301 - Atlant...
Scalable serverless architectures using event-driven design - MAD301 - Atlant...Scalable serverless architectures using event-driven design - MAD301 - Atlant...
Scalable serverless architectures using event-driven design - MAD301 - Atlant...
 
How to go from zero to data lakes in days - ADB202 - New York AWS Summit
How to go from zero to data lakes in days - ADB202 - New York AWS SummitHow to go from zero to data lakes in days - ADB202 - New York AWS Summit
How to go from zero to data lakes in days - ADB202 - New York AWS Summit
 
Deep dive on AWS Cloud storage offerings - What to use, where, and why - STG3...
Deep dive on AWS Cloud storage offerings - What to use, where, and why - STG3...Deep dive on AWS Cloud storage offerings - What to use, where, and why - STG3...
Deep dive on AWS Cloud storage offerings - What to use, where, and why - STG3...
 

Similar to Driving Industrial Performance and Security with AWS IoT

Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...
Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...
Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...Amazon Web Services
 
Driving OEE with AWS IoT SiteWise - SVC204 - Atlanta AWS Summit
Driving OEE with AWS IoT SiteWise - SVC204 - Atlanta AWS SummitDriving OEE with AWS IoT SiteWise - SVC204 - Atlanta AWS Summit
Driving OEE with AWS IoT SiteWise - SVC204 - Atlanta AWS SummitAmazon Web Services
 
Extracting Insights from Industrial Data Using AWS IoT Services (IOT368) - AW...
Extracting Insights from Industrial Data Using AWS IoT Services (IOT368) - AW...Extracting Insights from Industrial Data Using AWS IoT Services (IOT368) - AW...
Extracting Insights from Industrial Data Using AWS IoT Services (IOT368) - AW...Amazon Web Services
 
Using AWS IoT & Amazon SageMaker to Improve Manufacturing Operations - SVC204...
Using AWS IoT & Amazon SageMaker to Improve Manufacturing Operations - SVC204...Using AWS IoT & Amazon SageMaker to Improve Manufacturing Operations - SVC204...
Using AWS IoT & Amazon SageMaker to Improve Manufacturing Operations - SVC204...Amazon Web Services
 
AWS IoT services: Extract value for industrial applications - SVC202 - Mexico...
AWS IoT services: Extract value for industrial applications - SVC202 - Mexico...AWS IoT services: Extract value for industrial applications - SVC202 - Mexico...
AWS IoT services: Extract value for industrial applications - SVC202 - Mexico...Amazon Web Services
 
Connecting low-power devices to the cloud with Amazon FreeRTOS BLE - SVC206 -...
Connecting low-power devices to the cloud with Amazon FreeRTOS BLE - SVC206 -...Connecting low-power devices to the cloud with Amazon FreeRTOS BLE - SVC206 -...
Connecting low-power devices to the cloud with Amazon FreeRTOS BLE - SVC206 -...Amazon Web Services
 
AWS IoT services - Extract value for industrial applications - SVC205 - Santa...
AWS IoT services - Extract value for industrial applications - SVC205 - Santa...AWS IoT services - Extract value for industrial applications - SVC205 - Santa...
AWS IoT services - Extract value for industrial applications - SVC205 - Santa...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
 
Getting started with AWS IoT Core - SVC306 - New York AWS Summit
Getting started with AWS IoT Core - SVC306 - New York AWS SummitGetting started with AWS IoT Core - SVC306 - New York AWS Summit
Getting started with AWS IoT Core - SVC306 - New York AWS SummitAmazon Web Services
 
Detecting and responding to critical events with AWS IoT Events - SVC205 - Ch...
Detecting and responding to critical events with AWS IoT Events - SVC205 - Ch...Detecting and responding to critical events with AWS IoT Events - SVC205 - Ch...
Detecting and responding to critical events with AWS IoT Events - SVC205 - Ch...Amazon Web Services
 
Deploying AWS IoT-managed devices in an industrial setting - SVC302 - Atlanta...
Deploying AWS IoT-managed devices in an industrial setting - SVC302 - Atlanta...Deploying AWS IoT-managed devices in an industrial setting - SVC302 - Atlanta...
Deploying AWS IoT-managed devices in an industrial setting - SVC302 - Atlanta...Amazon Web Services
 
Connecting buildings to new opportunities with AWS IoT - SVC204 - New York AW...
Connecting buildings to new opportunities with AWS IoT - SVC204 - New York AW...Connecting buildings to new opportunities with AWS IoT - SVC204 - New York AW...
Connecting buildings to new opportunities with AWS IoT - SVC204 - New York AW...Amazon Web Services
 
Machine learning at the edge for industrial applications - SVC302 - New York ...
Machine learning at the edge for industrial applications - SVC302 - New York ...Machine learning at the edge for industrial applications - SVC302 - New York ...
Machine learning at the edge for industrial applications - SVC302 - New York ...Amazon Web Services
 
Securing the edge with AWS IoT services - FND330 - AWS re:Inforce 2019
Securing the edge with AWS IoT services - FND330 - AWS re:Inforce 2019 Securing the edge with AWS IoT services - FND330 - AWS re:Inforce 2019
Securing the edge with AWS IoT services - FND330 - AWS re:Inforce 2019 Amazon Web Services
 
What’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT ServicesWhat’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT ServicesAmazon Web Services
 
What’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT ServicesWhat’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT ServicesAmazon Web Services
 
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 SummitAmazon Web Services
 
Building Data Lakes for Analytics on AWS - ADB201 - Anaheim AWS Summit
Building Data Lakes for Analytics on AWS - ADB201 - Anaheim AWS SummitBuilding Data Lakes for Analytics on AWS - ADB201 - Anaheim AWS Summit
Building Data Lakes for Analytics on AWS - ADB201 - Anaheim AWS SummitAmazon Web Services
 
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 2018Amazon Web Services
 

Similar to Driving Industrial Performance and Security with AWS IoT (20)

Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...
Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...
Driving Overall Equipment Effectiveness with AWS IoT SiteWise - SVC213 - Chic...
 
Driving OEE with AWS IoT SiteWise - SVC204 - Atlanta AWS Summit
Driving OEE with AWS IoT SiteWise - SVC204 - Atlanta AWS SummitDriving OEE with AWS IoT SiteWise - SVC204 - Atlanta AWS Summit
Driving OEE with AWS IoT SiteWise - SVC204 - Atlanta AWS Summit
 
Extracting Insights from Industrial Data Using AWS IoT Services (IOT368) - AW...
Extracting Insights from Industrial Data Using AWS IoT Services (IOT368) - AW...Extracting Insights from Industrial Data Using AWS IoT Services (IOT368) - AW...
Extracting Insights from Industrial Data Using AWS IoT Services (IOT368) - AW...
 
AWS and industrial IoT
AWS and industrial IoTAWS and industrial IoT
AWS and industrial IoT
 
Using AWS IoT & Amazon SageMaker to Improve Manufacturing Operations - SVC204...
Using AWS IoT & Amazon SageMaker to Improve Manufacturing Operations - SVC204...Using AWS IoT & Amazon SageMaker to Improve Manufacturing Operations - SVC204...
Using AWS IoT & Amazon SageMaker to Improve Manufacturing Operations - SVC204...
 
AWS IoT services: Extract value for industrial applications - SVC202 - Mexico...
AWS IoT services: Extract value for industrial applications - SVC202 - Mexico...AWS IoT services: Extract value for industrial applications - SVC202 - Mexico...
AWS IoT services: Extract value for industrial applications - SVC202 - Mexico...
 
Connecting low-power devices to the cloud with Amazon FreeRTOS BLE - SVC206 -...
Connecting low-power devices to the cloud with Amazon FreeRTOS BLE - SVC206 -...Connecting low-power devices to the cloud with Amazon FreeRTOS BLE - SVC206 -...
Connecting low-power devices to the cloud with Amazon FreeRTOS BLE - SVC206 -...
 
AWS IoT services - Extract value for industrial applications - SVC205 - Santa...
AWS IoT services - Extract value for industrial applications - SVC205 - Santa...AWS IoT services - Extract value for industrial applications - SVC205 - Santa...
AWS IoT services - Extract value for industrial applications - SVC205 - Santa...
 
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...
 
Getting started with AWS IoT Core - SVC306 - New York AWS Summit
Getting started with AWS IoT Core - SVC306 - New York AWS SummitGetting started with AWS IoT Core - SVC306 - New York AWS Summit
Getting started with AWS IoT Core - SVC306 - New York AWS Summit
 
Detecting and responding to critical events with AWS IoT Events - SVC205 - Ch...
Detecting and responding to critical events with AWS IoT Events - SVC205 - Ch...Detecting and responding to critical events with AWS IoT Events - SVC205 - Ch...
Detecting and responding to critical events with AWS IoT Events - SVC205 - Ch...
 
Deploying AWS IoT-managed devices in an industrial setting - SVC302 - Atlanta...
Deploying AWS IoT-managed devices in an industrial setting - SVC302 - Atlanta...Deploying AWS IoT-managed devices in an industrial setting - SVC302 - Atlanta...
Deploying AWS IoT-managed devices in an industrial setting - SVC302 - Atlanta...
 
Connecting buildings to new opportunities with AWS IoT - SVC204 - New York AW...
Connecting buildings to new opportunities with AWS IoT - SVC204 - New York AW...Connecting buildings to new opportunities with AWS IoT - SVC204 - New York AW...
Connecting buildings to new opportunities with AWS IoT - SVC204 - New York AW...
 
Machine learning at the edge for industrial applications - SVC302 - New York ...
Machine learning at the edge for industrial applications - SVC302 - New York ...Machine learning at the edge for industrial applications - SVC302 - New York ...
Machine learning at the edge for industrial applications - SVC302 - New York ...
 
Securing the edge with AWS IoT services - FND330 - AWS re:Inforce 2019
Securing the edge with AWS IoT services - FND330 - AWS re:Inforce 2019 Securing the edge with AWS IoT services - FND330 - AWS re:Inforce 2019
Securing the edge with AWS IoT services - FND330 - AWS re:Inforce 2019
 
What’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT ServicesWhat’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT Services
 
What’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT ServicesWhat’s New with Device Qualification Program and IoT Services
What’s New with Device Qualification Program and IoT Services
 
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
 
Building Data Lakes for Analytics on AWS - ADB201 - Anaheim AWS Summit
Building Data Lakes for Analytics on AWS - ADB201 - Anaheim AWS SummitBuilding Data Lakes for Analytics on AWS - ADB201 - Anaheim AWS Summit
Building Data Lakes for Analytics on AWS - ADB201 - Anaheim AWS Summit
 
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
 

More from Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Amazon Web Services
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsAmazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareAmazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSAmazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAmazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareAmazon Web Services
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWSAmazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...Amazon Web Services
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceAmazon Web Services
 

More from Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

Driving Industrial Performance and Security with AWS IoT

  • 1. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Driving performance & security across your industrial facility with AWS Ryan Dsouza Sr. AWS IoT Solution Architect Amazon Web Services S V C 2 0 9
  • 2. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Agenda • Lean manufacturing and OEE • Introduction to AWS IoT SiteWise • Calculating OEE in the cloud for all of your sites • Reference architectures • Industrial security • Q&A
  • 3. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Countering waste is core goal of lean manufacturing Wastes Defects Over- production Waiting Non-utilized talent Extra processing Transpor- tation Inventory Motion
  • 4. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Equipment metrics can help track waste Overall Equipment Effectiveness (OEE) Availability Performance Quality
  • 5. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Prerequisites Data collection from facilities Data accessibilityData labeling and organization
  • 6. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Collect,structure,andconsumedatafromindustrialsites
  • 7. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T • Next level of efficiencies will come from optimizing across sites. • Compute metrics for thousands of assets, across hundreds of sites in near real time. • Serve to dashboards and applications across your organization. • Enable end-to-end business workflows. Drive efficiencies across sites
  • 8. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T OPC-UA: Liberate data from factories Gateway hosting OPC- UA server and AWS IoT SiteWise software package PLC Both PLC and gateway plugged into network switch
  • 9. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Representing your assets in AWS IoT SiteWise
  • 10. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Representing your assets Power Meter Solar Panel Ajax PK78484 f(Voltage, Current) f(Real Power) CA/17/260-477 CA/17/260-478 Name: Make: Serial Number: Real Power: Efficiency: Voltage: Current:
  • 11. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Power Meter Solar Panel Ajax PK78484 f(Voltage, Current) f(Real Power) CA/17/260-477 CA/17/260-478 Name: Make: Serial Number: Real Power: Efficiency: Voltage: Current: Asset Representing your assets
  • 12. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Representing your assets Attributes Power Meter Solar Panel Ajax PK78484 f(Voltage, Current) f(Real Power) CA/17/260-477 CA/17/260-478 Name: Make: Serial Number: Real Power: Efficiency: Voltage: Current:
  • 13. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Representing your assets Metric Power Meter Solar Panel Ajax PK78484 f(Voltage, Current) f(Real Power) CA/17/260-477 CA/17/260-478 Name: Make: Serial Number: Real Power: Efficiency: Voltage: Current:
  • 14. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Measurements Representing your assets Power Meter Solar Panel Ajax PK78484 f(Voltage, Current) f(Real Power) CA/17/260-477 CA/17/260-478 Name: Make: Serial Number: Real Power: Efficiency: Voltage: Current:
  • 15. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Representing your assets Power Meter CA1751-1A 320 watts f(Power Meter) f(Power Meter) CA/17/260-477 Name: Nominal Power: Units: Real Power: Efficiency: Power Meter: Asset
  • 16. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Representing your assets Power Meter CA1751-1A 320 watts f(Power Meter) f(Power Meter) CA/17/260-477 Name: Nominal Power: Units: Real Power: Efficiency: Power Meter: Asset Power Meter Name: Nominal Power: Units: Real Power: Efficiency: Power Meter: Asset Template
  • 17. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Representing your assets Power Meter CA1751-1A 320 watts f(Power Meter) f(Power Meter) CA/17/260-477 Name: Nominal Power: Units: Real Power: Efficiency: Power Meter: Asset Power Meter Name: Nominal Power: Units: Real Power: Efficiency: Power Meter: Asset Template Power Meter CA1751-1C 320 watts f(Power Meter) f(Power Meter) CA/17/260-479 Name: Nominal Power: Units: Real Power: Efficiency: Power Meter: Asset Power Meter CA1751-1B 320 watts f(Power Meter) f(Power Meter) CA/17/260-478 Name: Nominal Power: Units: Real Power: Efficiency: Power Meter: Asset
  • 18. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T The recipe for OEE Asset Packer Data from Equipment Equipment_State (reported as numerical codes, e.g., 1024) Good_Count Bad_Count Equipment State Derivations (Transforms) IDLE = EQ(Equipment_State, 1024) FAULT = EQ(Equipment_State, 1020) STOP = EQ(Equipment_State, 1000) RUNNING = EQ(Equipment_State, 1111) Metrics (Aggregates) Interval Options: 5 min, 10 min, 15 min, 30 min, 1 hour, 1 day, 1 week IDLE_TIME = STATETIME(IDLE) FAULT_TIME = STATETIME(FAULT) STOP_TIME = STATETIME(STOP) RUN_TIME = STATETIME(RUNNING) DOWN_TIME = STOP_TIME + FAULT_TIME + IDLE_TIME AVAILABILITY = RUN_TIME / (RUN_TIME + DOWN_TIME) QUALITY = Last(Good_Count) / Last(Good_Count) + Last(Bad_Count) PERFORMANCE = Last(Good_Count) / RUN_TIME * 0.2 OEE = AVAILABILITY x QUALITY x PERFORMANCE
  • 19. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T
  • 20. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Industrial IoT architecture objectives ▪ Achieve low latency communication between devices and hosts/gateway ▪ Support a mix of brownfield and greenfield connectivity (Modbus, OPC UA, others) ▪ Operate without a full-time cloud dependency (pub-sub, decision-making, ML inference, more) ▪ Leverage the elasticity of Amazon Web Services (AWS) (data storage, occasional HPC, ML model training, collaboration, more) ▪ Scale easily as your needs grow (rollout to more machines, increased frequency of collection, additional data captured, more) ▪ Secure connectivity between AWS cloud and factory or job site ▪ Support different alert notification solutions via on-premises and AWS Cloud ▪ Data security & confidentiality, who has access, & how will the data be used
  • 21. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T AWS IoT for industrial applications
  • 22. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T L2 AB CIP/Modbus/OPC/other industrial protocols ISA 95 & ISA 99 industrial edge architecture L5 cloud L4 ERP/SAP L3 MES L1 PLC L0 industrial equipment AWS IoT SiteWise and/or AWS IoT Greengrass on industrial gateway AWS MQTT Telemetry channel (MQTT) OPC UA channel (HTTPS) HTTPS
  • 23. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T AWS industrial IoT reference architecture AWS IoT GreengrassMES/SCADA Protocol conversion Industrial Equipment Industrial Equipment Protocol conversion AWS IoT Greengrass ML Inference AWS IoT Core Amazon QuickSight Amazon Athena IoTRule(alerts) IoT Rule (all data) Amazon Kinesis Data Analytics Amazon Kinesis Data Streams Amazon Kinesis Data Firehose IoT Anomaly Data Repository Amazon S3 Data Lake Amazon S3 Glacier Athena Kinesis Data Firehose RealTimeand HistoricalVisualization Amazon CloudWatch Amazon Cognito AWS CloudTrail AWS Config AWS IoT certificate AWS Identity and Access Management (IAM) Amazon SageMakerML Models AWS IoT Analytics Amazon SNS Email SMS AWS IoT SiteWise
  • 24. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Device connectivity optionsAWS Cloud AWS Greengrass SiteWise Gateway Lambda Function OPC UA Client IoT Thing PLC IoT Thing PLC IoT ThingIoT ThingIoT Thing PLC SCADAIoT ThingIoT ThingIoT Thing IoT Thing Lambda Function Custom Driver IoT Thing PLC IoT Thing AWS SiteWise
  • 25. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Audit Alerts MitigateDetect Validate IoT configuration is secure Detect anomalies in device behavior Know when & what to investigate Remediate potential issues AWS IoT Device Defender
  • 26. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Audit your IoT resources against a set of built-in IoT security best practices A set of standard audit checks act on different IoT resources: Certificates Policies Connection settings Account settings Schedule audits (daily, weekly) or run ad hoc audits during vulnerable periods such as device deployments Scheduled Ad hoc Audit Validate IoT configuration is secure
  • 27. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Create security profiles for all the devices in your account or a group of devices that have similar behavior characteristics Define rule-based behaviors for security metrics and data from connected devices and AWS IoT Core in the security profile Detect anomalies Identifyanomaliesin devicebehavior
  • 28. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Alerts generated based on identified anomalies and audit findings Alerts sent to AWS IoT Console, CloudWatch, and Amazon SNS Review historical and contextual information at individual device or resource level for audit non-compliance or device behavior anomaly detection View recommended actions to minimize the impact of potential security issues Alerts Knowwhenandwhat toinvestigate
  • 29. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Take actions that patch potential security issues and make sense for your devices and use cases Revoke permissions Reboot a device Reset factory defaults Push security fixes Can automate actions based on Amazon SNS Mitigate security issues Remediatepotentialissues
  • 30. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T AWS Manufacturing Reference Architecture Greengrass Edge/GW S3 Data Lake Kinesis MES Factory Machines ML Inference IoT Core Sage Maker ML QuickSight Business Intelligence Athena Historian Storage Gateway EMR EBS EC2 Batch AppStreamEBS EC2 E&D Workloads (PLM/HPC/CAE) Enterprise Workloads (SAP ERP/CRM)DMS RDS Local Servers RedShift Data Warehouse DataIngestion API SiteWise Snowball Edge Smart Products DynamoDB Lambda IoT Core Amazon Forecast Plant Maint. Planning Business Functions Greengrass Connectors IoT Analytics Timestream Outpost IoT Events EC2 Lambda Business Logic
  • 31. Thank you! © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.S U M M I T Ryan Dsouza Sr. AWS IoT Solution Architect