使用CloudFormation在VPC peering上启用私有DNS解析

0

【以下的问题经过翻译处理】 如何在使用CloudFormation的VPC peering上启用私有DNS解析?

profile picture
专家
已提问 5 个月前12 查看次数
1 回答
0

【以下的回答经过翻译处理】 这个问题https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/169仍然未解决。其中提到了一种CDK自定义解决方案,但可以使用资源类型或自定义资源在CloudFormation中调用此API-https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyVpcPeeringConnectionOptions.html来解决。 在Custom Resource适合的情况下,可以通过使用crhelper(https://github.com/aws-cloudformation/custom-resource-helper)的Python lambda快速实现,并在链接https://aws.amazon.com/blogs/infrastructure-and-automation/aws-cloudformation-custom-resource-creation-with-python-aws-lambda-and-crhelper/中进行了描述。

profile picture
专家
已回答 5 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容