AWS managed policy: AmazonECSTaskExecutionRolePolicy
(Redirected from AmazonECSTaskExecutionRolePolicy)
Jump to navigation
Jump to search
AWS managed policy AmazonECSTaskExecutionRolePolicy doc
Example[edit]
{
"Version" : "2012-10-17",
"Statement" : [
{
"Effect" : "Allow",
"Action" : [
"ecr:GetAuthorizationToken",
"ecr:BatchCheckLayerAvailability",
"ecr:GetDownloadUrlForLayer",
"ecr:BatchGetImage",
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"Resource" : "*"
}
]
}
Related[edit]
- How do I allow Amazon ECS tasks to pull images from an Amazon ECR image repository?
- How can I pass secrets or sensitive information securely to containers in an Amazon ECS task?
- ECS execution policy
- AWS managed policies
- role/ecsTaskExecutionRole
See also[edit]
Advertising: