---
title: "Managing applications with Cloud Platform"
date: "2024-02-14T06:18:38+00:00"
summary: "Efficiently manage your Drupal applications on Acquia Cloud Platform. Learn to configure environments, handle infrastructure, use command-line tools, and leverage Cloud Actions for optimal performance and control."
image:
type: "page"
url: "/acquia-cloud-platform/managing-applications-cloud-platform"
id: "df3292b1-4e40-4117-9488-9a337d2f985b"
---

Cloud Platform applications run on a Drupal-optimized platform. The core of the platform is an open-source LAMP infrastructure stack, combining the Linux (Ubuntu) operating system, Apache infrastructure, MySQL (Percona) database, and PHP programming language with Drupal. The default Cloud Platform configuration works as-is for most web experiences and other applications. Cloud Platform provides you with a suite of tools you can use to manage your applications and the domains and environments they run on.

What’s an application?
----------------------

In Cloud Platform, an [application](/acquia-cloud-platform/glossary) is a software product that implements a web service, such as a Drupal-based website or a web-accessible API. Application specifically refers to the software product as an entity in itself, separate from the potentially many installations of the application in different environments (like Production or Dev) that may use specific domain names, with specific content. Applications have a lifecycle and typically have multiple versions. An application consists of its program code, such as Drupal core plus contributed and custom modules, along with static assets such as images and stylesheets for its visual theme.

Here are some of the tasks you can perform using the Cloud Platform interface and other tools:

*   [Configuring your environments](/acquia-cloud-platform/manage-apps/configure)
    
*   [Managing Cloud Platform infrastructure](/acquia-cloud-platform/manage-apps/infrastructure)
    
*   [Managing applications using the command line](/acquia-cloud-platform/manage-apps/command-line)
    
*   [Managing backups](/acquia-cloud-platform/manage-apps/back-up)
    
*   [Managing domains](/acquia-cloud-platform/manage-apps/domains)
    
*   [Managing files](/acquia-cloud-platform/manage-apps/files)
    

In addition, you can leverage the [Using Cloud Actions](/acquia-cloud-platform/manage-apps/cloud-actions) feature in environments running on Cloud Next.

Acquia also offers a REST API to extend, enhance, and customize Cloud Platform. For more information, see [Developing with the Cloud Platform API](/acquia-cloud-platform/develop-apps/api) or the [Cloud API v2 reference](https://cloudapi-docs.acquia.com/).