Skip to content

chore(aws): remove deprecated status field from Organizations sync (deadline: 2026-09-09) #2861

Description

@g-k-s-03

Summary

In cartography/intel/aws/organizations.py line 189,
there is a TODO comment indicating that the status
field should be removed after AWS retires it on
2026-09-09.

Location

  • File: cartography/intel/aws/organizations.py
  • Line: 189

Current Code

The current code contains:

TODO: Remove status after AWS retires it on 2026-09-09.

Proposed Fix

Remove the deprecated status field from the
Organizations data ingestion before the AWS
retirement deadline. This includes:

  • Removing the field from data transformation
  • Updating related Neo4j load queries
  • Updating any tests that reference this field

Why This Matters

This is time-sensitive — if not addressed before
2026-09-09, the field will become invalid and
could cause sync failures for users running
Cartography against AWS Organizations.

Additional Notes

I found this while exploring the codebase as a
new contributor. I'd like to work on this fix
if maintainers agree with the approach.

Metadata

Metadata

Assignees

No one assigned

    Labels

    module:AWSRelated to cartography's AWS module

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions