Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Does AEM as a Cloud automatically send images using Dynamic Media

Avatar

Level 2

I recently joined a company and there is a website already published.  I was told that the company does not have Dynamic Media, but some of the assets are served up by Dynamic Media.

 

Does anyone have any ideas?

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 2

I have found my answer:

 

Web-optimized asset delivery support in Image component for AEMaaCS
 - Same stack as Dynamic Media
 - No license required

 

Also, you can write you own version for use in your custom components

Web-optimized image delivery Java™ APIs

https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/developing/advance...

 

 

View solution in original post

3 Replies

Avatar

Community Advisor

@WalterHill_WV - Dynamic Media requires add-on license on top of AEM Assets regardless of AEM cloud or on-prem.

On AEM cloud, the assets by design are served from blob storage as shown here - https://developer.adobe.com/app-builder/docs/resources/custom-asset-compute-worker/aem-cloud-assets/

Avatar

Level 2

Thanks @Jineet_Vora ,

 This is my understanding, but I'm still confused since when I inspect an image with devTools

the URL of the asset starts with

url('/adobe/dynamicmedia/deliver/dm-aid-.......

 

Avatar

Correct answer by
Level 2

I have found my answer:

 

Web-optimized asset delivery support in Image component for AEMaaCS
 - Same stack as Dynamic Media
 - No license required

 

Also, you can write you own version for use in your custom components

Web-optimized image delivery Java™ APIs

https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/developing/advance...