ExamQuestions.com

Register
Login
AWS Certified Machine Learning Specialty Exam Questions

Amazon

AWS Certified Machine Learning Specialty

149 / 258

Question 149:

You work as a machine learning specialist for a banking firm working in the credit card processing division. Your team builds a credit limit authorization model that needs to use a dataset containing personally identifiable information (PII), such as customer credit card information. How will your team ensure the PII data remains encrypted and the credit card information is not compromised?

Answer options:

A.Encrypt the data on S3 and SageMaker using KMS, obfuscate the credit card information from the customer data with a Glue ETL job.
B.Encrypt the data using a SageMaker lifecycle configuration once the data is copied to the SageMaker instance in a VPC. Use the principal component analysis (PCA) algorithm to reduce the dimensionality of the credit card numbers.
C.Encrypt the data on the S3 bucket and Kinesis using an IAM policy, remove the customer credit card numbers and insert fabricated credit card numbers using a Glue ETL job.
D.Encrypt the data using a custom-coded encryption algorithm and store the data on a SageMaker instance in a VPC. Fabricate new credit card numbers using the SageMaker DeepAR built-in algorithm, replacing the customer credit card numbers.