What is Vendor Lock-in?
A situation where switching to a different technology provider becomes difficult and expensive.
Why It Matters
Vendor lock-in reduces your negotiating power and flexibility, potentially leading to higher costs over time.
Real-World Example
Building your entire application on proprietary AWS services that would require a complete rewrite to move to Google Cloud.
“Understanding terms like Vendor Lock-in matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”
Related Terms
Cloud Computing
Using remote servers over the internet instead of your own computers
Open Source
Software whose source code is freely available for anyone to view, use, modify, and distribute.
SaaS
Software as a Service - applications you access online and pay for through subscriptions
PaaS
Platform as a Service - cloud services that let you deploy apps without managing servers
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
SaaS
Software as a Service - applications you access online and pay for through subscriptions
PaaS
Platform as a Service - cloud services that let you deploy apps without managing servers
Cloud Computing
Using remote servers over the internet instead of your own computers
Open Source
Software whose source code is freely available for anyone to view, use, modify, and distribute.
Microservices
An architecture where an application is built as many small, independent services that work together
Monolith
An application where all features are built and deployed as a single unit