Fix IAM policy sid.
This commit is contained in:
parent
5157a6ad47
commit
a43cf8d2b8
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ Træfik needs the following policy to read ECS information:
|
||||||
"Version": "2012-10-17",
|
"Version": "2012-10-17",
|
||||||
"Statement": [
|
"Statement": [
|
||||||
{
|
{
|
||||||
"Sid": "Traefik ECS read access",
|
"Sid": "TraefikECSReadAccess",
|
||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Action": [
|
"Action": [
|
||||||
"ecs:ListClusters",
|
"ecs:ListClusters",
|
||||||
|
|
Loading…
Reference in a new issue