nerdexam
Amazon

DVA-C02 · Question #790

A company uses Amazon SNS to send payment confirmation messages for completed transactions across multiple services. The company must maintain strict data security standards. The SNS messages must not

The correct answer is A. Configure Amazon SNS data protection policies to detect and redact sensitive data.. Amazon SNS data protection policies can automatically inspect messages for sensitive data types and redact or block that data before messages are delivered to subscribers. This native feature enforces data security controls centrally and automatically, ensuring sensitive informat

Submitted by kev92· Mar 5, 2026Security

Question

A company uses Amazon SNS to send payment confirmation messages for completed transactions across multiple services. The company must maintain strict data security standards. The SNS messages must not include sensitive data such as credit card information. The company wants to automatically detect and mask sensitive information before the data leaves the company's systems. Which solution will meet these requirements?

Options

  • AConfigure Amazon SNS data protection policies to detect and redact sensitive data.
  • BImplement a custom AWS Lambda function that sanitizes messages after publication.
  • CEncrypt SNS messages with an AWS KMS key before publishing.
  • DRoute the SNS messages through an HTTPS endpoint that is configured with AWS WAF rules to

How the community answered

(59 responses)
  • A
    88% (52)
  • B
    2% (1)
  • C
    3% (2)
  • D
    7% (4)

Explanation

Amazon SNS data protection policies can automatically inspect messages for sensitive data types and redact or block that data before messages are delivered to subscribers. This native feature enforces data security controls centrally and automatically, ensuring sensitive information such as credit card data is masked before it leaves the system without requiring custom code or additional infrastructure.

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice