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

Refactoring/aws/vpc #273

Merged
merged 11 commits into from
Mar 25, 2019
Merged

Refactoring/aws/vpc #273

merged 11 commits into from
Mar 25, 2019

Conversation

misg
Copy link
Contributor

@misg misg commented Mar 21, 2019

This PR aims to migrate ScoutSuite VPC service (a subset of AWS EC2) to the new architecture, as part of #183.
Several things to note:

  • I got rid of customer_gateways, vpn_gateways, vpn_connections, route_tables and peering_connections resources that were not used at all.
  • I had to upgrade botocore to its latest version (1.12.118 instead of 1.12.60) in order to make the facade work (without that, get_network_acls fails because there's no support for a NetworkACLs paginator prior to version 1.12.118 of botocore).

@misg misg requested review from x4v13r64, Aboisier and Remi05 March 21, 2019 13:54
@misg misg self-assigned this Mar 21, 2019
@misg misg added this to the Iteration #5 milestone Mar 21, 2019
@Aboisier Aboisier mentioned this pull request Mar 21, 2019
53 tasks
Copy link
Contributor

@Aboisier Aboisier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ggwp!

@misg misg merged commit f416c1a into refactoring/resource-configs Mar 25, 2019
@misg misg deleted the refactoring/aws/vpc branch March 25, 2019 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants