0 votes
in AWS by

Your company is hosting a static website in S3. The code has recently been changed wherein Javascript calls are being made to the web pages in the same bucket via the Fully Qualified Domain Name. But the browser is blocking the requests.

What should be done to alleviate the issue?

1 Answer

0 votes
by

Answer - A.

Option B is incorrect because this is used to prevent accidental deletion of objects in S3.

Option C is incorrect because this is used for Cross-region replication of objects.

Option D is incorrect because this is used to encrypt objects at rest.

The AWS Documentation mentions the following.

Cross-Origin Resource Sharing: Use-case Scenarios.

Related questions

0 votes
asked Apr 23 in AWS by DavidAnderson
0 votes
asked Apr 29 in AWS by DavidAnderson
...