Post Go-Live

This is the last part of the journey so you will learn to how to monitor for issues and improve performance once the migration is complete. You should ensure the clean-up of temporary files, review best practices for continuous development and manage logs.

The Story So Far

In the previous step of the journey, you learned how to perform the migration and Go-live once the code and the content were ready to be moved over to AEM as a Cloud Service.

Objective

This document describes the tools that are available to troubleshoot AEM as a Cloud Service environments:

  • Developer Console
  • CRXDE Lite
  • Managing Logs

Developer Console

Debugging AEM as a Cloud Service developer environments is available in the Developer Console for development, stage, and production environments.

Refer to Implementing for AEM as a Cloud Service to learn more about development tools.

CRXDE Lite

As a user, you can access CRXDE Lite on the development environment but not stage or production.

IMPORTANT

Writing to immutable repositories such as /libs and /apps at runtime results in errors. Additionally, you do not have access to developer tooling for staging and production environments.

Refer to Developing with CRXDE Lite to learn how to develop your AEM application using CRXDE Lite.

Managing Logs

Users can access a list of available log files for the selected environment.

Refer to Accessing and Managing Logs to learn how to access and manage logs through UI or from API via Cloud Manager.

Contacting Support

If you have questions about access to Cloud Service, contact your Adobe representative or Support for Experience Cloud for more details.

Document learnings

Once the migration is complete, you should document the knowledge gained during this process. Some questions that might help the documentation process are:

  • What worked well and what did not?
  • What were the major pain points?
  • Recommendations in case of a future migration.

You should then share these post-migration learnings with stakeholders and teams inside your organization.

The Journey Ends - Or Does It?

Congratulations! You have completed the AEM as a Cloud Service Migration Journey! You should have an understanding of how to:

  • Get started with moving to AEM as a Cloud Service
  • Determine if your deployment is ready to be moved to AEM as a Cloud Service
  • Make your code and content cloud ready
  • Perform the migration
  • Monitor for issues and improve performance

On this page