1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
Thanks for sharing your use case together with your query. That said, it is currently not possible to move an IoT Thing from one region to another. There would be a need to replicate these resources(Thing, certificate, policy) in the destination region as there is no option to transfer them to another region.
You can take a look at this AWS Solution for a guide in the replication flow. The use case is definitely different as this is for disaster recovery but you can check this out and see how the replication is achieved.
Relevant content
- asked 4 years ago
- Accepted Answerasked a year ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated a month ago
Thanks, that helped a lot. After reviewing the source code to the Disaster Recovery project, I was able to use the function create_thing_with_cert_and_policy() to replicate an IoT Thing, with its certificates and policy, from one region to a second region.
Hi Ryan, thanks for the answer but this resource is not available anymore. Any alternate link?