Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

S3 bucket integartion with multiple AEM instances

Avatar

Level 3

We are using AEM 6.3

We wanted to integrate S3 bucket with 2 AEM instances and share Assets across both the instances.

But that is not working for us.

Steps:

1. Added configuration in one AEM author instance.

2. Logs ensured that data store synced with S3

3. Tried to retrieve one image, logs showed the image is downloading from S3

4. Now configured another AEM publish with S3

5. Tried to pull one of the images from publish - This is not being pulled from S3

Few questions/points:

1. From forums I got multiple people tried using shared S3 across multiple AEM instances - Can anyone share the configuration? I am assuming this is a valid use-case.

2. Did anyone try this with AEM 6.4?

Sudha

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hello,

The config file for the shared datastore would be the same.

You would need "org.apache.jackrabbit.oak.plugins.blob.datastore.S3DataStore.config" file in install folder of publish instance.

Check section "Configuring a Shared Data Store" here.

Regards,

Vishu

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hello,

The config file for the shared datastore would be the same.

You would need "org.apache.jackrabbit.oak.plugins.blob.datastore.S3DataStore.config" file in install folder of publish instance.

Check section "Configuring a Shared Data Store" here.

Regards,

Vishu