ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 189 - SCS-C01 discussion

Report
Export

The Security Engineer has discovered that a new application that deals with highly sensitive data is storing Amazon S3 objects with the following key pattern, which itself contains highly sensitive data. Pattern:

"randomID_datestamp_PII.csv"

Example:

"1234567_12302017_000-00-0000 csv"

The bucket where these objects are being stored is using server-side encryption (SSE).

Which solution is the most secure and cost-effective option to protect the sensitive data?

A.
Remove the sensitive data from the object name, and store the sensitive data using S3 userdefined metadata.
Answers
A.
Remove the sensitive data from the object name, and store the sensitive data using S3 userdefined metadata.
B.
Add an S3 bucket policy that denies the action s3:GetObject
Answers
B.
Add an S3 bucket policy that denies the action s3:GetObject
C.
Use a random and unique S3 object key, and create an S3 metadata index in Amazon DynamoDB using client-side encrypted attributes.
Answers
C.
Use a random and unique S3 object key, and create an S3 metadata index in Amazon DynamoDB using client-side encrypted attributes.
D.
Store all sensitive objects in Binary Large Objects (BLOBS) in an encrypted Amazon RDS instance.
Answers
D.
Store all sensitive objects in Binary Large Objects (BLOBS) in an encrypted Amazon RDS instance.
Suggested answer: C

Explanation:

https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html

https://aws.amazon.com/blogs/database/best-practices-for-securing-sensitive-data-in-aws-datastores/

asked 16/09/2024
zulmaidi mr
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first