AWS Security ChangesHomeSearch

AWS ground-station documentation change

Service: ground-station · 2026-07-01 · Documentation low

File: ground-station/latest/ug/troubleshooting-contact.md

Summary

Updated DataDefender start command from 'sudo service rtlogic-ddx start' to 'sudo systemctl start rtlogic-ddx' and improved sentence structure.

Security assessment

This is a minor operational change updating the service management command syntax. No security context or vulnerability mitigation is mentioned. The change appears to be a routine update reflecting modern systemd practices without security implications.

Diff

diff --git a/ground-station/latest/ug/troubleshooting-contact.md b/ground-station/latest/ug/troubleshooting-contact.md
index fd7c22109..837cbd058 100644
--- a//ground-station/latest/ug/troubleshooting-contact.md
+++ b//ground-station/latest/ug/troubleshooting-contact.md
@@ -74 +74 @@ If DataDefender is running, skip to Step 4: Verify that your dataflow applicatio
-  3. Start DataDefender using the command show below. 
+  3. Start DataDefender using the command below. 
@@ -76 +76 @@ If DataDefender is running, skip to Step 4: Verify that your dataflow applicatio
-        sudo service rtlogic-ddx start
+        sudo systemctl start rtlogic-ddx
@@ -78 +78 @@ If DataDefender is running, skip to Step 4: Verify that your dataflow applicatio
-If DataDefender is running after using the command, skip to Step 4: Verify that your dataflow application stream is configured Otherwise, continue to the next step. 
+If DataDefender is running after using the command, skip to Step 4: Verify that your dataflow application stream is configured. Otherwise, continue to the next step.