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] Add status to aws.rds.db_instance provider #418

Open
jonochang opened this issue May 19, 2024 · 1 comment
Open

[FEATURE] Add status to aws.rds.db_instance provider #418

jonochang opened this issue May 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jonochang
Copy link

Feature Description
Add the status of an AWS RDS DB Instance

Example(s)
This seems a bit of an oversight, since we can't get the status of the db instance ie., whether it's running or stopped.

Possible Approaches or Libraries to Consider
I can't seem to find any other way to get db instance status using stackql.

Additional context
n/a

@jonochang jonochang added the enhancement New feature or request label May 19, 2024
@jeffreyaven
Copy link
Member

hey @jonochang thanks for raising this, the AWS Cloud Control API doesn't expose DBInstanceStatus, which seems wrong... we can get this but we would have to go the old school route via the RDS service API, as it is 10 years old and xml based may take a bit longer but will work on this and let you know

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