惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog
D
Docker
J
Java Code Geeks
腾讯CDC
Blog — PlanetScale
Blog — PlanetScale
G
Google Developers Blog
M
MIT News - Artificial intelligence
L
LangChain Blog
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
博客园 - Franky
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
aimingoo的专栏
aimingoo的专栏
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
N
Netflix TechBlog - Medium
B
Blog RSS Feed
Y
Y Combinator Blog
阮一峰的网络日志
阮一峰的网络日志
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News

Recent Announcements

Amazon EC2 X8i instances are now available in Europe (Paris) Amazon CloudWatch pipelines now supports drop and conditional processing AWS Deadline Cloud supports monitor creation in multiple regions Amazon CloudWatch pipelines introduces new compliance and governance capabilities Second-generation Amazon FSx for NetApp ONTAP is now available in four additional AWS commercial and AWS GovCloud (US) Regions AWS Billing and Cost Management Dashboards Now Supports Scheduled Email Delivery AWS RTB Fabric supports health checks for real-time bidding workloads AWS Backup extends Amazon FSx support to 5 additional AWS Regions and expands cross-Region and cross-account copy to 14 AWS Regions Amazon RDS now supports the latest CU and GDR updates for Microsoft SQL Server Amazon Timestream for InfluxDB Now Supports Customer-Defined Maintenance Windows Amazon Bedrock now supports cost allocation by IAM user and role Amazon OpenSearch Service supports Managed Prometheus and agent tracing Amazon S3 Lifecycle pauses actions on objects that are unable to replicate Amazon RDS Blue/Green Deployments now supports Amazon RDS Proxy AWS Marketplace announces the Discovery API for programmatic access to catalog data AWS Agent Registry for centralized agent discovery and governance is now available in Preview Amazon OpenSearch Serverless now supports Zstandard (zstd) codec for index compression AWS Private CA now supports customer managed permissions for cross-account sharing Amazon EC2 Capacity Manager now supports tag-based dimensions Amazon Route 53 Resolver endpoints now support DNS delegation for private hosted zones in AWS GovCloud (US) Regions SageMaker HyperPod now supports gang scheduling for distributed training workloads Amazon IVS 实时直播功能现已支持冗余摄取 Amazon EKS 托管节点组现在支持 EC2 Auto Scaling 暖池 Amazon Bedrock AgentCore 浏览器新增操作系统级交互功能 Amazon WorkSpaces Advisor now available for AI-powered troubleshooting Amazon OpenSearch Service now supports Graviton4 based i8ge instances Oracle Database@AWS is now available in twelve AWS Regions AWS Lambda expands response streaming support to all commercial AWS Regions AWS Cost Explorer launches Natural Language Query capabilities powered by Amazon Q Amazon Lightsail 现已在亚太地区(马来西亚)区域推出
AWS IoT Core が MQTT 接続管理用の API を追加
Amazon Web Services · 2026-05-29 · via Recent Announcements

投稿日: 2026年5月28日

本日、AWS IoT Core では GetConnection と ListSubscriptions という 2 つの新しい MQTT 接続管理 API をリリースしました。これにより、IoT デバイスの MQTT クライアント接続とサブスクリプション情報に簡単にアクセスできるようになります。これらの API は、接続問題のトラブルシューティング、クライアント動作のモニタリング、デバイスフリート全体の接続パターンの監査に使用できます。

GetConnection API を使用すると、詳細な IAM ポリシーで制御されて、接続ステータス、MQTT セッションの詳細、オプションのソケットレベルのデータ (ソースとターゲットの IP アドレス、ポート、クライアント VPC エンドポイント ID など) といった詳細な接続情報を取得することで IoT デバイスの接続を可視化できます。ListSubscriptions API はこの機能を補完します。接続されているクライアントと永続セッションを持つオフラインクライアントに対して、クライアントの MQTT セッションの QoS レベルを含むすべてのトピックサブスクリプションを返します。これにより、ソリューションのパフォーマンスに影響を与える可能性がある重複したサブスクリプションや不要なサブスクリプションを検証して特定できます。これらの新しい API は、既存の DeleteConnection API と組み合わせることで、包括的な MQTT 接続管理機能を提供します。

これらの API は、AWS IoT Core がサポートされるすべての AWS リージョンで利用できます。詳細については、AWS IoT Core のドキュメントと AWS IoT Core API のリファレンスガイドをご覧ください。