You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
46
47
47
48
### Role
48
49
@@ -55,7 +56,8 @@ This is a simplified version of [Fastly's instructions](https://docs.fastly.com/
55
56
- Click "Next"
56
57
- Check the "WriteAccessToRubyforgeRedirectLogsS3Bucket" Policy created in the previous step
57
58
- 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.
59
61
- Click "Create role"
60
62
- Find and click on the new role in the list
61
63
- Make a note of the ARN (`${REQUEST_LOGS_ROLE_ARN}`) as we need this when setting up Log Streaming in Fastly
0 commit comments