AIP-C01 Data Security and Privacy Controls Guide

Study AIP-C01 data security for VPC isolation, IAM boundaries, PII detection, masking, retention, and privacy-preserving FM interactions.

Privacy questions on AIP-C01 are about protecting sensitive information before, during, and after FM interaction. The exam usually wants you to combine secure environment design, access boundaries, privacy-preserving preprocessing, and retention controls rather than treating “private model call” as the whole solution.

What AWS is testing in this task

The current AIP-C01 domain page points to three recurring privacy areas:

  • protected AI environments for FM deployments
  • privacy-preserving systems for sensitive information during FM interaction
  • privacy-focused data handling that still preserves utility

That means strong answers protect both the infrastructure path and the data path.

Privacy-control chooser

Requirement Strongest first fit Why
Need isolated FM access path VPC endpoints, private networking, and IAM-enforced access patterns Isolation begins with the network and identity boundary
Need to detect or filter PII before model use Comprehend, Macie, or equivalent privacy preprocessing Sensitive data should be identified before uncontrolled exposure
Need to reduce sensitive data in prompts or logs Masking, redaction, anonymization, or token-level filtering The privacy boundary includes prompts and telemetry
Need controlled data retention Lifecycle, retention, and deletion rules matched to the risk Privacy is also about how long data persists
Need data access by role and source IAM, Lake Formation, and scoped retrieval controls Least privilege still matters in GenAI architectures

Secure environment is not the same as safe data handling

This distinction matters.

A private VPC path is strong for:

  • reducing unnecessary exposure
  • controlling service access
  • making the environment harder to misuse

But private networking alone does not solve:

  • over-broad prompt content
  • PII leakage in outputs
  • long retention of sensitive logs
  • retrieval of the wrong private documents

The strongest answer often combines secure environment controls with data minimization and filtering.

Privacy starts before the FM call

Many AIP-C01 scenarios are really asking whether the app should:

  • detect PII first
  • mask or redact it
  • remove unnecessary personal data
  • segment access by tenant or role

If the question emphasizes regulated data or privacy obligations, answers that only focus on prompt engineering are usually weak.

Retention and logging are part of the privacy boundary

Teams often forget that prompts, completions, traces, and evaluation data can all carry sensitive content.

Strong privacy answers usually consider:

  • what gets stored
  • how long it is retained
  • who can access it
  • whether sensitive values are masked in telemetry

The exam can reward the answer that changes the logging or retention design rather than only the FM call path.

Utility still matters

AWS does not want privacy controls that destroy the app’s purpose. That is why masking and anonymization questions often test balance:

  • remove what is sensitive
  • preserve what the FM still needs
  • restrict retrieval scope to the relevant user or tenant

The strongest answer protects privacy while keeping the task useful.

Common traps

  • assuming private networking alone solves privacy
  • logging prompts and outputs without retention or masking design
  • sending raw PII when partial redaction would preserve utility
  • solving a tenant-isolation problem only with prompt instructions
  • focusing on data at rest while ignoring prompt and output exposure

Fast decision rule

When privacy is the requirement, ask what data the FM truly needs, who can access it, how the path is isolated, and what remains in logs afterward.

Quiz

Loading quiz…
Revised on Monday, June 15, 2026