Retrieve\Query AWS EC2 maintenance options #3344
-
Maintenance options are available through. aws-cli $ aws ec2 describe-instances --instance-ids i-xyz --output json --query 'Reservations[0].Instances[0].MaintenanceOptions'
{
"AutoRecovery": "disabled"
} These options seem no to be present on |
Beta Was this translation helpful? Give feedback.
Answered by
electriquo
Apr 18, 2023
Replies: 1 comment 1 reply
-
Hey @foolioo , it looks like we're missing that column today, thanks for letting us know! When you get a chance, can you please open a feature request in https://github.com/turbot/steampipe-plugin-aws/issues? We'll have a look to see if we're missing any other columns as well, thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
turbot/steampipe-plugin-aws#1708