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

Cloudanix – Your Partner in Cloud Security Excellence

Closing the Audit Trail Gap: From Missing Logs and Scattered Evidence to Complete JIT Access Auditing

  • Tuesday, Aug 11, 2026

Customer Snapshot

AttributeDetails
IndustryTechnology / AI SaaS
Cloud EnvironmentAWS (4 accounts), EKS clusters, RDS databases
Team Size~150 users across Engineering, DevOps, and Customer Success
Previous Audit SourcesJira tickets, StackStorm execution logs, AWS CloudTrail, calendar entries
Compliance RequirementsSOC 2 (needed for procurement), ISO (in place)
Audit GapNo unified trail connecting request → approval → grant → action → revoke
Primary Pain PointsOps overhead, maintenance, lack of integrated workflow, missing audit logs
Cloudanix ScopeCloud Console JIT, Database JIT, Kubernetes JIT — unified audit

The Situation: Four Log Systems, Zero Complete Picture

When this AI SaaS company’s security team was asked “who has access to production, and who approved it?” — the answer required assembling evidence from four independent systems:

  1. Jira: The access request (who asked, what they wanted, their stated reason).
  2. StackStorm: The execution log (whether automation provisioned the access, and when).
  3. AWS CloudTrail: The IAM event (the actual permission change in AWS).
  4. Calendar: The revocation reminder (when access was supposed to end).

Each system captured a fragment of the access lifecycle. None captured the complete picture. And critically, no system connected these fragments automatically — correlating a Jira ticket from Tuesday with a StackStorm execution at 10:15 AM with a CloudTrail event at 10:17 AM with a calendar entry for Thursday at 10:15 AM required manual effort.

The team listed this explicitly as one of their primary challenges: Missing Audit Logs. Not that logs didn’t exist — they existed in four places. But the coherent story of “this person requested this access, it was approved by this person, it was granted at this time, these actions were taken during the session, and it was revoked at this time” was nowhere.

For SOC 2 certification — which the company needed for procurement conversations with enterprise customers — this gap was a direct compliance risk. SOC 2 requires demonstrating that access is governed, time-bound, approved, and auditable. The team could demonstrate each piece individually from different systems, but couldn’t produce a single, coherent evidence package.

The Core Challenge

Access governance evidence was scattered across Jira, StackStorm, CloudTrail, and calendar entries. No single timeline connected request to approval to grant to action to revocation. For compliance (SOC 2) and for incident investigation, this fragmentation meant either expensive manual correlation or incomplete evidence.

Where the Gaps Were

Jira: Records the Intent, Not the Outcome

Jira captured the access request: who asked, what they wanted, for how long, and why. This is valuable context. But Jira couldn’t confirm:

  • Was the access actually granted? (The ticket might be marked “Done” while the IAM change failed.)
  • When was it granted? (The ticket resolution time doesn’t equal the IAM change time.)
  • Was it revoked? (Jira has no mechanism to confirm revocation occurred.)
  • What happened during the access window? (Jira doesn’t see AWS API calls.)

A Jira ticket is evidence of intent. It’s not evidence of governance.

StackStorm: Records the Automation, Not the Lifecycle

StackStorm logged when it executed an access provisioning action: “Rule X triggered, action Y executed against account Z.” This confirmed the mechanical act of granting access. But StackStorm couldn’t record:

  • Who approved the request (StackStorm auto-executed based on ticket metadata, bypassing human review for certain patterns).
  • What the user did with the access once granted.
  • Whether revocation occurred (StackStorm didn’t handle revocation — that was calendar-based).
  • The business justification beyond what StackStorm could parse from ticket fields.

StackStorm execution logs are evidence of automation. They’re not evidence of governed access.

CloudTrail: Records the Action, Not the Authorization

AWS CloudTrail captured every IAM API call: AssignUserToGroup, CreateAccountAssignment, DeleteAccountAssignment. This is the ground truth of what happened in AWS. But CloudTrail doesn’t record:

  • Who approved the access change (CloudTrail shows which IAM principal made the API call — either StackStorm’s service role or the DevOps lead’s session, not the approval decision chain).
  • Why the access was granted (no business context in CloudTrail events).
  • When the access should expire (CloudTrail doesn’t know about intended durations).
  • The correlation between the CloudTrail event and the originating request.

CloudTrail is evidence of API activity. It’s not evidence of governed access lifecycle.

Calendar: Records Nothing Enforceable

Calendar entries for revocation recorded the intention to revoke access at a future time. They didn’t record:

  • Whether revocation actually occurred (no feedback loop from IAM to the calendar).
  • Whether it occurred on time (a calendar reminder at 2 PM doesn’t confirm IAM removal at 2 PM).
  • Who performed the revocation (if it happened at all).
  • What happened between grant and revocation.

Calendar entries are evidence of planning. They’re not evidence of control.

The Compliance Impact: SOC 2 Requires What They Couldn’t Produce

SOC 2 Trust Services Criteria for access control (CC6.1, CC6.2, CC6.3) require:

  • Logical access provisioning and deprovisioning is performed through formal processes.
  • Access is reviewed and modifications are made based on changes in job responsibilities.
  • Access requests are documented with approvals, and access is revoked when no longer needed.

The team could point to Jira tickets (requests), StackStorm logs (provisioning), and CloudTrail events (changes). But producing a coherent evidence package that an auditor could follow — request through lifecycle to revocation, for a sample of access events — required hours of manual correlation per sample. For SOC 2 readiness, this was unsustainable.

The Cloudanix Solution: One Timeline Per Access Event

Cloudanix JIT produces a single, complete audit record for every access event — from request to revocation — with no manual correlation required.

Anatomy of a JIT Audit Record

Every JIT access event generates one unified timeline:

Access Event: jit-cloud-8a3f4c21
─────────────────────────────────────────────
[2026-03-12 09:14:32] REQUEST
  Requester: engineer@company.com
  Resource: AWS Account: Production-1
  Role: Developers_Editor
  Duration: 2 hours
  Reason: "Investigating INC-2341 — payment failures"

[2026-03-12 09:14:33] APPROVAL
  Approver: devops-lead@company.com
  Method: Slack (one-click approve)
  Response time: 47 seconds

[2026-03-12 09:14:34] GRANT
  Action: Permission set Developers_Editor assigned
  Account: Production-1 (111122223333)
  User: engineer@company.com (IDC user ID: u-abc123)
  Valid until: 2026-03-12 11:14:34

[2026-03-12 09:15:01] SESSION START
  User signed in via SSO portal
  Session ID: sess-7d4f...

[2026-03-12 09:15:44] ACTION: ec2:DescribeInstances
[2026-03-12 09:18:12] ACTION: logs:GetLogEvents (log group: /ecs/payments)
[2026-03-12 09:23:07] ACTION: ecs:DescribeServices
[2026-03-12 09:31:45] ACTION: ecs:UpdateService (restart)

[2026-03-12 11:14:34] REVOKE
  Trigger: Duration expired (automatic)
  Action: Permission set Developers_Editor unassigned
  Verified: Assignment removed from IDC
─────────────────────────────────────────────
Total session: 1h 59m 33s
Actions during session: 4 API calls recorded
Revocation: Automatic, on-time, verified

Every element that SOC 2 requires — the request, the approval, the grant, the actions taken, and the revocation — exists in one timeline, for one access event, queryable by user, by date range, by account, by role.

What Auditors See: Evidence Packages

For SOC 2 (or ISO 27001) evidence requests, the security team can produce:

  • Sample of access events in Q1: Pull 25 JIT records from January–March. Each shows the full lifecycle.
  • All production access for User X: Query by user, filter by production accounts. Complete history with approvals and durations.
  • Access during incident INC-2341: Query by reason field. See exactly who was granted what access during the incident, what they did, and when it was revoked.
  • Revocation compliance: Demonstrate that 100% of access grants were revoked (either automatically at expiry, or early by request). Zero standing access persisted beyond approved windows.

No manual correlation. No assembling evidence from four systems. No hoping that Jira timestamps align with CloudTrail timestamps.

Database JIT Audit: Query-Level Attribution

For Database JIT sessions, the audit trail extends to the query level:

Access Event: jit-db-3c9a1f72
─────────────────────────────────────────────
[REQUEST] developer@company.com → production-api DB, read-only, 1h
[APPROVAL] auto-approved (dev-readonly-policy)
[GRANT] IAM-authenticated credentials issued
[QUERY] SELECT * FROM orders WHERE date > '2026-03-01'
[QUERY] SELECT COUNT(*) FROM users WHERE status='active'
[REVOKE] Automatic at 1h expiry, credentials invalidated
─────────────────────────────────────────────

This answers the question traditional database audit logs can’t: which human ran which query. Not “vault-token-abc123 ran a SELECT” — but “developer@company.com ran SELECT * FROM orders.”

Kubernetes JIT Audit: Command-Level Recording

For Kubernetes JIT sessions, every kubectl command is recorded:

Access Event: jit-k8s-5d7c2e89
─────────────────────────────────────────────
[REQUEST] sre@company.com → eks-prod, edit, payments namespace, 30m
[APPROVAL] auto-approved (sre-staging-edit-policy)
[GRANT] Ephemeral kubeconfig minted, tunnel opened
[COMMAND] kubectl get pods -n payments
[COMMAND] kubectl logs payments-7d6c9-abc1 --tail=50
[COMMAND] kubectl rollout restart deploy/payments -n payments
[REVOKE] Session expired, kubeconfig invalidated, tunnel closed
─────────────────────────────────────────────
Session recording: available for replay

Cloudanix JIT — Unified audit view with access lifecycle

Export and Integration

Audit data isn’t locked in Cloudanix:

  • S3 export: All audit records land in the customer’s own S3 bucket. The customer owns the data.
  • SIEM integration: Send audit events to Splunk, Elastic, or SumoLogic for correlation with other security data.
  • Compliance reports: Generate time-bounded reports (quarterly, monthly) filtered by account, team, or access type.
  • Signed URLs: Share specific access event records with auditors via time-limited links that expire.

Platform Impact

Audit CapabilityBeforeAfter
Systems to correlate per access event4 (Jira + StackStorm + CloudTrail + Calendar)1 (Cloudanix JIT timeline)
Time to produce evidence for 1 access event15–30 minutes (manual correlation)Instant (single query)
Complete lifecycle coveragePartial (gaps between systems)Full (request → revoke in one record)
Revocation verificationNone (calendar ≠ confirmation)Verified removal in IAM Identity Center
Identity attributionFragmented (different IDs in different systems)Single identity across all records
Query-level database auditNot possible (Vault username ≠ human)Full (every query, identity-stamped)
K8s command auditNot possible (shared cluster-admin)Full (every kubectl, identity-stamped)
SOC 2 evidence production timeDays per audit cycleHours per audit cycle

Why Scattered Audit Trails Are a Compliance Risk

The issue isn’t that data doesn’t exist. AWS CloudTrail logs every API call. Jira preserves every ticket. Vault logs every credential issuance. The issue is that no single system tells the governance story:

“This person was authorized to have this access, for this reason, approved by this person, for this duration, and this is what they did with it.”

Without that story in one place, compliance becomes an exercise in retrospective correlation — assembling the narrative after the fact by matching timestamps across systems and hoping the alignment is unambiguous. It usually isn’t.

Auditors don’t want to see four systems and a spreadsheet that correlates them. They want one timeline per access event that demonstrates governance. Cloudanix JIT produces that timeline automatically, for every access event, across cloud consoles, databases, and Kubernetes clusters.

Producing Fragmented Audit Evidence Today?

If your access audit trail lives across Jira, Slack, CloudTrail, Vault logs, and calendar entries — and producing SOC 2 evidence means hours of manual correlation per sample — Cloudanix JIT generates one complete timeline per access event, automatically, with no assembly required. Request, approval, grant, actions, revocation — all in one record, all identity-stamped.

Book a Free Assessment to see what your access audit trail looks like when every event is captured in one timeline.

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