この日は日本語ブログを中心に、生成 AI の実践活用と週次ニュースまとめが充実しました。「週刊生成 AI with AWS」「週刊 AWS」で 6/22 週のアップデート (Bedrock AgentCore の Web Search 一般提供、Lambda MicroVMs、GuardDuty AI-powered investigations プレビュー、EC2 AMI Watermarks など) が総括されました。技術記事では、AWS Lambda durable functions を使ったフォールトトレラントなマルチエージェント AI ワークフローの構築、Kiro による OpenAPI/Swagger 仕様からのテストスイート自動生成が解説されています。国内事例としては、フジテレビジョンによる冬季国際スポーツ大会での Live Cloud Production、キヤノン IT ソリューションズと時系列基盤モデル Chronos-2 を用いたホテルのフードロス削減 PoC が紹介されました。
マルチエージェント AI: Lambda durable functions によるフォールトトレラントなワークフロー構築 (人間レビューゲート・冪等性対応)
週次まとめ: 週刊生成 AI with AWS / 週刊 AWS で 6/22 週の AgentCore Web Search GA、Lambda MicroVMs、GuardDuty AI 調査などを総括
開発ツール: Kiro で OpenAPI/Swagger 仕様から数秒でテストスイート (axios テスト・モックサーバー・HTML レポート) を自動生成
国内事例: フジテレビジョンの Live Cloud Production、キヤノン ITS × Chronos-2 によるフードロス削減需要予測
ストレージ: Amazon S3 サーバーアクセスログが CloudWatch Logs と S3 Tables (Iceberg) への配信に対応
Amazon S3 now supports delivering server access logs to Amazon CloudWatch Logs, giving you instant querying, alarms, cross-account and cross-Region aggregation, and AWS Key Management Service (KMS) encryption for your access log data. You can also mirror your logs to Amazon S3 Tables in Apache Iceberg format at no additional storage cost. These new delivery paths complement the existing free delivery of server access logs to S3 general purpose buckets, giving you more flexibility in how you monitor and analyze access to your data.
With delivery to CloudWatch Logs, you can set alarms on error rates, monitor traffic patterns, investigate access incidents across accounts and Regions, and correlate S3 access activity with the rest of your operational data. Logs mirrored to S3 Tables are immediately queryable with standard SQL in Amazon Athena, Amazon Redshift, and other Iceberg-compatible query engines, so you can audit access patterns, analyze usage trends, and identify cost drivers across buckets over time.
S3 server access logs delivery to CloudWatch Logs is available today in all AWS Regions, except for AWS China Regions and AWS GovCloud (US) Regions. To learn more, see the Amazon S3 webpage, server access logging in the Amazon S3 User Guide, and the AWS Storage Blog post.
6 月 22 日週の生成 AI with AWS 界隈のニュースをまとめてお届けします。Amazon Bedrock AgentCore の Web Search 一般提供やマネージドナレッジベース、AWS DevOps/セキュリティエージェントの新機能など、AI エージェントを本番で活用するためのアップデートが充実しました。ユナイテッドアローズの店舗 AI エージェント「SMART」の国内事例や、Kiro の新機能・GovCloud 認証取得まで、今週の注目トピックをぜひご覧ください。
こんにちは。Amazon Web Services Japan のソリューションアーキテクト、田中 里絵 です […]
API 仕様とテストの乖離は開発現場の慢性的な課題です。本記事では、エージェント駆動の開発システム Kiro を使い、Swagger/OpenAPI 仕様から axios ベースの HTTP テスト、Express のモックサーバー、モックと実 API を切り替える設定、HTML レポートまでを含む Node.js テストスイートを数秒で自動生成する方法を解説します。Petstore API を例にステアリングファイルの活用、生成されたテスト品質、削除ライフサイクル検証、認証付き内部 API への適応、ヘッドレスモードによる CI/CD 自動再生成まで紹介します。
Amazon Connect Customer が Agentic CX designer (NLX) を Preview 開始、AWS Network Firewall がデフォルト drop action を server-directed only に変更、AWS Lambda MicroVMs で分離実行環境を提供開始、Claude Tag が AWS Marketplace の Claude Enterprise でベータ提供、Amazon GuardDuty AI-powered investigations を Preview 開始、Amazon CloudWatch Logs がマネージド syslog 取り込みに対応、Amazon CloudWatch がダッシュボードのタグ機能をサポート、Amazon Route 53 Global Resolver が AWS RAM での DNS View 共有に対応、AWS IoT Device SDK for Swift が GA、Amazon EC2 が AMI Watermarks 機能を発表等
2026年2月6日から22日にかけて、イタリアのミラノ・コルティナにて世界的な冬季スポーツ競技大会が開催されま […]
本ブログでは、サステナビリティを組み込む取り組みの一例として、キヤノンITソリューションズ様と共同で取り組んだ Chronos-2 による需要予測を起点としたフードロス削減 PoC について、アーキテクチャと技術的なポイントをご紹介します。
Agentic AI workflows coordinate multiple agents that reason, plan, and act across multi-step processes. Each step is expensive, non-deterministic, and unpredictable in latency. Human review gates can pause execution for days. Transient failures are expected, and restarting a half-finished workflow wastes time and money. Duplicate actions, like charging a payment twice or sending the same […]