Fix IAM policy sid.

This commit is contained in:
Charlie O'Leary 2017-09-07 01:08:04 -07:00 committed by Traefiker
parent 5157a6ad47
commit a43cf8d2b8

View file

@ -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",