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: README.md
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,26 @@ def deps do
27
27
[{:libcluster_ec2, "~> 0.5"}]
28
28
end
29
29
```
30
+
31
+
## AWS IAM Requirements
32
+
33
+
Instances must have an instance role attached. There are two permissions required:
34
+
*`ec2:DescribeInstances` - Required to determine tag values of the current running instance. Can be restricted by Resource to the current instance running the application
35
+
*`ec2:DescribeTags` - Required to identify other instances with the same tags
0 commit comments