SAP-C01 Exam QuestionsBrowse all questions from this exam

SAP-C01 Exam - Question 5


A company is storing data on Amazon Simple Storage Service (S3). The company's security policy mandates that data is encrypted at rest.

Which of the following methods can achieve this? (Choose three.)

Show Answer
Correct Answer: ABE

To achieve encryption at rest for data stored in Amazon S3, three methods can be utilized. First, using Amazon S3 server-side encryption with AWS Key Management Service (KMS) managed keys ensures that AWS manages the keys, providing a secure and automated encryption process. Second, Amazon S3 server-side encryption with customer-provided keys allows users to bring their own encryption keys, providing full control over the encryption procedure. Third, clients can encrypt the data on the client-side using their own master key before uploading it to S3, ensuring data is already encrypted before it reaches the storage service.

Discussion

17 comments
Sign in to comment
ppshein
Sep 29, 2021

My choice is A,B,E

nitinz
Oct 11, 2021

only ABE does encryption at rest.

anandbabu
Oct 24, 2021

ABE is correct

michaelbaib
May 11, 2022

dont understand why encrypt 3 times??

ajchi1980Options: ABE
Jun 29, 2023

The three methods that can achieve data encryption at rest on Amazon S3 are: A. Use Amazon S3 server-side encryption with AWS Key Management Service (KMS) managed keys: This method enables automatic encryption of data at rest using AWS KMS. The encryption keys are managed by AWS, providing a convenient and secure solution. B. Use Amazon S3 server-side encryption with customer-provided keys: This method allows you to provide your own encryption keys to encrypt the data at rest. You can manage the keys yourself and have full control over the encryption process. E. Encrypt the data on the client-side before ingesting to Amazon S3 using their own master key: This method involves encrypting the data on the client-side before uploading it to Amazon S3. You can use your own master key or encryption algorithm to ensure the data is encrypted before it reaches the S3 service.

kidd5
Oct 27, 2021

ABE is correct

Akhil254
Nov 1, 2021

ABE Correct

cldy
Dec 5, 2021

A. Use Amazon S3 server-side encryption with AWS Key Management Service managed keys. B. Use Amazon S3 server-side encryption with customer-provided keys. E. Encrypt the data on the client-side before ingesting to Amazon S3 using their own master key.

bluesmile979
Mar 16, 2022

vote ABE

skywalker
Sep 3, 2022

I will go for A,B,E

emmanuelodenyireOptions: ABE
Sep 28, 2022

I see only these support encryption at rest

TigerInTheCloudOptions: ABE
Dec 2, 2022

C, D, and F are wrong

gameofloveOptions: ABE
Mar 10, 2023

A, B & E are only suitable right answer

iamRohanKaushikOptions: ABE
Mar 21, 2023

ABE is correct

SkyZeroZxOptions: ABE
May 21, 2023

My choice is A,B,E

ajchi1980
Jun 29, 2023

Wrong answers: C. Use Amazon S3 server-side encryption with EC2 key pair: Amazon S3 does not support using EC2 key pairs for server-side encryption. EC2 key pairs are primarily used for securely accessing EC2 instances. D. Use Amazon S3 bucket policies to restrict access to the data at rest: Bucket policies are used to control access to objects stored in S3 buckets, but they do not provide encryption at rest. Encryption at rest should be handled through one of the server-side encryption options mentioned above. Option F is also incorrect: F. Use SSL to encrypt the data while in transit to Amazon S3: SSL (Secure Sockets Layer) encryption is used to secure the data during transit between the client and the S3 service. While it helps protect data in transit, it does not provide encryption at rest, which is specifically required by the company's security policy.

andersoncarvalhoOptions: ABE
Oct 17, 2023

You can either use AWS managed key or Customer Managed Key to perform Server Side S3 bucket encryption, but no EC2 key-pair. EC2 key-pair is used to authenticate via SSH, not encrypt. You can also use your own methods to encrypt the data before upload to S3.

kuongnpOptions: ABE
Jul 11, 2024

A, B, E is correct