PCCSE · Question #20
An administrator has access to a Prisma Cloud Enterprise What are the steps to deploy a single container Defender on an ec2 node?
The correct answer is A. Execute the curl | bash script on the ec2 node.. To deploy a single Container Defender on an EC2 node, the administrator generates a deployment script from the Prisma Cloud Console and then executes the curl | bash script directly on the EC2 instance. This script pulls the Defender image and starts it as a container automatical
Question
An administrator has access to a Prisma Cloud Enterprise What are the steps to deploy a single container Defender on an ec2 node?
Options
- AExecute the curl | bash script on the ec2 node.
- BConfigure the cloud credential in the console and allow cloud discovery to auto-protect the ec2
- CPull the Defender image to the ec2 node, copy and execute the curl | bash script, and start the
- DGenerate DaemonSet file and apply DaemonSet to the twistlock namespace.
How the community answered
(21 responses)- A90% (19)
- C5% (1)
- D5% (1)
Explanation
To deploy a single Container Defender on an EC2 node, the administrator generates a deployment script from the Prisma Cloud Console and then executes the curl | bash script directly on the EC2 instance. This script pulls the Defender image and starts it as a container automatically. Option A correctly captures this streamlined process. Option D (DaemonSet) is the Kubernetes deployment method, not applicable to a standalone EC2 node. Option B describes cloud discovery auto-protect, which is a different workflow. Option C describes a more complex manual process that is not the standard recommended approach for a single-node deployment.
Topics
Community Discussion
No community discussion yet for this question.