lyft / cartography

Cartography is a Python tool that consolidates infrastructure assets and the relationships between them in an intuitive graph view powered by a Neo4j database.

Home Page:https://lyft.github.io/cartography/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor AWS SSM to new data model

achantavy opened this issue · comments

Task: refactor the AWS SSM module to the new data model.

The SSMInstanceInformation node connects to EC2Instance nodes via instance ID and not ARN. Per #1024, we want to standardize on ARN and not instance ID. Before we do that though, we should make sure all data types involved are using the cartography data model.