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

feat: Support more Reserved Instances tables #17702

Closed
1 task
BenitezDev opened this issue Apr 19, 2024 · 2 comments
Closed
1 task

feat: Support more Reserved Instances tables #17702

BenitezDev opened this issue Apr 19, 2024 · 2 comments

Comments

@BenitezDev
Copy link

Which problem is this feature request solving?

I can't have a full overview of the reserved instances I have in AWS.

At the moment CQ supports aws_ec2_reserved_instances, aws_rds_reserved_instances, and aws_elasticache_reserved_cache_nodes, but there are missing services that can be reserved.

Describe the solution you'd like

This could be resolved by adding extra tables fetching this APIS:

Pull request (optional)

  • I can submit a pull request
@BenitezDev
Copy link
Author

@murarustefaan
Copy link

Hello @BenitezDev,

First of all, thanks for your interest in Cloudquery!

We implemented the suggested reserved resources tables, with the following names:

  • aws_redshift_reserved_nodes
  • aws_opensearch_reserved_instances
  • aws_elasticsearch_reserved_instances
  • aws_memorydb_reserved_nodes

These tables will be released, along others, in the next minor version (v26.5.0) of the AWS plugin.

For the other 2, elasticache already had a reserved resources table, while for dynamodb the API you linked is the one for changing IAM policies. We were also unable to find any references around reservations of dynamodb instances, seems it's just quotas one can change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants