ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

60 / 310

Question 60:

As an AWS security specialist, you are working on applying AWS Config rules to all AWS accounts to ensure that AWS resources meet security requirements. One of the security checks is to inspect whether EC2 resources have appropriate Tags. If not, the rule will be non-compliant. There is an existing AWS Config rule called required-tags. However, it does not meet your needs. For example, you want the rule to check specific resources in certain availability zones. How should you implement the Config rule to perform custom checks?

Answer options:

A.Create an AWS Lambda function to perform the custom checks. Then configure a custom AWS Config rule to invoke the Lambda function.
B.Submit a support request to update AWS provided config rule required-tags.
C.In Systems Manager Automation, create an automation document that performs custom checks. Configure a custom AWS Config rule which invokes the document.
D.Configure a custom AWS Config rule to invoke a CloudWatch Event. Create a new CloudWatch Event rule with a Lambda function as the target. Use the AWS Lambda function to perform required custom checks.