0 votes
in AWS by

You've been asked to develop an application on the AWS Cloud. The application will be used to store confidential documents in an S3 bucket. You need to ensure that the bucket is defined in such a way that it does not accept objects that are not encrypted.

1 Answer

0 votes
by

Answer - A.

The AWS Documentation gives an example on the same.

Option B is incorrect since the condition needs to be put in the Bucket policy.

Option C is incorrect since this is only used for MFA Delete for accidental deletion of objects.

Option D is incorrect since CORS is only used for cross-domain access.

Related questions

0 votes
asked Apr 17 in AWS by DavidAnderson
0 votes
asked Apr 21 in AWS by DavidAnderson
...