S3 bucket integartion with multiple AEM instances | Community
Skip to main content
New Participant
April 12, 2019
Solved

S3 bucket integartion with multiple AEM instances

  • April 12, 2019
  • 2 replies
  • 3295 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vish.dhaliwal

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

2 replies

smacdonald2008
New Participant
April 12, 2019

Nice community response!

vish.dhaliwalAccepted solution
Employee
April 12, 2019

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