Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam Data-Engineer-Associate Topic 1 Question 190 Discussion

Actual exam question for Amazon's Data-Engineer-Associate exam
Question #: 190
Topic #: 1
A company runs an extract, transform, and load (ETL) job in AWS Glue. The job processes personally identifiable information (PII) data and writes logs to an Amazon CloudWatch Logs log group. A data engineer needs to mask PII data in the CloudWatch Logs log group.
Which solution will meet these requirements?

Suggested Answer: B Vote an answer

Option B is the right approach because the requirement is to mask PII in the log destination (the CloudWatch Logs log group). The exam guide explicitly calls out security responsibilities that include "data encryption and masking" and also emphasizes enabling and preparing logs for audit and governance needs. A log-group-level masking mechanism is therefore the most direct control point to prevent sensitive values from being exposed to anyone who can view logs.
Option A (Glue security configuration) is primarily used to apply protections such as encryption settings for Glue jobs and related outputs; it does not inherently solve the problem of masking PII that has already been emitted into application logs. Option C (Macie) is intended to discover and classify sensitive data-most commonly in Amazon S3-and to produce findings; it is not a log-masking control for CloudWatch Logs.
The material reinforces Macie as a discovery/classification service for PII rather than a masking mechanism.
Option D adds custom code paths in the ETL job and still may miss PII that appears in framework/system logs; it also violates the "least operational effort" spirit compared to applying a centralized log policy.
Therefore, attaching a data protection policy directly to the CloudWatch Logs log group best meets the masking requirement.

by Hale at May 05, 2026, 03:10 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.