Check Point Certified Threat Prevention Expert (CCTPE) — Question 110
What CLI command can you use to test your autoprovision configuration template, as well as connectivity to AWS using IAM role and permissions?
Answer options
- A. autoprov-cfg -v
- B. cat /var/log/CPcme/cme.log
- C. $FWDIR/conf/autoprovision.json
- D. service cme test
Correct answer: A
Explanation
The command 'autoprov-cfg -v' is specifically designed to validate the autoprovision configuration and assess connectivity to AWS through IAM roles and permissions. The other options do not perform this specific function; for example, 'cat /var/log/CPcme/cme.log' simply displays the log file content, while '$FWDIR/conf/autoprovision.json' refers to the configuration file itself and 'service cme test' is unrelated to testing autoprovision configurations.