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
Copy file name to clipboardExpand all lines: tools/cloudlist/providers.mdx
+49-1Lines changed: 49 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,55 @@ Amazon Web Services can be integrated by using the following configuration block
46
46
47
47
`aws_access_key` and `aws_secret_key` can be generated in the IAM console. We recommend creating a new IAM user with `Read Only` permissions and providing the access token for the user.
48
48
49
-
Scopes Required: Read EC2, Route53, S3
49
+
Scopes Required:
50
+
51
+
The following scopes can directly be provided to the IAM user.
52
+
53
+
```
54
+
EC2 - AmazonEC2ReadOnlyAccess
55
+
Route53 - AmazonRoute53ReadOnlyAccess
56
+
S3 - AmazonS3ReadOnlyAccess
57
+
Lambda - AWSLambda_ReadOnlyAccess
58
+
ELB - ElasticLoadBalancingReadOnly
59
+
Cloudfront - CloudFrontReadOnlyAccess
60
+
```
61
+
62
+
To also support other services, a custom policy document is provided which can directly be copy-pasted to the role to allow correct and minimal permissions.
0 commit comments