One common question that I hear lately is:
HOW MUCH WOULD COST ME TO BUILD A SYSTEM TO RUN ON TWO CLOUD VENDORS SIDE-BY-SIDE?
It is a simple question that a business person has. Nevertheless, the response is not simple. Without running a workshop and invest time to understand the business requirements, the current technology stack and expected quality attributes, providing a cost of building the same solution on another CSP (Cloud Service Provider) is hard.
There are tools on the market that provide the mechanism to assess costs on each CSP or what would be the cost of running the same on-premises payloads inside a CSP. Analogies and mapping between different CSP services can be made, making running cost estimation an easy job.
Useful tools:
- Azure Pricing Calculator
- AWS Pricing Calculator
- Total Cost of Ownership (TCO) Calculator
- AWS to Azure service mapping
The challenge is not the running cost! It is THE EFFORT COST to make a system run on another CSP. It is possible? How much ($100k, $1M, 10% of the initial effort)?
The complexity of building such a system is higher and, in most cases, can be compared with migration from one cloud vendor to another. Trade-offs like using fewer SaaS services and cloud features of a CSP to provide that cloud interoperability level can impact the quality of the final product. Still, they help us to keep costs under control. All the juice that is provided by a specific CSP is diluted when you use less CSP specific features.
When you want to run a solution side-by-side on two CSP, additional effort is required on:
- Architecture
- DevOps and Automation
- Application Development
- Operational and Management
- Infrastructure
- Testing
- Application
- Database
- Infrastructure
- Communication
- 30% for the Application layer
- 25% for the DB layer
- 10% for the Communication layer
- 15% for the Infrastructure layer
- 30% for the Architecture
- 20% for the DevOps using Terraform
- 70% for the DevOps with cloud-native solutions (e.g. ARM, CloudFormation)
- 50% for the Operational and Management
- 10% for the Testing
- 30% for the Development
- 25% for the Database
- 215% for the cloud running costs in the best case
- 250% for the cloud running costs on average
- 300% for the cloud running costs when you don't use SaaS and PaaS services anymore, and you need to use only IaaS services
- 35% additional effort to build and design the solution
- 50% additional effort cost for Operational and Management
- 215% additional cost to run the solution on AWS and Azure, side-by-side
Comments
Post a Comment