
Ultimate access to all questions.
You are tasked with ensuring data privacy compliance for a multinational corporation that operates in various countries with different data protection laws. Describe the steps you would take to apply data masking and anonymization techniques across different AWS regions to comply with these laws, considering the sensitivity of the data and the need for data integrity.
A
Implement a global AWS KMS solution with centralized key management.
B
Use AWS Glue to transform data into an anonymized format and store it in a centralized S3 bucket.
C
Deploy AWS Lambda functions in each region to apply region-specific masking rules to the data before storage.
D
Encrypt all data at rest using AWS KMS and enforce encryption in transit using AWS Certificate Manager.