Skip to content

Commit 8bd5247

Browse files
authored
Merge pull request #50 from babakc/main
Amend AWS IoT CLI command in collect the correct endpoint
2 parents 44cf727 + 50fbec0 commit 8bd5247

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)