跳至內容

Setting parameters for AWS Config service-linked rules

0

I have deployed a conformance pack in AWS Config using the 'Operational Best Practices for PCI DSS' sample template. Some of the rules included in this template have parameters (eg. for setting port numbers or traffic types), but I cannot configure them as they are 'service-linked rules' and the 'Edit' button is greyed.

How can I go about adjusting the parameters for these? Do I need to create a clone of the sample template and deploy that instead? If so, how do I go about it, as I have not found a means to clone or download the JSON config for a sample template. Alternatively, can I clone and replace the individual rules within my deployed conformance pack? Naturally, I am aiming fora result of no non-compliances, so just adding new rules will not achieve this.

1 個回答
0

These service-linked AWS Config rules are owned by AWS service teams. The AWS service team creates these rules in your AWS account. You have read-only access to these rules. You cannot edit or delete these rules.

Create a custom AWS Config rule using AWS Lambda or Guard, and include the necessary parameter configurations in your custom rule. To create your own custom AWS Config rules, you can use the AWS Config console, the AWS Config rule APIs, or programming languages like Java or Python. The template yaml file for PCI-DSS operation best practices can be found at https://github.com/awslabs/aws-config-rules/blob/master/aws-config-conformance-packs/Operational-Best-Practices-for-PCI-DSS.yaml

AWS
已回答 2 年前

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

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