-
Notifications
You must be signed in to change notification settings - Fork 103
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 column maintenance_options, placement_*, spot_instance_request_id and licenses columns to aws_ec2_instance table closes #1708 #1709
Conversation
@ParthaI could you please add more example queries on the new columns that were added as a part of this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ParthaI please take a look at the review comments. Thanks 👍.
docs/tables/aws_ec2_instance.md
Outdated
@@ -69,6 +69,46 @@ where | |||
not tags :: JSONB ? 'application'; | |||
``` | |||
|
|||
### Get maintenance option for each instance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Get maintenance option for each instance | |
### Get maintenance options for each instance |
docs/tables/aws_ec2_instance.md
Outdated
jsonb_array_elements(licenses) as l; | ||
``` | ||
|
||
### List instances by placement group |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ParthaI what is the importance of adding this example? Maybe we could add it under the category of placement group details of instances?
Integration test logs
Logs
Example query results
Results