Question 332:
A Start-up firm has implemented a number of critical application servers in Amazon VPC. Amazon GuardDuty is enabled for this firm. NACLs are configured for the VPC to provide additional security. Management is looking for an automated solution to update Amazon VPCNACLs in response to malicious activities findings by Amazon GuardDuty. Which steps can be implemented to meet this requirement with the least effort?
Answer options:
A.Based upon GuardDuty findings, create an Amazon CloudWatch alarm that triggers an AWS Lambda function to update NACLs. B.Based upon GuardDuty findings, create an Amazon CloudWatch events rule which triggers an AWS Lambda function to update NACLs. C.Based upon GuardDuty findings, create an Amazon CloudWatch events rule which triggers a cron job to update NACLs. D.Based upon GuardDuty findings, create an Amazon CloudWatch alarm that triggers a cron job to update NACLs.