Feb 02, 2022
Assume Role Policy to Permit ECS Task to Assume IAM Role
0
0
{{ }} Substitute variables
Adjust the variable values according to your preference.
Policy Code
1{
2 Version = "2012-10-17"
3 Statement = [
4 {
5 Action = "sts:AssumeRole"
6 Effect = "Allow"
7 Sid = ""
8 Principal = {
9 Service = "ecs-tasks.amazonaws.com"
10 }
11 }
12 ]
13}
Get the IAM Pulse Check Newsletter
We send out a periodic newsletter full of tips & tricks, contributions from the community, commentary on the industry, relevant social posts, and more.
Checkout past issues for a sampling of the goods.