Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #74 from AssemblyAI/failed-task-logging
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
chilledornaments authored Nov 4, 2021
2 parents 58936ac + 252f786 commit e8a3996
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ The ECS Service being deployed to must use the `ECS` deployment controller.
- You might consider using tag-based access control if there are a lot of roles Drone must be able to pass
- `ecs:DescribeTaskDefinition` on any task definitions this tool will modify
- `ecs:DescribeServices` on any services this tool will modify
- `ecs:UpdateService` on any services this tool will modify
- `ecs:UpdateService` on any services this tool will modify
- `ecs:ListTasks` on `*`
- `ecs:DescribeTasks` on `*`
- `ecs:RegisterTaskDefinition` on `*`
- `application-autoscaling:DescribeScalableTargets` on `*`
- `application-autoscaling:RegisterScalableTarget` on `*` if you plan on using a blue/green deployment
Expand Down

0 comments on commit e8a3996

Please sign in to comment.