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.
Summary
In
cartography/intel/aws/organizations.pyline 189,there is a TODO comment indicating that the
statusfield should be removed after AWS retires it on
2026-09-09.
Location
cartography/intel/aws/organizations.pyCurrent Code
The current code contains:
TODO: Remove status after AWS retires it on 2026-09-09.
Proposed Fix
Remove the deprecated
statusfield from theOrganizations data ingestion before the AWS
retirement deadline. This includes:
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.