AWS - Identity and Access Management
Given this IAM role trust policy snippet:
Which AWS entity is allowed to assume this role?
{"Statement": [{"Effect": "Allow", "Principal": {"Service": "ecs-tasks.amazonaws.com"}, "Action": "sts:AssumeRole"}]}Which AWS entity is allowed to assume this role?
