DEV Community

Muskan _zop
Muskan _zop

Posted on

SOC 2, ISO 27001 and MeitY: What Procurement Asks Before a Cloud Cost Tool Touches Your Accounts

Quick Answer (TL;DR)

Procurement review of a cloud cost tool comes down to four questions, in a fixed order: what independent evidence backs your controls (SOC 2 Type II and ISO 27001:2022, with reports available under NDA), where does our data live and how is it protected (encryption and key management, deployment and residency options), how is access scoped inside the tool (roles, least privilege, tenant isolation), and can we prove who did what (an audit trail you can pull into your own SIEM). A vendor with these answers in writing turns a six-week review into a checklist meeting; a vendor without them is asking your security team to do their homework. For India-regulated workloads (IRDAI, DPDP), add one more: data residency with MeitY empanelment, which most global vendors simply cannot offer.

Why this happens

Cost tools occupy an unusual trust position: to be useful they need a cross-account role into every cloud account you own, which is a wider footprint than most SaaS your company buys. Procurement processes them like any vendor; security review, correctly, does not. The review stalls for a predictable reason: the questions are standard but the answers arrive as marketing ("bank-grade security") instead of artifacts. And for Indian enterprises in regulated sectors, a second stall appears: residency and empanelment requirements that a US-hosted-only vendor cannot satisfy no matter how good their SOC 2 is.

Fix #1: Request the artifact checklist, not assurances

Send every cost-tool vendor the same list and judge the speed and completeness of the response as much as the contents:

Request from every cost-tool vendor:
 1. SOC 2 Type II report (period-covering, not Type I)      [under NDA]
 2. ISO 27001:2022 certificate + scope statement
 3. Latest penetration-test summary + remediation status
 4. Data-processing agreement + subprocessor list
 5. Encryption spec: at rest, in transit, key management
 6. Deployment and residency options: SaaS regions, single-tenant, on-prem
 7. Access model: RBAC, SSO/SAML, audit-trail spec and retention
Enter fullscreen mode Exit fullscreen mode

Two classic gotchas while reading: a Type I report passed off as the real thing (Type I says controls existed on one day; Type II says they operated over months, which is the one that matters), and "SOC 2 in progress", which means "not audited". For key management, the phrase to look for is envelope encryption with per-tenant or per-account keys, so one customer's compromised key material can't touch another's.

As a live example of what complete answers look like, ZopNight publishes its set in the docs rather than in a sales thread: ISO 27001:2022 and SOC 2 Type II, independently audited with an attestation letter on request, AES-256-GCM credential encryption with per-account envelope keys, SaaS, single-tenant, or on-prem deployment, an India-resident MeitY-empaneled option (Mumbai) for IRDAI and DPDP workloads, and an audit trail that captures every API call and forwards to Splunk, Datadog, or any SIEM (docs). Whoever the vendor, that's the bar: the answers exist in writing before you ask.

Fix #2: Review the inside of the tool, not just the perimeter

Certificates cover the vendor's operation; your reviewers also need to check what happens inside the product once your team is using it. Four questions that separate enterprise-ready from demo-ready:

  1. Scoped access: can you grant a team visibility into its own accounts and environments without exposing everyone else's? A hierarchy (workspace, account, environment, team, resource group) with default-deny beats a global viewer role.
  2. Role separation: admin, editor, and viewer at minimum, ideally custom roles, so the person who can look at costs is not automatically the person who can act on resources.
  3. SSO and provisioning: SAML with your IdP, so joiners and leavers are handled by the systems you already trust.
  4. Kubernetes granularity, if relevant: per-namespace access control, because a cluster-wide view hands every team every other team's workloads.

Fix #3: The regulated and regional edge cases

Some reviews carry requirements no global default satisfies. India: IRDAI-regulated insurers and DPDP-sensitive workloads increasingly require in-country processing, and government-adjacent buyers ask for MeitY empanelment specifically; ask vendors directly whether an India-resident deployment exists and is empaneled, because "we have a Mumbai region" is not the same answer. Air-gapped or data-sovereign environments: single-tenant or on-prem deployment is the only acceptable shape; a SaaS-only vendor is disqualified regardless of certifications. Financial and public sector generally: expect to need the audit-trail export into your own SIEM as a condition, not a feature.

How to prevent this

Prevent the six-week stall, from either side of the table:

  1. As the engineering champion: collect the vendor's artifact set before involving procurement, and attach it to the request. Reviews go fast when the packet arrives complete.
  2. Sequence trust: start the tool read-only (that's its own review topic and a much smaller ask), prove value, then review write scopes as a separate, later decision.
  3. Standardize the questionnaire so every cost-tool candidate answers the same seven items; comparison becomes possible and vendors can't steer.
  4. Write the exit before the entrance: deprovisioning (role deletion, data deletion attestation, key revocation) belongs in the contract, because offboarding a tool with org-wide read access should be one step, verified.

FAQ

What's the difference between SOC 2 Type I and Type II?

Type I attests that controls were designed and in place on a single date; Type II attests they operated effectively over an audit period (typically 6 to 12 months). For a tool holding standing access to your cloud accounts, Type II is the meaningful one, and "Type I now, Type II in progress" means the operating evidence doesn't exist yet.

Is ISO 27001 enough on its own?

They answer different auditors: ISO 27001 certifies an information-security management system against an international standard; SOC 2 reports on specific trust criteria in depth and is what most North American security teams ask to read. Mature vendors carry both, and the pair plus a recent pen test covers the large majority of questionnaire lines.

What is MeitY empanelment and who needs it?

Empanelment by India's Ministry of Electronics and IT audits and approves a cloud offering for government and regulated-sector use, and it's become shorthand in Indian enterprise procurement for "acceptable in-country hosting". If your workloads answer to IRDAI or DPDP residency expectations, a vendor without an India-resident, empaneled deployment option will stall in review no matter what else they carry.

Does a cost tool actually need my data to leave the country?

Only metadata and billing data ever leave your accounts (a properly scoped cost tool reads no application data at all), but that metadata still constitutes processing under residency rules. In-country deployment answers the question cleanly; otherwise your DPO ends up writing a transfer assessment for a tool that was supposed to save money quietly.

What audit trail should I require from a vendor?

Every API call and user action captured, exportable or forwardable to your own SIEM rather than viewable only inside their UI, with retention long enough to cover your audit cycle. The test question for the demo: "show me who viewed or changed anything about account X last quarter", answered from their product in under a minute.

Related guides

Top comments (0)