gpt4 book ai didi

amazon-web-services - AWS Route53 记录集删除错误 - 提供的值与当前值不匹配

转载 作者:行者123 更新时间:2023-12-04 08:14:49 25 4
gpt4 key购买 nike

我正在尝试使用以下命令删除故障转移别名记录集:

aws route53 change-resource-record-sets \
--hosted-zone-id <my-zone-id> \
--change-batch file://file.json

json的内容:
{
"Comment": "test-rdc",
"Changes": [
{
"Action": "DELETE",
"ResourceRecordSet": {
"Name": "abc.aws-ab-xyz.abcd.com",
"Type": "A",
"SetIdentifier": "abc-Secondary",
"Failover": "SECONDARY" ,
"AliasTarget": {
"HostedZoneId": "jashkhakh",
"DNSName": "hhhkjhkh",
"EvaluateTargetHealth": false
},
"HealthCheckId": "hhjhkh"
}
}]
}

Error: Tried to delete resource record set [name='abc.aws-ab-xyz.abcd.com.', type='A', set-identifier='abc-Secondary', health check='hhjhkh'] but the values provided do not match the current values



我已经验证了我的 json 文件中的条目是正确的。

最佳答案

还要指定 TTL。

我在 Cloudformation 更改中遇到了同样的问题,问题是 TTL 之间的差异。

https://github.com/ansible/ansible-modules-core/issues/551#issuecomment-70481068

关于amazon-web-services - AWS Route53 记录集删除错误 - 提供的值与当前值不匹配,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49442091/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com