Configuring AWS S3 Bucket for use with webgisdr

1365
6
Jump to solution
04-21-2021 08:51 PM
DeanHowell1
Occasional Contributor III

I am trying to create a new backup using webgisdr and running into some issues with the S3 bucket being validated by webgisdr.

I created an S3 bucket and just let everything default and then referenced the name of the S3 Bucket in the batch file that has been set-up to run the webgisdr but when I run it, I get the following error reported in the log.

==================================================
Starting the WebGIS DR utility.
==================================================

Failed to validate to the Amazon S3 bucket beta-spatial-webgisdr-backup. Please check the Web GIS DR log for more information.

Exiting the WebGIS DR utility.
Thu 04/22/2021 3:41:11.68 -- Finished -------------------------------------------------

What is webgisdr needing for the S3 bucket to be validated correctly?

Tags(3)
0Kudos
1 Solution

Accepted Solutions
ReeseFacendini
Esri Contributor

@DeanHowell1here is where I got that informationCreate an ArcGIS Enterprise backup—Portal for ArcGIS | Documentation for ArcGIS Enterprise.我相信你是对的,复制我罗le should work

View solution in original post

6 Replies
ReeseFacendini
Esri Contributor

When filling out the WebGISDr properties file, did you also set the AccessKey, SecretKey, Credential_Type, etc? Or only set the name of the bucket?

DeanHowell1
Occasional Contributor III

Thanks@ReeseFacendinino didn't set any credentials. Where do you get that info from?

0Kudos
DeanHowell1
Occasional Contributor III

Hello again@ReeseFacendini, the properties file is directly referencing an IAM role as the credentials. I am guessing if I can find out the role used in the other profile and set that IAM role up it should work:slightly_smiling_face:

0Kudos
ReeseFacendini
Esri Contributor

@DeanHowell1here is where I got that informationCreate an ArcGIS Enterprise backup—Portal for ArcGIS | Documentation for ArcGIS Enterprise.我相信你是对的,复制我罗le should work

JonathanQuinn
Esri Notable Contributor

Isbeta-spatial-webgisdr-backup the backup bucket for the content, or for the backup itself? Is it in a separate region? If so, can you delete the VPC endpoint, which prohibits cross-region copying?

DeanHowell1
Occasional Contributor III

Thanks@JonathanQuinnthe name is the S3 bucket name and it is in the same region.

0Kudos