Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve and store AWS network configurations #3375

Open
ankenyr opened this issue Jan 19, 2025 · 0 comments
Open

Retrieve and store AWS network configurations #3375

ankenyr opened this issue Jan 19, 2025 · 0 comments

Comments

@ankenyr
Copy link

ankenyr commented Jan 19, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant