An enterprise wants to enforce runtime protection for serverless functions in AWS Lambda without modifying function code layers. Which Prisma Cloud feature should be implemented?
Trap 1: Install a Host Defender directly onto the AWS Lambda underlying…
Users do not have access to the underlying hypervisor in AWS Lambda.
Trap 2: Configure a VPC endpoint to tunnel all Lambda stdout logs to the…
Logging to stdout does not provide active runtime defense or blocking capabilities.
Trap 3: Attach an Amazon Inspector agent to the Lambda function execution…
Amazon Inspector is an AWS native service, not a Prisma Cloud feature.
- A
Install a Host Defender directly onto the AWS Lambda underlying hypervisor host.
Why wrong: Users do not have access to the underlying hypervisor in AWS Lambda.
- B
Configure a VPC endpoint to tunnel all Lambda stdout logs to the Prisma Cloud Console.
Why wrong: Logging to stdout does not provide active runtime defense or blocking capabilities.
- C
Deploy the Prisma Cloud Serverless Defender layer to automatically wrap the Lambda function handler.
The serverless defender layer wraps the handler to provide runtime protection transparently.
- D
Attach an Amazon Inspector agent to the Lambda function execution role.
Why wrong: Amazon Inspector is an AWS native service, not a Prisma Cloud feature.