AWS - Identity and Access Management
Given this IAM policy snippet:
{"Effect": "Deny", "Action": "ec2:StartInstances", "Resource": "*"}What will happen if a user tries to start any EC2 instance?