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

More compute resources #6

Closed
6 tasks done
meshuga opened this issue May 4, 2020 · 7 comments
Closed
6 tasks done

More compute resources #6

meshuga opened this issue May 4, 2020 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@meshuga
Copy link
Member

meshuga commented May 4, 2020

It would be good to list:

  • ECS Fargate clusters
  • EKS clusters
  • EMR clusters
  • MSK clusters
  • SQS Policies (like in List IAM policies #2)
  • ASGs (through subnets)
@leandrodamascena leandrodamascena self-assigned this May 4, 2020
@leandrodamascena leandrodamascena added the enhancement New feature or request label May 4, 2020
leandrodamascena added a commit that referenced this issue May 5, 2020
@leandrodamascena
Copy link
Member

Added SQS Queue Policies. In this case boto3 return a non default response like other resources.. maybe it's a legacy version..

@leandrodamascena
Copy link
Member

leandrodamascena commented May 8, 2020

It would be good to list:

  • ASGs (through subnets)

ASGs launches EC2 instances every time that scale-out process occurs and if in "ASG Groups" a custom vpc was selected than existent check (EC2 INSTANCES) will catch that instances and alert...

I know that there may be some situations where the desired capacity is zero and there may not be instances launched by ASG, but the "ASG Group" will contain the custom vpc and it would be interesting to inform. But maybe there is duplicate information, what do you think about this point?

leandrodamascena added a commit that referenced this issue May 8, 2020
@leandrodamascena
Copy link
Member

leandrodamascena commented May 8, 2020

It would be good to list:

  • MSK clusters

Added MSK cluster..
Lot of classes are using subnet query from vpc... in next releases I'll refactor this piece of code..

@meshuga
Copy link
Member Author

meshuga commented May 10, 2020

I think it's desirable to list the ASGs, even those with 0 desired capacity.

Right now I got a list of EC2 instances but majority of them are created as a part of an ASG. It would be good to have a reference to that somewhere as well.

leandrodamascena added a commit that referenced this issue May 11, 2020
leandrodamascena added a commit that referenced this issue May 13, 2020
leandrodamascena added a commit that referenced this issue May 22, 2020
@leandrodamascena
Copy link
Member

Added EC2 check..

leandrodamascena added a commit that referenced this issue May 22, 2020
@leandrodamascena
Copy link
Member

Added ASG check.

@leandrodamascena
Copy link
Member

Everything done... Closing issue.

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

No branches or pull requests

2 participants