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
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,9 +116,7 @@ We recommend following [Amazon IAM best practices](https://docs.aws.amazon.com/I
116
116
* [Monitor the activity](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#keep-a-log) of the credentials used in GitHub Actions workflows.
117
117
118
118
## Permissions
119
-
120
119
Running a service requires the following minimum set of permissions:
121
-
122
120
```json
123
121
{
124
122
"Version":"2012-10-17",
@@ -164,7 +162,7 @@ Running a one-off/stand-alone task requires the following minimum set of permiss
164
162
"Version": "2012-10-17",
165
163
"Statement": [
166
164
{
167
-
"Sid": "RegisterTaskDefinition and runTask",
165
+
"Sid": "VisualEditor0",
168
166
"Effect": "Allow",
169
167
"Action": [
170
168
"ecs:RunTask",
@@ -174,15 +172,15 @@ Running a one-off/stand-alone task requires the following minimum set of permiss
0 commit comments