Colin 宣布推出 Route 53 Files,这是一款将 AWS Route 53 托管区域以标准 UNIX 文件系统形式暴露的新工具 1。该工具基于 S3 Files 构建,允许用户通过常规命令行和文本编辑器直接编辑 DNS 记录,变更会自动同步至 Route 53 并反向呈现 1。Route 53 Files 服务本身免费,用户仅需支付其 AWS 账户内创建的基础设施费用 1。目前,该服务已在除中东(巴林)和中东(阿联酋)之外的所有商业 AWS 区域上线 1。
在技术细节方面,Route 53 Files 支持通过 NFS v4.1 及以上协议将托管区域作为文件系统挂载,并支持在 EC2、ECS、EKS 和 Lambda 上挂载,同时支持多计算资源并发挂载与最后写入优先的冲突解决机制 1。文件保存后约 90 秒即可生效至线上 DNS,而其他渠道的变更最多 6 分钟会出现在文件系统中 1。此外,Alias 记录以符号链接形式呈现,跨区域 Alias 则呈现为悬空符号链接 1。该工具不支持路由策略、DNSSEC 特定记录类型以及 EvaluateTargetHealth 为 true 的 Alias 1。其控制面完全运行在 us-east-1 区域,该区域中断将阻止 DNS 更新 1。
Colin has announced the launch of Route 53 Files, a new tool that exposes AWS Route 53 hosted zones as a standard UNIX file system 1. This allows users to directly edit DNS records using regular command lines and text editors, with changes automatically syncing to Route 53 and vice versa 1. Built on S3 Files, the tool supports concurrent mounting across multiple compute resources, including EC2, ECS, EKS, and Lambda, utilizing a last-write-wins conflict resolution mechanism 1. The Route 53 Files service itself is free, meaning users only pay for the underlying infrastructure created within their AWS accounts 1. It is currently available in all commercial AWS regions except for Middle East (Bahrain) and Middle East (UAE) 1.
From a technical perspective, the system mounts Route 53 hosted zones as a file system and supports NFS v4.1+ operations 1. When a file is saved, the changes take approximately 90 seconds to propagate to the live DNS, whereas modifications made through other channels take up to six minutes to appear in the file system 1. Alias records are presented as symbolic links, with cross-region aliases appearing as dangling symbolic links 1. However, the tool does not support routing policies, DNSSEC-specific record types, or Alias records with EvaluateTargetHealth set to true 1. Additionally, the control plane operates entirely in the us-east-1 region, meaning any outage in this region will prevent DNS updates 1.
评论
还没有评论,欢迎留下第一条。