AWS and Cloudanix team co-authored this blog: Real-Time Threat and Anomaly Detection for Workloads on AWS

DPDPA Explained for Cloud-First Engineering Teams

India's DPDPA 2023 and Rules 2025 explained for cloud-native teams. Covers obligations, penalties, timelines, and what it means for your stack.

DPDPA Explained for Cloud-First Engineering Teams

What the Act + Rules Mean for Your Cloud Infrastructure

Your SaaS handles personal data of Indian users. The Digital Personal Data Protection Act (DPDPA) is no longer theoretical — the DPDP Rules 2025 were notified in November 2025, and full enforcement begins by May 2027. That makes 2026 the build year.

This is not a legal brief. It is a technical breakdown of what India’s data protection framework means for your cloud infrastructure, your databases, your CI/CD pipelines, and your engineering workflows. If you are a security engineer, platform team lead, CTO, or compliance officer at a cloud-native company building on AWS, Azure, or GCP this article is for you.

The stakes are real: penalties up to ₹250 crore (~$30M USD) with no revenue-based exemption. A Series-A startup faces the same ceiling as a large enterprise.


DPDPA at a Glance: The Act + Rules, Decoded

The Digital Personal Data Protection Act, 2023 (Act No. 22 of 2023) is India’s first comprehensive data protection legislation. It was enacted on August 11, 2023, after receiving Presidential assent. The Act was operationalized by the Digital Personal Data Protection Rules, 2025, notified by the Ministry of Electronics and Information Technology (MeitY) on November 13, 2025.

Together, the Act and Rules form a unified framework governing how organizations collect, process, store, and delete digital personal data connected to India.

What It Covers

The DPDPA applies to the processing of digital personal data:

  • Collected online within India
  • Collected offline and subsequently digitized
  • Processed outside India if connected to offering goods or services to individuals within India

Key Terminology

Before we get deeper, here is the vocabulary you need:

TermWhat It Means
Data PrincipalThe individual whose personal data is being processed (your user)
Data FiduciaryYour organization: the entity that determines the purpose and means of processing
Data ProcessorA third-party service processing data on your behalf (your cloud provider, analytics vendor, etc.)
Significant Data Fiduciary (SDF)A Data Fiduciary notified by the government as handling data at significant scale or risk
Consent ManagerA registered platform that enables Data Principals to give, manage, review, and withdraw consent digitally
Data Protection Board of India (DPBI)The adjudicatory body that investigates breaches, issues directions, and levies penalties

What It Does NOT Cover

  • Personal data processing for domestic or personal purposes by individuals
  • Personal data made publicly available by the individual or under law
  • Processing for state security, sovereignty, or public order

DPDPA vs. GDPR: Quick Comparison

If your team already understands GDPR from SOC 2 or ISO 27001 work, this anchoring will help:

DimensionDPDPA (India)GDPR (EU)
ScopeDigital personal data onlyAll personal data (digital + physical)
Lawful basesConsent + Legitimate Uses (narrower list)Six bases including Legitimate Interest
Special categoriesNone definedSpecial category data with stricter rules
Cross-border transfersAllowed unless country is blacklisted (negative list)Adequacy decisions + SCCs required
DPO requirementOnly for Significant Data FiduciariesMandatory in many cases
Penalty cap₹250 crore (~$30M) flat ceiling€20M or 4% global turnover (whichever higher)
LanguageWritten in plain, practical languagePrinciples-first, detailed legal text
Breach notification72 hours to DPBI + Data Principals72 hours to supervisory authority

The key difference for engineering teams: DPDPA has no revenue-proportionate penalty. The flat ₹250 crore ceiling applies regardless of company size.


Enforcement Timeline: What’s Live, What’s Coming

The DPDP Rules establish a phased implementation:

TimelineWhat Takes Effect
Immediate (Nov 2025)Data Protection Board of India (DPBI) constituted; core provisions in effect
12 months (Nov 2026)Consent Manager obligations; DPO designation for SDFs; children’s data processing restrictions
18 months (May 2027)Full compliance: consent, privacy notices, security safeguards, breach notification, data deletion, SDF audits. All penalty heads enforceable.

Why 2026 Is the Build Year

If your engineering team waits until 2027, you are retrofitting under deadline pressure with enforcement already live. The smart move is to treat 2026 as the implementation window; build the consent layer, harden cloud posture, deploy database controls, and prepare audit evidence now.

There is also a proposal to compress the timeline from 18 months to 12 months (full enforcement by November 2026 instead of May 2027). Plan for the shorter window.

Important: There is no revenue or headcount exemption. The penalty schedule applies equally to a Series-A startup and a large enterprise.


What the Act Requires — Obligations That Hit Your Cloud Stack

Here is where DPDPA moves from legal text to engineering reality. Each obligation maps to something concrete in your infrastructure.

Consent and Privacy Notices

Before collecting personal data, you must provide an itemized notice that includes:

  • What personal data is being collected
  • The specific purpose of processing
  • How the individual can exercise their rights
  • How to file a complaint with the DPBI

The notice must be available in all 22 scheduled Indian languages. Consent must be free, specific, informed, unconditional, and unambiguous with a clear affirmative action. Withdrawal of consent must be as easy as giving it.

Cloud implication: You need a consent management layer with an immutable audit trail of consent events, timestamps, and the ability to halt processing upon withdrawal. This is not a checkbox, it is an event-driven system.

Purpose Limitation and Data Minimization

Data can only be processed for the purpose it was collected for. Once that purpose is fulfilled, the data must be deleted. Additionally, data of users who have not interacted with your service for three years must be deleted with a 48-hour prior notification to the user.

Cloud implication: You need data lifecycle automation with retention policies, scheduled deletion jobs across databases and object stores, and proof that they executed successfully. Manual quarterly cleanup will not scale.

Security Safeguards: The ₹250 Crore Obligation

Section 8(5) of the Act requires “reasonable security safeguards” to prevent personal data breaches. This is the highest-penalty provision (₹250 crore). While the Act does not prescribe specific technical standards, the Rules point toward encryption, access controls, and logging.

Cloud implication: This is where your CSPM, CIEM, encryption validation, and access logging directly map. Misconfigured S3 buckets, open security groups, overly permissive IAM roles, unencrypted databases are no longer just security findings. They are compliance failures with a ₹250 crore exposure.

What “reasonable” means in practice:

  • Encryption at rest and in transit for all PII stores
  • Least-privilege IAM: no standing admin access to databases containing personal data
  • Continuous misconfiguration detection across multi-cloud accounts
  • Access logging with identity attribution (who accessed what, when, from where)
  • Vulnerability management on workloads handling PII

Breach Notification within 72 Hours

In case of a personal data breach, you must notify:

  1. The Data Protection Board of India (DPBI)
  2. Each affected Data Principal

Both notifications must happen within 72 hours of becoming aware of the breach. Failure to notify carries a penalty of up to ₹200 crore.

Cloud implication: You need real-time detection that includes cloud detection and response (CDR), anomaly detection, and User and Entity Behavior Analytics (UEBA). You also need pre-built incident classification workflows and notification pipelines. If your breach detection relies on manual log review, you will miss the 72-hour SLA.

Data Principal Rights

The Act grants individuals the following rights over their data:

  • Right to access information about their personal data being processed
  • Right to correction and erasure of inaccurate or unnecessary data
  • Right to nominate a digital nominee who can exercise rights in case of death or incapacity
  • Right to grievance redressal: file complaints directly with the Data Fiduciary, then escalate to DPBI

Cloud implication: You need an identity-to-data mapping across your entire stack. When a user requests “delete my data,” you need to know exactly where their PII lives across your primary databases, analytics stores, object storage, log pipelines, backups, and any third-party processors. This requires a data catalog or discovery mechanism, not just a support ticket.

Children’s Data Under 18

For any Data Principal under 18 years of age (or a person with disability), the Data Fiduciary must:

  • Obtain verifiable parental consent before processing
  • Not undertake behavioral tracking or targeted advertising directed at children
  • Not process data that is likely to cause harm to a child

Cloud implication: If your product serves users under 18, you need age-gating mechanisms, parental consent verification flows, and processing flags that prevent behavioral analytics from running on children’s data. The audit trail must prove consent was obtained before any processing occurred.


Significant Data Fiduciary (SDF): The Higher Bar

The Central Government can notify any Data Fiduciary as a “Significant Data Fiduciary” based on factors like:

  • Volume and sensitivity of personal data processed
  • Risk to the rights of Data Principals
  • Potential impact on sovereignty and integrity of India
  • Risk to electoral democracy
  • Security of the State

Additional SDF Obligations

If classified as an SDF, you must:

  • Conduct an annual Data Protection Impact Assessment (DPIA)
  • Complete an annual independent data audit
  • Appoint a Data Protection Officer (DPO) based in India
  • Appoint an independent data auditor
  • Publish business contact information of the DPO

Who Is Likely to Be Classified?

While the government has not yet notified the specific criteria, organizations likely to be classified include: large fintech platforms, healthcare data processors, e-commerce companies, social media platforms, and government contractors handling citizen data at scale.

Even if your organization (200–2,000 employees, multi-cloud, cloud-native) may not be immediately classified as an SDF, building toward these obligations defensively is the pragmatic choice. The criteria can be notified at any time, and retroactive compliance is significantly more expensive than proactive preparation.


Cross-Border Data Transfers: The Negative-List Model

The DPDPA takes a fundamentally different approach from GDPR on cross-border transfers:

  • Default position: Transfers are allowed to any country unless specifically restricted
  • Restriction mechanism: The Central Government can blacklist specific countries or territories via notification
  • No adequacy decisions or SCCs: Simpler in concept, but the blacklist can change without advance notice

The government retains broad discretion to restrict transfers without transparent criteria. As of now, no countries have been blacklisted, but proposals to notify cross-border restrictions for Significant Data Fiduciaries are under active consideration.

Cloud implication: If you are multi-cloud (AWS us-east-1, Azure West Europe, GCP asia-south1), you need clear visibility into where your Indian user PII actually lands. This includes data replicated by managed services, CDN caches, and analytics pipelines. Data residency and sovereignty planning are no longer optional. They are a regulatory requirement that could change overnight.

For regulated enterprises in FSI and Healthcare that need data sovereignty, multi-cloud parity, and in-region deployment; this is the provision that makes CloudPrem and in-region SaaS tenancy architecturally mandatory, not just a preference.


Penalty Breakdown: The Real Numbers

The DPDPA Schedule lists specific penalty ceilings per violation type:

ViolationMaximum Penalty
Failure to implement reasonable security safeguards (Section 8(5))₹250 crore (~$30M)
Failure to notify DPBI + Data Principals of a breach₹200 crore
Non-compliance with children’s data provisions₹200 crore
Non-compliance with Significant Data Fiduciary obligations₹150 crore
Non-compliance with other Act provisions₹50 crore
Breach of duty by Data Principal (false complaint, suppression of material info)₹10,000

Key Points

  • These are per-contravention ceilings — multiple violations stack
  • There is no revenue-based cap (unlike GDPR’s 4% of turnover)
  • A startup with ₹10 crore ARR faces the same ₹250 crore ceiling as a company with ₹10,000 crore revenue
  • The Data Protection Board can levy penalties, issue binding directions, and mandate remediation

The Data Protection Board of India (DPBI) — How Enforcement Works

The DPBI has been established as a fully digital adjudicatory body:

  • Headquarters: National Capital Region (NCR)
  • Composition: Chairperson + four members
  • Operations: Entirely online (filings, hearings, and orders are all digital)
  • Powers: Investigate complaints, conduct inquiries suo motu, issue directions, levy penalties
  • Appeal: Orders can be appealed to the Telecom Disputes Settlement and Appellate Tribunal (TDSAT)

What this means for engineering teams: expect enforcement to be technology-native and faster than legacy Indian regulatory bodies. Digital-first enforcement means digital-first evidence collection. Your audit trail, access logs, consent records, and breach detection timestamps will be your defense artifacts — not legal arguments in physical courtrooms.


What This Means for Your Cloud Security Posture — A Practical Mapping

Here is the mapping from DPDPA obligation to concrete cloud security capability:

DPDPA RequirementWhat You Need in Your Stack
Consent audit trailImmutable event logs, timestamp-stamped consent records, revocation triggers
Purpose limitation + deletionData lifecycle policies, scheduled deletion jobs, proof of execution
Security safeguards (₹250 crore head)CSPM (misconfig detection), CIEM (least-privilege IAM), encryption validation, continuous access logging
72-hour breach notificationReal-time anomaly detection (CDR/UEBA), automated incident classification, pre-built notification workflows
Data Principal rights (access, erasure)Identity-to-data mapping across databases, object stores, backups, third-party processors
Cross-border data controlsData residency awareness, in-region deployment, transfer logging
DPO + audit (SDF obligations)Audit-ready evidence export, identity-stamped access trails, compliance framework mapping
Database-level controlsQuery-level audit, dynamic PII masking, destructive-query prevention
Children’s dataAge-gating, verifiable consent workflow, processing restriction flags

The Technical Bottom Line

Data masking, audit trails, breach detection, and data sovereignty are no longer “nice to haves.” They are the difference between compliance and a ₹250 crore penalty.

If your current stack provides:

  • Database Activity Monitoring with dynamic PII masking and destructive-query prevention
  • Identity-stamped audit trails for every database query and cloud access event
  • Just-In-Time access that eliminates standing privilege to PII-containing databases
  • In-region or CloudPrem deployment for data sovereignty
  • Continuous cloud posture monitoring with compliance framework mapping (DPDPA included)

…then you are architecturally ready for DPDPA. If not, 2026 is the year to close those gaps.


A DPDPA Readiness Checklist for Cloud-Native Teams

Use this as a starting point for your DPDPA compliance program:

  1. Map your personal data flows: Where does Indian user PII enter, process, store, and exit your systems? Include managed services, analytics, CDN caches, and third-party processors.

  2. Audit your consent mechanism: Is consent explicit, granular, revocable, and logged with immutable timestamps? Can you halt processing upon withdrawal?

  3. Implement data lifecycle automation: Can you prove deletion after purpose fulfillment or 3 years of inactivity? Is the deletion auditable?

  4. Harden your cloud posture: Misconfigurations are now compliance failures. Run CSPM continuously across all cloud accounts containing PII.

  5. Enforce least-privilege access: Eliminate standing admin credentials to databases and cloud accounts containing personal data. Implement Just-In-Time access with identity-stamped audit.

  6. Deploy breach detection: Can you detect and classify a breach within hours (not days)? Do you have anomaly detection on database access patterns?

  7. Build your notification pipeline: 72 hours is tight. Pre-build notification templates, escalation paths, and DPBI submission workflows before a breach occurs.

  8. Control cross-border transfers: Know where your data lands. Map every data flow that crosses Indian borders. Plan for in-region deployment if the blacklist changes.

  9. Prepare audit evidence: Framework-mapped evidence export that a DPO or auditor can use directly. Do not wait for audit season to generate compliance artifacts.

  10. Assign ownership: Who in your organization is the DPDPA owner? This does not have to be a lawyer — it can be your security lead or platform engineering head. But someone must own the program.


What Comes Next — Staying Ahead

The DPDPA framework is not static. Here is what to watch:

  • Timeline compression: Proposals to shorten the compliance window from 18 months to 12 months (full enforcement by November 2026 instead of May 2027)
  • Cross-border restrictions: Country-specific blacklists could be notified at any time, especially for Significant Data Fiduciaries
  • SDF criteria notification: The government will notify who qualifies — plan as if you will be classified
  • Amendment Bills: The Digital Personal Data Protection (Amendment) Bill, 2025, has been introduced in Parliament with expanded definitions of “harm” and new provisions around profiling and surveillance
  • AI and automated processing: Not explicitly addressed in the current Act but expected in future amendments as India’s AI governance framework matures

DPDPA enforcement in India is one of the strongest compliance tailwinds in cloud security right now. Teams that build compliance into their infrastructure today avoid the fire-drill in 2027, and earn the trust of customers, partners, and auditors in the process.


Key Resources


People Also Read

What Our Users Are Saying

Customer Reviews

Cloudanix is trusted by security leaders worldwide to deliver proactive, reliable, and cutting-edge cloud security.

One day, I changed the password of a root account, and my CTO called me within less than a minute to confirm if I did so. I was not expecting a reaction this quick. He told me Cloudanix alerted him of this password change and that he wanted to confirm as it was a critical security notification. I couldn't believe it!

Ritesh Agarwal
Ritesh Agarwal
CEO, Airgap Networks

Compliance is one way of staying secure, but what I want is the ability to go deeper and attain 'true security.' Cloudanix provides us the capability to do so.

Vishal Madan
Vishal Madan
Head of Engineering, iMocha

Cloudanix is building for the future of the cloud, which makes the product all the more desirable.

Ritesh Agarwal
Ritesh Agarwal
CEO, Airgap Networks

Cloudanix gave us the visibility we were missing. Being able to move from permanent access to a robust Just-In-Time (JIT) workflow has fundamentally changed our security posture without slowing down our engineering velocity.

Pavan Kumar Lekkala
Pavan Kumar Lekkala
SRE Lead, HugoHub

We are excited to leverage Cloudanix's comprehensive multi-cloud DevSecOps solution to secure our production workloads on AWS. Cloudanix has demonstrated that it can solve many challenges that DevSecOps teams face while continually adding new features such as SOC2 compliance and drift detection.

Satish Mohan
Satish Mohan
Co-founder & CTO, Airgap Networks

Managing third-party partner access was once a major concern for our security posture. With Cloudanix JIT Cloud, we've effectively achieved zero third-party risk. We can now grant access confidently, knowing that it is temporary, audited, and automatically revoked, resulting in a 100% reduction in our privileged access exposure.

Okesh Badhiye
Okesh Badhiye
Head of Technical Engineering, Finfinity

The snooze feature and responsible alerts have helped us save time and prioritize what to tackle first.

Satish Mohan
Satish Mohan
Co-founder & CTO, Airgap Networks

Implementing Cloudanix JIT internally allowed us to practice what we preach. By eliminating permanent access to our own clouds and databases, we've neutralized the risk of standing privileges, ensuring our own 'keys to the kingdom' are never left exposed.

Girish Manghnani
Girish Manghnani
Managing Partner, Tech Inspira

The problem with permissions is a lot of times, the gaps are left open due to oversights from inside the organization itself. With Cloudanix's CIEM, we get a complete view of user permissions and access. This enables us to update the permissions, reducing the attack surface.

Nilesh Pethani
Nilesh Pethani
Application Architect, iMocha

In the world of Fintech, trust is our currency. Cloudanix provided the frictionless visibility we needed to secure our EKS workloads across AWS, ensuring we stay audit-ready for SOC2 and GDPR without slowing down our engineering velocity.

Amol Naik
Amol Naik
Head of Security & Infrastructure, HugoHub

Cloudanix delivered value within 5 minutes of onboarding. Continuous monitoring, timely detection, and excellent documentation helped us attain a great cloud security posture.

Divyanshu Shukla
Senior DevSecOps, Meesho

Technology strategies and business strategies are in a state of constant change which includes centralization and decentralization of responsibilities. Regardless of strategic shift, we still have intellectual property to protect. Cloudanix are critical partners for us in our public cloud security posture across our three cloud providers.

Jerry Locke
Jerry Locke
Senior Director Global Solutions Engineering, Eversana

Cloudanix has been amazing. They opened up a common Slack channel with us — and it feels like we are talking to our own team and getting things done with Cloud security. The support team is always available, friendly, helpful, and ready to go out of their way.

Satish Mohan
Satish Mohan
CTO, Airgap Networks

Beyond just access management, Cloudanix CSPM has given us a unified view of our AWS environment. The real-time alerting and anomaly detection allow us to prevent any untoward activity before it happens, which is critical for a marketplace connecting 50+ financial institutions.

Okesh Badhiye
Okesh Badhiye
Head of Technical Engineering, Finfinity

For a Fintech company, data is our most valuable — and most sensitive — asset. Cloudanix DAM hasn't just improved our visibility; it has given us control. The ability to mask data and prevent unauthorized queries in real-time is a game-changer for our compliance and customer trust.

Jiten Gala
Jiten Gala
President Engineering and Product, Kapittx

Our clients, especially in the Middle East financial sector, demand absolute accountability. Cloudanix JIT Cloud has been a competitive differentiator for us, allowing us to provide secure, governed access to customer accounts that meet their strictest audit and compliance requirements.

Girish Manghnani
Girish Manghnani
Managing Partner, Tech Inspira

Cloudanix is always on my team's lips because of its exceptional support. Be it a small or big query, Cloudanix has gone above and beyond to resolve them. This one's a keeper for us.

Sujit Karpe
Sujit Karpe
CTO, iMocha

For a long-lasting partnership, great support goes a long way. Cloudanix has delivered exceptional support whenever required. Their edge is their team is always ready to go beyond to solve any issues that we have. This speaks volumes about the culture at Cloudanix.

Akash Maheshwari
Akash Maheshwari
Co-founder, MoveInSync

Beyond the technology, Cloudanix feels like an extension of our own team. Their willingness to stand up a dedicated Middle East tenant for us and provide exceptional support at a sensible price makes them a long-term partner for Hugosave.

Surya Tamada
Surya Tamada
CTO, HugoHub

The real-time notifications that Cloudanix provides are a real lifesaver. Their adaptive notifications ensure that my team stays productive and doesn't get interrupted all the time.

Digvijay Singh
Staff Security Engineer, Meesho

The whole point in technological evolution is to help improve the world we live in. We must protect that and to do so requires an effective and efficient security strategy. The Cloudanix team helped make our public cloud security posture management strategy a reality. The symbiotic relationship we have allows for a continuous feedback loop which is how business should operate.

Larry Wheat
Larry Wheat
Staff Solutions Engineer, Eversana

Ready to see your graph?

Connect a cloud account in under 30 minutes. See every finding rooted in identity, asset, and blast radius — with a fix path attached.

Book a Demo