Hello,
I created a device on AWS and corresponding certificates/shadows on the us-west-1 server. I'm able to successfully connect and send to this endpoint, but want to migrate to a different region on AWS. Is it necessary to create new certificates for the device on the new region and re-provision the device? I'm using a version of the aws_iot sample in NRF Connect 1.8.0 and was under the impression that I could change the endpoint by changing the prj.conf file field CONFIG_AWS_IOT_BROKER_HOST_NAME to the new endpoint, but when I try to connect I get the error
E: Cloud MQTT input error: -128.
The only thing changed between the working and non-working versions is the CONFIG_AWS_IOT_BROKER_HOST_NAME so this seems to be the cause. Is there a simple way to use the same device with the same certificate to send to a different endpoint without starting the whole provisioning/certificate process over?
Thanks!