AWS News - 2026-03-19
2026-03-19
最終更新: 2026-03-26 03:53:16 JST
AI による概要
この日はコンピューティング、生成AI、日本語ブログの記事が中心でした。AWS LambdaがアベイラビリティゾーンメタデータをサポートしAZ対応ルーティングを可能にし、EC2 FleetはInterruptible Capacity Reservationsに対応。EC2 C8gnがGraviton4搭載で複数リージョンに拡張されました。生成AI関連ではNemotron 3 SuperのBedrock活用、Nova ReelとV-RAGによる動画生成、AWS MCP Server(プレビュー)の監視・セマンティック検索強化、NIXLとEFAによるLLM推論高速化が登場。SageMaker AIエンドポイントは詳細メトリクスを追加しました。日本語ブログではSageMakerレイクハウスのアーキテクチャ選択ガイド、EMR Serverlessのベストプラクティス、Kubernetes Gateway API対応GA、AWS OrganizationsのセキュリティコントロールやInterlockランサムウェア分析が公開されました。セキュリティ速報ではAWS-LCのCRL検証ロジック誤り(CVE-2026-4428)が公表されました。
主要トピック
コンピューティング: LambdaのAZメタデータ、EC2 Fleetの中断可能予約、C8gnのGraviton4拡張
生成AI/推論: Nemotron 3 Super、Nova Reel/V-RAG動画生成、AWS MCP Server強化、NIXL+EFAによる推論高速化
SageMaker/データ: エンドポイント詳細メトリクス、レイクハウス設計ガイド、EMR Serverlessベストプラクティス
日本語ブログ: Kubernetes Gateway API GA、AWS Organizationsセキュリティ、Interlockランサムウェア分析
セキュリティ速報: AWS-LCのCRL検証ロジック誤り(CVE-2026-4428)
AWS What's New
Amazon RDS Custom for SQL Server adds ability to view and schedule new operating system updates
- Link: https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-rds-custom-sql-server-operating-system-updates/
- Published: 2026-03-19 00:00:00
- Fetched: 2026-03-19 00:00:00
Amazon RDS Custom for SQL Server now provides customers with ability to view and schedule new operating system (OS) updates for RDS provided engine versions (RPEV). With RPEV, RDS Custom provides a SQL Server version pre-installed on an Amazon Machine Image (AMI). When new operating system updates are available for RPEV, customers can now view upcoming updates, apply them immediately, or schedule them for application in the next maintenance window using RDS Custom APIs.
To view available OS updates, customers can use the describe-pending-maintenance-actions API, or subscribe to RDS-EVENT-0230 to receive an alert when new updates become available for their database instance. Customers can use apply-pending-maintenance-action API to apply the updates immediately or schedule them within their next maintenance window.
Using these features, customers can efficiently track and apply OS updates. To learn more, refer to the Amazon RDS Custom for SQL Server User Guide. These features are available in all the AWS Regions where RDS Custom for SQL Server is available.
Amazon EC2 C8gn instances are now available in additional regions
- Link: https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-ec2-c8gn-instances-additional-regions/
- Published: 2026-03-19 00:00:00
- Fetched: 2026-03-19 00:00:00
詳細を表示
Starting today, Amazon Elastic Compute Cloud (Amazon EC2) C8gn instances, powered by the latest-generation AWS Graviton4 processors, are available in the AWS Region Asia Pacific (Jakarta, Hyderabad, Tokyo), South America (Sao Paulo), and Europe (Zurich). The new instances provide up to 30% better compute performance than Graviton3-based Amazon EC2 C7gn instances. Amazon EC2 C8gn instances feature the latest 6th generation AWS Nitro Cards, and offer up to 600 Gbps network bandwidth, the highest network bandwidth among network optimized EC2 instances.
Take advantage of the enhanced networking capabilities of C8gn to scale performance and throughput, while optimizing the cost of running network-intensive workloads such as network virtual appliances, data analytics, CPU-based artificial intelligence and machine learning (AI/ML) inference.
For increased scalability, C8gn instances offer instance sizes up to 48xlarge, up to 384 GiB of memory, and up to 60 Gbps of bandwidth to Amazon Elastic Block Store (EBS). C8gn instances support Elastic Fabric Adapter (EFA) networking on the 16xlarge, 24xlarge, 48xlarge, metal-24xl, and metal-48xl sizes, which enables lower latency and improved cluster performance for workloads deployed on tightly coupled clusters.
C8gn instances are available in the following AWS Regions: US East (N. Virginia, Ohio), US West (Oregon, N.California), Europe (Frankfurt, Stockholm, Ireland, London, Spain, Zurich), Asia Pacific (Singapore, Malaysia, Sydney, Thailand, Mumbai, Seoul, Melbourne, Jakarta, Hyderabad, Tokyo), Middle East (UAE), Africa (Cape Town), Canada West (Calgary, Central), South America (Sao Paulo), AWS GovCloud (US-East, US-West).
To learn more, see Amazon C8gn Instances. To begin your Graviton journey, visit the Level up your compute with AWS Graviton page. To get started, see AWS Management Console, AWS Command Line Interface (AWS CLI), and AWS SDKs.
AWS Lambda now supports Availability Zone metadata
- Link: https://aws.amazon.com/about-aws/whats-new/2026/03/lambda-availability-zone-metadata/
- Published: 2026-03-19 00:00:00
- Fetched: 2026-03-19 00:00:00
詳細を表示
AWS Lambda now provides Availability Zone (AZ) metadata through a new metadata endpoint in the Lambda execution environment. With this capability, developers can determine the AZ ID (e.g., use1-az1) of the AZ their Lambda function is running in, enabling them to build functions that make AZ-aware routing decisions, such as preferring same-AZ endpoints for downstream services to reduce cross-AZ latency. This capability also enables operators to implement AZ-aware resilience patterns like AZ-specific fault injection testing.
Lambda automatically provisions and maintains execution environments ready to serve function invocations across multiple AZs within an AWS Region to provide high availability and fault tolerance without any additional configuration or management overhead for customers. As development teams scale their serverless applications, their functions often need to interact with other AWS services like Amazon ElastiCache and Amazon RDS that provide endpoints specific to each AZ. Until now, Lambda did not provide a way for functions to determine which AZ they were running in. With the new metadata endpoint, functions can now retrieve their AZ ID with a simple HTTP request, making it easy to implement AZ-aware logic without building and maintaining custom solutions.
To get started, use the Powertools for AWS Lambda metadata utility or call the metadata endpoint directly using the environment variables that Lambda automatically sets in the execution environment. This capability is supported for all Lambda runtimes, including custom runtimes and functions packaged as container images, and integrates seamlessly with Lambda capabilities like SnapStart and provisioned concurrency, regardless of whether your functions are VPC-enabled.
AZ metadata support is available at no additional cost in all commercial AWS Regions where Lambda is available. To learn more, visit Lambda documentation.
AWS adds support for NIXL with EFA to accelerate LLM inference at scale
- Link: https://aws.amazon.com/about-aws/whats-new/2026/03/aws-support-nixl-with-efa/
- Published: 2026-03-19 00:00:00
- Fetched: 2026-03-19 00:00:00
AWS announces support for NVIDIA Inference Xfer Library (NIXL) with Elastic Fabric Adapter (EFA) to accelerate disaggregated large language model (LLM) inference on Amazon EC2. This integration enhances disaggregated inference serving through three key improvements: increased KV-cache throughput, reduced inter-token latency, and optimized KV-cache memory utilization.
NIXL with EFA enables high throughput, low-latency KV-cache transfer between prefill and decode nodes, and it enables efficient KV-cache movement between various storage layers. NIXL is interoperable with all EFA-enabled EC2 instances and integrates natively with frameworks including NVIDIA Dynamo, SGLang, and vLLM. Combined, NIXL with EFA enables flexible integration with your EC2 instance and framework of choice, providing performant disaggregated inference at scale.
AWS supports NIXL version 1.0.0 or higher with EFA installer version 1.47.0 or higher on all EFA-enabled EC2 instance types in all AWS regions at no additional cost. For more information, visit the EFA documentation.
Amazon EC2 Fleet now supports interruptible Capacity Reservations
- Link: https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-ec2-fleet-interruptible-capacity-reservations/
- Published: 2026-03-19 00:00:00
- Fetched: 2026-03-19 00:00:00
Amazon EC2 Fleet now supports interruptible Capacity Reservations. EC2 Fleet allows you to launch instances across multiple instance types and Availability Zones. Starting today, you can specify interruptible Capacity Reservation IDs across your Launch Templates to provision instances in a single EC2 Fleet call.
When On-Demand Capacity Reservations are not in use, customers can make them temporarily available as interruptible reservations within their AWS Organization to improve utilization and save costs. When these interruptible reservations are available to your account, you can now use EC2 Fleet to easily consume them.
This feature is available in all AWS commercial regions. To get started, refer to the EC2 Fleet documentation. To learn more about interruptible Capacity Reservations, visit the EC2 Capacity Reservations user guide.
AWS Direct Connect announces new location in Sydney, Australia
- Link: https://aws.amazon.com/about-aws/whats-new/2026/03/aws-direct-connect-sydney-sy5/
- Published: 2026-03-19 00:00:00
- Fetched: 2026-03-19 00:00:00
Today, AWS announced the opening of a new AWS Direct Connect location at Equinix SY5 in Sydney, Australia. You can now establish private, direct network access to all public AWS Regions (except those in China), AWS GovCloud Regions, and AWS Local Zones from this location. This site is the fourth AWS Direct Connect location in Sydney and the tenth AWS Direct Connect location within Australia. This Direct Connect location offers dedicated 10 Gbps and 100 Gbps connections with MACsec encryption available.
The Direct Connect service enables you to establish a private, physical network connection between AWS and your data center, office, or colocation environment. These private connections can provide a more consistent network experience than those made over the public internet.
For more information on the over 150 Direct Connect locations worldwide, visit the locations section of the Direct Connect product detail pages. Or, visit our getting started page to learn more about how to purchase and deploy Direct Connect.
Amazon Redshift supports federated permissions with IAM Identity Center in multiple AWS Regions
- Link: https://aws.amazon.com/about-aws/whats-new/2026/03/redshift-federated-permissions-idc-mrr/
- Published: 2026-03-19 00:00:00
- Fetched: 2026-03-19 00:00:00
詳細を表示
Amazon Redshift federated permissions are now supported with AWS IAM Identity Center (IdC) in multiple AWS Regions. You can extend IdC from your primary AWS Region to additional Regions for improved performance through proximity to users and reliability. In the additional regions, you now have simplified administration of Redshift fine-grained access controls at the table and column level using existing workforce identities with IdC.
When a new Region is added in IdC, you can create Redshift and Lake Formation Identity Center applications in the new Region without replicating identities from the primary Region. This enables you to use existing workforce identities to query data across warehouses in the new Region. Regardless of which warehouse is used for querying, row-level, column-level, and masking controls always apply automatically, delivering fine-grained access compliance. You can also access Amazon Redshift with single sign-on in these new Regions from Amazon QuickSight, Amazon Redshift Query Editor, or third-party SQL tools.
To get started with Redshift federated permissions using IdC, read the blog and documentation. To extend IdC support in multiple regions, read IdC documentation, Redshift documentation, Lake Formation documentation, and see the region availability.
Amazon Bedrock AgentCore adds support for Chrome policies and custom root CA
- Link: https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-bedrock-agentcore-browser-policies-root-ca/
- Published: 2026-03-20 03:12:00
- Fetched: 2026-03-20 03:12:00
Amazon Bedrock AgentCore now enables customers to configure Chrome Enterprise policies for AgentCore Browser and specify custom root Certificate Authority (CA) certificates for both AgentCore Browser and Code Interpreter. These enhancements help ensure enterprise requirements are met when allowing AI agents to operate within organizations that have strict security policies and internal infrastructure using custom certificates.
With Chrome policies, you can leverage over 100+ configurable policies for managing browser behavior across security, URL filtering, content settings, and more to enforce organizational compliance requirements. For example, restrict agents to specific URLs for kiosk-mode operations, disable password managers and downloads for data-entry tasks, or implement URL blocklists for regulatory compliance. Custom root CA support enables agents to seamlessly connect to internal services like Artifactory, Jira, and finance portals that use SSL certificates signed by your organization's internal Certificate Authority, and work with corporate proxies performing TLS interception.
These features are available in all 14 AWS Regions where Amazon Bedrock AgentCore Browser and Code Interpreter are available: US East (N. Virginia), US East (Ohio), US West (Oregon), Europe (Frankfurt), Europe (Ireland), Europe (London), Europe (Paris), Europe (Stockholm), Asia Pacific (Mumbai), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Asia Pacific (Seoul), and Canada (Central).
To learn more, visit the AgentCore Browser documentation.
AWS MCP Server (Preview) now with enhanced monitoring and semantic search capability
- Link: https://aws.amazon.com/about-aws/whats-new/2026/03/aws-mcp-server-preview-enhanced-monitoring/
- Published: 2026-03-20 08:36:00
- Fetched: 2026-03-20 08:36:00
Today, AWS announces that the AWS MCP Server (preview) now publishes operational metrics to Amazon CloudWatch and introduces scalable Agent SOPs discovery using semantic similarity. Agent SOPs are pre-built, tested workflows that guide AI assistants through complex multi-step AWS tasks. These updates give you visibility into your MCP Server usage and provide a guided path for your agents to perform tasks on AWS.
Previously, customers were unable to monitor changes done through agents using AWS MCP server to track usage patterns, identify permission issues, and set up alarms on errors. With this update, the AWS MCP Server now automatically publishes metrics under the AWS-MCP namespace in CloudWatch at no additional cost. You can monitor invocation counts, success rates, client errors, server errors, and throttling for individual tools such as the AWS API caller (call_aws) and the Agent SOP retriever (retrieve_agent_sop). These metrics help you track usage patterns, identify permission issues, and set up alarms when error rates exceed your thresholds. Additionally, the documentation search tool (search_documentation) now uses semantic similarity to return relevant Agent SOPs alongside AWS documentation results, allowing AI assistants to discover the right SOP through natural language queries.
The AWS MCP Server is available in preview in the US East (N. Virginia) AWS Region at no additional cost.
To get started on AWS MCP server, please read documentation here.
AWS News Blog
20 years in the AWS Cloud – how time flies!
- Link: https://aws.amazon.com/blogs/aws/20-years-in-the-aws-cloud-how-time-flies/
- Published: 2026-03-19 00:00:00
- Fetched: 2026-03-19 00:00:00
AWS Japan Blog
AWS Weekly Roundup: 20 周年を迎えた Amazon S3、Amazon Route 53 Global Resolver の一般提供など (2026 年 3 月 16 日)
- Link: https://aws.amazon.com/jp/blogs/news/aws-weekly-roundup-amazon-s3-turns-20-amazon-route-53-global-resolver-general-availability-and-more-march-16-2026/
- Published: 2026-03-19 10:50:14
- Fetched: 2026-03-19 10:50:14
企業向けファイアウォールを標的とする Interlock ランサムウェアキャンペーンを Amazon Threat Intelligence チームが特定
- Link: https://aws.amazon.com/jp/blogs/news/amazon-threat-intelligence-teams-identify-interlock-ransomware-campaign-targeting-enterprise-firewalls/
- Published: 2026-03-19 13:46:07
- Fetched: 2026-03-19 13:46:07
AWS Organizations における不正なアカウント離脱を防止するための重要なセキュリティコントロール
- Link: https://aws.amazon.com/jp/blogs/news/essential-security-controls-to-prevent-unauthorized-account-removal-in-aws-organizations/
- Published: 2026-03-19 13:57:04
- Fetched: 2026-03-19 13:57:04
CAE in the Cloud 2026 〜 自動車・製造業向けCAEセミナー 〜
- Link: https://aws.amazon.com/jp/blogs/news/cae-in-the-cloud-2026-roadshow-japan/
- Published: 2026-03-19 15:51:39
- Fetched: 2026-03-19 15:51:39
AWS Console for SAP Applications の発表:AWS 上の SAP アプリケーションを登録・管理するための統合エクスペリエンス
- Link: https://aws.amazon.com/jp/blogs/news/announcing-aws-console-for-sap-applications-a-unified-experience-to-register-and-manage-your-sap-applications-on-aws/
- Published: 2026-03-19 16:00:27
- Fetched: 2026-03-19 16:00:27
Oracle Database@AWS におけるレジリエンシーのための Well-Architected 設計
- Link: https://aws.amazon.com/jp/blogs/news/well-architected-design-for-resiliency-with-oracle-databaseaws/
- Published: 2026-03-19 17:15:07
- Fetched: 2026-03-19 17:15:07
AWS Load Balancer Controller が Kubernetes Gateway API サポートの一般提供を開始
- Link: https://aws.amazon.com/jp/blogs/news/aws-load-balancer-controller-adds-general-availability-support-for-kubernetes-gateway-api/
- Published: 2026-03-19 19:08:05
- Fetched: 2026-03-19 19:08:05
Amazon EMR Serverless のベストプラクティス 10 選
- Link: https://aws.amazon.com/jp/blogs/news/top-10-best-practices-for-amazon-emr-serverless/
- Published: 2026-03-19 19:40:32
- Fetched: 2026-03-19 19:40:32
Amazon SageMaker を使用したレイクハウスのアーキテクチャ選択ガイド
- Link: https://aws.amazon.com/jp/blogs/news/navigating-architectural-choices-for-a-lakehouse-using-amazon-sagemaker/
- Published: 2026-03-19 19:41:10
- Fetched: 2026-03-19 19:41:10
AWS Security Bulletins
CVE-2026-4428: Issues with AWS-LC - CRL Distribution Point Scope Check Logic Error
- Link: https://aws.amazon.com/security/security-bulletins/rss/2026-010-aws/
- Published: 2026-03-19 00:00:00
- Fetched: 2026-03-19 00:00:00
Bulletin ID: 2026-010-AWS
Scope: AWS
Content Type: Important (requires attention)
Publication Date: 2026/03/19 13:30 PM PDT
Description:
AWS-LC is a general-purpose cryptographic library maintained by AWS. We identified CVE-2026-4428 affecting X.509 certificate verification.
A logic error in the CRL (Certificate Revocation List) distribution point matching in AWS-LC allows a revoked certificate to bypass revocation checks during certificate validation, when the application enables CRL checking and uses partitioned CRLs with Issuing Distribution Point (IDP) extensions.
Applications that do not enable CRL checking (X509_V_FLAG_CRL_CHECK) are not affected. Applications using complete (non-partitioned) CRLs without IDP extensions are also not affected.
Impacted versions:
- CRL Distribution Point Scope Check Logic Error in AWS-LC >= v1.24.0, < v1.71.0
- CRL Distribution Point Scope Check Logic Error in AWS-LC-FIPS >= AWS-LC-FIPS-3.0.0, < AWS-LC-FIPS-3.3.0
- CRL Distribution Point Scope Check Logic Error in aws-lc-sys >= v0.15.0, < v0.39.0
- CRL Distribution Point Scope Check Logic Error in aws-lc-fips-sys >= v0.13.0, < v0.13.13
Please refer to the article below for the most up-to-date and complete information related to this AWS Security Bulletin.
AWS Machine Learning Blog
Enforce data residency with Amazon Quick extensions for Microsoft Teams
- Link: https://aws.amazon.com/blogs/machine-learning/enforce-data-residency-with-amazon-quick-extensions-for-microsoft-teams/
- Published: 2026-03-19 23:20:04
- Fetched: 2026-03-19 23:20:04
Enhanced metrics for Amazon SageMaker AI endpoints: deeper visibility for better performance
- Link: https://aws.amazon.com/blogs/machine-learning/enhanced-metrics-for-amazon-sagemaker-ai-endpoints-deeper-visibility-for-better-performance/
- Published: 2026-03-19 23:32:11
- Fetched: 2026-03-19 23:32:11
Introducing V-RAG: revolutionizing AI-powered video production with Retrieval Augmented Generation
- Link: https://aws.amazon.com/blogs/machine-learning/introducing-v-rag-revolutionizing-ai-powered-video-production-with-retrieval-augmented-generation/
- Published: 2026-03-20 01:45:42
- Fetched: 2026-03-20 01:45:42
Use RAG for video generation using Amazon Bedrock and Amazon Nova Reel
- Link: https://aws.amazon.com/blogs/machine-learning/use-rag-for-video-generation-using-amazon-bedrock-and-amazon-nova-reel/
- Published: 2026-03-20 01:45:50
- Fetched: 2026-03-20 01:45:50
Run NVIDIA Nemotron 3 Super on Amazon Bedrock
- Link: https://aws.amazon.com/blogs/machine-learning/run-nvidia-nemotron-3-super-on-amazon-bedrock/
- Published: 2026-03-20 02:25:44
- Fetched: 2026-03-20 02:25:44