Cloud to cloud connection

Hi, what is the best way to connect mbed cloud to another cloud (not web app) for information exchange? Can I customize mbed cloud for such connection?
Thanks in advance.

can u please elaborate on what another cloud means

AWS or ARTIK cloud, for example.

Hi Hao Sun,

There is no cloud-to-cloud connectivity in a meaning of 2 or more different clouds would be interconnected directly.

Generally speaking, the Mbed Cloud works over REST API. If you have a Mbed Cloud account and account in some other cloud, you can create your own interface logic between the 2 clouds. E.g. Create you own cloud service and use the Mbed Cloud through API provided or create your own (web app-like) solution which communicates with 2 different cloud instances.

Br,
sirjyge

Thanks for the reply. It would be nice to have cloud to cloud connection directly for data exchange.