Difference between revisions of "AWS managed policy: AmazonECSTaskExecutionRolePolicy"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AmazonECSTaskExecutionRolePolicy.html | * https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AmazonECSTaskExecutionRolePolicy.html | ||
− | + | ||
− | { | + | { |
"Version" : "2012-10-17", | "Version" : "2012-10-17", | ||
"Statement" : [ | "Statement" : [ | ||
Line 8: | Line 8: | ||
"Effect" : "Allow", | "Effect" : "Allow", | ||
"Action" : [ | "Action" : [ | ||
− | "ecr:GetAuthorizationToken", | + | "[[ecr:GetAuthorizationToken]]", |
− | "ecr:BatchCheckLayerAvailability", | + | "[[ecr:BatchCheckLayerAvailability]]", |
− | "ecr:GetDownloadUrlForLayer", | + | "[[ecr:GetDownloadUrlForLayer]]", |
− | "ecr:BatchGetImage", | + | "[[ecr:BatchGetImage]]", |
− | "logs:CreateLogStream", | + | "[[logs:CreateLogStream]]", |
− | "logs:PutLogEvents" | + | "[[logs:PutLogEvents]]" |
], | ], | ||
"Resource" : "*" | "Resource" : "*" | ||
} | } | ||
] | ] | ||
− | } | + | } |
− | |||
Revision as of 15:53, 17 May 2023
{ "Version" : "2012-10-17", "Statement" : [ { "Effect" : "Allow", "Action" : [ "ecr:GetAuthorizationToken", "ecr:BatchCheckLayerAvailability", "ecr:GetDownloadUrlForLayer", "ecr:BatchGetImage", "logs:CreateLogStream", "logs:PutLogEvents" ], "Resource" : "*" } ] }
See also
Advertising: