How to Configure an Amazon S3 Destination in the Integration Center
Brief Overview
By using WalkMe's Integration Center it is possible to either export Insights reports to an Amazon Simple Cloud Storage (S3) bucket or to pull attributes from an Amazon Simple Cloud Storage (S3) bucket and populate data into WalkMe from for analytics and content segmentation.
Option A - Authenticate by Credentials
- In Authentication method choose: "By Credentials"
- Provide Access Key and Secret Key of your Amazon S3
Option B - Authenticate by IAM Role
This option enables adding an S3 bucket destination by having the client create an IAM role that can access their S3 bucket, and enabling WalkMe to assume that role to access it.
- Create S3 bucket with name <bucket-name>
- Create IAM Role with the following permissions and trust relationship:
- IAM Role permissions:
- Replace ' <bucket-name> ' with actual bucket name
{
"Version"
:
"2012-10-17"
,
"Statement"
: [
{
"Sid"
:
"AllowWalkMeRole0"
,
"Effect"
:
"Allow"
,
"Action"
:
"s3:ListBucket"
,
"Resource"
:
"arn:aws:s3:::<bucket-name>/"
},
{
"Sid"
:
"AllowWalkMeRole1"
,
"Effect"
:
"Allow"
,
"Action"
: [
"s3:GetObject"
,
"s3:PutObject"
,
"s3:DeleteObject"
],
"Resource"
:
"arn:aws:s3:::<bucket-name>/*"
}
]
}
- Trust relationship:
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "AWS": [ "arn:aws:iam::584278441476:role/walkme-s3-integrations-prod" // for US "arn:aws:iam::584278441476:role/walkme-s3-integrations-eu-prod" // for EU ] }, "Action": "sts:AssumeRole", "Condition": {} } ] }
- IAM Role permissions:
- In the Integration center - S3 destination setup form:
- Under Authentication Method select: "IAM Role - Bucket on Customer's side"
- Enter the IAM role ARN value, <bucket-name> and its region
Option C - Authenticate by Bucket Settings
-
Navigate to the Integrations Center
-
Select AWS S3 to WalkMe
-
Click the Destinations (Sources) button on the top right of the screen
-
Click the green New Destination (Source) button
-
Type a name for the destination (source)
-
Select Bucket Settings from the Authentication Method dropdown
-
Paste your bucket name in the Bucket Name field (same as
<bucket-name>
from above) -
Select the region of your bucket from the Region dropdown
-
*Optional: Enter a bucket path in the Optional Bucket Path field (WalkMe will access the subfolder)
-
Click Save
How to Add a Subfolder
To preserve order within the S3 folder, you can create subfolders inside your S3 destination folder. This can be done both for new destinations or editing existing destinations.
This is especially useful when you are using the S3 destination for more than one system, or for more then one analytic purpose, such as different reports exported for different in-house customer departments.
To add a subfolder, please follow these steps:
- Open the S3 destination in Insights
- In the "Optional Bucket Path" field, add a "/" and the name of the subfolder to be added
- In the example image below you can see that the subfolder being added is called "subfolder_name"
- This will create a subfolder "subfolder_name" in the s3 folder instance