From 8081803ab243694b2b02198925f7df0b702e9eb7 Mon Sep 17 00:00:00 2001 From: Benson Lee Date: Mon, 9 Dec 2024 10:56:37 -0800 Subject: [PATCH] upd --- docs/app/admin/ExternalPlatform.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/admin/ExternalPlatform.mdx b/docs/app/admin/ExternalPlatform.mdx index af339427..f581c736 100644 --- a/docs/app/admin/ExternalPlatform.mdx +++ b/docs/app/admin/ExternalPlatform.mdx @@ -70,5 +70,5 @@ In order to allow Ganymede Flows to read and write to an S3 bucket, follow the s 1. Identify which S3 buckets you would like to connect to Ganymede 2. Navigate to the Environment Settings page, Integration tab, and copy the AWS Trust Policy JSON. -3. Create a role in AWS with the contents of the AWS Trust Policy JSON. +3. In the IAM console of AWS, create a role with a custom trust policy. Paste in the contents of the AWS Trust Policy JSON inside the policy definition. 4. Add the Role ARN as an [environment secret in the Ganymede environment](./AdminControls.mdx#secrets-panel) named _aws_s3_role_arn_.