Which features can be used to restrict access to data in S3?

Which features can be used to restrict access to data in S3? Choose 2 answers

Which features can be used to restrict access to data in S3? Choose 2 answers

A.
Set an S3 Bucket policy.

B.
Enable IAM Identity Federation.

C.
Set an S3 ACL on the bucket or the object.

D.
Create a CloudFront distribution for the bucket

E.
Use S3 Virtual Hosting



Leave a Reply 18

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


Brian Smith

Brian Smith

A & C

mr_tienvu

mr_tienvu

I have the same idea. BC

d0tkevin

d0tkevin

Answer:
A. Set an S3 Bucket policy.
C. Set an S3 ACL on the bucket or the object.

“Customers may use four mechanisms for controlling access to Amazon S3 resources: Identity and Access Management (IAM) policies, bucket policies, Access Control Lists (ACLs) and query string authentication.”

https://aws.amazon.com/s3/faqs/

Simon Liang

Simon Liang

A, C.

https://aws.amazon.com/s3/faqs

Q: How can I control access to my data stored on Amazon S3?

Customers may use four mechanisms for controlling access to Amazon S3 resources: Identity and Access Management (IAM) policies, bucket policies, Access Control Lists (ACLs) and query string authentication

Praveen Jirra

Praveen Jirra

A & C

Praveen Jirra

Praveen Jirra

B AND C

Romain

Romain

A & C

You can set up access control to buckets using:
1) Bucket Policies (applied to the entire bucket)
2) ACLs (for more granularity: Can be for individual objects)