AWS News - 2026-08-31
2026-08-31
最終更新: 2026-09-01 07:21:56 JST
AI による概要
この日は週次のまとめ記事と、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 開発支援プログラム最終成果発表会のレポート
AWS What's New
AWS Elastic Beanstalk now supports Active Directory domain join for Windows Server environments
- Link: https://aws.amazon.com/about-aws/whats-new/2026/08/elastic-beanstalk-active-directory-domain-join/
- Published: 2026-08-31 13:00:00
- Fetched: 2026-09-01 07:21:56
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
- Link: https://aws.amazon.com/about-aws/whats-new/2026/08/automated-security-response-adds-AI-toolkit/
- Published: 2026-08-31 15:00:00
- Fetched: 2026-09-01 07:21:56
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
- Link: https://aws.amazon.com/about-aws/whats-new/2026/08/workload-credentials-provider-install/
- Published: 2026-08-31 16:00:00
- Fetched: 2026-09-01 07:21:56
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)
- Link: https://aws.amazon.com/blogs/aws/aws-weekly-roundup-welcome-ducklabs-to-the-team-agentic-resource-discovery-ard-and-more-august-31-2026/
- Published: 2026-08-31 23:45:25
- Fetched: 2026-08-31 23:57:50
AWS Japan Blog
Amazon EVS と NSX Federation によるディザスタリカバリとマルチサイトネットワーク
- Link: https://aws.amazon.com/jp/blogs/news/amazon-evs-with-nsx-federation-for-disaster-recovery-and-multi-site-networking/
- Published: 2026-08-31 08:47:42
- Fetched: 2026-08-31 12:19:23
AWS Glue を使用して DynamoDB テーブルエクスポートをフィルタリング、変換、ロードする
- Link: https://aws.amazon.com/jp/blogs/news/filter-transform-and-load-your-dynamodb-table-exports-using-aws-glue/
- Published: 2026-08-31 14:10:42
- Fetched: 2026-08-31 19:26:17
週刊AWS – 2026/8/24週
- Link: https://aws.amazon.com/jp/blogs/news/aws-weekly-20260824/
- Published: 2026-08-31 15:36:17
- Fetched: 2026-08-31 19:26:17
Razor Group が AWS でモダンなデータレイクハウスを構築するまでの道のり
- Link: https://aws.amazon.com/jp/blogs/news/razor-groups-journey-to-a-modern-data-lakehouse-on-aws/
- Published: 2026-08-31 15:41:12
- Fetched: 2026-08-31 19:26:17
【開催報告】AWS Resilience Day (個社向け)を開催しました!!(2026年7月3日)
- Link: https://aws.amazon.com/jp/blogs/news/aws-resilience-day-in-personal-20260703/
- Published: 2026-08-31 15:56:08
- Fetched: 2026-08-31 19:26:17
「フィジカル AI 開発支援プログラム by AWS ジャパン」最終成果発表会を開催しました
- Link: https://aws.amazon.com/jp/blogs/news/aws-japan-physical-ai-development-support-program-results/
- Published: 2026-08-31 16:06:36
- Fetched: 2026-08-31 19:26:17
週刊生成AI with AWS – 2026/8/24 週
- Link: https://aws.amazon.com/jp/blogs/news/weekly-genai-20260824/
- Published: 2026-08-31 16:20:17
- Fetched: 2026-08-31 19:26:17