ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 184 - SAP-C02 discussion

Report
Export

A company is designing a new website that hosts static content. The website will give users the ability to upload and download large files. According to company requirements, all data must be encrypted in transit and at rest. A solutions architect is building the solution by using Amazon S3 and Amazon CloudFront.

Which combination of steps will meet the encryption requirements? (Select THREE.)

A.
Turn on S3 server-side encryption for the S3 bucket that the web application uses.
Answers
A.
Turn on S3 server-side encryption for the S3 bucket that the web application uses.
B.
Add a policy attribute of 'aws:SecureTransport': 'true' for read and write operations in the S3 ACLs.
Answers
B.
Add a policy attribute of 'aws:SecureTransport': 'true' for read and write operations in the S3 ACLs.
C.
Create a bucket policy that denies any unencrypted operations in the S3 bucket that the web application uses.
Answers
C.
Create a bucket policy that denies any unencrypted operations in the S3 bucket that the web application uses.
D.
Configure encryption at rest on CloudFront by using server-side encryption with AWS KMS keys (SSE-KMS).
Answers
D.
Configure encryption at rest on CloudFront by using server-side encryption with AWS KMS keys (SSE-KMS).
E.
Configure redirection of HTTP requests to HTTPS requests in CloudFront.
Answers
E.
Configure redirection of HTTP requests to HTTPS requests in CloudFront.
F.
Use the RequireSSL option in the creation of presigned URLs for the S3 bucket that the web application uses.
Answers
F.
Use the RequireSSL option in the creation of presigned URLs for the S3 bucket that the web application uses.
Suggested answer: A, C, E

Explanation:

Turning on S3 server-side encryption for the S3 bucket that the web application uses will enable encrypting the data at rest using Amazon S3 managed keys (SSE-S3)1. Creating a bucket policy that denies any unencrypted operations in the S3 bucket that the web application uses will enable enforcing encryption for all requests to the bucket2. Configuring redirection of HTTP requests to HTTPS requests in CloudFront will enable encrypting the data in transit using SSL/TLS3.

asked 16/09/2024
Aziz ZENNOUN
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first