Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save artem-hatchenko/04ba2649918da15f0442894d26ee25b5 to your computer and use it in GitHub Desktop.
Save artem-hatchenko/04ba2649918da15f0442894d26ee25b5 to your computer and use it in GitHub Desktop.
ecs_task_execution_role_trusted_policy.json
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Principal": {
"Service": "ecs-tasks.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment