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

Add table aws_rds_db_instance_automated_backup #1714

Closed
electriquo opened this issue Apr 23, 2023 · 2 comments · Fixed by #1721
Closed

Add table aws_rds_db_instance_automated_backup #1714

electriquo opened this issue Apr 23, 2023 · 2 comments · Fixed by #1721
Assignees
Labels
enhancement New feature or request

Comments

@electriquo
Copy link

Is your feature request related to a problem? Please describe.
AWS RDS automated backups are available through AWS CLI

aws rds describe-db-instance-automated-backups --db-instance-identifier DBInstanceIdentifier

Describe the solution you'd like
aws_rds_db_instance_automated_backup table needs to include\reflect the automated backups.
The automated backup is disabled by default.

Additional context

@electriquo electriquo added the enhancement New feature or request label Apr 23, 2023
@ParthaI ParthaI changed the title Add AWS RDS automated backups Add table aws_rds_db_instance_automated_backup May 3, 2023
@ParthaI ParthaI linked a pull request May 3, 2023 that will close this issue
@ParthaI
Copy link
Contributor

ParthaI commented May 4, 2023

@foolioo I Appreciate raising this issue!
We have added a new table in the attached PR. If you like to test and provide some early feedback would be great before our release.

To execute this branch:

1. git clone https://github.com/turbot/steampipe-plugin-aws.git
2. cd steampipe-plugin-aws
3. git checkout issue-1714
4. Execute make
5. Run your query
(Note in case you have already this checked out aws-plugin repo, prefer to checkout main > git pull > git checkout issue-1714 branch)

Thanks!

@electriquo
Copy link
Author

@ParthaI Apologies for the late response. I am on vacation. Will try to look at when I am back

misraved added a commit that referenced this issue May 23, 2023
Co-authored-by: Ved misra <47312748+misraved@users.noreply.github.com>
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

Successfully merging a pull request may close this issue.

2 participants