惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
C
Check Point Blog
J
Java Code Geeks
腾讯CDC
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
罗磊的独立博客
Last Week in AI
Last Week in AI
B
Blog
IT之家
IT之家
S
SegmentFault 最新的问题
D
DataBreaches.Net
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
博客园 - 聂微东
U
Unit 42
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
MyScale Blog
MyScale Blog

Recent Announcements

Amazon EC2 X8i instances are now available in Europe (Paris) Amazon CloudWatch pipelines now supports drop and conditional processing AWS Deadline Cloud supports monitor creation in multiple regions Amazon CloudWatch pipelines introduces new compliance and governance capabilities Second-generation Amazon FSx for NetApp ONTAP is now available in four additional AWS commercial and AWS GovCloud (US) Regions AWS Billing and Cost Management Dashboards Now Supports Scheduled Email Delivery AWS RTB Fabric supports health checks for real-time bidding workloads AWS Backup extends Amazon FSx support to 5 additional AWS Regions and expands cross-Region and cross-account copy to 14 AWS Regions Amazon RDS now supports the latest CU and GDR updates for Microsoft SQL Server Amazon Timestream for InfluxDB Now Supports Customer-Defined Maintenance Windows Amazon Bedrock now supports cost allocation by IAM user and role Amazon OpenSearch Service supports Managed Prometheus and agent tracing Amazon S3 Lifecycle pauses actions on objects that are unable to replicate Amazon RDS Blue/Green Deployments now supports Amazon RDS Proxy AWS Marketplace announces the Discovery API for programmatic access to catalog data AWS Agent Registry for centralized agent discovery and governance is now available in Preview Amazon OpenSearch Serverless now supports Zstandard (zstd) codec for index compression AWS Private CA now supports customer managed permissions for cross-account sharing Amazon EC2 Capacity Manager now supports tag-based dimensions Amazon Route 53 Resolver endpoints now support DNS delegation for private hosted zones in AWS GovCloud (US) Regions SageMaker HyperPod now supports gang scheduling for distributed training workloads Amazon IVS 实时直播功能现已支持冗余摄取 Amazon EKS 托管节点组现在支持 EC2 Auto Scaling 暖池 Amazon Bedrock AgentCore 浏览器新增操作系统级交互功能 Amazon WorkSpaces Advisor now available for AI-powered troubleshooting Amazon OpenSearch Service now supports Graviton4 based i8ge instances Oracle Database@AWS is now available in twelve AWS Regions AWS Lambda expands response streaming support to all commercial AWS Regions AWS Cost Explorer launches Natural Language Query capabilities powered by Amazon Q Amazon Lightsail 现已在亚太地区(马来西亚)区域推出
Amazon Bedrock AgentCore Runtime で Amazon S3 Files と Am...
Amazon Web Services · 2026-05-07 · via Recent Announcements

投稿日: 2026年5月6日

Amazon Bedrock AgentCore Runtime では、Bring-Your-Own ファイルシステムがサポートされるようになりました。これにより、開発者は Amazon S3 Files と Amazon EFS アクセスポイントをエージェントランタイムに直接アタッチできます。AgentCore Runtime は、指定したパスですべてのセッションにファイルシステムをマウントし、エージェントは標準のファイル操作を使用してファイルの読み取りと書き込みを行います。エージェントによる作業の開始前に、カスタムマウントコード、特権コンテナ、およびダウンロードオーケストレーションは必要ありません。

これにより、AgentCore Runtime が自動的にプロビジョニング可能な既存のマネージドセッションストレージ (パブリックプレビュー中) が補完されます。Bring-Your-Own ファイルシステムは、スキル、ツールライブラリ、リファレンスデータセット、ナレッジベース、プロジェクトファイルなど、すでに所有している共有対象のデータ向けです。これらのデータは、セッション間、microVM ライフサイクル、または複数のエージェントで利用可能である必要があります。開発者は Amazon S3 Files ファイルシステムをマウントして、標準のファイル操作と S3 API の両方を使用してデータにアクセスできます。変更内容はファイルシステムと S3 バケット間で自動的に同期されます。あるいは、専用の共有 NFS ファイルシステム用に Amazon EFS アクセスポイントをマウントすることもできます。どちらの場合も、アクティブなデータのレイテンシーがミリ秒未満に抑えられ、NFS の close-to-open 整合性がサポートされます。

これにより、以前は構築が困難だったパターンが可能になります。エージェントは、新しいセッションが初期化されるたびに再ダウンロードすることなく、セッションの開始時に共有スキル、プロンプトテンプレート、または厳選されたデータセットを読み込むことができます。長時間実行されるワークフローでは、途中の結果が維持され、将来のセッションで作業を再開できます。複数のエージェント、または同じエージェントの複数のセッションが同じデータセットで連携し、いずれかのセッションで生成した出力を別のセッションで入力として使用できます。

使用を開始するには、開発者はアクセスポイント ARN を提供し、エージェントランタイムを VPC で設定する必要があります。Bring-Your-Own ファイルシステムは、AgentCore Runtime がサポートされている 15 の AWS リージョンすべてで利用できます。全リストについては、Supported AWS Regions を参照してください。詳細については、File system configurations for AgentCore Runtime を参照してください。