Question 582:
You are a solutions architect working as a consultant where you build web applications for clients. One of your clients needs a static website hosted on AWS. The website will predominantly host content files owned by the AWS account used to create the S3 bucket that will host the website. However, some of the objects in the bucket are owned by a parent company’s AWS account. How should you configure the S3 bucket access controls to achieve the most secure website that is accessible to the public? (Choose TWO)
Answer options:
A.Create a bucket policy that grants s3:GetObject access to the objects owned by the parent company account. B.Create a bucket policy that grants s3:GetObject access to the objects in the bucket owned by the account used to create the S3 bucket that will host the website. C.Create an object access control list to grant read permissions on objects owned by the account used to create the S3 bucket that will host the website. D.Create an object access control list to grant read permissions on objects owned by the parent company account. E.Create a bucket policy that grants s3:GetObject access to the objects owned by the parent company account and the objects owned by the account used to create the S3 bucket that will host the website.