# Cloud database

> A cloud database is a database that typically runs on a cloud computing platform and access to the database is provided as-a-service. There are two common deployment models: users can run databases on the cloud independently, using a virtual machine image, or they can purchase access to a database service, maintained by a cloud database [&hellip;]

A **cloud database** is a database that typically runs on a cloud computing platform and access to the database is provided as-a-service. There are two common deployment models: users can run databases on the cloud independently, using a virtual machine image, or they can purchase access to a database service, maintained by a cloud database provider. Of the databases available on the cloud, some are SQL-based and some use a NoSQL data model.

Database services take care of scalability and high availability of the database. Database services make the underlying software-stack transparent to the user.

## Deployment models

There are two primary methods to run a database on a cloud platform:

Virtual machine image
Cloud platforms allow users to purchase virtual-machine instances for a limited time, and one can run a database on such virtual machines. Users can either upload their own machine image with a database installed on it, or use ready-made machine images that already include an optimized installation of a database.
Database-as-a-service (DBaaS)
With a database as a service model

…

*Source: [Wikipedia](https://en.wikipedia.org/wiki/Cloud_database)*

---

## Metadata

- **URL:** https://wpsearchai.com/cloud-database/
- **Published:** 2026-01-28T18:49:11+00:00
- **Modified:** 2026-01-28T18:49:11+00:00
- **Author:** admin
- **Categories:** Cloud computing
