Question 233:
You decide to configure a bucket for static website hosting. As per the AWS documentation, you create a bucket named `mybucket.com`. You also enable website hosting with an index document of `index.html` and leave the error document as blank. You then upload a file named `index.html` to the bucket. After clicking on the endpoint of mybucket.com.s3-website-us-east-1.amazonaws.com you receive 403 Forbidden error. You then change the CORS configuration on the bucket so that everyone has access. However, you still receive the 403 Forbidden error. What additional step do you need to do so that the endpoint is accessible to everyone?
Answer options:
A.Register mybucket.com on Route53 B.Wait for the DNS change to propagate C.You need to add a name for the error document, because it is a required field D.Change the permissions on the index.html file also, so that everyone has access