diff --git a/content/en/user-guide/aws/iot/index.md b/content/en/user-guide/aws/iot/index.md index bfc49d502e..588aa94786 100644 --- a/content/en/user-guide/aws/iot/index.md +++ b/content/en/user-guide/aws/iot/index.md @@ -55,7 +55,7 @@ In another terminal, publish a message to this topic. {{< command >}} $ mqtt publish \ --host localhost.localstack.cloud \ - --port 4511 \ + --port 4510 \ --topic climate \ -m "temperature=30°C;humidity=60%" {{< /command >}}