|
|
|
|
|
by sebazzz
1300 days ago
|
|
> But I still chose to not tie myself to any of these platforms for anything critical. It requires additional upfront effort, but I can migrate all my applications off of AWS in a moment. Then you are probably not doing "cloud native" development using their proprietary SDKs, so probably just running some EC2 (virtual machine) instance and RDS (database) instance. That is about the most expensive way you can use the big-tech clouds, at that point you might as well move to the smaller hosting providers like Linode. |
|
But I can structure my application so that the innards are not tied to AWS APIs.
For example, SNS is just a small messaging module that I can easily replace for something else by reimplementing literally half a dozen functions.
Guys, these problems have been present in software development for the past half century. They have solutions if you care to find them.