SAP-C02 Design for New Solutions • Set 8
SAP-C02 Design for New Solutions Practice Test 8 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. An IAM policy allows ec2:Describe* actions on all resources. A developer wants to also allow describing RDS instances. Which action must be added to the policy?
Refer to the exhibit.
# IAM policy snippet
{
"Effect": "Allow",
"Action": "ec2:Describe*",
"Resource": "*"
}