ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

82 / 474

Question 82:

A static web site has been hosted on a bucket and is now being accessed by users. One of the web pages javascript section has been changed to access data hosted in another S3 bucket. Now that same web page is no longer loading in the browser. Which of the following can help alleviate the error?

Answer options:

A.Enable versioning for the underlying S3 bucket.
B.Enable Replication so that the objects get replicated to the other bucket.
C.Enable CORS on the bucket containing the data.
D.Change the Bucket policy for the bucket to allow access from the other bucket.