Skip to content

Cloud Platform

Cloud Platform

Maximum control, without the infrastructure

Your Drupal application, your modules, your content model in code; Acquia hosts it on a Drupal-optimized platform. You keep the control, and the open source, that made you choose Drupal, without running the infrastructure under it.

The Cloud Platform user interface: a requests chart, an environment's dated backups, and a database selection dialog on a Prod environment.

Questions developers ask

What do I own, and what does Acquia run?

You own the Drupal application: contributed and custom modules, custom PHP, and the content model in code. Acquia runs the Drupal-optimized hosting under it.

How does code reach production?

A built codebase lands in the application’s Acquia git repository, and that repository’s branches and tags promote the same build through Dev, Stage, and Prod.

Can I work from the terminal?

Yes. The Acquia CLI runs your routine work from the terminal: logs, databases, remote commands, and deploys, against whichever environment you point it at.

Do I have to use Acquia’s CI?

No. Pipelines builds and deploys on every push if you want it, and the CI provider your team already runs can build the artifact instead.

What caching sits in front of the site?

Varnish in front of the application, and memcached behind it once you enable it. A request Varnish can answer never reaches PHP; memcached makes the requests that do get through cheaper.

Can I run Drupal Canvas on it?

Yes. Canvas is an open-source Drupal module you add to a codebase you control, and the same components and push workflow work against any Canvas-enabled site.