Skip to content

Commit 0047bb4

Browse files
authored
Update setup.md
Rename IAM Policy and Role and add a useful description to each.
1 parent 1c5f714 commit 0047bb4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/setup.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ This is a simplified version of [Fastly's instructions](https://docs.fastly.com/
4242
}
4343
```
4444

45-
- Name: WriteAccessToRubyforgeRedirectLogsS3Bucket
45+
- Name: WriteAccessToRubyforgeOrgFastlyLogsS3Bucket
46+
- Description: Grants write access to the `${REQUEST_LOGS_S3_BUCKET}` S3 bucket. Intended to be used by an IAM Role that grants the Fastly AWS account access to our account.
4647

4748
### Role
4849

@@ -55,7 +56,8 @@ This is a simplified version of [Fastly's instructions](https://docs.fastly.com/
5556
- Click "Next"
5657
- Check the "WriteAccessToRubyforgeRedirectLogsS3Bucket" Policy created in the previous step
5758
- Click "Next"
58-
- Role name: "FastlyStreamingLogs"
59+
- Role name: "RubyCentralFastlyLogStreaming"
60+
- Role description: Allows Fastly AWS account to stream logs from Ruby Central's Fastly account.
5961
- Click "Create role"
6062
- Find and click on the new role in the list
6163
- Make a note of the ARN (`${REQUEST_LOGS_ROLE_ARN}`) as we need this when setting up Log Streaming in Fastly

0 commit comments

Comments
 (0)