PrepAway - Latest Free Exam Questions & Answers

What does this policy define?

A sysadmin has created the below mentioned policy on an S3 bucket named cloudacademy. What does this policy define?
“Statement”: [{
“Sid”: “Stmt1388811069831”,
“Effect”: “Allow”,
“Principal”: { “AWS”: “*”},
“Action”: [ “s3:GetObjectAcl”, “s3:ListBucket”],
“Resource”: [ “arn:aws:s3:::cloudacademy]
}]

PrepAway - Latest Free Exam Questions & Answers

A.
It will make the cloudacademy bucket as well as all its objects as public

B.
It will allow everyone to view the ACL of the bucket

C.
It will give an error as no object is defined as part of the policy while the action defines the rule about the object

D.
It will make the cloudacademy bucket as public

8 Comments on “What does this policy define?

  1. nosoul says:

    C
    miss quotation marks

    “Resource”: [ “arn:aws:s3:::cloudacademy] ==>
    “Resource”: [ “arn:aws:s3:::cloudacademy”]




    0



    1

Leave a Reply

Your email address will not be published. Required fields are marked *