Why WAF disassociate resource when Cloudformation change resource Cloudfront?

0

Hi Community. When I change Cloudformation template with resource Cloudfront, I will see Distribution Cloudfront removed on WAF. This makes me feel very uncomfortable. I must reassociate Distribution again on WAF. Why WAF disassociate Distribution? Please help me. Thank you

已提问 2 年前302 查看次数
1 回答
1
已接受的回答

What changes are you making to your CloudFront Distribution resource in your template? Are you attaching WAF separately to CloudFormation? If you modify a property affecting WAF, CloudFormation may overwrite it; if you modify a property which requires replacement, CloudFormation will replace your Distribution with a new one.

I'd recommend you use CloudFormation to associate AWS WAF with your Distribution. You can provide it using the WebACLId property of the DistributionConfig property in your template. If you don't want to manage the whole WAF through CloudFormation, I'd recommend making a Parameter in your template to allow you to specify the WAF ACL Id, and then use that parameter when setting the value in the Distribution resource.

profile pictureAWS
专家
James_S
已回答 2 年前
  • Hi James_S, WAF I don't use Cloudformation. It was created on consoles. Only Cloudfront was created by Cloudformation.
    Maybe I will write Cloudformation for WAF. Thank for the advice. Best regard.

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

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

回答问题的准则