SlideShare a Scribd company logo
1 of 73
Download to read offline
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Implementing Multi-region AWS IoT
Olawale Oladehin
Sr. Solutions Architect
AWS
I o T 4 0 1
Lucas Starrett
Cloud Solutions Architect
Analog Devices
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
What will you learn
Why multi-region?
Foundation for multi-region with AWS IoT
Variations of multi-region architectures
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Why multi-region IoT?
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
What makes IoT unique for multi-region?
Device
WebsiteUser
• Constrained devices
• Recovery logic is pre-programmed
• Global logistics and provisioning
• Computers and servers
• User-driven retry logic
• Web-based UI
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Where the focus will be?
AWS Cloud
Communication Layer
Provisioning Layer
Ingestion Layer
Applications Layer
Analytics Layer
Edge Layer
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Where the focus will be?
AWS Cloud
Communication Layer
Provisioning Layer
Ingestion Layer
Applications Layer
Analytics Layer
Edge Layer
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Table stakes for going multi-region
• AWS account and region structure
• Bootstrapping and device configuration
• Over-the-air updates
• Single region resiliency
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
How many AWS accounts do you need to deploy
your IoT application?
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
One account for all regions
AWS account
us-east-1 us-east-2 eu-west-1 eu-central-1
Pros
• Decreased replication complexity
Cons
• Increased blast radius for account users
• Implicit mapping of failover regions
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Isolate Accounts By Regions
AWS Account
us-east-1
AWS Account
us-east-2
One Account Per Region
• Smallest Blast Radius for Account Users
• Increased Complexity for Replication
AWS Account
us-east-1 us-east-2
One Account Per Deployment
• Discrete Mapping of Accounts to
Regions
• Smaller Blast Radius for Account Users
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
How do you programmatically configure your device
settings and identity?
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Bootstrapping and Device Configuration
• Global Endpoint
• Device Configuration
• Use Your Own Certificate Authority (CA) for Device
Certificates
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Bootstrapping—HTTP architecture
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Bootstrapping – HTTP Response
{
"endpoints": [{
"endpont":"XXXXX.iot.us-east-1.amazonaws.com",
"CAs": [ "-----BEGIN CERTIFICATE-----cert-contents-----END CERTIFICATE-----"],
"primary":true,
"retry":5
}],
"topics": [
"configurations": "cmd/123/config/456/",
"sensor": ”data/123/456/"
]
}
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Bootstrapping – HTTP Response
{
"endpoints": [{
"endpont":"XXXXX.iot.us-east-1.amazonaws.com",
"CAs": [ "-----BEGIN CERTIFICATE-----cert-contents-----END CERTIFICATE-----"],
"primary":true,
"retry":5
}],
"topics": [
"configurations": "cmd/123/config/456/",
"sensor": "data/123/456/"
]
}
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Bootstrapping – HTTP Response
{
"endpoints": [{
"endpont":"XXXXX.iot.us-east-1.amazonaws.com",
"CAs": [ "-----BEGIN CERTIFICATE-----cert-contents-----END CERTIFICATE-----"],
"primary":true,
"retry":5
}],
"topics": [
"configurations": "cmd/123/config/456/",
"sensor": "data/123/456/"
]
}
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Why use your own CA?
• AWS IoT-generated certificates are regional
• Customer-generated certificates can be provisioned in
multiple regions
Bring your own certificate
Just-in-time registration
Just-in-time provisioning
Bulk provisioning templates
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
How do you build resiliency into your IoT application?
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Single-region resiliency
AWS IoT Rules Engine Error Action
Using multiple upstream AWS IoT rules
Using services that leverage multiple Availability Zones (AZs)
Have retry logic in the cloud
Retry logic in the device SDK for the IoT broker
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Implement retry logic in your device
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
How do you update already deployed devices?
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Overview the air (OTA) Updates
• Ability to update devices
proactively
• Ability to failover devices based
on cloud-side logic
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Recap on the table stakes
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Who Is ADI?
A leader with a cutting-edge
portfolio of analog and mixed-
signal technologies and
solutions
A fusion of deep domain
knowledge and technical
expertise
A collaborative partner and
trusted ally dedicated to
helping customers succeed
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Sense Measure Connect Power Interpret Secure
Bridging the Physical and Digital Worlds
More valuable and trusted insights to make
decisions, take action, and see better
outcomes.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
ADI Argus-M: Machine Health Monitoring
Edge Node Wireless
Network
Gateway ADI Cloud Analytics User
Interface
• Edge processing
• Battery operated:
reliable, long
lifetime, and low
maintenance
• High reliability
• Operates in harsh
industrial
environments
• Multiple protocol
support (Ethernet
and cellular)
• Data aggregation
for easy
integration
• Secure device
management
• Scalable
infrastructure
• Continuous
machine
monitoring and
characterization
• Ongoing
adaptation for
improved uptime
• Intuitive user
experience from
deployment to
operation
• View status and
interpret results
easily
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Argus-M Deployment
Edge nodes monitor water pump
motors at ADI’s manufacturing
facility
• 15 edge nodes monitoring 13 assets
• Bearing vibration summary data sent
semi frequently; raw vibration data
sent infrequently
• Mesh networked edge nodes with
multiyear battery life
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Some of our multi-region IoT requirements
• Must be able to operate devices in multiple AWS regions best suited to
customer or installation geolocation
• Must be able to operate devices in multiple AWS regions without re-
provisioning device keys and certificates
• Must be able to migrate devices and dispatch OTA updates to devices in
multiple AWS regions without physically interacting with devices
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Device connection to AWS IoT and device activation and
association with an application are separated into two distinct
steps
AWS Cloud
Region
ClaimADI CA
JIT Register
IoT Device Registration and Claiming Pattern
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Device is equipped from manufacturing to register with any operational
region using its manufacturing-provisioned certificate
AWS Cloud
Region 1
JIT Register
ADI CA
Region 2
ADI CA
Create Thing
and attach
restricted
policy
Provision
device
certificate
and initial
endpoint(s)
IoT Device Registration Flow
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Issuer: C=US, ST=MA, L=Boston, O=ADI, OU=IoT, CN=RegisteredCA
Subject: C=US, ST=MA, L=Boston, O=ADI, OU=IoT,
CN={"id":"uniqueDeviceId", ”sku":"2563X01189"}
Subject Public Key Info:
Public Key Algorithm: id-ecPublicKey
Public-Key: (384 bit)
pub:
04:17:53:67:a9:eb:be:c6:10:c2:d8:67:df:55:4a:
Extensible Common Name Field for JIT registration
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Registered device is associated with an owner and activated for use via claiming
AWS Cloud
Region 1
ADI CA
Region 2
ADI CA
Associate with
org and attach
operational
policy
Logged in user
claims device
for use
IoT Device Claiming Flow
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Registering in multiple regions does not require multiple certificates
AWS Cloud
Region 1
ADI CA
Region 2
ADI CA
JIT Register in
multiple
regions with
single cert
Create Thing
and attach
restricted
policy
Create Thing
and attach
restricted
policy
Registration and Claiming Multi-Region Agility
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Devices can be registered and claimed in multiple regions to support failover
AWS Cloud
Region 1
ADI CA
Region 2
ADI CA
Associate with
org and attach
operational
policy
Associate with
org and attach
operational
policy
Application
sends claim
commands to
both regions
Registration and Claiming Multi-Region Agility
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Devices can be instructed to migrate to a new region via an IoT Job
AWS Cloud
Region 1
ADI CA
Region 2
ADI CA
Accept region
migration job
and register
in new region
Create Thing
and attach
restricted
policy
Registration and Claiming Multi-Region Agility
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
• The JIT multi-region registration pattern requires the device to connect first to
each region in order to register
• Using AWS IoT Jobs for region switching events requires tricky choreography
• To leverage bootstrapping pattern for dynamically configuring device MQTT
endpoints on first boot, device must support HTTP
• Devices that connect through a gateway and not directly to AWS IoT via a
certificate cannot take advantage of the JIT registration pattern
• Extended attributes of devices and groups stored in DynamoDB tables must be
accounted for in preparation for migration of failover events
Current Multi-Region Limitations and Challenges
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
• Managing and registering our own CA with AWS IoT in multiple regions and
taking advantage of the JIT registration pattern enhances multi-region
flexibility for our devices
• Separating device registration and device claiming into two distinct steps
further enhances multi-region flexibility
• IoT Jobs can be leveraged to instruct devices to migrate between regions or
update failover configurations
• Building on AWS IoT makes deploying our IoT applications at a global scale
possible!
Summary
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Multi-Region Strategy - Comparison
Active/Passive
• Registry replication
• Certificate replication
• Pilot light infrastructure
• Data pinned to region
• Process data in the active
region
Active/Active
• Registry replication
• Certificate replication
• Dual infrastructure
• Devices pinned to a region
• Process data once in any
region
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Multi-Region Strategy - Comparison
Active/Passive
• Registry replication
• Certificate replication
• Pilot light infrastructure
• Data pinned to region
• Process data in the active
region
Active/Active
• Registry replication
• Certificate replication
• Dual infrastructure
• Devices pinned to a region
• Process data once in any
region
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Active/Passive multi-region deployments
• Disaster recovery
• Primary and standby region
• All devices are pinned to a single region
AWS account
us-east-1 us-east-2
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Multi-Region Strategy – Active/Passive
• Registry replication
• Certificate replication
• Pilot light infrastructure
• Data pinned to region
• Process data in the active
region
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Replicate registry changes cross-region
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Registry Events
$aws/events/thing/name>/+
$aws/events/thingType/<name>/+
$aws/events/thingTypeAssociation/thing/<name>/<type>
$aws/events/thingGroup/<name>/+
$aws/events/thingGroupMembership/thingGroup/<name>/thing/<name>
$aws/events/thingGroupHierarchy/thingGroup/<parentName>/
childThingGroupName/<childName>/added
Thing Events
ThingType
Events
Thing Group
Events
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Registry Events
{
"eventType": "THING_EVENT",
"eventId": "9212cdaa2dd75b2a6c95236816ea8d69",
"timestamp": 1542786890366,
"operation": "UPDATED",
"accountId": "377913865018",
"thingId": "4d5b7dff-aaa1-46b5-92ae-ce603ba9822e",
"thingName": "device12345678",
"versionNumber": 2,
"thingTypeName": "ElectricCar",
"billinGroupName": null,
"attributes": {
"serialNumber": "Number"
}
}
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Registry Events
{
"eventType": "THING_EVENT",
"eventId": "9212cdaa2dd75b2a6c95236816ea8d69",
"timestamp": 1542786890366,
"operation": "UPDATED",
"accountId": "377913865018",
"thingId": "4d5b7dff-aaa1-46b5-92ae-ce603ba9822e",
"thingName": "device12345678",
"versionNumber": 2,
"thingTypeName": "ElectricCar",
"billinGroupName": null,
"attributes": {
"serialNumber": "Number"
}
}
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Registry Events
{
"eventType": "THING_EVENT",
"eventId": "9212cdaa2dd75b2a6c95236816ea8d69",
"timestamp": 1542786890366,
"operation": "UPDATED",
"accountId": "377913865018",
"thingId": "4d5b7dff-aaa1-46b5-92ae-ce603ba9822e",
"thingName": "device12345678",
"versionNumber": 2,
"thingTypeName": "ElectricCar",
"billinGroupName": null,
"attributes": {
"serialNumber": "Number"
}
}
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Replicate Registry with DynamoDB Global Tables
US East Region US West Region
IoT
Replication
Users
AWS Step Functions workflow
Route Event
Persist
Registry Event
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Cross Region Replication Considerations
US East Region US West Region
IoT
Replication
Users
AWS Step Functions workflow
Route Event
Persist
Registry Event
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Replicate Certificate Registration Cross Region
Create rules for Just In Time Registration:
$aws/events/certificates/registered/<caCertificateID>
{
"certificateId": "<certificateID>",
"caCertificateId": "<caCertificateId>",
"timestamp": "<timestamp>",
"certificateStatus": "PENDING_ACTIVATION",
"awsAccountId": "<awsAccountId>",
"certificateRegistrationTimestamp":"<certificateRegistrationTimestamp>"
}
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Register and Replicate Certificates across DynamoDB
US East Region US West Region
Register
Devices
Bring Your Own
Certificate
Devices
AWS Step Functions workflow
Registration
Rule
Persist
Identity
CA Global Table*
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Persist Identity
JITR Event
{
"certificateId": "<certificateID>",
"caCertificateId": "<caCertificateId>",
"timestamp": "<timestamp>",
"certificateStatus": "PENDING_ACTIVATION",
"awsAccountId": "<awsAccountId>",
"certificateRegistrationTimestamp":"<certificateRegistrationTimestamp>"
}
Custom Registry Events
Certificate Event
Policy Event
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Custom IoT Events
Policy Event
{
"eventType": "POLICY_EVENT",
"eventId": "<182983567-e09b-56d3-a123-425553>",
"operation": "CREATED|UPDATED|DELETED",
"accountId": "1234567890",
"status": "ATTACHED|REMOVED",
"globalCertIdentifier": "POLICERT_IDENTIFIERNAME",
"thingName": "THING_NAME",
"policyStatement": {"action": "resource"},
"thingPolicyName": "POLICY_NAME"
}
Certificate Event
{
"eventType": "CERTIFICATE_EVENT",
"eventId": "<123e4567-e89b-12d3-a456-426655>",
"operation": "CREATED|UPDATED|DELETED",
"accountId": "1234567890",
"status": "ACTIVE",
"certPemFile": "-PEM--FILE",
"thingName": "THING_NAME",
"globalCertIdentifier": "POLICERT_IDENTIFIERNAME”
"thingPolicyName": "POLICY_NAME”
}
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Active/Passive Multi-Region Deployments
• Pilot light Infrastructure
• Data Pinned to Region
• Process Data in the Active
Region
AWS Account
us-east-2us-east-2us-east-1us-east-1
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Implement Cutover Strategy
Cloud Cutover
• Device Configuration via OTA
• Bootstrapping Configuration Update
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
“Everyone knows that debugging is
twice as hard as writing a program in
the first place. So if you're as clever as
you can be when you write it, how will
you ever debug it?”
Brian Kernighan
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Active/Active multi-region deployments
• Seamless disaster recovery
• All regions in a deployment can be primary
• Devices can communicate to any region
• Cost benefits for traditional internal
applications
AWS account
us-east-1 us-east-2
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Multi-Region Strategy – Active/Active
• Registry replication
• Certificate replication
• Dual infrastructure
• Devices pinned to a region
• Process data once in any
region
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Active/Active - Dual Infrastructure
AWS Account
us-east-2us-east-1
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Active/Active - Devices pinned to a region
AWS Account
us-east-2us-east-1
Reported
state
Shadow
• Shadow data is updated in one region
• Syncs Shadow on region cutover
• Publishes data to connected region
Reported
state
Shadow
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Active/Active – Process Data Once
AWS Account
us-east-2us-east-1
Considerations:
• Criticality and Latency
• Telemetry
• Internal and External Consumers
MQTT Topics MQTT TopicsLambda
Function
Critical
Time-Sensitive
Data
Telemetry
Routing
Function
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Active/Active – Process Data Once
AWS Account
dt/app-1/device1
Routing
Function
us-east-1
Devices
Substitution
Template
dt/app-1/device1
Routing Lambda
dt/app-1/device1
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Active/Active – Process Data Once
SELECT *, topic(2) as applicationId
Pseudo Code
var appId = event.applicationId
Route route = routingService.findRoutingForId(appId)
route.sendEvent(event)
Kinesis Action
streamName: "${case topic(2)
when 'app-1' then 'east1kinesis'
when 'app-2' then 'east2kinesis'
when 'app-3' then 'west2kinesis'
end
}"
Arn: ${Substitution Template}
IoT Rule Engine AWS Lambda
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Implement Cutover Strategy
Cloud Cutover
• Send a command to the device containing the endpoint,
server certificates, and configuration settings
Device Cutover
• Device has multiple IoT endpoints in firmware and swaps
between endpoints after multiple errors
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Multi-region choices
Active/Passive
• Easier to implement
• Replicate device registry
• Devices connect to primary
region in group
• Shadow data is sticky to a
region
• Idle capacity on Amazon EC2
Active/Active
• More difficult to implement
• Replicate device registry
• Devices connect to any
region in group
• Shadow data is periodically
synced
• Telemetry data can be routed
across region
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Summary
Multi-Region Considerations
Table Stakes for Multi-Region
Active/Passive and Active/Active
Thank you!
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Olawale Oladehin
Sr. Solutions Architect
AWS
Lucas Starrett
Cloud Solutions Architect
Analog Devices
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.

More Related Content

What's hot

20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)
20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)
20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)Amazon Web Services Japan
 
AWS Lambda / Amazon API Gateway Deep Dive
AWS Lambda / Amazon API Gateway Deep DiveAWS Lambda / Amazon API Gateway Deep Dive
AWS Lambda / Amazon API Gateway Deep DiveKeisuke Nishitani
 
AWS Black Belt Online Seminar 2017 AWS Storage Gateway
AWS Black Belt Online Seminar 2017 AWS Storage GatewayAWS Black Belt Online Seminar 2017 AWS Storage Gateway
AWS Black Belt Online Seminar 2017 AWS Storage GatewayAmazon Web Services Japan
 
20190326 AWS Black Belt Online Seminar Amazon CloudWatch
20190326 AWS Black Belt Online Seminar Amazon CloudWatch20190326 AWS Black Belt Online Seminar Amazon CloudWatch
20190326 AWS Black Belt Online Seminar Amazon CloudWatchAmazon Web Services Japan
 
AWS IoT サービス アップデートのご紹介
AWS IoT サービス アップデートのご紹介AWS IoT サービス アップデートのご紹介
AWS IoT サービス アップデートのご紹介Amazon Web Services Japan
 
20191105 AWS Black Belt Online Seminar Amazon Route 53 Hosted Zone
20191105 AWS Black Belt Online Seminar Amazon Route 53 Hosted Zone20191105 AWS Black Belt Online Seminar Amazon Route 53 Hosted Zone
20191105 AWS Black Belt Online Seminar Amazon Route 53 Hosted ZoneAmazon Web Services Japan
 
From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...Amazon Web Services Korea
 
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
 
20190723 AWS Black Belt Online Seminar AWS CloudHSM
20190723 AWS Black Belt Online Seminar AWS CloudHSM 20190723 AWS Black Belt Online Seminar AWS CloudHSM
20190723 AWS Black Belt Online Seminar AWS CloudHSM Amazon Web Services Japan
 
20200617 AWS Black Belt Online Seminar Amazon Athena
20200617 AWS Black Belt Online Seminar Amazon Athena20200617 AWS Black Belt Online Seminar Amazon Athena
20200617 AWS Black Belt Online Seminar Amazon AthenaAmazon Web Services Japan
 
20210216 AWS Black Belt Online Seminar AWS Database Migration Service
20210216 AWS Black Belt Online Seminar AWS Database Migration Service20210216 AWS Black Belt Online Seminar AWS Database Migration Service
20210216 AWS Black Belt Online Seminar AWS Database Migration ServiceAmazon Web Services Japan
 
AWS Black Belt Techシリーズ Cost Explorer
AWS Black Belt Techシリーズ Cost ExplorerAWS Black Belt Techシリーズ Cost Explorer
AWS Black Belt Techシリーズ Cost ExplorerAmazon Web Services Japan
 
AWS Black Belt Tech Webinar 2016 〜 Amazon CloudSearch & Amazon Elasticsearch ...
AWS Black Belt Tech Webinar 2016 〜 Amazon CloudSearch & Amazon Elasticsearch ...AWS Black Belt Tech Webinar 2016 〜 Amazon CloudSearch & Amazon Elasticsearch ...
AWS Black Belt Tech Webinar 2016 〜 Amazon CloudSearch & Amazon Elasticsearch ...Amazon Web Services Japan
 
20200630 AWS Black Belt Online Seminar Amazon Cognito
20200630 AWS Black Belt Online Seminar Amazon Cognito20200630 AWS Black Belt Online Seminar Amazon Cognito
20200630 AWS Black Belt Online Seminar Amazon CognitoAmazon Web Services Japan
 
진정한 하이브리드 환경을 위한 올바른 선택, AWS Outposts! - 강동환 AWS 솔루션즈 아키텍트 :: AWS Summit Seou...
진정한 하이브리드 환경을 위한 올바른 선택, AWS Outposts! - 강동환 AWS 솔루션즈 아키텍트 :: AWS Summit Seou...진정한 하이브리드 환경을 위한 올바른 선택, AWS Outposts! - 강동환 AWS 솔루션즈 아키텍트 :: AWS Summit Seou...
진정한 하이브리드 환경을 위한 올바른 선택, AWS Outposts! - 강동환 AWS 솔루션즈 아키텍트 :: AWS Summit Seou...Amazon Web Services Korea
 
20200128 AWS Black Belt Online Seminar Amazon Forecast
20200128 AWS Black Belt Online Seminar Amazon Forecast20200128 AWS Black Belt Online Seminar Amazon Forecast
20200128 AWS Black Belt Online Seminar Amazon ForecastAmazon Web Services Japan
 
20190213 AWS Black Belt Online Seminar Amazon SageMaker Advanced Session
20190213 AWS Black Belt Online Seminar Amazon SageMaker Advanced Session20190213 AWS Black Belt Online Seminar Amazon SageMaker Advanced Session
20190213 AWS Black Belt Online Seminar Amazon SageMaker Advanced SessionAmazon Web Services Japan
 
Amazon Pinpoint × グロースハック活用事例集
Amazon Pinpoint × グロースハック活用事例集Amazon Pinpoint × グロースハック活用事例集
Amazon Pinpoint × グロースハック活用事例集Amazon Web Services Japan
 

What's hot (20)

20170725 black belt_monitoring_on_aws
20170725 black belt_monitoring_on_aws20170725 black belt_monitoring_on_aws
20170725 black belt_monitoring_on_aws
 
20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)
20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)
20191029 AWS Black Belt Online Seminar Elastic Load Balancing (ELB)
 
AWS Lambda / Amazon API Gateway Deep Dive
AWS Lambda / Amazon API Gateway Deep DiveAWS Lambda / Amazon API Gateway Deep Dive
AWS Lambda / Amazon API Gateway Deep Dive
 
AWS Black Belt Online Seminar 2017 AWS Storage Gateway
AWS Black Belt Online Seminar 2017 AWS Storage GatewayAWS Black Belt Online Seminar 2017 AWS Storage Gateway
AWS Black Belt Online Seminar 2017 AWS Storage Gateway
 
20190326 AWS Black Belt Online Seminar Amazon CloudWatch
20190326 AWS Black Belt Online Seminar Amazon CloudWatch20190326 AWS Black Belt Online Seminar Amazon CloudWatch
20190326 AWS Black Belt Online Seminar Amazon CloudWatch
 
AWS IoT サービス アップデートのご紹介
AWS IoT サービス アップデートのご紹介AWS IoT サービス アップデートのご紹介
AWS IoT サービス アップデートのご紹介
 
20191105 AWS Black Belt Online Seminar Amazon Route 53 Hosted Zone
20191105 AWS Black Belt Online Seminar Amazon Route 53 Hosted Zone20191105 AWS Black Belt Online Seminar Amazon Route 53 Hosted Zone
20191105 AWS Black Belt Online Seminar Amazon Route 53 Hosted Zone
 
From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...
 
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...
 
20190723 AWS Black Belt Online Seminar AWS CloudHSM
20190723 AWS Black Belt Online Seminar AWS CloudHSM 20190723 AWS Black Belt Online Seminar AWS CloudHSM
20190723 AWS Black Belt Online Seminar AWS CloudHSM
 
20200617 AWS Black Belt Online Seminar Amazon Athena
20200617 AWS Black Belt Online Seminar Amazon Athena20200617 AWS Black Belt Online Seminar Amazon Athena
20200617 AWS Black Belt Online Seminar Amazon Athena
 
20210216 AWS Black Belt Online Seminar AWS Database Migration Service
20210216 AWS Black Belt Online Seminar AWS Database Migration Service20210216 AWS Black Belt Online Seminar AWS Database Migration Service
20210216 AWS Black Belt Online Seminar AWS Database Migration Service
 
AWS Black Belt Techシリーズ Cost Explorer
AWS Black Belt Techシリーズ Cost ExplorerAWS Black Belt Techシリーズ Cost Explorer
AWS Black Belt Techシリーズ Cost Explorer
 
はじめよう DynamoDB ハンズオン
はじめよう DynamoDB ハンズオンはじめよう DynamoDB ハンズオン
はじめよう DynamoDB ハンズオン
 
AWS Black Belt Tech Webinar 2016 〜 Amazon CloudSearch & Amazon Elasticsearch ...
AWS Black Belt Tech Webinar 2016 〜 Amazon CloudSearch & Amazon Elasticsearch ...AWS Black Belt Tech Webinar 2016 〜 Amazon CloudSearch & Amazon Elasticsearch ...
AWS Black Belt Tech Webinar 2016 〜 Amazon CloudSearch & Amazon Elasticsearch ...
 
20200630 AWS Black Belt Online Seminar Amazon Cognito
20200630 AWS Black Belt Online Seminar Amazon Cognito20200630 AWS Black Belt Online Seminar Amazon Cognito
20200630 AWS Black Belt Online Seminar Amazon Cognito
 
진정한 하이브리드 환경을 위한 올바른 선택, AWS Outposts! - 강동환 AWS 솔루션즈 아키텍트 :: AWS Summit Seou...
진정한 하이브리드 환경을 위한 올바른 선택, AWS Outposts! - 강동환 AWS 솔루션즈 아키텍트 :: AWS Summit Seou...진정한 하이브리드 환경을 위한 올바른 선택, AWS Outposts! - 강동환 AWS 솔루션즈 아키텍트 :: AWS Summit Seou...
진정한 하이브리드 환경을 위한 올바른 선택, AWS Outposts! - 강동환 AWS 솔루션즈 아키텍트 :: AWS Summit Seou...
 
20200128 AWS Black Belt Online Seminar Amazon Forecast
20200128 AWS Black Belt Online Seminar Amazon Forecast20200128 AWS Black Belt Online Seminar Amazon Forecast
20200128 AWS Black Belt Online Seminar Amazon Forecast
 
20190213 AWS Black Belt Online Seminar Amazon SageMaker Advanced Session
20190213 AWS Black Belt Online Seminar Amazon SageMaker Advanced Session20190213 AWS Black Belt Online Seminar Amazon SageMaker Advanced Session
20190213 AWS Black Belt Online Seminar Amazon SageMaker Advanced Session
 
Amazon Pinpoint × グロースハック活用事例集
Amazon Pinpoint × グロースハック活用事例集Amazon Pinpoint × グロースハック活用事例集
Amazon Pinpoint × グロースハック活用事例集
 

Similar to Implementing Multi-Region AWS IoT, ft. Analog Devices (IOT401) - AWS re:Invent 2018

Track 5 Session 4_ intel 透過AWS Outposts就地佈署 on-premises 雲端環境.pptx
Track 5 Session 4_ intel 透過AWS Outposts就地佈署 on-premises 雲端環境.pptxTrack 5 Session 4_ intel 透過AWS Outposts就地佈署 on-premises 雲端環境.pptx
Track 5 Session 4_ intel 透過AWS Outposts就地佈署 on-premises 雲端環境.pptxAmazon 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
 
SRV206 Edge Computing with AWS Greengrass
 SRV206 Edge Computing with AWS Greengrass SRV206 Edge Computing with AWS Greengrass
SRV206 Edge Computing with AWS GreengrassAmazon Web Services
 
Distributed Solar Systems at EDF Renewables and AWS IoT: A Natural Fit (PUT30...
Distributed Solar Systems at EDF Renewables and AWS IoT: A Natural Fit (PUT30...Distributed Solar Systems at EDF Renewables and AWS IoT: A Natural Fit (PUT30...
Distributed Solar Systems at EDF Renewables and AWS IoT: A Natural Fit (PUT30...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
 
Introducing the New Features of AWS Greengrass (IOT365) - AWS re:Invent 2018
Introducing the New Features of AWS Greengrass (IOT365) - AWS re:Invent 2018Introducing the New Features of AWS Greengrass (IOT365) - AWS re:Invent 2018
Introducing the New Features of AWS Greengrass (IOT365) - AWS re:Invent 2018Amazon Web Services
 
Edge Computing with AWS Greengrass
Edge Computing with AWS Greengrass Edge Computing with AWS Greengrass
Edge Computing with AWS Greengrass 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 TalksAmazon Web Services
 
[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...
[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...
[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...Amazon Web Services
 
Connected Product Development - Secure Cloud & Local Connectivity for Microco...
Connected Product Development - Secure Cloud & Local Connectivity for Microco...Connected Product Development - Secure Cloud & Local Connectivity for Microco...
Connected Product Development - Secure Cloud & Local Connectivity for Microco...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
 
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...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 businessAmazon Web Services
 
Introduction to Hybrid Cloud on AWS - AWS Online Tech Talks
Introduction to Hybrid Cloud on AWS - AWS Online Tech TalksIntroduction to Hybrid Cloud on AWS - AWS Online Tech Talks
Introduction to Hybrid Cloud on AWS - AWS Online Tech TalksAmazon Web Services
 
Introduction to Serverless computing and AWS Lambda - Floor28
Introduction to Serverless computing and AWS Lambda - Floor28Introduction to Serverless computing and AWS Lambda - Floor28
Introduction to Serverless computing and AWS Lambda - Floor28Boaz Ziniman
 
Introduction to Serverless computing and AWS Lambda | AWS Floor28
Introduction to Serverless computing and AWS Lambda | AWS Floor28Introduction to Serverless computing and AWS Lambda | AWS Floor28
Introduction to Serverless computing and AWS Lambda | AWS Floor28Amazon Web Services
 
Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018
Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018
Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018Amazon 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
 
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
 

Similar to Implementing Multi-Region AWS IoT, ft. Analog Devices (IOT401) - AWS re:Invent 2018 (20)

Track 5 Session 4_ intel 透過AWS Outposts就地佈署 on-premises 雲端環境.pptx
Track 5 Session 4_ intel 透過AWS Outposts就地佈署 on-premises 雲端環境.pptxTrack 5 Session 4_ intel 透過AWS Outposts就地佈署 on-premises 雲端環境.pptx
Track 5 Session 4_ intel 透過AWS Outposts就地佈署 on-premises 雲端環境.pptx
 
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
 
SRV206 Edge Computing with AWS Greengrass
 SRV206 Edge Computing with AWS Greengrass SRV206 Edge Computing with AWS Greengrass
SRV206 Edge Computing with AWS Greengrass
 
Distributed Solar Systems at EDF Renewables and AWS IoT: A Natural Fit (PUT30...
Distributed Solar Systems at EDF Renewables and AWS IoT: A Natural Fit (PUT30...Distributed Solar Systems at EDF Renewables and AWS IoT: A Natural Fit (PUT30...
Distributed Solar Systems at EDF Renewables and AWS IoT: A Natural Fit (PUT30...
 
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 ...
 
Introducing the New Features of AWS Greengrass (IOT365) - AWS re:Invent 2018
Introducing the New Features of AWS Greengrass (IOT365) - AWS re:Invent 2018Introducing the New Features of AWS Greengrass (IOT365) - AWS re:Invent 2018
Introducing the New Features of AWS Greengrass (IOT365) - AWS re:Invent 2018
 
Edge Computing with AWS Greengrass
Edge Computing with AWS Greengrass Edge Computing with AWS Greengrass
Edge Computing with AWS Greengrass
 
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
 
[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...
[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...
[NEW LAUNCH!] Introducing AWS App Mesh – service mesh on AWS (CON367) - AWS r...
 
Connected Product Development - Secure Cloud & Local Connectivity for Microco...
Connected Product Development - Secure Cloud & Local Connectivity for Microco...Connected Product Development - Secure Cloud & Local Connectivity for Microco...
Connected Product Development - Secure Cloud & Local Connectivity for Microco...
 
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...
 
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
Deep Dive into AWS X-Ray: Monitor Modern Applications (DEV324) - AWS re:Inven...
 
AWS Outposts Update
AWS Outposts UpdateAWS Outposts Update
AWS Outposts Update
 
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
 
Introduction to Hybrid Cloud on AWS - AWS Online Tech Talks
Introduction to Hybrid Cloud on AWS - AWS Online Tech TalksIntroduction to Hybrid Cloud on AWS - AWS Online Tech Talks
Introduction to Hybrid Cloud on AWS - AWS Online Tech Talks
 
Introduction to Serverless computing and AWS Lambda - Floor28
Introduction to Serverless computing and AWS Lambda - Floor28Introduction to Serverless computing and AWS Lambda - Floor28
Introduction to Serverless computing and AWS Lambda - Floor28
 
Introduction to Serverless computing and AWS Lambda | AWS Floor28
Introduction to Serverless computing and AWS Lambda | AWS Floor28Introduction to Serverless computing and AWS Lambda | AWS Floor28
Introduction to Serverless computing and AWS Lambda | AWS Floor28
 
Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018
Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018
Observability for Modern Applications (CON306-R1) - AWS re:Invent 2018
 
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...
 
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...
 

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
 

Implementing Multi-Region AWS IoT, ft. Analog Devices (IOT401) - AWS re:Invent 2018

  • 1.
  • 2. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Implementing Multi-region AWS IoT Olawale Oladehin Sr. Solutions Architect AWS I o T 4 0 1 Lucas Starrett Cloud Solutions Architect Analog Devices
  • 3. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. What will you learn Why multi-region? Foundation for multi-region with AWS IoT Variations of multi-region architectures
  • 4. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 5. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Why multi-region IoT?
  • 6. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. What makes IoT unique for multi-region? Device WebsiteUser • Constrained devices • Recovery logic is pre-programmed • Global logistics and provisioning • Computers and servers • User-driven retry logic • Web-based UI
  • 7. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Where the focus will be? AWS Cloud Communication Layer Provisioning Layer Ingestion Layer Applications Layer Analytics Layer Edge Layer
  • 8. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Where the focus will be? AWS Cloud Communication Layer Provisioning Layer Ingestion Layer Applications Layer Analytics Layer Edge Layer
  • 9.
  • 10. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Table stakes for going multi-region • AWS account and region structure • Bootstrapping and device configuration • Over-the-air updates • Single region resiliency
  • 11. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. How many AWS accounts do you need to deploy your IoT application?
  • 12. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. One account for all regions AWS account us-east-1 us-east-2 eu-west-1 eu-central-1 Pros • Decreased replication complexity Cons • Increased blast radius for account users • Implicit mapping of failover regions
  • 13. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Isolate Accounts By Regions AWS Account us-east-1 AWS Account us-east-2 One Account Per Region • Smallest Blast Radius for Account Users • Increased Complexity for Replication AWS Account us-east-1 us-east-2 One Account Per Deployment • Discrete Mapping of Accounts to Regions • Smaller Blast Radius for Account Users
  • 14. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. How do you programmatically configure your device settings and identity?
  • 15. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Bootstrapping and Device Configuration • Global Endpoint • Device Configuration • Use Your Own Certificate Authority (CA) for Device Certificates
  • 16. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Bootstrapping—HTTP architecture
  • 17. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Bootstrapping – HTTP Response { "endpoints": [{ "endpont":"XXXXX.iot.us-east-1.amazonaws.com", "CAs": [ "-----BEGIN CERTIFICATE-----cert-contents-----END CERTIFICATE-----"], "primary":true, "retry":5 }], "topics": [ "configurations": "cmd/123/config/456/", "sensor": ”data/123/456/" ] }
  • 18. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Bootstrapping – HTTP Response { "endpoints": [{ "endpont":"XXXXX.iot.us-east-1.amazonaws.com", "CAs": [ "-----BEGIN CERTIFICATE-----cert-contents-----END CERTIFICATE-----"], "primary":true, "retry":5 }], "topics": [ "configurations": "cmd/123/config/456/", "sensor": "data/123/456/" ] }
  • 19. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Bootstrapping – HTTP Response { "endpoints": [{ "endpont":"XXXXX.iot.us-east-1.amazonaws.com", "CAs": [ "-----BEGIN CERTIFICATE-----cert-contents-----END CERTIFICATE-----"], "primary":true, "retry":5 }], "topics": [ "configurations": "cmd/123/config/456/", "sensor": "data/123/456/" ] }
  • 20. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Why use your own CA? • AWS IoT-generated certificates are regional • Customer-generated certificates can be provisioned in multiple regions Bring your own certificate Just-in-time registration Just-in-time provisioning Bulk provisioning templates
  • 21. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. How do you build resiliency into your IoT application?
  • 22. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Single-region resiliency AWS IoT Rules Engine Error Action Using multiple upstream AWS IoT rules Using services that leverage multiple Availability Zones (AZs) Have retry logic in the cloud Retry logic in the device SDK for the IoT broker
  • 23. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Implement retry logic in your device
  • 24. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. How do you update already deployed devices?
  • 25. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Overview the air (OTA) Updates • Ability to update devices proactively • Ability to failover devices based on cloud-side logic
  • 26. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Recap on the table stakes
  • 27. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 28. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Who Is ADI? A leader with a cutting-edge portfolio of analog and mixed- signal technologies and solutions A fusion of deep domain knowledge and technical expertise A collaborative partner and trusted ally dedicated to helping customers succeed
  • 29. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Sense Measure Connect Power Interpret Secure Bridging the Physical and Digital Worlds More valuable and trusted insights to make decisions, take action, and see better outcomes.
  • 30. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. ADI Argus-M: Machine Health Monitoring Edge Node Wireless Network Gateway ADI Cloud Analytics User Interface • Edge processing • Battery operated: reliable, long lifetime, and low maintenance • High reliability • Operates in harsh industrial environments • Multiple protocol support (Ethernet and cellular) • Data aggregation for easy integration • Secure device management • Scalable infrastructure • Continuous machine monitoring and characterization • Ongoing adaptation for improved uptime • Intuitive user experience from deployment to operation • View status and interpret results easily
  • 31. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Argus-M Deployment Edge nodes monitor water pump motors at ADI’s manufacturing facility • 15 edge nodes monitoring 13 assets • Bearing vibration summary data sent semi frequently; raw vibration data sent infrequently • Mesh networked edge nodes with multiyear battery life
  • 32. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Some of our multi-region IoT requirements • Must be able to operate devices in multiple AWS regions best suited to customer or installation geolocation • Must be able to operate devices in multiple AWS regions without re- provisioning device keys and certificates • Must be able to migrate devices and dispatch OTA updates to devices in multiple AWS regions without physically interacting with devices
  • 33. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Device connection to AWS IoT and device activation and association with an application are separated into two distinct steps AWS Cloud Region ClaimADI CA JIT Register IoT Device Registration and Claiming Pattern
  • 34. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Device is equipped from manufacturing to register with any operational region using its manufacturing-provisioned certificate AWS Cloud Region 1 JIT Register ADI CA Region 2 ADI CA Create Thing and attach restricted policy Provision device certificate and initial endpoint(s) IoT Device Registration Flow
  • 35. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Issuer: C=US, ST=MA, L=Boston, O=ADI, OU=IoT, CN=RegisteredCA Subject: C=US, ST=MA, L=Boston, O=ADI, OU=IoT, CN={"id":"uniqueDeviceId", ”sku":"2563X01189"} Subject Public Key Info: Public Key Algorithm: id-ecPublicKey Public-Key: (384 bit) pub: 04:17:53:67:a9:eb:be:c6:10:c2:d8:67:df:55:4a: Extensible Common Name Field for JIT registration
  • 36. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Registered device is associated with an owner and activated for use via claiming AWS Cloud Region 1 ADI CA Region 2 ADI CA Associate with org and attach operational policy Logged in user claims device for use IoT Device Claiming Flow
  • 37. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Registering in multiple regions does not require multiple certificates AWS Cloud Region 1 ADI CA Region 2 ADI CA JIT Register in multiple regions with single cert Create Thing and attach restricted policy Create Thing and attach restricted policy Registration and Claiming Multi-Region Agility
  • 38. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Devices can be registered and claimed in multiple regions to support failover AWS Cloud Region 1 ADI CA Region 2 ADI CA Associate with org and attach operational policy Associate with org and attach operational policy Application sends claim commands to both regions Registration and Claiming Multi-Region Agility
  • 39. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Devices can be instructed to migrate to a new region via an IoT Job AWS Cloud Region 1 ADI CA Region 2 ADI CA Accept region migration job and register in new region Create Thing and attach restricted policy Registration and Claiming Multi-Region Agility
  • 40. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. • The JIT multi-region registration pattern requires the device to connect first to each region in order to register • Using AWS IoT Jobs for region switching events requires tricky choreography • To leverage bootstrapping pattern for dynamically configuring device MQTT endpoints on first boot, device must support HTTP • Devices that connect through a gateway and not directly to AWS IoT via a certificate cannot take advantage of the JIT registration pattern • Extended attributes of devices and groups stored in DynamoDB tables must be accounted for in preparation for migration of failover events Current Multi-Region Limitations and Challenges
  • 41. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. • Managing and registering our own CA with AWS IoT in multiple regions and taking advantage of the JIT registration pattern enhances multi-region flexibility for our devices • Separating device registration and device claiming into two distinct steps further enhances multi-region flexibility • IoT Jobs can be leveraged to instruct devices to migrate between regions or update failover configurations • Building on AWS IoT makes deploying our IoT applications at a global scale possible! Summary
  • 42. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 43. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Multi-Region Strategy - Comparison Active/Passive • Registry replication • Certificate replication • Pilot light infrastructure • Data pinned to region • Process data in the active region Active/Active • Registry replication • Certificate replication • Dual infrastructure • Devices pinned to a region • Process data once in any region
  • 44. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Multi-Region Strategy - Comparison Active/Passive • Registry replication • Certificate replication • Pilot light infrastructure • Data pinned to region • Process data in the active region Active/Active • Registry replication • Certificate replication • Dual infrastructure • Devices pinned to a region • Process data once in any region
  • 45. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Active/Passive multi-region deployments • Disaster recovery • Primary and standby region • All devices are pinned to a single region AWS account us-east-1 us-east-2
  • 46. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Multi-Region Strategy – Active/Passive • Registry replication • Certificate replication • Pilot light infrastructure • Data pinned to region • Process data in the active region
  • 47. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Replicate registry changes cross-region
  • 48. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Registry Events $aws/events/thing/name>/+ $aws/events/thingType/<name>/+ $aws/events/thingTypeAssociation/thing/<name>/<type> $aws/events/thingGroup/<name>/+ $aws/events/thingGroupMembership/thingGroup/<name>/thing/<name> $aws/events/thingGroupHierarchy/thingGroup/<parentName>/ childThingGroupName/<childName>/added Thing Events ThingType Events Thing Group Events
  • 49. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Registry Events { "eventType": "THING_EVENT", "eventId": "9212cdaa2dd75b2a6c95236816ea8d69", "timestamp": 1542786890366, "operation": "UPDATED", "accountId": "377913865018", "thingId": "4d5b7dff-aaa1-46b5-92ae-ce603ba9822e", "thingName": "device12345678", "versionNumber": 2, "thingTypeName": "ElectricCar", "billinGroupName": null, "attributes": { "serialNumber": "Number" } }
  • 50. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Registry Events { "eventType": "THING_EVENT", "eventId": "9212cdaa2dd75b2a6c95236816ea8d69", "timestamp": 1542786890366, "operation": "UPDATED", "accountId": "377913865018", "thingId": "4d5b7dff-aaa1-46b5-92ae-ce603ba9822e", "thingName": "device12345678", "versionNumber": 2, "thingTypeName": "ElectricCar", "billinGroupName": null, "attributes": { "serialNumber": "Number" } }
  • 51. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Registry Events { "eventType": "THING_EVENT", "eventId": "9212cdaa2dd75b2a6c95236816ea8d69", "timestamp": 1542786890366, "operation": "UPDATED", "accountId": "377913865018", "thingId": "4d5b7dff-aaa1-46b5-92ae-ce603ba9822e", "thingName": "device12345678", "versionNumber": 2, "thingTypeName": "ElectricCar", "billinGroupName": null, "attributes": { "serialNumber": "Number" } }
  • 52. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Replicate Registry with DynamoDB Global Tables US East Region US West Region IoT Replication Users AWS Step Functions workflow Route Event Persist Registry Event
  • 53. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Cross Region Replication Considerations US East Region US West Region IoT Replication Users AWS Step Functions workflow Route Event Persist Registry Event
  • 54. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Replicate Certificate Registration Cross Region Create rules for Just In Time Registration: $aws/events/certificates/registered/<caCertificateID> { "certificateId": "<certificateID>", "caCertificateId": "<caCertificateId>", "timestamp": "<timestamp>", "certificateStatus": "PENDING_ACTIVATION", "awsAccountId": "<awsAccountId>", "certificateRegistrationTimestamp":"<certificateRegistrationTimestamp>" }
  • 55. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Register and Replicate Certificates across DynamoDB US East Region US West Region Register Devices Bring Your Own Certificate Devices AWS Step Functions workflow Registration Rule Persist Identity CA Global Table*
  • 56. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Persist Identity JITR Event { "certificateId": "<certificateID>", "caCertificateId": "<caCertificateId>", "timestamp": "<timestamp>", "certificateStatus": "PENDING_ACTIVATION", "awsAccountId": "<awsAccountId>", "certificateRegistrationTimestamp":"<certificateRegistrationTimestamp>" } Custom Registry Events Certificate Event Policy Event
  • 57. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Custom IoT Events Policy Event { "eventType": "POLICY_EVENT", "eventId": "<182983567-e09b-56d3-a123-425553>", "operation": "CREATED|UPDATED|DELETED", "accountId": "1234567890", "status": "ATTACHED|REMOVED", "globalCertIdentifier": "POLICERT_IDENTIFIERNAME", "thingName": "THING_NAME", "policyStatement": {"action": "resource"}, "thingPolicyName": "POLICY_NAME" } Certificate Event { "eventType": "CERTIFICATE_EVENT", "eventId": "<123e4567-e89b-12d3-a456-426655>", "operation": "CREATED|UPDATED|DELETED", "accountId": "1234567890", "status": "ACTIVE", "certPemFile": "-PEM--FILE", "thingName": "THING_NAME", "globalCertIdentifier": "POLICERT_IDENTIFIERNAME” "thingPolicyName": "POLICY_NAME” }
  • 58. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Active/Passive Multi-Region Deployments • Pilot light Infrastructure • Data Pinned to Region • Process Data in the Active Region AWS Account us-east-2us-east-2us-east-1us-east-1
  • 59. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Implement Cutover Strategy Cloud Cutover • Device Configuration via OTA • Bootstrapping Configuration Update
  • 60. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 61. “Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it?” Brian Kernighan
  • 62. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Active/Active multi-region deployments • Seamless disaster recovery • All regions in a deployment can be primary • Devices can communicate to any region • Cost benefits for traditional internal applications AWS account us-east-1 us-east-2
  • 63. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Multi-Region Strategy – Active/Active • Registry replication • Certificate replication • Dual infrastructure • Devices pinned to a region • Process data once in any region
  • 64. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Active/Active - Dual Infrastructure AWS Account us-east-2us-east-1
  • 65. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Active/Active - Devices pinned to a region AWS Account us-east-2us-east-1 Reported state Shadow • Shadow data is updated in one region • Syncs Shadow on region cutover • Publishes data to connected region Reported state Shadow
  • 66. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Active/Active – Process Data Once AWS Account us-east-2us-east-1 Considerations: • Criticality and Latency • Telemetry • Internal and External Consumers MQTT Topics MQTT TopicsLambda Function Critical Time-Sensitive Data Telemetry Routing Function
  • 67. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Active/Active – Process Data Once AWS Account dt/app-1/device1 Routing Function us-east-1 Devices Substitution Template dt/app-1/device1 Routing Lambda dt/app-1/device1
  • 68. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Active/Active – Process Data Once SELECT *, topic(2) as applicationId Pseudo Code var appId = event.applicationId Route route = routingService.findRoutingForId(appId) route.sendEvent(event) Kinesis Action streamName: "${case topic(2) when 'app-1' then 'east1kinesis' when 'app-2' then 'east2kinesis' when 'app-3' then 'west2kinesis' end }" Arn: ${Substitution Template} IoT Rule Engine AWS Lambda
  • 69. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Implement Cutover Strategy Cloud Cutover • Send a command to the device containing the endpoint, server certificates, and configuration settings Device Cutover • Device has multiple IoT endpoints in firmware and swaps between endpoints after multiple errors
  • 70. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Multi-region choices Active/Passive • Easier to implement • Replicate device registry • Devices connect to primary region in group • Shadow data is sticky to a region • Idle capacity on Amazon EC2 Active/Active • More difficult to implement • Replicate device registry • Devices connect to any region in group • Shadow data is periodically synced • Telemetry data can be routed across region
  • 71. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Summary Multi-Region Considerations Table Stakes for Multi-Region Active/Passive and Active/Active
  • 72. Thank you! © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Olawale Oladehin Sr. Solutions Architect AWS Lucas Starrett Cloud Solutions Architect Analog Devices
  • 73. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.