FC0-U61 Infrastructure • Set 5
FC0-U61 Infrastructure Practice Test 5 — 15 questions with explanations. Free, no signup.
An administrator is configuring access to an S3 bucket. The policy is applied to an IAM user. Which of the following actions will the user be allowed to perform?
Refer to the exhibit.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::my-company-bucket/*"
]
}
]
}