Community Related Discussions

Netapp Storage Grid CloudMirror replication to AWS

Manuel_Hiller
243 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
222 Views

Additional information:

StorageGRID Version 11.7.0.4
Build: 20230804.2316.1314c4c

aronk
220 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> 

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
43 Views

Any other suggestions? 

Public