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

Cloudanix – Your Partner in Cloud Security Excellence

AWS Account Migration and JIT Continuity: Moving Accounts Between Organizations Without Losing Access Control

  • Saturday, Aug 08, 2026

When AWS Organizations Change

AWS accounts don’t stay in one Organization forever. Organizational structures change:

  • Acquisitions: A company is acquired, and its AWS accounts need to move into the acquiring company’s AWS Organization.
  • Divestitures: A business unit is sold, and its accounts are transferred to the buyer’s Organization.
  • Restructuring: A company reorganizes its AWS footprint — consolidating multiple Organizations into one, or splitting a monolithic Organization into smaller ones.
  • MSP transitions: A managed service provider relationship ends, and accounts move from the MSP’s Organization to the customer’s own.

In each scenario, accounts physically move from one AWS Organization to another. And everything attached to the old Organization — IAM Identity Center configurations, Service Control Policies, CloudFormation StackSets, and any third-party tooling connected to those accounts — needs to be re-established in the new Organization.

For teams using JIT access, the question is: how do you maintain access governance continuity during the migration?

The Problem: JIT Is Connected to an Organization

Cloudanix JIT connects to your AWS Organization through:

  • A CloudFormation stack in the management account (or member accounts).
  • IAM Identity Center data (users, groups, permission sets, account assignments).
  • EventBridge for real-time sync of Identity Center changes.

When accounts migrate to a new Organization:

  • The old Organization’s CloudFormation stack no longer applies.
  • The old IAM Identity Center no longer governs the migrated accounts.
  • The new Organization has its own Identity Center (possibly with different users, groups, and permission sets).
  • Cloudanix needs to be re-connected to the new Organization context.

If this transition isn’t managed deliberately, there’s a window where:

  • JIT isn’t operational for the migrated accounts (access requests can’t be fulfilled).
  • Fallback to manual access management (standing privilege, bypasses).
  • Audit trail has a gap (no JIT records during the transition period).

The Pattern: Disconnect → Migrate → Onboard

The clean approach to maintaining JIT continuity across Organization migrations follows three phases:

Phase 1: Disconnect from Old Organization

Before migration begins:

  1. Inventory active JIT sessions. Are any engineers currently elevated on the accounts being migrated? If so, coordinate timing to avoid mid-session disruptions.
  2. Disable JIT for migrating accounts. Remove them from the JIT configuration in the old Organization context so no new requests are processed for accounts that are about to move.
  3. Offboard accounts from Cloudanix. Delete the CloudFormation stack in the accounts being migrated. This removes the IAM cross-account role that Cloudanix uses.
  4. Document the current JIT configuration. Which groups had access to which roles on the migrating accounts? This becomes the template for re-configuration in the new Organization.

Phase 2: Migrate Accounts

Execute the AWS Organization migration:

  1. Remove account from old Organization (or accept the invitation from the new Organization).
  2. Account moves to new Organization’s management structure.
  3. New Organization’s SCPs, IAM Identity Center, and governance structures now apply to the migrated account.

During this phase, the migrated accounts have no JIT coverage. This window should be minimized — ideally measured in hours, not days.

Phase 3: Onboard to New Organization

Once accounts are in the new Organization:

  1. Run CloudFormation stack in the migrated accounts (or via StackSet from the new management account). Creates the IAM cross-account role for Cloudanix.
  2. Connect the new Organization to Cloudanix (if not already connected). The new Organization’s Identity Center becomes the identity source.
  3. Sync Identity Center data from the new Organization. Users, groups, and permission sets from the new Organization are now available for JIT policy configuration.
  4. Re-configure JIT policies. Map groups (from the new Organization’s Identity Center) to the migrated accounts with appropriate permission sets. Use the documentation from Phase 1 as a starting point, adjusted for any group/permission set naming differences.
  5. Test end-to-end. Engineers request access to the migrated accounts through the new Organization’s JIT configuration. Verify the flow works.

Practical Considerations

Test Migration First

Don’t migrate all accounts simultaneously. Pick one non-critical account (ideally a test or development account) and run the full Disconnect → Migrate → Onboard cycle. Validate:

  • JIT works on the migrated account from the new Organization context.
  • Group mappings are correct.
  • Permission sets are available and functional.
  • Approval workflows route correctly.
  • Engineers can successfully assume roles via the SSO portal.

Once the pattern is proven on one account, apply it to the remaining accounts in batches.

Scope Restrictions in Large Organizations

When migrating accounts into a larger Organization (e.g., a parent company with 120+ existing accounts), you likely don’t want Cloudanix to manage all 120 accounts — only the ones you’re migrating.

Two approaches to scope restriction:

OU-based restriction (recommended):

  • Create a dedicated OU (Organizational Unit) for the migrated accounts.
  • Deploy the CloudFormation StackSet only to that OU.
  • Future accounts migrated into the same OU automatically onboard.
  • Clean separation: “Cloudanix manages accounts in this OU; everything else is untouched.”

Account-number-based restriction:

  • If OU creation isn’t possible (organizational policy or structural constraints), specify individual account IDs for onboarding.
  • Manual: each new account needs to be explicitly added.
  • Less scalable but works when OU creation is blocked.

Group Filtering

If the new Organization has hundreds of groups (from the parent company’s Identity Center), you likely don’t want all of them appearing in Cloudanix:

  • Filter by group prefix or naming convention. Only sync groups matching “Team-” or “JIT-” or your company’s naming pattern.
  • Limit sync scope. Cloudanix can restrict which groups are imported, ensuring only relevant groups appear in the JIT configuration interface.
  • Groups without JIT mappings are inert. Even if a group syncs into Cloudanix, it can’t request access unless explicitly mapped to accounts and permission sets. Unmapped groups have no JIT functionality.

Identity Provider Changes

Account migrations often coincide with IdP changes (e.g., moving from Google Workspace to Okta when joining a parent company that uses Okta). This means:

  • Users in the new Identity Center may have different email addresses or user IDs.
  • Group names and structures may differ.
  • SSO authentication flows change.

For Cloudanix: Update the SSO configuration to the new IdP. Users authenticate with their new identity. JIT policies reference the new groups.

For AWS Identity Center: The new Organization’s Identity Center is the source of truth. Permission sets, users, and groups come from there. The migration includes ensuring the relevant users and groups exist in the new Identity Center (either via SCIM sync from the new IdP or manual creation).

Timeline Expectations

PhaseTypical Duration
Disconnect (per account)15–30 minutes
AWS MigrationHours to 1 day (AWS process)
CloudFormation deployment (new org)5–10 minutes per account
Cloudanix sync (new org Identity Center)10 minutes – 1 hour (depending on size)
Policy re-configuration30–60 minutes (based on complexity)
Testing and validation30 minutes
Total JIT downtime per account4–8 hours (can be scheduled off-peak)

Minimizing the Gap

Pre-Configure Before Migration

If you have access to the new Organization before migration day:

  1. Connect Cloudanix to the new Organization early.
  2. Set up the OU structure.
  3. Pre-configure JIT policies (using placeholder accounts if needed).
  4. When accounts actually migrate, the only remaining step is onboarding and testing.

This reduces the “JIT unavailable” window from hours to minutes.

Communicate the Timeline

Engineers should know:

  • “From 2 AM to 6 AM on Saturday, JIT will be unavailable for Production accounts.”
  • “If you need access during this window, request before the migration starts.”
  • “After 6 AM, use the new JIT workflow (same Slack commands, new Organization context).”

Clear communication prevents workarounds during the planned maintenance window.

The Outcome: JIT Survives Organizational Changes

AWS Organization migrations are disruptive enough without losing access governance. The Disconnect → Migrate → Onboard pattern ensures:

  • Access governance never depends on a specific Organization structure.
  • Migration is a planned operation with a defined timeline, not an emergency.
  • Audit trail continuity: pre-migration events are in the old Organization’s JIT records; post-migration events are in the new Organization’s records. Together they provide complete history.
  • Engineers experience minimal disruption: same Slack commands, same approval workflow, potentially different SSO portal URL.

Planning an AWS Organization Migration?

If you’re moving AWS accounts between Organizations — due to acquisition, restructuring, or consolidation — and you’re running JIT access on those accounts, the migration doesn’t have to mean losing access governance. Plan the Disconnect → Migrate → Onboard cycle, test on one account first, and keep JIT operational with minimal downtime.

Learn more about multi-account JIT or book a demo to discuss your migration scenario.

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