QuestionQ181

Security, Compliance, and Governance for AI Solutions

A company plans to upload customer-service email messages to Amazon S3 to build a business analysis application. The messages occasionally contain sensitive data. The company wants to be alerted whenever sensitive information is detected.

Which solution completely automates the sensitive-data detection process with the LEAST development effort?

  • A Configure Amazon Macie to detect sensitive information in the documents that are uploaded to Amazon S3.
  • B Use Amazon SageMaker endpoints to deploy a large language model (LLM) to redact sensitive data.
  • C Develop multiple regex patterns to detect sensitive data. Expose the regex patterns on an Amazon SageMaker notebook.
  • D Ask the customers to avoid sharing sensitive information in their email messages.
Explanation

Amazon Macie provides managed sensitive-data discovery for Amazon S3 objects and generates sensitive-data findings when it detects sensitive information. Those findings can drive alerting workflows without building or operating a custom model or regex-based detection system.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!