ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

239 / 500

Question 239:

You are the cloud DevOps engineer for a forensic research company that wants to implement web ACL logging to analyze AWS WAF rules compliance and track changes to stored secrets for rotation. Which statement describes the best approach to deal with this scenario?

Answer options:

A.Define a configuration change in an AWS::WAF::WebACL resource that triggers a custom AWS Config rule blueprint. Set the timeoutSeconds property shared by all operational playbook actions to specify the execution timeout value for the action. Further, you can change how an action timing out affects the Automation workflow and overall execution status. To track changes to secrets, it is possible to rely on the AWS Config managed rule secretsmanager-rotation-enabled-check which is NON_COMPLIANT if the secret is not scheduled for rotation.
B.Define a configuration change in an AWS::WAF::WebACL resource that triggers a custom AWS Config rule blueprint. Run an automation workflow through AWS::Config::RemediationConfiguration whose TargetType is a Systems Manager operational playbook that calls another AWS Lambda function that will attempt to enable logging on the web ACL automatically. Create another custom AWS Config rule to track changes to stored secrets which is NON_COMPLIANT if the secret is not scheduled for rotation.
C.Configure a custom AWS Config rule to invoke an AWS Lambda function in response to a configuration change in an AWS::WAF::WebACL resource. Run an automation workflow through AWS::Config::RemediationConfiguration whose TargetType is a Systems Manager operational playbook that calls another AWS Lambda function that will attempt to automatically enable logging on the web ACL. To track changes to secrets, it is possible to rely on the AWS Config managed rule secretsmanager-rotation-enabled-check which is NON_COMPLIANT if the secret is not scheduled for rotation.
D.Configure a custom AWS Config rule to invoke an AWS Lambda function in response to a configuration change in an AWS::WAF::WebACL resource. Set the timeoutSeconds property shared by all operational playbook actions to specify the execution timeout value for an action. Further, you can change how an action timing out affects the Automation workflow and overall execution status. Create another custom AWS Config rule to track changes to stored secrets which is NON_COMPLIANT if the secret is not scheduled for rotation.