Which element in the S3 bucket policy holds the user details that describe who needs access to the S3 bucket?

A company wants to allow full access to an Amazon S3 bucket for a particular user.
Which element in the S3 bucket policy holds the user details that describe who needs access to the S3 bucket?
A. Principal
B. Action
C. Resource
D. Statement

Amazon AWS Certified Cloud Practitioner (CLF-C01)

Free dumps for CLF-C01 in PDF format.

High quality CLF-C01 PDF and software. VALID exam to help you pass.

amazon-exams

2 thoughts on “Which element in the S3 bucket policy holds the user details that describe who needs access to the S3 bucket?

  1. Should be A.
    {
    “Version”:”2012-10-17″,
    “Statement”:[
    {
    “Sid”:”AddCannedAcl”,
    “Effect”:”Allow”,
    “Principal”: {“AWS”: [“arn:aws:iam::111122223333:root”,”arn:aws:iam::444455556666:root”]},
    “Action”:[“s3:PutObject”,”s3:PutObjectAcl”],
    “Resource”:”arn:aws:s3:::DOC-EXAMPLE-BUCKET/*”,
    “Condition”:{“StringEquals”:{“s3:x-amz-acl”:[“public-read”]}}
    }
    ]
    }

    18

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.