AWS Security ChangesHomeSearch

AWS pcs documentation change

Service: pcs · 2026-04-19 · Documentation low

File: pcs/latest/userguide/slurm-rest-api-faq.md

Summary

Added troubleshooting section with links to SchedMD documentation and scheduler logs for REST API issues

Security assessment

This change adds general troubleshooting guidance for REST API problems, including checking external documentation and logs. No security vulnerabilities, fixes, or security features are mentioned.

Diff

diff --git a/pcs/latest/userguide/slurm-rest-api-faq.md b/pcs/latest/userguide/slurm-rest-api-faq.md
index 560e7b950..c50dd21b6 100644
--- a//pcs/latest/userguide/slurm-rest-api-faq.md
+++ b//pcs/latest/userguide/slurm-rest-api-faq.md
@@ -95,0 +96,6 @@ If the user identity specified in your JWT lacks write permissions to the job's
+  * **Still running into problems?**
+
+    1. Check SchedMD's [documentation](https://slurm.schedmd.com/rest_clients.html) on the REST API specification.
+
+    2. Check the Slurm controller logs for more detailed information on errors (see [Scheduler logs in AWS PCS](./monitoring_scheduler-logs.html) for more details).
+