SCS-C02 • Practice Test 18
Free SCS-C02 practice test — 15 questions with explanations. Set 18. No signup required.
The above condition is added to an S3 bucket policy to restrict access to a specific VPC endpoint. An EC2 instance in the same VPC is unable to access the bucket. What is the most likely reason?
Refer to the exhibit.
Resource: "arn:aws:ec2:us-east-1:123456789012:instance/*"
Condition: {
"StringEquals": {
"aws:SourceVpce": "vpce-0a1b2c3d4e5f67890"
}
}