NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Community Related Discussions

Netapp Storage Grid CloudMirror replication to AWS

Manuel_Hiller
2,812 Views

Hello together,

 

I have issues to setup the CloudMirror replication to a bucket located in AWS. 

 

The setup of the Platform services endpoint have been sucessfully worked:

2024-08-01 11_30_39-Window.pngAfter that I tried to configure the replication inside the bucket itself, my config looks like the following:

2024-08-01 11_33_11-Window.png

This step worked also. After that I put so new files to my S3 bucket and expected that these files are going to replicated to the S3 AWS bucket. Unfortunately the following error occurred on the Grid:

 

2024-08-01 11_35_14-Window.png

 

Do anybody have ideas to solve these issue?

 

Thank you!

 

Regards,

Manuel

4 REPLIES 4

Manuel_Hiller
2,791 Views

Additional information:

StorageGRID Version 11.7.0.4
Build: 20230804.2316.1314c4c

aronk
2,789 Views

In the Platform services configuration, the URI should just be the aws endpoint URL, not including the bucket, ex. "https://s3.eu-central-1.amazonaws.com" the URN should be the AWS bucket name.

in the bucket replication configuration the destination should also just be the AWS bucket name.

        <Destination> 
            <Bucket>arn:aws:s3:::MY-AWS-BUCKET</Bucket> 
        </Destination> 

Manuel_Hiller
2,762 Views

Thank you for your answer. 

I already have tried this but if I am going to configure it without the bucket. prefix an error message occurs that the bucket cannot be found.

Manuel_Hiller
2,612 Views

Any other suggestions? 

Public