AWS launches Nova-powered PII redaction pipeline for images using SAM 3 and Textract
AWS has released an automated pipeline for redacting personally identifiable information in images, using Amazon Nova 2 Lite as an intelligent coordinator. The solution combines Nova's contextual vision reasoning with Meta's SAM 3 model deployed on SageMaker and Amazon Textract to handle complex PII detection scenarios including faces, fingerprints, ID cards, and license plates.
AWS deploys Nova-powered PII redaction for enterprise image processing
AWS has introduced an automated pipeline for redacting personally identifiable information in images, using Amazon Nova 2 Lite to coordinate multiple specialized tools. The solution addresses compliance requirements under GDPR and PCI DSS by detecting and obscuring PII in challenging scenarios where single-purpose tools typically fail.
The pipeline uses Nova 2 Lite as the central decision-making system, coordinating Meta's open-source Segment Anything Model 3 (SAM 3) deployed on Amazon SageMaker for pixel-level segmentation, and Amazon Textract for optical character recognition.
Architecture and workflow
According to AWS, the system operates through a multi-step process:
- When an image is uploaded to S3, EventBridge triggers an AWS Step Functions workflow
- Nova 2 Lite performs initial PII assessment, routing images without PII directly to output to reduce costs
- For images containing PII, Nova classifies detected information as textual (names, addresses, ID numbers) or visual (faces, fingerprints)
- Nova selectively invokes specialized processes: Textract for text extraction with coordinates, SAM 3 for visual element segmentation
- Lambda functions obscure content at identified coordinates
The solution handles edge cases including partial faces at frame edges, reflections on surfaces, partially visible street signs, and documents in wide-angle photos that reveal sensitive information.
Technical capabilities
Nova 2 Lite's multimodal vision understanding enables it to interpret image content holistically and reason about whether elements constitute PII in context. AWS states this contextual reasoning distinguishes the system from single-purpose masking tools.
The pipeline detects multiple PII categories: names, identification numbers, addresses, telephone numbers, MAC addresses, vehicle identification numbers, facial images, and fingerprints.
Pricing for the solution includes S3 storage, Lambda invocations, Step Functions state transitions, SageMaker endpoint hosting, Amazon Bedrock API calls, and Textract API calls. AWS has not disclosed bundled pricing for the complete pipeline.
Deployment requirements
The solution requires:
- AWS account with access to Nova 2 Lite via Amazon Bedrock
- SAM 3 deployment on SageMaker
- Familiarity with Amazon Bedrock, SageMaker, S3, Lambda, Step Functions, EventBridge, and Textract
- Basic computer vision and prompt engineering knowledge
What this means
This release demonstrates AWS's strategy of positioning Nova models as orchestration layers rather than standalone inference engines. By coordinating specialized tools—SAM 3 for segmentation, Textract for OCR—Nova acts as an intelligent router that reduces costs through early-exit decisions while maintaining accuracy for complex cases. The approach suggests AWS views multimodal foundation models as coordinators for multi-tool pipelines rather than end-to-end solutions, a potentially significant architectural pattern for enterprise AI deployments facing strict compliance requirements.
Related Articles
Amazon Nova Act Brings Vision-Based Web Navigation to UX Testing, No Hard-Coded Scripts Required
AWS has released a cloud-deployed UX testing platform built on Amazon Nova Act, a multimodal foundation model that navigates web interfaces through visual understanding rather than hard-coded selectors. The solution processes documentation with Claude 4.5 Sonnet to generate test scenarios, executes parallel testing via ECS, and analyzes results automatically, addressing the scalability limitations of manual testing and maintenance overhead of traditional automation tools.
AWS launches Managed Knowledge Base for Bedrock with 6 enterprise connectors and automatic ACL enforcement
Amazon Web Services launched Managed Knowledge Base for Bedrock in general availability, offering a fully managed retrieval solution with six native enterprise connectors including SharePoint, Confluence, and Google Drive. The service handles document parsing up to 500 MB for PDFs, 2 GB for audio, and 10 GB for video, with real-time access control list verification at query time.
xAI's Grok 4.3 now available on AWS Bedrock with 1M token context and configurable reasoning
xAI has made Grok 4.3 generally available on Amazon Bedrock, marking xAI's debut as a Bedrock model provider. The multimodal model offers a 1 million token context window, configurable reasoning effort (none/low/medium/high), and runs on Bedrock's Mantle inference engine using OpenAI-compatible APIs.
AWS launches AgentCore platform for building voice AI agents with Amazon Nova 2 Sonic
AWS has released AgentCore, a new platform for hosting and running voice-based AI agents, integrated with Amazon Nova 2 Sonic for real-time speech capabilities. The platform uses the open Model Context Protocol (MCP) to connect agents to backend systems and deploys each conversation in isolated microVMs.
Comments
Loading...