Posts

AEM as Cloud Service Assets Service

Image
In AEM as Cloud Service, Asset Ingestion & Processing has been changed. It offers “AEM Cloud Assets Service” a program powered by “Asset Microservices” which provides a scalable & resilient processing of assets using cloud service & handling of Dynamic Media . It’s a well thought architecture which resolves load & performance related issues which are normally observed on Author & Publish Instances during asset ingestion & processing. AEM as Cloud Service no longer supports famously known “DAM Update Asset Workflow” .   Benefits The key benefits of asset microservices are 1.      Scalable architecture for seamless processing of resource-intensive operations. 2.      Efficient indexing & text extractions that does not impact AEM environments. 3.      Minimize the need for workflows to handle asset processing in AEM environments. This frees up the resources, minimize the load on AEM ...

AEM as Cloud Service Cloud Manager API, IO Events, CLI Tools

AEM as Cloud Service provides Cloud Manager API which allows access Cloud Manager related activities, Adobe IO Events which can be used to handle event-driven scenarios & CLI tools. All these tools are very useful for automation process.   Adobe IO Events In AEM as Cloud Service terms, Adobe IO Events enables building reactive, event-driven applications, based on events originating from Adobe Experience Manager. Events are triggered by Event Provider . To start listening to events, register application, specify Event Types from which Event Providers it want to receive. Whenever a matching event is triggered, application is notified. Adobe IO Events can be integrated using 1.      Adobe IO Events API 2.      Adobe IO Events CLI 3.      Adobe IO Events SDK This documentation has instructions to set up IO Events Integrations with AEM as Cloud Service . To learn more about Adobe IO Events, go through links ...

AEM as Cloud Service Dispatcher, CDN & Caching

  This article gives you insight about how dispatcher is maintained & configured, how content delivery network (CDN) is setup & finally how caching mechanism works.   Dispatcher In AEM as Cloud Service, A separate module is used for dispatcher configurations which will be part of maven project itself unlike in On-Premises where they were maintained separately.   Dispatcher Tools Dispatcher Tools are part of AEM as a Cloud Service SDK which can be downloaded from adobe “Software Distribution” portal. They provide ·        A vanilla structure (basic skeleton) containing the configuration files to include in a maven project for Dispatcher. ·        Tooling to validate dispatcher configurations for AEM as Cloud Service supported directives (A list of Whitelisted Directives in Cloud Service). ·        A Docker Image that brings up the Dispatcher locally.  ...