Expand my Community achievements bar.

SOLVED

Identifying AEM Environments Tier

Avatar

Community Advisor

Hi All,

 

How to identify if the AEM environments (DEV, STAGE, PRODUCTION) are within the same tier ?

 

Regards,

Anupam Patra

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @anupampat 

To identify if AEM environments (DEV, STAGE, PRODUCTION) are within the same tier:

Check Cloud Manager: Navigate to the Environments section in Cloud Manager. Environments within the same tier will be grouped under the same AMS Program or deployment architecture.

Analyze URL Patterns: Verify if environment URLs share a consistent structure (e.g., dev.<project>.adobeaemcloud.com, stage.<project>.adobeaemcloud.com, prod.<project>.adobeaemcloud.com).

Run Mode: Check run mode in each environment to identify tier identifiers.

Regards,

Shiv Prakash

View solution in original post

3 Replies

Avatar

Community Advisor

Hi @anupampat 

If you are using AEMaaCS then you can use runmodes for environmental specific logic.

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/dep... 



Arun Patidar

Avatar

Community Advisor

Hi @anupampat

To determine if AEM environments like DEV, STAGE, and PRODUCTION are on the same tier, you need to review the configuration in Cloud Manager. Specifically, look for the "tier" designation for each environment, which will indicate if they are classified as "author", "publish", or "preview". If all environments share the same tier designation, they are considered to be in the same tier. Another way to verify this is by attempting content copy operations, which are only possible between environments within the same tier.

Key points here:

  • Access Cloud Manager: Go to Adobe Cloud Manager to view your AEM environment details.
  • Check Environment Tier: In Cloud Manager, check the tier designation for each environment (e.g., "author", "publish", or "preview").
  • Content Copy Functionality: If you can copy content between environments, they are on the same tier.

Example: If your DEV, STAGE, and PRODUCTION environments are all labeled as "author" in Cloud Manager, they are in the same tier.

Avatar

Correct answer by
Community Advisor

Hi @anupampat 

To identify if AEM environments (DEV, STAGE, PRODUCTION) are within the same tier:

Check Cloud Manager: Navigate to the Environments section in Cloud Manager. Environments within the same tier will be grouped under the same AMS Program or deployment architecture.

Analyze URL Patterns: Verify if environment URLs share a consistent structure (e.g., dev.<project>.adobeaemcloud.com, stage.<project>.adobeaemcloud.com, prod.<project>.adobeaemcloud.com).

Run Mode: Check run mode in each environment to identify tier identifiers.

Regards,

Shiv Prakash