oxidized icon indicating copy to clipboard operation
oxidized copied to clipboard

Retrieve and store AWS network configurations

Open ankenyr opened this issue 11 months ago • 1 comments

More and more network engineers are being tasked with needing to manage cloud networks. AWS has a number of different resources and configuration files. While tools like terraform can help to setup and maintain the current configuration, they don't keep the actual state of the configs of cloud resources (For AWS, it is JSON files).

Given how many cloud networks are setup, many resources can be changed by multiple teams and may have shared controls. Being able to take snapshots of AWS along with the current on-premise network for comparison can help in diagnosing if there are issues due to recent changes or not.

This would require creating a new model, and AWS does have library support for AWS. Oxidized would need to be provided with credentials in a similar manner as on-premise devices, log into each configured account and download the json configuration for resources that affect the network. For example VPCs, security groups, transit gateways would be retrieved but things like IAM would not.

ankenyr avatar Jan 19 '25 22:01 ankenyr

This issue is stale because it has been open 90 days with no activity.

github-actions[bot] avatar Apr 20 '25 02:04 github-actions[bot]