Prisma Certified Cloud Security Engineer (PCCSE) — Question 19
An administrator has access to a Prisma Cloud Enterprise.
What are the steps to deploy a single container Defender on an ec2 node?
Answer options
- A. Pull the Defender image to the ec2 node, copy and execute the curl | bash script, and start the Defender to ensure it is running.
- B. Execute the curl | bash script on the ec2 node.
- C. Configure the cloud credential in the console and allow cloud discovery to auto-protect the ec2 node.
- D. Generate DaemonSet file and apply DaemonSet to the twistlock namespace.
Correct answer: B
Explanation
The correct answer is B because executing the curl | bash script directly installs the Defender on the EC2 node. Option A is incorrect as it suggests additional steps that are not necessary for deploying a single container Defender. Options C and D are also incorrect since they pertain to different deployment methods or configurations that do not apply to a single container Defender setup.