AWS - Identity and Access Management
This trust policy snippet causes the role to be assumable by no one:
What is the problem?
{"Statement": [{"Effect": "Allow", "Principal": {}, "Action": "sts:AssumeRole"}]}What is the problem?
