PAS-C01 Technology • Set 7
PAS-C01 Technology Practice Test 7 — 15 questions with explanations. Free, no signup.
An SAP administrator attaches the above IAM policy to a user. What actions can the user perform?
Refer to the exhibit.
```
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:Describe*",
"ec2:StartInstances",
"ec2:StopInstances"
],
"Resource": "*"
},
{
"Effect": "Deny",
"Action": "ec2:TerminateInstances",
"Resource": "*"
}
]
}
```