-
Notifications
You must be signed in to change notification settings - Fork 104
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 AWS:Application
type support to aws_ssm_inventory_entry
#1972
Comments
Hello, @atfurman , I'm sorry to hear that you're encountering an issue, and I appreciate you bringing it to our attention. We will investigate and address it if there is a feasibility to add that support. Thank You! |
Hi @atfurman, I've made some discoveries regarding the issue you're encountering. Please have a look.
Related issue concerning the
@cbruno10, I'm seeking advice regarding table design. Would it be more effective to change the column name This way, we can construct the input parameter based on the specific API used for each table (aws_ssm_inventory_entry and aws_ssm_inventory), thus reducing any potential confusion. Based on the AWS documentation for the
Thanks! |
Thanks for the quick and detailed response @ParthaI! If I am understanding correctly, this is currently a design limitation for steampipe and would require changes to the table I'll continue to follow this issue closely, as my org will need to make a decision within the next few weeks to either wait for steampipe to support this or to redirect resources to updating our existing internally designed solution to meet our reporting needs. Any updates you are able to provide in terms of intent/feasibility to address and any timeline estimates would be helpful in informing our decision and greatly appreciated. |
@ParthaI Here's the proposal we had discussed:
if equalQuals["instance_id"] != nil {
// Use here
}
|
@cbruno10, I have raised a Draft PR regarding the above discussion for this issue. Please take a look.
Additional information: I have tested the changes with possible query parameter combinations as follows. OK:
NOT OK:
@cbruno10, Please review the PR and provide feedback on the design and column naming convention. Please let me know if you have any suggestions for improvements or other changes. @atfurman, Could you please test it in the PR branch issue-1972 and share your feedback regarding whether the code changes meet your requirements? Your input is greatly appreciated. Steps to test the code changes:
Thank you! |
@ParthaI, I have tested |
Happy new year @ParthaI @cbruno10. I would like to follow up on this to see if it is possible to get any estimate for this feature to be added to an official release. We are preparing a release of our internal tooling for later this month and have a couple of features which are dependent upon #1980 - will shortly need to make a decision to include in the upcoming release or delay for another cycle. |
Is your feature request related to a problem? Please describe.
I am attempting to generate a list of all installed software reported by SSM across an AWS organization.
Upon attempting to query
AWS:Application
data from SSM Inventory I encountered the following error:Describe the solution you'd like
Support for
AWS:Application
type, in one form or another.Describe alternatives you've considered
We have an existing solution in the form of a custom python application using boto3 but would strongly prefer to migrate this functionality to steampipe if it were possible to do so.
Is support on for this on the roadmap?
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: