Hi All,
How to identify if the AEM environments (DEV, STAGE, PRODUCTION) are within the same tier ?
Regards,
Anupam Patra
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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,
Hi @anupampat
If you are using AEMaaCS then you can use runmodes for environmental specific logic.
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:
Example: If your DEV, STAGE, and PRODUCTION environments are all labeled as "author" in Cloud Manager, they are in the same tier.
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,
Views
Likes
Replies