diff --git a/docs/install-satellite/satellite-ami-aws-ec2.mdx b/docs/install-satellite/satellite-ami-aws-ec2.mdx
index f74a317cf..eec6be546 100644
--- a/docs/install-satellite/satellite-ami-aws-ec2.mdx
+++ b/docs/install-satellite/satellite-ami-aws-ec2.mdx
@@ -58,7 +58,7 @@ Under Advanced details > User Data, add the following (pick the appropriate valu
```bash
#!/bin/bash
echo "LEVOAI_AUTH_KEY='Authorization Key'" > /opt/levoai/.levoenv
-sudo /opt/levoai/levo_satellite.sh start >> satellite-start.log 2>&1
+sudo /opt/levoai/levo_satellite.sh upgrade >> satellite-start.log 2>&1
# Uncomment the following line to enable the traffic mirroring listener
# sudo /opt/levoai/levo_traffic_listener.sh start >> traffic-listener-start.log 2>&1
```
@@ -154,4 +154,4 @@ Please note down the either the host's IP address or domain name. The Sensor wil
Please proceed to [install Traffic Capture Sensors](/install-traffic-capture-sensors).
-
\ No newline at end of file
+