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 年前檢視次數 298 次
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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南