【发布时间】:2020-02-07 03:49:16
【问题描述】:
我最近将 VPC 端点添加到了我的 CloudFormation 堆栈中。然后我删除了我的堆栈并尝试重新创建它。
当我尝试重新创建它时,出现以下错误:
private-dns-enabled cannot be set because there is already a conflicting DNS domain for secretsmanager.us-east-2.amazonaws.com in the VPC vpc-63170e0b (Service: AmazonEC2; Status Code: 400; Error Code: InvalidParameter; Request ID: b7d28d81-c2c0-4f44-9642-f22171cf513d)
我怀疑这里出现了错误,因为 VPC 的私有 DNS 仍然具有上次创建堆栈时的条目。
有没有办法从 VPC 的私有 DNS 中手动删除条目?
【问题讨论】:
标签: amazon-web-services dns amazon-cloudformation amazon-vpc