AWS News - 2026-08-31

2026-08-31
最終更新: 2026-09-01 07:21:56 JST

AI による概要

11 記事

この日は週次のまとめ記事と、VMware・データレイクハウスまわりの実践が中心でした。AWS Weekly Roundup では、DuckDB を開発するアムステルダムの DuckLabs を買収する最終合意に至ったこと、Agentic Resource Discovery (ARD) などが取り上げられています。VMware 関連では Amazon EVS が NSX Federation をサポートし、AWS 上で VMware ワークロードを動かす際にエンタープライズ規模のネットワーク、ディザスタリカバリ、マルチサイト構成を組めるようになったことが日本語で解説されました。データ基盤では、250 以上のブランドを扱う欧州の EC アグリゲーター Razor Group が Apache Iceberg と Amazon S3 Tables を軸にレイクハウスを構築し、段階的な移行によってインフラコストを 63% 削減した道のりが紹介されています。あわせて AWS Glue を使い、DynamoDB のフルまたはインクリメンタルなテーブルエクスポートを、書き込みレートまで制御しながら別の DynamoDB テーブルへ取り込む手法も公開されました。サービス更新は 3 件で、Elastic Beanstalk が Windows Server インスタンスを AWS Directory Service で管理する Active Directory ドメインへ自動参加できるようになり、Automated Security Response on AWS には任意の AI アシスタントからカスタム修復を生成できる AI Toolkit を含む 4 つの機能が追加され、AWS Workload Credentials Provider は Amazon Linux と Windows でソースからのビルドが不要なワンクリックインストールに対応しました。国内では週刊 AWS と週刊生成 AI に加え、7 月 3 日開催の AWS Resilience Day と、この日開催されたフィジカル AI 開発支援プログラムの最終成果発表会のレポートが公開されています。

主要トピック
  • 買収: DuckDB を開発するアムステルダムの DuckLabs 買収で最終合意、Agentic Resource Discovery (ARD) も紹介

  • VMware: Amazon EVS が NSX Federation をサポートし、DR とマルチサイトネットワークに対応

  • データ基盤: Razor Group が Iceberg + S3 Tables のレイクハウス移行でインフラコストを 63% 削減

  • データ移行: AWS Glue で DynamoDB のテーブルエクスポートを書き込みレート制御付きで別テーブルへ取り込み

  • Windows: Elastic Beanstalk が Windows Server 環境の Active Directory ドメイン参加を自動化

  • セキュリティ運用: Automated Security Response on AWS に AI Toolkit などカスタム修復向けの 4 機能を追加

  • 認証情報: AWS Workload Credentials Provider が Amazon Linux / Windows でワンクリックインストールに対応

  • 国内: 週刊 AWS・週刊生成 AI、AWS Resilience Day (2026 年 7 月 3 日) とフィジカル AI 開発支援プログラム最終成果発表会のレポート

AI (Claude Opus 5) が生成 · 2026-09-01 21:58:10 JST

AWS What's New

AWS Elastic Beanstalk now supports Active Directory domain join for Windows Server environments

AWS Elastic Beanstalk now automatically joins the Windows Server instances in your environment to an Active Directory domain that you manage with AWS Directory Service. Previously, running domain-joined Windows workloads on Elastic Beanstalk required custom join scripts that you had to maintain. With this launch, you set a few configuration options and every instance in the environment — including instances launched later by auto scaling — joins the domain at boot, before your application deploys, with no custom scripts.

Domain-joined instances can use Windows-integrated authentication, apply group policy, and reach domain resources such as file shares and SQL Server databases that use Windows authentication. You can place instances in an organizational unit that you want to target with a group policy, and each instance takes a predictable computer name derived from its instance ID. The feature is resilient by design: if an instance can't join the domain, your deployment still completes, and the environment reports the problem, so a join failure never blocks a deployment.

Active Directory domain join is available on Windows Server platform versions released on or after August 18, 2026, in all AWS Commercial Regions and the AWS GovCloud (US) Regions where Elastic Beanstalk is available. For a complete list of supported Regions, see AWS Regions.

To learn more, see Joining instances to an Active Directory domain in the AWS Elastic Beanstalk Developer Guide. To learn more about Elastic Beanstalk, visit the AWS Elastic Beanstalk product page.

Automated Security Response on AWS adds AI Toolkit for custom remediations

Today, AWS announced four new capabilities for Automated Security Response on AWS (ASR). Customers can now use an AI-driven Toolkit that generates custom remediations using any AI assistant with built-in safety guardrails. In addition, customers can automatically remediate findings from Amazon Inspector, Amazon GuardDuty, and Amazon Macie. Customers can also centrally configure and scope automated remediations by account, OU, region, and resource tags through an enhanced web console. Lastly, customers can configure notifications for AWS Security Hub findings with new multi-channel adapters for Email, Slack, Jira, and ServiceNow with severity-based filtering and configurable deadline enforcement.


ASR's AI Remediation Toolkit reduces custom remediation development time from weeks to hours using guided prompts with built-in safety guardrails, minimizing misconfigurations and eliminating reliance on deep SSM Automation expertise. Expanded service coverage enables automatic response to credential compromise, unpatched vulnerabilities, and sensitive data exposure with minimal manual triage. The enhanced web console centralizes management of 100+ security controls with built-in validation, replacing error-prone manual DynamoDB and SSM configuration. Configurable multi-channel notifications with remediation links, deadlines, and IaC code snippets help teams fix root causes and ensure timely, accountable response.

AWS Workload Credentials Provider is now available as a one-click install for Linux and Windows

Today, AWS Secrets Manager announces one-click installation for the AWS Workload Credentials Provider (AWCP) on Amazon Linux and Windows, reducing setup from a multi-step build-from-source process to a single command. 
 
AWCP resolves secrets from AWS Secrets Manager and caches them locally, enabling applications to retrieve secrets over a local HTTP endpoint. AWCP also enables you to pull your certificates from AWS Certificate Manager. Previously, customers who wanted to use AWCP on Amazon EC2 instances had approximately 6 steps, starting from cloning the Github repository to compiling the binary and setting up configurations. This multi-step process required every developer to learn Rust expertise and build infrastructure. 
 
Now, customers can download pre-built, signed binaries for Linux (x86_64 and ARM64) and Windows (x64) directly from a public download URL. Along with this, AWCP is now available in the Amazon Linux repository. Amazon Linux EC2 customers can install it in one command. All binaries are code-signed to ensure integrity and authenticity, and deliver a ready-to-run agent with in-memory secret caching. 
 
AWS Workload Credentials Provider one-click install is available on Amazon Linux 2023 (x86_64 and ARM64) and Windows Server (x64) in all AWS Regions where AWS Secrets Manager is available, at no additional cost beyond standard Secrets Manager pricing. To get started, see the following resources - AWS Workload Credentials Provider documentation , ACM documentation, and AWCP on GitHub.

AWS News Blog

AWS Weekly Roundup: Welcome DuckLabs to the team, Agentic Resource Discovery (ARD), and more (August 31, 2026)

The news that interested me the most last week was the DuckLabs acquisition. AWS has signed a definitive agreement to acquire DuckLabs, the Amsterdam-based company behind DuckDB, the popular open source analytical database that runs in-process and executes SQL directly against files like Parquet, CSV, and JSON. DuckDB stays open source under its independent foundation […]

AWS Japan Blog

Amazon EVS と NSX Federation によるディザスタリカバリとマルチサイトネットワーク

Amazon Elastic VMware Service (Amazon EVS) が NSX Federation をサポートしました。これにより、AWS 上で VMware ワークロードを実行する際のエンタープライズ規模のネットワーク、ディザスタリカバリ (DR)、マルチサイトネットワークのための強力な新しいオプションが利用可能になります。 NSX Federation は、複数の NSX 環境を単一の Global Manager コントロールプレーンの下で接続する VMware のネットワーク機能です。オーバーレイネットワーク、セキュリティポリシー、ゲートウェイサービスを複数のロケーションに拡張し、各サイトを個別に設定するのではなく、複数サイトのネットワークを統一されたファブリックとして管理できます。

AWS Glue を使用して DynamoDB テーブルエクスポートをフィルタリング、変換、ロードする

この記事では、Amazon DynamoDB のフルまたはインクリメンタルテーブルエクスポートを 2 つ目の DynamoDB テーブルにロード(インポート)する方法を紹介します。何をロードするか、どの書き込みレートでロードするかを正確にコントロールでき、進捗を観察する機能も備えています。この技術は、最大限の制御が必要な大規模なデータマイグレーションや同期を推進するのに役立ちます。ここで説明するメカニズムは、オープンソースの Bulk Executor for DynamoDB のコマンドとして提供されています。これは、DynamoDB テーブルに対してバルクコマンドを実行するためのユーティリティセットです。このコマンドを使用することで、DynamoDB のエクスポート(済みデータ)を細かく制御しながらロードでき、アイテムを変換したり、データをフィルタリングしたり、コマンドのオプションの transform パラメータを使用して宛先テーブルに何を配置するかをカスタマイズしたりできます。

週刊AWS – 2026/8/24週

Amazon Connect Customer がエージェントの音声およびチャット会話からの情報抽出に対応、Amazon EKS がクラスターあたり複数の外部 OIDC ID プロバイダーをサポート、Amazon ECS がエージェント接続に障害のあるコンテナインスタンスを自動検出・修復、AWS Lambda 関数が IAM リソースベースポリシーをフルサポート、AWS Lambda が Node.js 26 と Python 3.15 のマネージドランタイムをパブリックプレビューで提供開始、AWS Batch が Amazon ECS Managed Instances をサポート、AWS Backup が Amazon DocumentDB のクロスリージョンバックアップコピーと論理的エアギャップボールトを 9 リージョンで追加サポート、Mountpoint for Amazon S3 がメモリ使用量の制御機能を追加、Amazon Connect Customer がエージェントスケジュールで計画外シュリンケージをサポート、Amazon Aurora DSQL が外部キー制約をサポート、AWS Backup が Amazon FSx for NetApp ONTAP のクロスリージョンおよびクロスアカウントバックアップに対応、Amazon Redshift が Agent Toolkit for AWS と統合、AI 支援によるデータウェアハウス管理に対応、Amazon CloudWatch agent が journald ログのサポートを追加、Amazon Bedrock AgentCore Memory がきめ細かなアクセス制御をサポート

Razor Group が AWS でモダンなデータレイクハウスを構築するまでの道のり

Razor Group は 250 以上のブランドを展開する欧州有数の EC アグリゲーターです。本記事では、同社が AWS 上に Apache Iceberg と Amazon S3 Tables を軸としたレイクハウスアーキテクチャを構築し、データプラットフォームを最適化した道のりを紹介します。段階的な移行アプローチ、アーキテクチャ上の意思決定、そしてインフラコスト 63% 削減やクエリ 65% 高速化といった測定可能な成果を取り上げます。

【開催報告】AWS Resilience Day (個社向け)を開催しました!!(2026年7月3日)

はじめに AWS Resilience Day は、ワークロードの回復力向上に役立つアーキテクチャのベストプラ […]

「フィジカル AI 開発支援プログラム by AWS ジャパン」最終成果発表会を開催しました

2026 年 8 月 31 日、AWS ジャパンは「フィジカル AI 開発支援プログラム by AWS ジャパ […]

週刊生成AI with AWS – 2026/8/24 週

今週の週刊生成 AI with AWSでは、Dify から Amazon Bedrock AgentCore への移行を 2 週間で実現した Sapeet 様、Amazon Connect と Amazon Bedrock で電話対応業務を刷新した JAPANNEXT 様の国内事例 をお届けします。 推論コストを IAM プリンシパルに自動で紐付ける Amazon Bedrock のきめ細かなコスト配分機能の解説や、ラップトップを閉じてもエージェントが動き続ける Kiro の cloud sessions(プレビュー)の紹介も必見です。 Amazon Bedrock AgentCore の 2 リージョン拡大や AgentCore Memory の機能強化などのサービスアップデートもまとめていますので、ぜひご覧ください。