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

Cloudanix – Your Partner in Cloud Security Excellence

Managing IAM Identity Center Permissions at Scale: JIT for AWS SSO Permission Sets

  • Friday, Aug 14, 2026

The Gap in AWS IAM Identity Center

AWS IAM Identity Center (formerly AWS SSO) is the right foundation for multi-account access management. It gives you:

  • Centralized identity: One place to manage users and groups.
  • Permission sets: Reusable, auditable access templates.
  • Multi-account coverage: One login, access to all accounts where assigned.
  • IdP integration: Google Workspace, Okta, Azure AD, JumpCloud — your identity source feeds directly into AWS.

But it’s missing one critical dimension: time.

Permission set assignments in IAM Identity Center are static. You assign a group (or user) to an account with a permission set, and that assignment persists until someone removes it. There’s no built-in concept of:

  • “This user has Developers_Editor on Production for the next 2 hours.”
  • “This assignment expires at 5 PM today.”
  • “This permission set is available only during active incidents.”

The assignment exists permanently — or not at all. There’s no middle ground.

Why Static Assignments Create Problems at Scale

Standing Privilege Accumulation

At 10 users across 2 accounts, static assignments are manageable. The admin knows who has what and can manually adjust when needed. At 150 users across 4 accounts with 5+ permission sets each, the math changes:

Potential assignments: 150 users × 4 accounts × 5 permission sets = 3,000 possible access paths.

In practice, not all of these exist — but significantly more exist than are actively needed at any given moment. Engineers who needed production access for a one-time incident still have that assignment. Team members who changed projects still have access to the old project’s accounts.

Static assignments only get added. They rarely get removed — because removal requires someone to remember, verify it’s safe, and execute the change.

The SSO Portal Problem

When an engineer opens their AWS SSO start page, they see every account and role they’re assigned to. For engineers with accumulated assignments, this might be:

  • Development Account: SecurityAudit, Developers_Editor
  • Staging Account: SecurityAudit, Developers_Editor
  • Production Account 1: SecurityAudit, Developers_Editor
  • Production Account 2: SecurityAudit
  • Production Account 3: SecurityAudit, Developers_Editor

All available, all the time, 24/7/365. Whether the engineer needs them today or hasn’t used some in months.

With JIT, the same engineer’s SSO portal shows only what they’ve actively requested and been approved for right now. If they haven’t requested anything, they see nothing elevated. If they requested SecurityAudit on Production-1 for 2 hours, they see that — and only that — until the 2 hours expire.

No Temporal Audit Trail

CloudTrail logs when someone assumes a permission set role. But it doesn’t log why they have the assignment in the first place or when it was supposed to expire. For compliance:

  • “Why does this engineer have production access?” → “Because they were assigned the permission set.”
  • “When was it assigned?” → “Let me check CloudTrail for the CreateAccountAssignment event.”
  • “When is it supposed to be removed?” → “…unclear.”
  • “Why was it approved?” → “…let me check Jira/Slack/email.”

A static assignment doesn’t carry context. A JIT assignment carries all of it: who requested, who approved, when it was granted, when it expires, and why.

How JIT Adds Temporal Governance to IAM Identity Center

Cloudanix JIT doesn’t replace IAM Identity Center. It adds the temporal layer that’s missing:

Before JIT: Static Assignments

IAM Identity Center:
  User: engineer@company.com
  Account: Production-1
  Permission Set: Developers_Editor
  Status: Assigned (permanently)
  Assigned Since: 2025-03-15
  Expires: Never

After JIT: Dynamic Assignments

IAM Identity Center:
  User: engineer@company.com
  Account: Production-1
  Permission Set: Developers_Editor
  Status: Not currently assigned

Cloudanix JIT:
  Policy: Engineering group can request Developers_Editor on Production-1
  Current state: No active session

When engineer requests and gets approved:
  IAM Identity Center:
    User: engineer@company.com
    Account: Production-1
    Permission Set: Developers_Editor
    Status: Assigned (by Cloudanix, expires in 2h)

  Cloudanix audit:
    Requested: 2026-08-14 10:00
    Approved by: devops-lead@company.com
    Granted: 2026-08-14 10:00
    Expires: 2026-08-14 12:00
    Reason: "INC-2341 debugging"

What Changes in the SSO Portal

Before JIT (standing assignments): Engineer opens AWS SSO portal and sees 8 roles across 4 accounts. All available regardless of whether they have an active task.

After JIT (temporal assignments): Engineer opens AWS SSO portal and sees only roles for active JIT sessions. If no session is active, the portal shows no elevated access. When they request and get approved, the role appears within seconds.

The SSO portal still works exactly as before — same URL, same bookmark, same CLI. The only change: roles appear when needed and disappear when done.

Group-Based Policy, User-Based Assignment

A common architectural decision in JIT: should permission set assignments be to groups or individual users?

The Case for User-Based Assignment

With group-based assignments, assigning Engineering Group → Production-1 → Developers_Editor means all 100 engineers get production access simultaneously. This is:

  • Against least privilege (99 engineers don’t need production right now).
  • Impossible to time-bound per individual (the group assignment doesn’t expire per user).
  • Difficult to audit per user (“the group has access” doesn’t tell you which individual used it).

With user-based JIT assignment:

  • Only the specific engineer who requested access gets the assignment.
  • The assignment is scoped to that individual for their requested duration.
  • Audit is identity-stamped: this specific person, this specific time, this specific action.

Group Defines the Boundary, JIT Controls the Access

The mental model:

  • Group membership = “what you’re allowed to request” (the policy boundary).
  • JIT assignment = “what you actually have right now” (the temporal reality).

Being in the Engineering group means you can request Developers_Editor on Production-1. It doesn’t mean you have Developers_Editor on Production-1. That exists only during an active, approved JIT session.

The Migration Path: From Static to Temporal

Organizations don’t need to rip out all static assignments on day one. The migration path:

Phase 1: Add JIT Alongside Static Assignments

  • Configure JIT policies for the most sensitive access (production admin).
  • Remove static assignments for those roles (production admin is now JIT-only).
  • Less sensitive access remains statically assigned (for now).

Phase 2: Expand JIT to Standard Production Access

  • Remove static assignments for standard production roles.
  • Configure auto-approval for common patterns (production read-only).
  • Standard production access now goes through JIT (mostly instant via auto-approval).

Phase 3: JIT for Everything Elevated

  • Remove remaining static assignments except baseline (SSO portal shows nothing by default).
  • All access is JIT-governed: auto-approve for safe, approve for sensitive, multi-level for critical.
  • Standing privilege: zero.

Each phase can be adopted independently. Teams can move at their own pace. There’s no “big bang” cutover required.

For Organizations Not Yet on IAM Identity Center

Many organizations still use direct IAM Users in AWS accounts rather than IAM Identity Center. The pattern still applies:

  • Short-term: JIT can manage IAM User credentials, access keys, and console access using existing IAM infrastructure.
  • Long-term: Migration to IAM Identity Center + JIT provides the cleanest architecture: one identity source, one assignment mechanism, one temporal governance layer.

The migration to IAM Identity Center is independently valuable (centralized identity, consistent permission sets, proper federation). JIT makes that migration even more valuable by adding the temporal dimension from day one of the Identity Center deployment.

Ready to Make Your Identity Center Assignments Temporal?

If your AWS IAM Identity Center has permission sets assigned statically — and you want those assignments to exist only during active, approved work sessions — Cloudanix JIT adds the temporal governance layer without changing your SSO architecture, your permission sets, or your developer’s portal experience.

Learn more about Cloud Console JIT or book a demo to see JIT working with your IAM Identity Center configuration.

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