Skip to content

Commit f639eba

Browse files
authored
Merge pull request #9 from simplesteph/patch-2
fixed IAM recommendations
2 parents ba568a2 + c74dab5 commit f639eba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ This projects enables you to do that.
2222
* Wildcard domain like `*.domain.com`
2323
* ELB/ALB for this domain
2424
* ECS Cluster
25-
* EC2 instances in the cluster need a role including `ecs:Describe*` and `ecs:List*`
25+
26+
### IAM Policy
27+
* EC2 instances in the cluster need a role including `ecs:Describe*`, `ecs:List*` and `ec2:Describe*`
2628
* Easiest is to use `AmazonEC2ContainerServiceFullAccess` although that gives more permissions than needed
2729

2830
### Setup

0 commit comments

Comments
 (0)