exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 69 discussion

Exam question from Amazon's AWS-SysOps
Question #: 69
Topic #: 1
[All AWS-SysOps Questions]

[1]
does this policy define?

  • A. It is not possible to define a policy at the object level
  • B. It will make all the objects of the bucket cloudacademy as public
  • C. It will make the bucket cloudacademy as public [1]
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
A system admin can grant permission to the S3 objects or buckets to any user or make objects public using the bucket policy and user policy. Both use the JSON- based access policy language. Generally, if the user is defining the ACL on the bucket, the objects in the bucket do not inherit it and vice a versa. The bucket policy can be defined at the bucket level which allows the objects as well as the bucket to be public with a single policy applied to that bucket. It cannot be applied at the object level.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
sen12
Highly Voted 7 months, 1 week ago
They are not different answers, actually the answer can be combined for the policy. Which is A. It is not possible to define a policy at the object level B. It will throw an error for teh wrong action and does not allow the saw policy.
upvoted 9 times
...
RicardoD
Most Recent 6 months ago
A is the answer This policy is wrong. You cannot have the permission S3:listbucket when resource are the files within the bucket.
upvoted 1 times
...
nafazoline
6 months, 1 week ago
Answer is A. It is not possible to define a policy at the object level, that policy shpuld be something like this: { "Version":"2012-10-17", "Statement":[ { "Effect":"Allow", "Action":["s3:ListBucket"], "Resource":"arn:aws:s3:::cloudacademy" }, { "Effect":"Allow", "Action":[ "s3:GetObject", "s3:GetObjectAcl", ], "Resource":"arn:aws:s3:::cloudacademy/*.jpg" } ] }
upvoted 3 times
...
lemist
6 months, 1 week ago
https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-overview.html#access-control-resources-manage-permissions-basics
upvoted 1 times
...
lemist
6 months, 3 weeks ago
https://www.examtopics.com/exams/amazon/aws-sysops/view/59/
upvoted 1 times
...
abhishek_m_86
6 months, 3 weeks ago
A. It is not possible to define a policy at the object level
upvoted 1 times
...
jackdryan
6 months, 3 weeks ago
I'll go with A
upvoted 1 times
...
BossSMT
7 months ago
Bucket and object permissions are independent of each other. An object does not inherit the permissions from its bucket. For example, if you create a bucket and grant write access to a user, you can't access that user’s objects unless the user explicitly grants you access. Bucket permissions generally allow a user to list information about a bucket and add and delete objects from a bucket. Object permissions generally allow a user to download, replace or delete objects. https://docs.aws.amazon.com/AmazonS3/latest/user-guide/set-permissions.html Ans C
upvoted 1 times
...
sen12
7 months, 1 week ago
The answer is A. You cant define object level policy.
upvoted 1 times
...
Febe
7 months, 2 weeks ago
Question 1 & 2 topic 2, they are exactly the same but why different answers?
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago