如何设置Route53默认TTL

0

【以下的问题经过翻译处理】 我们如何更新所有新建托管区域的默认TTL时间? 目前默认设置为48小时。 我们希望将所有当前和新创建的区域的TTL设置为60秒。 我们尝试使用[cli53](https://pypi.org/project/cli53/),但没有成功。

profile picture
EXPERT
asked 6 months ago8 views
1 Answer
0

【以下的回答经过翻译处理】 通过API无法设置默认的TTL,并且在non-Alias记录中必须指定TTL。如果在控制台上创建记录,则需要手动调整TTL。 如果导入区域文件,则可以使用$TTL指令, 可以用于任何没有直接指定TTL的记录。

profile picture
EXPERT
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions