CC

Study mode — explanations shown

1

Network Security

hard

Refer to the exhibit. Based on the exhibit, which statement best describes the effect of this policy?

Exhibit

{
  "Effect": "Allow",
  "Action": "ec2:DescribeInstances",
  "Resource": "*",
  "Condition": {
    "IpAddress": {
      "aws:SourceIp": "10.0.0.0/16"
    }
  }
}
0 of 120 answered