---
title: "Additional environments for Cloud Platform Enterprise"
date: "2024-02-14T06:18:38+00:00"
summary: "Expand your Cloud Platform Enterprise with additional environments for testing, development, and load testing. Contact support for setup."
image:
type: "page"
url: "/acquia-cloud-platform/additional-environments-cloud-platform-enterprise"
id: "3037f07a-8d6b-4d29-818a-182233ff9dcd"
---

You may want more environments than the development, staging, and production environments that you receive initially. For example, you may want additional environments to support:

*   Testing integration with other systems
*   Providing separate environments for different developers or development teams, where your developers want to work on the infrastructure instead of locally
*   Performing load testing on a copy of your production infrastructure  
    This feature is unavailable in Cloud Next environments.

Note

Additional environments, including [Cloud Platform CD environments](/acquia-cloud-platform/features/cd/env), can be created for Cloud Platform Enterprise applications. If you are a Cloud Platform Enterprise subscriber and you want to set up additional environments for an application, [create a Support ticket](/service-offerings/support#contact-acquia-support). Ensure you note the following:

*   If your application uses shared staging infrastructure, you must pay an additional fee for each environment added.
*   If your application uses dedicated staging infrastructure, you are not charged for additional environments, but your infrastructure may require an upsize to accommodate the increased load or reduced resources per environment caused by the additional environments. This is not applicable to Cloud Next environments.

Aliases for additional environments
-----------------------------------

By default, Cloud Platform applications have three environments with the aliases `dev`, `test`, and `prod`. If you have a Cloud Platform Enterprise application with more than three environments and you must find what your environment names and aliases are, you can do one of the following:

*   Look at the `/mnt/drush/<app>/` folder on your infrastructure. Files in that folder list the aliases for the environments. For more information, see [Using Drush aliases](/acquia-cloud-platform/manage-apps/command-line/drush/aliases).
*   Use the `GET /sites/:site/envs` [Cloud API command](https://cloudapi.acquia.com/#GET__sites__site_envs-instance_route). For example:
    
        curl -s -u user:pass https://cloudapi.acquia.com/v1/sites/mysite/envs.json
    

Listing available environments
------------------------------

For information on the available environments:

*   Use the Cloud Platform user interface. For more information, see [Working with environments](/acquia-cloud-platform/manage-apps/environments).
*   Use `acli`. For more information, see [Acquia CLI commands](/acquia-cloud-platform/add-ons/acquia-cli/commands).