Prisma Certified Cloud Security Engineer (PCCSE) — Question 235
An administrator has deployed Console into a Kubernetes cluster running in AWS. The administrator also has configured a load balancer in TCP passthrough mode to listen on the same ports as the default Prisma Compute Console configuration.
In the build pipeline, the administrator wants twistcli to talk to Console over HTTPS.
Which port will twistcli need to use to access the Prisma Compute APIs?
Answer options
- A. 8084
- B. 443
- C. 8083
- D. 8081
Correct answer: A
Explanation
The correct port for twistcli to access the Prisma Compute APIs over HTTPS is 8084, as this is the default port used by Prisma Compute Console for secure communication. The other options, 443, 8083, and 8081, do not correspond to the default HTTPS configuration for Console and would not facilitate the required connection.