Skip to content

feat: Add support for EC2 reserved instances#1912

Merged
kodiakhq[bot] merged 9 commits intomainfrom
feat-aws-reserved-instances
Oct 11, 2022
Merged

feat: Add support for EC2 reserved instances#1912
kodiakhq[bot] merged 9 commits intomainfrom
feat-aws-reserved-instances

Conversation

@hermanschaaf
Copy link
Copy Markdown
Contributor

This adds support for fetching EC2 reserved instances.

It is meant to address #1815, but please note that since this change is being applied to (the as-of-yet unreleased) CloudQuery v2, it will require upgrading to the new version once it is released.

I couldn't see a way to paginate through these results, so I hope that the API returns the full resultset for each region in the first call.

@hermanschaaf hermanschaaf requested review from a team, bbernays and candiduslynx and removed request for a team and candiduslynx September 21, 2022 08:27
@github-actions github-actions bot added the aws label Sep 21, 2022
@hermanschaaf hermanschaaf changed the title feat: (v2) Add support for EC2 reserved instances feat: (v1) Add support for EC2 reserved instances Sep 29, 2022
@hermanschaaf hermanschaaf changed the title feat: (v1) Add support for EC2 reserved instances feat: Add support for EC2 reserved instances Sep 29, 2022
Copy link
Copy Markdown
Collaborator

@bbernays bbernays left a comment

Choose a reason for hiding this comment

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

LGTM 🚢 🚀

@bbernays bbernays linked an issue Oct 7, 2022 that may be closed by this pull request
Copy link
Copy Markdown
Collaborator

@bbernays bbernays left a comment

Choose a reason for hiding this comment

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

I think you need to add the function to plugins/source/aws/resources/plugin/tables.go and then add the docs

@hermanschaaf hermanschaaf requested review from bbernays and disq October 10, 2022 08:35
@yevgenypats yevgenypats added the automerge Automatically merge once required checks pass label Oct 10, 2022
@kodiakhq kodiakhq bot merged commit 42120a2 into main Oct 11, 2022
@kodiakhq kodiakhq bot deleted the feat-aws-reserved-instances branch October 11, 2022 08:47
kodiakhq bot pushed a commit that referenced this pull request Oct 12, 2022
🤖 I have created a release *beep* *boop*
---


## [2.2.0](plugins-source-aws-v2.1.0...plugins-source-aws-v2.2.0) (2022-10-12)


### Features

* Add support for EC2 reserved instances ([#1912](#1912)) ([42120a2](42120a2))
* Add Support for HSMv2 Clusters and Backups ([#2530](#2530)) ([b448bc6](b448bc6))
* Add Support For KMS Aliases ([#2528](#2528)) ([2e422dc](2e422dc))


### Bug Fixes

* **aws:** Migrate Grafana dashboards ([#2621](#2621)) ([438e439](438e439))
* **docs:** Add more info on adding Resource ([#2603](#2603)) ([9a29bbd](9a29bbd))
* Update AWS plugin to SDK v0.13.5 ([#2661](#2661)) ([a835034](a835034))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

EC2 Reserved Instances

4 participants