
Ultimate access to all questions.
Your organization has sensitive financial data stored in AWS S3 buckets. Describe the process you would follow to apply data masking and anonymization techniques to this data using AWS services, ensuring compliance with financial regulations such as GDPR and PCI DSS.
A
Use AWS Glue to transform the data into an anonymized format and store it in a separate S3 bucket.
B
Deploy AWS Lambda functions to apply masking rules to the data in the S3 bucket before retrieval.
C
Encrypt the data at rest using AWS KMS and apply masking rules using AWS Config.
D
Use AWS Data Pipeline to move the data to an AWS Redshift cluster, where masking rules can be applied.