Skip to content

Commit 50fbec0

Browse files
author
Bobbie Couhbor
committed
modified comments in sample AWS param files to use the correct CLI command to collect the recommended endpoint as per the documentation: https://docs.aws.amazon.com/iot/latest/developerguide/server-authentication.html
1 parent 44cf727 commit 50fbec0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mqtt_client/config/params.aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tls_1_2: &tls_1_2 3
55

66
broker:
77
# YOU MUST CHANGE THIS ENDPOINT
8-
# Can be found by executing: aws iot describe-endpoint
8+
# Can be found by executing: aws iot describe-endpoint --endpoint-type iot:Data-ATS
99
host: not-a-real-endpoint-please-use-your-own.us-west-2.amazonaws.com
1010
port: 8883
1111
tls:

mqtt_client/config/params.ros2.aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mqtt_client:
22
ros__parameters:
33
broker:
44
# YOU MUST CHANGE THIS ENDPOINT
5-
# Can be found by executing: aws iot describe-endpoint
5+
# Can be found by executing: aws iot describe-endpoint --endpoint-type iot:Data-ATS
66
host: not-a-real-endpoint-please-use-your-own.us-west-2.amazonaws.com
77
port: 8883
88
tls:

0 commit comments

Comments
 (0)