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_.