This repository was archived by the owner on Oct 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,11 @@ CloudFormation template that you just downloaded.
210
210
* The path to an IAM role that has the minimum amount of privileges to run this
211
211
CloudFormation script and run Gremlin Server with the DynamoDB Storage Backend for
212
212
JanusGraph. This role will require S3 read to get the dynamodb.properties file, and DynamoDB full
213
- access to create tables and read and write items in those tables.
213
+ access to create tables and read and write items in those tables. This IAM role needs to be created with
214
+ a STS trust relationship including `ec2.amazonaws.com` as an identity provider. The easiest way to do
215
+ this is to [create a new role on the IAM console](https://console.aws.amazon.com/iam/home?region=us-west-2#/roles)
216
+ and from the AWS Service Role list in the accordion, select Amazon EC2, and add the AmazonDynamoDBFullAccess
217
+ and AmazonS3ReadOnlyAccess managed policies.
214
218
6. On the Options page, click Next.
215
219
7. On the Review page, select "I acknowledge that this template might cause AWS
216
220
CloudFormation to create IAM resources." Then, click Create.
You can’t perform that action at this time.
0 commit comments