SAP-C02 Study Assistant

SAP-C02 Question 520

Lambda S3

Question

A company has several AWS Lambda functions written in Python. The functions are deployed with the .zip package deployment type. The functions use a Lambda layer that contains common libraries and packages in a .zip file. The Lambda .zip packages and Lambda layer .zip file are stored in an Amazon S3 bucket. The company must implement automatic scanning of the Lambda functions and the Lambda layer to identify CVEs. A subset of the Lambda functions must receive automated code scans to detect potential data leaks and other vulnerabilities. The code scans must occur only for selected Lambda functions, not all the Lambda functions. Which combination of actions will meet these requirements? (Choose three.)

Options

A. Activate Amazon Inspector. Start automated CVE scans.

B. Activate Lambda standard scanning and Lambda code scanning in Amazon Inspector.

C. Enable Amazon GuardDuty. Enable the Lambda Protection feature in GuardDuty.

D. Enable scanning in the Monitor settings of the Lambda functions that need code scans.

E. Tag Lambda functions that do not need code scans. In the tag, include a key of InspectorCodeExclusion and a value of LambdaCodeScanning.

F. Use Amazon Inspector to scan the 3 bucket that contains the Lambda .zip packages and the Lambda layer .zip file for code scans.

Answer

ABE

Explanation

Correct answer: ABE Explanation: The best answer is ABE. Correct option: A. Activate Amazon Inspector. Start automated CVE scans. B. Activate Lambda standard scanning and Lambda code scanning in Amazon Inspector. E. Tag ...

Log in to view the full explanation