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

Feature/9 ec2 findings #191

Merged
merged 5 commits into from Feb 18, 2019
Merged

Feature/9 ec2 findings #191

merged 5 commits into from Feb 18, 2019

Conversation

Aboisier
Copy link
Contributor

@Aboisier Aboisier commented Feb 18, 2019

This is part of a proprietary feature (#9). It adds a check for the number of availability zones having one or more EC2 instances deployed and the monitoring state.

Please also review the proprietary PR.

@Aboisier Aboisier added enhancement New feature or request component-provider-aws Affects AWS provider labels Feb 18, 2019
@Aboisier Aboisier added this to the Iteration #2 milestone Feb 18, 2019
@Aboisier Aboisier self-assigned this Feb 18, 2019
@Aboisier Aboisier added this to In progress in Scout Suite via automation Feb 18, 2019
@codecov-io
Copy link

codecov-io commented Feb 18, 2019

Codecov Report

Merging #191 into develop will decrease coverage by 0.01%.
The diff coverage is 20%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #191      +/-   ##
===========================================
- Coverage    29.43%   29.42%   -0.02%     
===========================================
  Files           69       69              
  Lines         4546     4551       +5     
===========================================
+ Hits          1338     1339       +1     
- Misses        3208     3212       +4
Impacted Files Coverage Δ
ScoutSuite/providers/aws/services/ec2.py 19.37% <0%> (-0.13%) ⬇️
ScoutSuite/providers/aws/provider.py 11.06% <25%> (+0.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8154115...331a3db. Read the comment docs.

@@ -115,6 +116,10 @@ def _add_security_group_name_to_ec2_grants(self):
self.add_security_group_name_to_ec2_grants_callback,
{'AWSAccountId': self.aws_account_id})

def _check_ec2_zone_distribution(self):
Copy link
Collaborator

Choose a reason for hiding this comment

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

👏 👏 👏

@Aboisier Aboisier merged commit 70d1bd9 into develop Feb 18, 2019
Scout Suite automation moved this from In progress to Done Feb 18, 2019
@Aboisier Aboisier deleted the feature/9-ec2-findings branch February 18, 2019 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component-provider-aws Affects AWS provider enhancement New feature or request
Projects
No open projects
Scout Suite
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants