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

推荐订阅源

H
Help Net Security
月光博客
月光博客
IT之家
IT之家
B
Blog RSS Feed
T
Tailwind CSS Blog
The GitHub Blog
The GitHub Blog
博客园 - 三生石上(FineUI控件)
MyScale Blog
MyScale Blog
J
Java Code Geeks
Stack Overflow Blog
Stack Overflow Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - Franky
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
博客园_首页
B
Blog
V
V2EX
腾讯CDC
Vercel News
Vercel News
量子位
Microsoft Security Blog
Microsoft Security 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 ECS 托管式进程守护程序现已支持任务间的可见性与通信...
Amazon Web Services · 2026-06-11 · via Recent Announcements

发布于: 2026年6月10日

Amazon ECS 托管式进程守护程序现已支持任务间的可见性与通信,使客户能够在 ECS 托管式实例上部署需要访问应用程序进程和共享的 IPC 资源的跟踪、分析和安全代理。

通过本次发布,您可以在 ECS 进程守护程序定义中配置两项新设置:pidMode 和 ipcMode,前者用于控制进程守护程序是否能看到实例上的所有进程,而后者则控制进程守护程序是否与实例上的其他容器共享 IPC 命名空间。将任一设置配置为“shared”(共享)即可授予进程守护程序对相应命名空间的访问权限;设置为默认值“none”(无),则会使进程守护程序与应用程序容器及其他任务隔离。利用这些设置,您可以将具备进程感知能力且依赖 IPC 的代理作为 ECS 进程守护程序运行,而无需将其作为 Sidecar 嵌入到应用程序任务定义中。ECS 确保每个托管式实例上仅运行一个进程守护程序任务,并优先于应用程序任务启动进程守护程序,从而使平台团队能够独立部署和更新代理,并为所有工作负载提供一致的覆盖。

要开始使用,请通过 AWS 管理控制台、CLI、CloudFormation 或 AWS SDK 注册一个进程守护程序任务定义,并将 pidMode 或 ipcMode 设置为“shared”(共享),然后在您的集群中使用关联的 ECS 托管式实例容量提供程序创建或更新进程守护程序。此功能现已在所有 AWS 区域提供,无需额外付费。有关更多详细信息,请参阅我们的文档