Skip to content

Commit

Permalink
Merge pull request #50 from babakc/main
Browse files Browse the repository at this point in the history
Amend AWS IoT CLI command in collect the correct endpoint
  • Loading branch information
lreiher authored Jan 26, 2024
2 parents 44cf727 + 50fbec0 commit 8bd5247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mqtt_client/config/params.aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tls_1_2: &tls_1_2 3

broker:
# YOU MUST CHANGE THIS ENDPOINT
# Can be found by executing: aws iot describe-endpoint
# Can be found by executing: aws iot describe-endpoint --endpoint-type iot:Data-ATS
host: not-a-real-endpoint-please-use-your-own.us-west-2.amazonaws.com
port: 8883
tls:
Expand Down
2 changes: 1 addition & 1 deletion mqtt_client/config/params.ros2.aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mqtt_client:
ros__parameters:
broker:
# YOU MUST CHANGE THIS ENDPOINT
# Can be found by executing: aws iot describe-endpoint
# Can be found by executing: aws iot describe-endpoint --endpoint-type iot:Data-ATS
host: not-a-real-endpoint-please-use-your-own.us-west-2.amazonaws.com
port: 8883
tls:
Expand Down

0 comments on commit 8bd5247

Please sign in to comment.