DOP-C02 Security and Compliance • Set 8
DOP-C02 Security and Compliance Practice Test 8 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. This S3 bucket policy allows the root user of account 111122223333 to perform which actions?
Refer to the exhibit.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::111122223333:root"
},
"Action": [
"s3:GetObject",
"s3:PutObject"
],
"Resource": "arn:aws:s3:::my-bucket/*"
}
]
}