Upgrade to Pro — share decks privately, control downloads, hide ads and more …

AWS IoT 超入門 2025

Avatar for kazunari kazunari
October 08, 2025

AWS IoT 超入門 2025

IoT をこれから始める人向けに、IoT とは何か、IoT領域で活用可能な代表的なAWSサービスをご紹介します。

Avatar for kazunari

kazunari

October 08, 2025
Tweet

More Decks by kazunari

Other Decks in Technology

Transcript

  1. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS IoT 超⼊⾨ 2025 Kazunari Hattori Solutions Architect 2025/10/08 JAWS UG IoT 専⾨⽀部
  2. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 2 ⾃⼰紹介 Kazunari Hattori アマゾンウェブサービスジャパン ソリューションアーキテクト ⾃動⾞製造業のお客様を担当。 前職にてCCoEに所属。第⼆種電気⼯事⼠。 好きな AWS サービス Amazon IoT Device Management Amazon Q Developer
  3. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. 3 IoT おさらい IoT 基本構成 AWS における IoT サービス 今⽇から始める IoT 本⽇お話しすること
  4. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. IoT おさらい 4
  5. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 5 なぜ IoT が必要なのか︖ IoT は実世界と IT を繋ぐインフラ ⾃動⾞・交通 製造設備・建物 電⼦機器
  6. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 6 ⽣成AI全盛期「だからこそ」データが重要 学習・推論 データの質 リアルタイム 質の⾼いデータを取得するため、IoT を活⽤
  7. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 7 あらためて… IoT とは︖ Internet of Things (IoT) 相互に通信し、クラウドと連携する技術を使用し て接続されたデバイスのネットワーク 分析 データの分析や可視化を行い、パターンの発見や AIによる解析、予測や検知を行う 収集 様々なデバイスから人や機械、環境情報のデータ を集め・蓄積する Analyze Collect Act Business outcomes アクション 分析結果に基づき、機器の制御や通知、最適化を 行う
  8. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. IoT 基本構成 8
  9. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 9 IoTの基本構成 デバイス ネットワーク・ プロトコル クラウド AI/分析
  10. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 10 AWS を活⽤した IoT 構成サンプル Amazon Bedrock AWS IoT Core 初級ハンズオン
  11. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 11 AWS を活⽤した IoT 構成サンプル ネットワーク ・プロトコル Amazon Bedrock AI/分析 AI/分析 デバイス
  12. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 12 IoT デバイス ①エッジデバイス系 • EdgePC、産業⽤ロボット、スマートビークル、ス マートホームデバイス等 ②センサー系 • 温湿度気圧計、加速度・ジャイロセンサー、照度・⼈ 感・振動センサー、圧⼒流量センサー等 ③カメラ系 • ネットワークカメラ、Edgeカメラ、解析⽤カメラ、 ドラレコ等 ④ゲートウェイ系 • IoTゲートウェイ・ルータ、産業⽤ゲートウェイ等
  13. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 13 今すぐ始めるなら︖ ①Lチカ ブレッドボードとLEDで簡易的な回路を作成し、 GPIO端⼦で制御する ②動画活⽤パターン ラズパイ+カメラで簡易Webカメラ作成 Raspberry Pi (ラズパイ) OSがインストール可能な⼩型コンピュータ。 Edgeデバイスとして活⽤。
  14. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 14 IoT ネットワーク・プロトコル ネットワーク方式 主な用途例 Wi-Fi スマート家電、オフィス・家庭内通信 Bluetooth/BLE ウェアラブル、端末間連携、小型機器 LoRaWAN 農業・インフラ遠隔監視、広域分散用途 Zigbee 無線メッシュ通信によるデータ収集システム LTE/4G/5G 車両、遠隔監視、移動体通信 Thread 無線メッシュネットワークプロトコル プロトコル 主な用途例 HTTP/HTTPS 状態監視、クラウドAPI MQTT/MQTTS 汎用IoT通信、IoT センサー、スマートデバイス WebSocket リアルタイム通信、双方向通信 UDP/DTLS 音声・映像配信
  15. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 15 MQTTとは︖ Message Queue Telemetry Transport (MQTT) Pub/Sub型の軽量メッセージングトランスポート 特徴 • 軽量でリソース効率が良い • クライアント↔サーバ間の双⽅向通信 • 数百万のデバイス接続を想定したスケーラビリティ • メッセージの信頼性を設定可能 • 不安定なネットワーク下でも利⽤可能 • TLS暗号化や認証機能などセキュリティ機能をサポート
  16. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS における IoT サービス 16
  17. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. AWS for IoT stack 17 AWS Cloud Services Purpose-Built AWS IoT Services AWS and AWS Partner Solution Areas Use cases Edge & device infrastructure Device connectivity Edge compute IoT applications Fleet management Energy management Vertical accelerators Smart building Smart home Connected vehicle OT & asset management Digital twin Asset management Historian modernization Quality inspection See the full list of use cases: https://aws.amazon.com/solutions/ Industry AWS IoT TwinMaker AWS IoT FleetWise AWS IoT SiteWise Connect & Manage AWS IoT Core Amazon Kinesis Video Streams Analyze & Act AWS IoT Analytics AWS IoT Events ※サポート終了予定 Device & Design FreeRTOS AWS IoT ExpressLink AWS IoT Device Management AWS IoT Greengrass AWS IoT Device SDK AWS IoT Device Client AWS IoT Device Tester AWS IoT Device Advisor AWS IoT Device Defender Analytics Compute Networking Security Machine learning/GenAI Artificial intelligence Containers Database Storage Management
  18. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. AWS IoT Core • 1台から数百万台の接続にスケール可能 • セキュアな接続と認証認可を提供 • X.509証明書を利⽤した相互認証、SigV4、Cognito、 カスタム認証 • TLS1.2, 1.3を利⽤した暗号化通信 • AWS IoT Core Policy、IAMによる詳細な権限管理 • IoT Ruleを利⽤してAWSや外部のサービスと簡単に連携 • デバイスシャドウでオフラインのデバイスと状態を同期 • レジストリサービスでデバイスのメタデータを管理 • Wi-FI,Cellular,IP address,GNSSに対応したLocation solver https://aws.amazon.com/jp/iot-core/ IoTデバイスとクラウドを簡単・安全に接続するためのマネージドサービス MQTTプロトコル(v3/v5)やHTTPに対応
  19. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. AWS IoT Device Management • ⼤量のデバイスの導⼊から運⽤に必要な機能を提供 • Thing,証明書,IoT Policyの⼀括登録 • デバイス情報のインデックス化による検索機能 • きめ細やかなロギングの設定 • ⼤量のデバイスのOTAやジョブの実⾏機能 • デバイスのメンテで利⽤可能な、セキュアな トンネルの作成 • ソフトウエアパッケージ・バージョンを管理できる Software Package Catalog https://aws.amazon.com/jp/iot-device-management/ IoT Core に効率的にデバイス登録 ⼀元管理、バージョンやセキュリティの統制による運⽤効率化
  20. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. AWS IoT Device SDK Mobile Device PC / Single Board Computer iOS Android JavaScript Python Java C++ C AWS IoT Core AWS Amplify IoT Device AWS IoT Device Client: https://github.com/awslabs/aws-iot-device-client • C(組み込み⽤途向け)、Python、Java、 JavaScript、Arduinoなど複数⾔語向けに 提供 • 各⾔語で必要な機能セットやユースケース に合わせて選択可能なAWS IoTサービスを 利⽤するためのオープンソースのライブラ リ(*) • AWS IoT Core • AWS IoT Device Management • AWS IoT Device Defender * ⾔語によってサポートされている機能に違いがあります https://docs.aws.amazon.com/ja_jp/iot/latest/developerguide/iot-sdks.html AWS IoTサービスにアクセスするためのオープンソースライブラリ
  21. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. FreeRTOS • 低電⼒⼩型エッジデバイスのプログラミング、デプロイ、 保護、接続、管理を簡単にするマイクロコントローラー 向けのリアルタイムOS • 20+ 年間にわたり広く配布された信頼性 • RISC-V やArm v8-Mなど40以上のアーキテクチャでサ ポート • MIT ライセンスで利⽤できるオープンソース • IoTデバイスに必要な機能をサポートする豊富な ライブラリ群 • 最⼤2年間の安定バージョン(LTS)や、最⼤10年の 追加メンテナンスプランを提供 https://aws.amazon.com/freertos/ https://www.freertos.org/ 低電⼒・⼩型で動作するIoTエッジデバイス向けの、 世界的に普及しているリアルタイムオペレーティングシステム(RTOS)
  22. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. AWS IoT Greengrass • IoTデバイスで利⽤可能なオープンソースのソフトウェア • Linux/Windows、X86_64/Arm64 • デバイス上で実⾏するコンポーネント(アプリ)の配布と管理 • ⼤量のデバイスに対してコンポーネントを配信可能 • AWSが提供する様々なコンポーネントを利⽤することで、 複雑なエッジアプリケーションを簡単に作成可能 • MLの推論、ローカルMQTTブローカー、AWSサービスを 直接利⽤ • AWS IoT Coreが提供するセキュアな接続を利⽤した メッセージング • 低レイテンシー、ローカルネットワークで動作、ローカル デバイスとのメッセージングといったニーズを解決 • より制約が厳しいLinuxデバイスには、 AWS IoT Greengrass Liteが利⽤可能 AWS IoT Greengrass https://aws.amazon.com/jp/greengrass/ IoT デバイス上で利⽤できるオープンソースのエッジランタイムソフトウェア ⼤量の IoT デバイスへのソフトウエア設定の展開の効率化
  23. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. AWS IoT Device Defender • 監査 • クラウド側の設定のみで証明書やClient IDの重複、 過剰な権限が付与されたIoT Policyのチェックなど • 監視 • すぐに始められるクラウド側のメトリックスを利⽤ する監視や、デバイス側からカスタムメトリックス を送り細かい監視を⾏える • ルールベース、機械学習を使った監視が可能 • 緩和アクション、アラートの作成で効率的な監視を実現 https://aws.amazon.com/jp/iot-device-management/ 監査 検出 アラート アクション デバイスの監査および監視を⾏うマネージドサービス
  24. © 2025, Amazon Web Services, Inc. or its affiliates. •

    オープンソースの SDK でカメラデバイスからクラウド へセキュアにメディアをアップロード • メディアデータを耐久性の⾼いストレージに保存 • HLS や DASH によるライブ・オンデマンド再⽣ • AI/MLサービスと組み合わせた機械学習による 動画像分析が可能 • WebRTC によるリアルタイムコミュニケーション • マネージドのシグナリング・TURN・STUNサーバ https://aws.amazon.com/jp/kinesis/video-streams/ Streams WebRTC Amazon Kinesis Video Streams 数百万規模のカメラデバイスから映像・音声データを 大規模に収集・保存・配信できるマネージドサービス
  25. © 2025, Amazon Web Services, Inc. or its affiliates. ©

    2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. AI分析 25
  26. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 26 AWS の⽣成 AI スタック GPUs Inferentia Trainium SageMaker AI EC2 Capacity Blocks Neuron UltraClusters EFA Nitro Amazon Bedrock Guardrails Agents Knowledge Bases Amazon Q Business Amazon Q in Amazon QuickSight Amazon Q in Amazon Connect Amazon Q Developer Prompt Caching Prompt Router Flows
  27. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 27 Amazon Q in QuickSight • ⾃然⾔語の質問にオンデマンドで回答 • データシナリオに対応したAIエージェン ト • AIを⽤いたダッシュボード作成サポート • データストーリー⽣成 • Webアプリへの埋め込み BIに統合されたAIによる分析業務サポート 全てのユーザにデータドリブンな意思決定の加速
  28. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 28 Amazon Bedrock 複数の基盤モデルから ⽤途に最適なものを選択し、 APIで利⽤可能なサーバーレス基盤 l 単⼀の API を使⽤して Amazon や主要な AI 企業の 基盤モデル にアクセス可能 l 特定のタスクに対応するため基盤モ デルを追加学習(Fine-Tuning)可能 l マネージドインフラストラクチャに よるスケーリング
  29. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. ストレージ・DB 29
  30. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 30 • 耐久性 • 99.999999999%(イレブンナイン) • 最低 3 つのアベイラビリティゾーン(AZ)で冗⻑化 • スケーラビリティ • 無制限のデータ保存 • ただし、1 オブジェクトは最⼤ 5 TB • 低コスト • セキュリティ • アクセス制御とログ監査 • データの保護 • 誤削除から守る機能 • アクセシビリティ • HTTP/HTTPS でアップロード/ダウンロード/変更/削除といった操作が可能 • 様々な AWS サービスとの連携 →IoTデータの保存先 Amazon S3 https://aws.amazon.com/jp/s3/faqs/ 汎⽤性の⾼いオブジェクトストレージ ⾼パフォーマンスと可⽤性、低コスト Amazon S3
  31. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 31 Amazon DynamoDB Performance at scale § Consistent, single-digit millisecond read and write performance § Nearly unlimited throughput and storage § Massive scalability Secure and Resilient § Data encryption at rest § Global replication § Up to 99.999% availability SLA Serverless § Performance at scale with the ability to scale-up and scale-to-zero § No downtime maintenance, no maintenance windows § No provisioning or capacity management § Pay-per-request billing Built-in integration with others AWS services § Logging, monitoring, and analytics § Import and export data to Amazon S3 フルマネージド型の NoSQL データベースサービス スケーラブルで低レイテンシー、⾼い可⽤性
  32. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. 今⽇から始めるIoT 32
  33. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 33 公式コンテンツご紹介 ワークショップをはじめ、公式コンテンツを活⽤しましょう︕ BlackBelt ワークショップ builders.flash https://catalog.us-east-1.prod.workshops.aws/workshops/b3e0b830-79b8-4c1d-8a4c-e10406600035/ja-JP https://aws-samples.github.io/jp-contents-hub/#internet-of-things https://www.youtube.com/playlist?list=PLzWGOASvSx6FCKeXV7NJAr1YFMO_Ps8Y8 https://aws.amazon.com/jp/builders-flash/all-list/
  34. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. 34 事例について 明⽇のイベントをお楽しみに︕︕ スピーカー • LIXIL様 • ブラザー⼯業様 • MIXI Vantageスタジオ様 • IoT 専⾨⽀部様 • AWS https://aws.amazon.com/startups/events/aws-iot-20251009-loft?lang=ja
  35. © 2025, Amazon Web Services, Inc. or its affiliates. All

    rights reserved. Thank you! © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.