Managing of individual rules in an ACL deployed by AWS Firewall Manager

0

Hello,

When you roll out WAF ACLs with the Firewall Manager on organisation level, individual account managers can add rules and rule groups, in addition to the rule groups that were defined through Firewall Manager.

Can this be done programatically, via API or CDK for example, or is it only possible via AWS console? I didn't find anything about that in the API description.

profile picture
ABCKaNi
질문됨 일 년 전433회 조회
2개 답변
0
수락된 답변

Hello,

Unfortunately, there is no public document which specifies the use case for individual account administrators to add rules/rule groups inside the WebACL managed by Firewall Manager using CDK.

  • When you create the Firewall Manager service policy for WAFv2 type, it will create the WebACL resource and adds PreProcessFirewallManagerRuleGroups and PostProcessFirewallManagerRuleGroups properties. Document [1] explains these two properties can only be defined by Firewall Manager.

  • These properties cannot be added directly to the AWS::WAFV2::WebACL resource if you are using CloudFormation template for example. The API reference guide [2] defines the properties with AWS CDK CloudFormation Resources.

  • If your use case involves CloudFormation to manage the rules on Firewall Managed WebACLs, then you can use Lambda backed custom resource. In the custom resource Lambda function, you can use UpdateWebACL API calls to create or modify the rules on the WebACL resources. [3]

We recommend to use AWS Console or CLI to avoid any validation issues with CDK in this particular case.

AWS
지원 엔지니어
Vimal_P
답변함 일 년 전
0

That is unfortunate in the spirit of IaC, but thanks for the answer.

profile picture
ABCKaNi
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠