cartography
cartography copied to clipboard
[Feature request] Create a DNS_POINTS_TO relationship between DNSRecord and ElasticIPAddress
Title: Introduce (DNSRecord)-[DNS_POINTS_TO]->(ElasticIPAddress) relationship
Description: Loading DNS details for Route53 records should create DNS_POINTS_TO relationship with ElasticIPAddress nodes.
Relevant links:
cartography/interl/aws/route53.py::link_aws_resourcesis currently in charge of creating the following DNS_POINTS_TO relationships:
(AWSDNSRecord)-[DNS_POINTS_TO]-(AWSDNSRecord)
(AWSDNSRecord)-[DNS_POINTS_TO]-(LoadBalancer)
(AWSDNSRecord)-[DNS_POINTS_TO]-(LoadBalancerV2)
(AWSDNSRecord)-[DNS_POINTS_TO]-(EC2Instance)
👍