Cloudanix Achieves AWS Security Competency Status for Its CNAPP+ Platform and Just-in-Time Access Engine

Cloudanix – Your Partner in Cloud Security Excellence

Consolidating VM, Container, Code, and Cloud Security for a Conversational-AI Platform

  • Tuesday, Sep 01, 2026

Customer Snapshot

AttributeDetails
IndustryConversational AI / SaaS Platform
Cloud EnvironmentAWS (primary), Azure (significant multi-region presence), GCP (smaller footprint)
Workloads1,000+ VMs, Kubernetes-heavy container estate, Docker on VMs
Code & CIGitHub, Jenkins for CI
IdentityKeycloak for SSO
Prior StackWazuh (VM security), SonarCloud (SAST/secrets), Snyk (SCA), Nessus (VA scans)
Team SizeSmall central InfoSec team, large distributed engineering org
Cloudanix ScopeCSPM, Code Security, Workload/Container Security, JIT Access

The Situation: Secure in Places, Fragmented Everywhere

This organization runs a mature, multi-cloud engineering operation. The bulk of their infrastructure is on AWS, with a significant Azure presence spanning multiple regions and a smaller GCP footprint. Their workloads run across more than a thousand virtual machines and a container estate where most services are deployed on Kubernetes. Their code lives in GitHub, their CI runs on Jenkins, and identity is handled through Keycloak.

They were not starting from zero. Over time they had assembled a stack of capable point tools: an open-source security monitoring platform for VM telemetry and vulnerability detection, one vendor for static analysis and secrets scanning, another for software composition analysis, and a separate scanner for vulnerability assessments. Each tool did its job. The problem was that none of them talked to each other.

The recurring theme across every conversation with this team was the same: they did not want more systems. They wanted one source of truth. A central security team covering code, cloud, workloads, and identity across three clouds cannot afford to spend its days context-switching between five dashboards and manually correlating findings that were never designed to be correlated.

The Core Challenge

A small central security team was responsible for a large, fast-moving, multi-cloud environment — but the tools they relied on produced siloed findings. VM vulnerabilities lived in one place, code findings in two others, cloud posture in a fourth, and identity access was managed manually. There was no single view that could answer “what is the actual risk here, and what should we fix first?”

Where the Fragmentation Showed Up

1. VM Vulnerability Management That Generated More Noise Than Signal

The team ran an open-source security monitoring agent on their most critical machines. It worked, but it came with the operational cost that open-source security tooling often carries at scale: management overhead, upgrade cycles, a high volume of notifications, and a false-positive rate that eroded trust in the signal. With more than a thousand VMs in the estate and only a subset instrumented, the team faced a choice between expanding a noisy system or leaving machines uninstrumented. Neither was acceptable.

What they wanted was not necessarily to rip out what they had — it was for the vulnerability management layer to actually solve the problems that mattered: management, upgrades, false positives, and notification volume. If those were handled, they were open to a managed approach.

2. Container and Kubernetes Workloads Left to Manual Effort

Most of their workloads ran on Kubernetes, with some Docker containers deployed directly on VMs. Container and workload security was, by their own description, an open area — handled manually, when someone had time. For a platform company shipping continuously, “when someone has time” is not a security posture. Images, running containers, and the VMs underneath them were an attack surface with no continuous, automated coverage.

3. Code Security Split Across Two Tools With Gaps in Both

Static analysis and secrets scanning ran through one platform; software composition analysis ran through another. This created the classic fragmentation problem: two dashboards, two false-positive profiles, two sets of findings to reconcile, and no unified view of code-level risk across repositories. There were repo-count discrepancies between what the SCM showed and what the tools reported, package-level vulnerabilities that one tool caught and the other missed, and no single prioritized list of what to fix.

The static analysis platform in particular created friction: it was largely a view-only dashboard with no straightforward way to route individual findings to the developers who needed to act on them. The team had resorted to periodic manual exports to get findings into developers’ hands — a quarterly or six-monthly exercise that does not fit a team shipping every week.

4. Identity and Access Managed by Hand

Access to cloud consoles, VMs, and Kubernetes was governed through existing SSO and manual processes. There was no time-bound, approval-gated elevation and no identity-stamped audit trail of who accessed what and when. Non-human identities — Jenkins pipelines and service accounts — had even less oversight than human ones.

The Cloudanix Approach: One Platform, One Graph

Cloudanix was introduced as a CNAPP+ platform — the core CNAPP pillars (CSPM, CWPP, CIEM, code/shift-left) plus the adjacent surfaces most stacks leave uncovered: Just-In-Time access and workload protection, all running on a single asset graph and a single rule engine. The consolidation argument was not “trade depth for convenience.” It was that findings which live in separate tools cannot be correlated, and correlation is where a small team gets its leverage back.

Unified Cloud Posture Across AWS, Azure, and GCP

Cloudanix operates as an independent CSPM layer across all three clouds, capturing control-plane events in real time and surfacing misconfigurations, IAM risk, and least-privilege recommendations in one dashboard. Rather than one posture tool per cloud, the team gets a single model across AWS, Azure, and GCP — multi-cloud parity with one place to look.

Cloudanix CSPM Dashboard — Unified posture view across multiple cloud accounts

Crucially, findings are not flat. Contextual severity recomputes the severity of each finding per asset — factoring in exposure, environment, data sensitivity, and identity — so an internal-only development resource is not badged the same as an internet-facing production bucket. That is the single biggest lever against alert fatigue for a small team.

Cloudanix Contextual Severity — Per-asset severity mode with the reasoning attached

Workload Protection for VMs and Containers

Cloudanix’s Workload Protection covers the VM and container estate as one layer. For VMs, this addresses the exact pain the team had with their prior monitoring setup: managed vulnerability detection without the management, upgrade, and notification-volume burden of a self-run open-source deployment. For containers, image scanning and runtime protection extend across both Kubernetes and Docker-on-VM deployments — closing the “handled manually when we get time” gap with continuous, automated coverage.

Cloudanix Workload Protection — Vulnerability findings across the VM and container estate

Consistent with an honest posture on architecture: most coverage is agentless (posture, identity, code, control-plane events), while runtime VM and container telemetry uses a lightweight agent where it genuinely earns its place.

Code Security in One Place

Cloudanix integrates directly with GitHub to run SAST, SCA, secrets detection, and IaC scanning as a single layer, with findings surfaced as pull request annotations at the relevant code line. This collapses the two-tool split into one unified findings view across all repositories, deduplicated and ranked by severity. Secrets detection ships with 2,000+ patterns plus bring-your-own-pattern support, and findings arrive with GenAI-powered remediation guidance rather than a bare CVE number.

Cloudanix Code Security — Unified findings view across all connected repositories

For a team that previously had to manually export findings to get them to developers, the model is different: developers are invited with appropriate roles and see findings in their own workflow — no periodic export exercise required.

JIT Access on Top of Existing SSO

Cloudanix’s Just-In-Time access provides time-bound, approval-gated elevation for cloud consoles, VMs, and Kubernetes — and does so on top of the identity provider the team already runs. Cloudanix does not replace SSO; it operates as an access layer after authentication, flipping assignments at the identity layer. It extends the same request → approve → time-boxed grant → auto-revoke lifecycle to non-human identities such as Jenkins pipelines and service accounts, with an identity-stamped audit trail for every session.

Cloudanix JIT — Time-bound access request with approval and auto-revoke

Why Consolidation Is a Security Decision, Not Just an Operational One

When security tools are siloed, findings are siloed too. A vulnerable container image, an over-privileged service account, and an internet-facing misconfiguration may each be visible in their respective tools — but the attack path they collectively enable is invisible unless someone manually connects the dots. For a small team covering three clouds, that manual connection is time they do not have.

Consolidating onto one platform is about gaining the context that siloed tools structurally cannot provide, and reducing the overhead of managing, upgrading, and reporting across five separate systems that were never designed to talk to each other. It also simplifies compliance: one platform means one audit trail and one reporting surface.

The Outcome

The organization moved toward a single platform spanning cloud posture, workload and container security, code security, and JIT access across its AWS, Azure, and GCP environments — replacing a stack of point tools with one dashboard and one asset graph. The central security team gained a unified, prioritized view of risk across code, cloud, workload, and identity, without manual correlation between tools.

Key Results

  1. One Source of Truth: Single dashboard across code, cloud, workload, and identity
  2. Multi-Cloud Parity: AWS, Azure, and GCP under one model
  3. Less Noise: Contextual severity cuts alert fatigue without hiding findings
  4. Managed VM & Container Coverage: Vulnerability detection without the self-run overhead
  5. Unified Code Findings: SAST, SCA, secrets, and IaC in one prioritized view
  6. Findings in Developers’ Hands: Role-based access, no manual export exercise
  7. Zero Standing Privilege: JIT on top of existing SSO, extended to non-human identities

See What Cloudanix Can Consolidate for Your Team

If your security stack is a collection of point tools with no unified view — a separate system for VMs, another for containers, two for code, and manual access management on top — Cloudanix was built for exactly that problem.

Schedule a Demo to see the platform across code, cloud, workload, and identity in one dashboard.

Related Resources

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