Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
2 views
in Salesforce by (11.9k points)

I have a question about whether cloud vendors have an inter-operable mechanism. For example, I am developing a WCF service and hosting in Azure successfully. After a pro-long time using Azure, can I use the same code for deploying it in AWS? Will it be possible? Does the API of both matches the same for deploying? If not, what are all the extra care needed for hosting the same service when switching over other Cloud Vendors like Salesforce.com, OpenStack, etc.,

1 Answer

+1 vote
by (32.1k points)

Generally, it is not possible to just take what you develop for one cloud platform and put it on another. This is because they have various functionality sets and they expose different APIs. Nevertheless, the lower level code you have, it is more likely that you’ll find another vendor which has a similar API, this is because virtualizing infrastructure is way more simpler that virtualizing a CMS application.

If you’re using IaaS, it is possible for you to port fairly rapidly but for that, you’ll have to do more work to make your application. If you're using PaaS (or SaaS!) then you're more locked-in but you get more support for developing rapidly: it's that support platform which is both the value-add and the lock-in, and you won't get one without the other.

Browse Categories

...