AWS News - 2026-04-06
2026-04-06
最終更新: 2026-04-07 11:04:29 JST
AI による概要
この日はエージェント型 AI の開発ツールとストレージ/セキュリティ基盤の更新が目立ちました。Kiro には低コストの MiniMax M2.5 と 200K コンテキストの GLM-5 の 2 モデルが追加され、CLI の UX も刷新されました。日本語ブログでは AWS DevOps Agent による自律的インシデント対応や週刊ラウンドアップが解説され、機械学習分野では AgentCore Gateway への MCP サーバー接続 (認可コードフロー)、Amazon Quick による従業員オンボーディングエージェント構築、SageMaker AI のサーバーレスモデルカスタマイズによるツール呼び出し高速化、Windward の海事異常分析が紹介されました。セキュリティ面では Amazon S3 が新規/既存バケットで SSE-C 暗号化をデフォルト無効化するベストプラクティスを 37 リージョンで展開開始。その他 Verified Permissions のポリシーストアエイリアス、Smithy-Java クライアントフレームワークの GA、FSx for OpenZFS のメルボルンリージョン対応、IoT Greengrass の軽量コンポーネント SDK、SageMaker Unified Studio のノートブック入出力機能が発表されました。CloudWatch の OpenTelemetry/PromQL 対応の日本語解説も公開されています。
主要トピック
AI 開発ツール: Kiro への MiniMax M2.5・GLM-5 追加と CLI UX 刷新、AWS DevOps Agent による自律的インシデント対応
エージェント構築: AgentCore Gateway への MCP サーバー接続 (認可コードフロー)、Amazon Quick でのオンボーディングエージェント、SageMaker AI のツール呼び出し高速化
ストレージ/セキュリティ: S3 の SSE-C デフォルト無効化を 37 リージョンで展開、FSx for OpenZFS メルボルン対応、Verified Permissions のポリシーストアエイリアス
開発者向け: Smithy-Java クライアントフレームワーク GA、IoT Greengrass 軽量コンポーネント SDK、SageMaker Unified Studio のノートブック入出力
オブザーバビリティ: CloudWatch の OpenTelemetry メトリクス・PromQL 対応 (日本語解説)、SageMaker HyperPod の推論オペレーター簡易セットアップ
国内事例/イベント: ヘルスケア業界向けセキュリティ GameDay 開催、Deadline Cloud での 3ds Max 利用方法
AWS What's New
Amazon RDS for Oracle now supports Oracle Management Agent version 24.1.0.0.v1 for Oracle Enterprise Manager Cloud Control 24aiR1
- Link: https://aws.amazon.com/about-aws/whats-new/2026/04/amazon-rds-oracle-supports-oracle-management-agent-version-for-oracle-enterprise-manager=cloud-control/
- Published: 2026-04-06 16:50:00
- Fetched: 2026-04-06 16:50:00
Amazon Relational Database Service (Amazon RDS) for Oracle now supports Oracle Management Agent (OMA) version 24.1.0.0.v1 for Oracle Enterprise Manager (OEM) Cloud Control 24ai Release 1. OEM 24ai offers web-based tools to monitor and manage your Oracle databases. Amazon RDS for Oracle installs OMA, which communicates with your Oracle Management Service (OMS) to provide monitoring information. Customers running OMS version 24.1 Release 1 or later can now manage databases by installing OMA 24.1.0.0.v1
To enable the version 24.1.0.0.v1 of OMA for OEM 24aiR1 or later, navigate to "Option Groups" in the AWS Management Console and add the "OEM_AGENT" option to a new or existing option group and set AGENT_VERSION to “24.1.0.0.v1”. You will also need to configure option settings including OMS hostname (or IP), port, agent registration password, and minimum TLS version of TLSv1.2 to allow OMA on your Amazon RDS for Oracle database instances to communicate with your existing Oracle Management Service (OMS) stack. To learn more, please refer to Amazon RDS for Oracle documentation.
For more information on enabling and configuring OEM agents, refer to the Amazon RDS for Oracle documentation.
Amazon S3 starts rolling out new security best practice to new and existing buckets by default
- Link: https://aws.amazon.com/about-aws/whats-new/2026/04/s3-default-bucket-security-setting/
- Published: 2026-04-06 22:00:00
- Fetched: 2026-04-06 22:00:00
As announced on November 19, 2025, Amazon S3 is now deploying a new default bucket security setting which will automatically disable server-side encryption with customer-provided keys (SSE-C) for all new general purpose buckets. For existing buckets in AWS accounts with no SSE-C encrypted objects, S3 will also disable SSE-C for all new write requests. For AWS accounts with SSE-C usage, S3 will not change the bucket encryption configuration on any of the existing buckets in those accounts. To learn more about this change, visit the S3 User Guide.
Amazon S3 will deploy this new default to both new and existing general purpose buckets in 37 AWS Regions including the AWS China and AWS GovCloud (US) Regions over the next few weeks.
AWS IoT Greengrass component SDK for C, C++, and Rust applications
- Link: https://aws.amazon.com/about-aws/whats-new/2026/04/iot-greengrass-component-sdk/
- Published: 2026-04-07 00:00:00
- Fetched: 2026-04-07 00:00:00
We're excited to announce the launch of a new Greengrass component SDK for AWS IoT Greengrass applications. This new SDK addresses the challenge of deploying sophisticated applications on edge devices with limited resources, enabling industries such as automotive, industrial IoT, robotics, and smart buildings to run more complex AI and ML workloads at the edge. Moreover, the new SDK maintains full compatibility with both AWS IoT Greengrass nucleus and nucleus lite capabilities.
The new Greengrass component SDK offers significant memory footprint reduction, with a footprint of less than 0.5MB compared to 30MB, enabling deployment on resource-constrained devices. It provides native C, C++, and Rust bindings, optimized for performance and cost-critical embedded applications. This SDK opens new possibilities for edge computing applications where memory constraints have previously been a limiting factor.
The new Greengrass component SDK is available in all AWS Regions where AWS IoT Greengrass is available.
AWS announces general availability of Smithy-Java client framework
- Link: https://aws.amazon.com/about-aws/whats-new/2026/03/smithy-java-client-framework/
- Published: 2026-04-07 01:00:00
- Fetched: 2026-04-07 01:00:00
詳細を表示
AWS today announced the general availability of Smithy-Java, an open-source Java framework for generating type-safe clients and standalone classes from Smithy models. Smithy-Java addresses one of the most consistently requested capabilities from enterprise Smithy users: production-grade Java SDK generation. The framework allows you to generate clients from models and async patterns that increase cognitive load and maintenance burden for developers building modern Java applications.
Built on Java 21's virtual threads, Smithy-Java provides a blocking-style API that is both simpler to use and competitive in performance with complex async alternatives. Key benefits include auto-generated type-safe clients from Smithy, protocol flexibility with runtime protocol swapping for gradual migration paths. The GA release includes the Java client code generator, support for AWS SigV4 and all major AWS protocols (AWS JSON, REST-JSON, REST-XML, AWS Query, and Smithy RPCv2-CBOR), standalone type code generation for sharing types across multiple services or data modeling, and a dynamic client that can call Smithy services without a codegen step.
The framework pioneers two architectural innovations: schema-driven serialization that reduces SDK size while improving performance, and binary decision diagrams (BDD) for endpoint rules resolution delivering significant latency improvements. Internal Amazon teams have already built complete services in weeks rather than months using Smithy-Java, with service teams depending on it internally. The framework is ideal for organizations invested in the Smithy ecosystem, teams requiring protocol-agnostic development, and developers building new services with generated server stubs.
To learn more, visit our blog post and follow the Smithy Java Quickstart guide.
Amazon FSx for OpenZFS is now available in the AWS Asia Pacific (Melbourne) Region
- Link: https://aws.amazon.com/about-aws/whats-new/2026/04/amazon-fsx-openzfs-melbourne-region/
- Published: 2026-04-07 01:00:00
- Fetched: 2026-04-07 01:00:00
Customers can now create Amazon FSx for OpenZFS file systems in the AWS Asia Pacific (Melbourne) Region, providing fully managed shared file storage built on the OpenZFS file system.
Amazon FSx makes it easier and more cost effective to launch, run, and scale feature-rich, high-performance file systems in the cloud. It supports a wide range of workloads with its reliability, security, scalability, and broad set of capabilities. Amazon FSx for OpenZFS provides fully managed, cost-effective, shared file storage powered by the popular OpenZFS file system, and is designed to deliver sub-millisecond latencies and multi-GB/s throughput along with rich ZFS-powered data management capabilities (like snapshots, data cloning, and compression).
To learn more about Amazon FSx for OpenZFS, visit our product page, and see the AWS Region Table for complete regional availability information.
Amazon WorkSpaces Personal now supports unique DNS names for PrivateLink
- Link: https://aws.amazon.com/about-aws/whats-new/2026/04/amazon-workspaces-personal-privatelink/
- Published: 2026-04-07 02:00:00
- Fetched: 2026-04-07 02:00:00
Amazon WorkSpaces Personal now provides unique, publicly resolvable Domain Name System (DNS) names for each AWS PrivateLink Virtual Private Cloud (VPC) endpoint, enabling enterprise customers to deploy WorkSpaces across multiple AWS VPCs and accounts without DNS resolution conflicts. Each interface VPC endpoint now receives a globally unique AWS-managed DNS name in addition to the previous generic DNS name that was shared across all endpoints.
This enhancement enables customers to route traffic appropriately in multi-account environments with centralized DNS infrastructure. Customers can now deploy WorkSpaces Personal directories across different VPCs and AWS accounts while maintaining proper security isolation, eliminating the DNS name collision that previously prevented customers from using separate interface VPC endpoints across accounts. The publicly resolvable DNS names simplify configuration while maintaining security, as they resolve to private IP addresses accessible only from within the respective VPC. The unique DNS names are automatically managed by AWS throughout their lifecycle, requiring no additional Route 53 configuration or custom DNS management.
This feature is available in all AWS regions where PrivateLink is available in Amazon WorkSpaces Personal.
To learn more, see Amazon WorkSpaces PrivateLink documentation. For configuration details, refer to the WorkSpaces Administration Guide. Existing customers will automatically benefit from this enhancement, as the system maintains backward compatibility with previous DNS configurations.
Amazon Verified Permissions now supports policy store aliases and named policies and policy templates
- Link: https://aws.amazon.com/about-aws/whats-new/2026/04/amazon-verified-permissions-policy-store/
- Published: 2026-04-07 03:00:00
- Fetched: 2026-04-07 03:00:00
Today, AWS announces support for policy store aliases and named policies and policy templates in Amazon Verified Permissions, simplifying multi-tenant deployments and day-to-day policy management. Amazon Verified Permissions is a fine-grained authorization service that helps you manage and enforce permissions across your applications using Cedar policies. These new capabilities eliminate the need to maintain separate mapping tables for associating tenant identifiers with policy store IDs or tracking individual policy and template IDs.
With policy store aliases, multi-tenant application developers can assign a human-readable alias based on a tenant identifier and use it in any API call, removing the need for a lookup table. Similarly, named policies and policy templates let you reference policies by meaningful names instead of system-generated IDs, making it easier to manage authorization logic as your application grows.
Amazon Verified Permissions policy store aliases and named policies and templates are available in all AWS Regions where Amazon Verified Permissions is available. For a full list of supported Regions, see Amazon Verified Permissions endpoints and quotas.
To get started, see Policy store aliases and Creating static policies in the Amazon Verified Permissions User Guide, or visit the Amazon Verified Permissions API Reference.
Amazon SageMaker Unified Studio adds notebook import/export and developer acceleration features
- Link: https://aws.amazon.com/about-aws/whats-new/2026/04/amazon-sagemaker-unified-studio/
- Published: 2026-04-07 04:42:00
- Fetched: 2026-04-07 04:42:00
Amazon SageMaker Unified Studio notebooks now support import/export capabilities, enabling migration from JupyterLab and other notebook platforms. This release also introduces developer acceleration features including cell reordering, keyboard shortcuts, cell renaming, and multi-line SQL support, designed to enhance productivity for data engineers and data scientists professionals working with notebook-based workflows.
The new import/export functionality supports .ipynb, .json, and .py formats while preserving cell types and metadata, making platform migration straightforward. You can export notebooks in four formats including Jupyter notebook with requirements (.zip), standard .ipynb, Python scripts (.py), and SageMaker Unified Studio native format (.json). Developer acceleration features enable you to reorder cells without copy-paste duplication, assign custom names to cells for improved navigation in large notebooks, use familiar keyboard shortcuts for faster development, and execute multiple SQL statements in a single cell with results displayed in separate tabs for easy comparison and analysis.
This feature is available in all AWS Regions where Amazon SageMaker Unified Studio is available. To learn more, visit the Amazon SageMaker Unified Studio marketing page and user guide.
AWS News Blog
AWS Weekly Roundup: AWS DevOps Agent & Security Agent GA, Product Lifecycle updates, and more (April 6, 2026)
- Link: https://aws.amazon.com/blogs/aws/aws-weekly-roundup-aws-devops-agent-security-agent-ga-product-lifecycle-updates-and-more-april-6-2026/
- Published: 2026-04-07 01:51:00
- Fetched: 2026-04-07 01:51:00
AWS Japan Blog
AWS DevOps Agent によるエージェンティック AI を活用した自律的インシデント対応
- Link: https://aws.amazon.com/jp/blogs/news/leverage-agentic-ai-for-autonomous-incident-response-with-aws-devops-agent/
- Published: 2026-04-06 10:48:30
- Fetched: 2026-04-06 10:48:30
週刊AWS – 2026/3/30週
- Link: https://aws.amazon.com/jp/blogs/news/aws-weekly-20260330/
- Published: 2026-04-06 11:38:30
- Fetched: 2026-04-06 11:38:30
Amazon CloudWatch で OpenTelemetry と PromQL がサポートされました
- Link: https://aws.amazon.com/jp/blogs/news/introducing-opentelemetry-promql-support-in-amazon-cloudwatch/
- Published: 2026-04-06 13:38:34
- Fetched: 2026-04-06 13:38:34
AWS Deadline Cloud のサービスマネージドフリートで 3ds Max を使う方法
- Link: https://aws.amazon.com/jp/blogs/news/jp-mne-how-to-use-3ds-max-with-service-managed-fleets-on-aws-deadline-cloud/
- Published: 2026-04-06 14:12:13
- Fetched: 2026-04-06 14:12:13
Kiro CLI の新しいデザイン
- Link: https://aws.amazon.com/jp/blogs/news/kiro-cli-tui/
- Published: 2026-04-06 15:29:03
- Fetched: 2026-04-06 15:29:03
週刊生成AI with AWS – 2026/3/30 週
- Link: https://aws.amazon.com/jp/blogs/news/weekly-genai-20260330/
- Published: 2026-04-06 16:29:05
- Fetched: 2026-04-06 16:29:05
AWS Sustainability コンソールの発表: プログラムによるアクセス、設定可能な CSV レポート、スコープ 1~3 のレポートを 1 か所で
- Link: https://aws.amazon.com/jp/blogs/news/announcing-the-aws-sustainability-console-programmatic-access-configurable-csv-reports-and-scope-1-3-reporting-in-one-place/
- Published: 2026-04-06 17:31:51
- Fetched: 2026-04-06 17:31:51
Kiro に MiniMax M2.5 と GLM-5 が追加されました
- Link: https://aws.amazon.com/jp/blogs/news/minimax-m25-and-glm-5/
- Published: 2026-04-06 17:58:22
- Fetched: 2026-04-06 17:58:22
ヘルスケア業界のエンジニア 46 名がセキュリティインシデント疑似体験に挑戦 – AWS GameDay 開催レポート
- Link: https://aws.amazon.com/jp/blogs/news/healthtech-security-gameday-2026-report/
- Published: 2026-04-07 08:57:01
- Fetched: 2026-04-07 08:57:01
AWS Architecture Blog
Unlock efficient model deployment: Simplified Inference Operator setup on Amazon SageMaker HyperPod
- Link: https://aws.amazon.com/blogs/architecture/unlock-efficient-model-deployment-simplified-inference-operator-setup-on-amazon-sagemaker-hyperpod/
- Published: 2026-04-07 06:14:13
- Fetched: 2026-04-07 06:14:13
AWS Machine Learning Blog
Connecting MCP servers to Amazon Bedrock AgentCore Gateway using Authorization Code flow
- Link: https://aws.amazon.com/blogs/machine-learning/connecting-mcp-servers-to-amazon-bedrock-agentcore-gateway-using-authorization-code-flow/
- Published: 2026-04-06 23:41:46
- Fetched: 2026-04-06 23:41:46
From isolated alerts to contextual intelligence: Agentic maritime anomaly analysis with generative AI
- Link: https://aws.amazon.com/blogs/machine-learning/from-isolated-alerts-to-contextual-intelligence-agentic-maritime-anomaly-analysis-with-generative-ai/
- Published: 2026-04-07 02:48:54
- Fetched: 2026-04-07 02:48:54
Building Intelligent Search with Amazon Bedrock and Amazon OpenSearch for hybrid RAG solutions
- Link: https://aws.amazon.com/blogs/machine-learning/building-intelligent-search-with-amazon-bedrock-and-amazon-opensearch-for-hybrid-rag-solutions/
- Published: 2026-04-07 02:49:32
- Fetched: 2026-04-07 02:49:32
Accelerate agentic tool calling with serverless model customization in Amazon SageMaker AI
- Link: https://aws.amazon.com/blogs/machine-learning/accelerate-agentic-tool-calling-with-serverless-model-customization-in-amazon-sagemaker-ai/
- Published: 2026-04-07 02:54:00
- Fetched: 2026-04-07 02:54:00
Build AI-powered employee onboarding agents with Amazon Quick
- Link: https://aws.amazon.com/blogs/machine-learning/build-ai-powered-employee-onboarding-agents-with-amazon-quick/
- Published: 2026-04-07 03:00:06
- Fetched: 2026-04-07 03:00:06